fhtml {scroll-behavior: smooth !important;}
@media(min-width:1200px) {
    .container { max-width:1360px }
}
.is-sticky #mt-sticky-header { background: #000000; padding: 0; top: 0 !important;}

.header-layout-4.header-container { box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
.header-layout-4 .header .header-top .header-top-right ul.links.custom-links li a { background: none; padding: 0 20px 0 20px; font-size: 14px }
.header-layout-4 .header .header-top .header-top-right ul.links.custom-links li:last-child a { padding-right: 0 }

.header-layout-4 .header .header-content { background: #000000; min-height: 100px }
.header-layout-4 .header-content-left { z-index: 9 }

@media(max-width: 500px) {
	.header-layout-4 .header-content-left { padding: 0 }
}

.header-layout-4 .header .logo { padding: 0; }
.header-layout-4 .header .logo img { width: 100% ; max-width: 260px }

@media(min-width: 768px) {
	.header-layout-4 .header .header-act { padding: 0; align-items: center; display: flex; }
	.header-layout-4 .header .header-content-right .top-seach { padding: 0 15px 0 0; width: 50%}
} 

@media(max-width: 767px) {
	.header-layout-4 .header .header-content-right .top-seach { width: 100%; display: inline-block; float: right; }
    .header .header-content-right .form-search { width: 100%; }
}

.header-layout-4 .header .header-content-right .top-seach.col-lg-5 { width: 41.67% }
.header-layout-4 .header .header-content-right .top-seach .quick-access { float: none; }
.header-layout-4 .header .header-content-right .form-search { padding: 0 }
.header-layout-4 .header .header-content-right .form-search input#search { height: 44px; line-height: 44px; width: 100%; float: right; border-radius: 22px; padding: 0 15px }
.header-layout-4 .header .header-content-right .form-search button.button { position: absolute; right: 0px; height: 44px; width: 44px}
.header-layout-4 .header .header-content-right .form-search button.button span { background: transparent; font-size: 20px; padding-left: 2px; }

.header-layout-4 .header .header_block { padding-top: 2px; width: 48%; float: right; }
.header-layout-4 .header .custom-links ul.links  { display: flex; justify-content: space-between; margin: 0; }
.header-layout-4 .header .custom-links ul.links a { cursor: pointer; font-size: 15px; line-height: 15px; display: flex; align-items: center; font-weight: 500}
.header-layout-4 .header .custom-links ul.links a i { font-size: 22px; float: left; margin-right: 10px; height: 44px; line-height: 44px; }

.header-layout-4 .header .drop-atendimento { visibility: hidden; opacity: 0; border-radius: 16px; position: absolute; top: 40px; right: 150px; padding-top: 20px; z-index: 99; transition: .3s all ease-in-out; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) }
.header-layout-4 .header .drop-atendimento ul { background: #ffffff; border-radius: 16px; padding: 10px 15px }
.header-layout-4 .header .drop-atendimento li a { color: #222; }
.header-layout-4 .header .drop-atendimento li a:hover { text-decoration: underline; }
.header-layout-4 .header .drop-atendimento li a i { height: auto !important; line-height: 32px !important; font-size: initial !important; } 
.header-layout-4 .header .custom-links li#central:hover .drop-atendimento { visibility: visible; opacity: 1; display: block }

.header-layout-4 .top-wishlist i,
.header-layout-4 .top-compare .mt-maincompare span.mt-icon-compareajax,
.header-layout-4 .mt-cart .icon-cart .fa-shopping-cart,
.header-layout-4 .header .login-icon p .fa-user { font-size: 28px; line-height: 40px; color: #ffffff;}
.header-layout-4 .header .login-icon p span { color: #ffffff; }

.header-layout-4 .header .login { padding-right: 0; padding-left:0 }
.header-layout-4 .header .login-icon { float: none; cursor: pointer; display: flex; justify-content: center; }
.header-layout-4 .header .login-icon p,
.header-layout-4 .header .login-icon p .fa-user { float: left; margin-bottom: 0; }
.header-layout-4 .header .login-icon:hover p .fa-user { color: #fecd00  }
.header-layout-4 .header .login-icon p span { display: inline-block; line-height: 18px; padding: 0 0 0 10px; text-align: left; }
@media(max-width:767px){
	.header-layout-4 .header .login-icon p span { display: none }
}
.header-layout-4 .header .login-icon:hover .drop-login { height: auto; visibility: visible; }
.header-layout-4 .header .drop-login { 
	background: #ffffff; position: absolute; visibility: hidden; height: 0px; overflow: hidden; width: 230px; top: 40px; z-index: 99; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); 
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.header-layout-4 .header .drop-login span,
.header-layout-4 .header .drop-login a { display: block; font-size: 14px; line-height: 18px; }
.header-layout-4 .header .drop-login a.button { 
	height: 40px; cursor: pointer; outline: none; overflow: visible; position: relative; border-radius: 6px; display: block;
	transition: background 0.25s ease 0s; -webkit-transition: background 0.25s ease 0s; -moz-transition: background 0.25s ease 0s; -o-transition: background 0.25s ease 0s; 
}
.header-layout-4 .header .drop-login a.button:after { content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 500; position: absolute; right: 10px; top:10px }
.header-layout-4 .header .drop-login a.button.btn-solid { background-color: #ececec; color: #484848; max-width: 180px }
.header-layout-4 .header .drop-login a.button.btn-solid:hover { background: #222  ; color: #ffffff; }
.header-layout-4 .header .drop-login a.button.btn-flat { background-color: #ffffff; color: #484848; border: 2px solid #ececec; max-width: 180px }
.header-layout-4 .header .drop-login a.button.btn-flat:hover { color: #222  ; border: 2px solid #222  ; }
.header-layout-4 .header .drop-login a.button span span { text-transform: uppercase; padding: 0px 14px; height: 40px; line-height: 40px;}
.header-layout-4 .header .drop-login ul { padding: 10px }
.header-layout-4 .header .drop-login li { padding: 5px 10px; text-align: left }
.header-layout-4 .header .drop-login li:last-child { padding-bottom: 0; }
.header-layout-4 .header .drop-login li a { font-size: 14px; line-height: 16px; color: #404040; border-bottom: 1px solid #eee; padding-bottom: 10px }
.header-layout-4 .header .drop-login li:nth-child(4) a { border: 0 }
.header-layout-4 .header .drop-login li a:hover { cursor: pointer; }

.header-layout-4 .top-wishlist { line-height: 40px; }
.header-layout-4 .top-wishlist:hover i { cursor: pointer; color: #fecd00 }

.header-layout-4 .top-compare .mt-maincompare { padding: 0; }
.header-layout-4 .top-compare .mt-maincompare .mtajaxcompare { border-radius: 6px }
.header-layout-4 .top-compare .mt-maincompare span { background: transparent; color: #ffffff; padding: 0 10px}
.header-layout-4 .top-compare .mt-maincompare span:hover { color: #fecd00 }

.header-layout-4 .header .header-content-right .mt_getcart { width: 48%; display: flex; justify-content: space-between; padding-right: 0 }

@media(min-width:501px) and (max-width:767px){
	.header-layout-4 .header .header-content-right .mt_getcart { padding-top: 20px }
}
@media(max-width:500px){ 
	.header-layout-4 .header .header-content-right .mt_getcart { width: 40%; justify-content: flex-end; }
	.header-layout-4 .header .header-content-right .mt_getcart .top-login { margin-right: 20px }
}

.header-layout-4 .mt-maincart .icon-cart { background: none; padding: 0; float: left;}
.header-layout-4 .heading-cart { float: left; padding: 0; width: 20px; height: 20px; background: #fecd00; color: #161d40; text-align: center; border-radius: 50%; line-height: 20px; font-weight: 600;}
.header-layout-4 .mt-cart .icon-cart .fa-shopping-cart { display: block; }
.header-layout-4 .mt-cart .mt-icon-ajaxcart a.mt-cart-label:hover .icon-cart .fa-shopping-cart { color: #fecd00 }
.header-layout-4 .mt-cart .ajaxcart .bg-fade { display: none; content: ''; position: fixed; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .3); }
.header-layout-4 .mt-cart .ajaxcart {
	height: 100vh; top: 0px; position: fixed; z-index: 9999; right: -450px; width: 450px; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear;
}
.header-layout-4 .move { right: 0 !important; }
.header-layout-4 .move .bg-fade { display:block !important; }
.header-layout-4 .mt-cart .ajaxcart h3 { padding: 30px 15px 15px; background: #161b40; color: #fecd00; margin: 0; font-weight: 600; text-transform: lowercase;}
.header-layout-4 .mt-cart .ajaxcart h3 i { float: right; cursor: pointer;}
.header-layout-4 .mt-cart .mt-ajax-container { background: #ffffff; height: 100%;}
.header-layout-4 .mt-ajax-container ul { max-height: 76%; overflow: scroll; padding: 15px 15px 0 15px;}
.header-layout-4 .mt-ajax-container li.item { float: left; line-height: normal; margin: 0; outline: medium none; padding: 0; margin: 15px 0 }
.header-layout-4 .mt-ajax-container li.item:first-child { margin-top:0 }
.header-layout-4 .mt-ajax-container .product-image { float: left; border: 0; padding: 0; outline: none; width: 60px; }
.header-layout-4 .mt-ajax-container .product-image img { width: 60px; height: 60px; border: #e5e5e5 solid 1px; padding: 1px; }
.header-layout-4 .mt-ajax-container .product-details { float: left; text-align: left; padding: 0 0 0 10px !important; margin: 0; position: relative; width: 80%; }
.header-layout-4 .mt-ajax-container .product-details .items { float: left; }
.header-layout-4 .mt-ajax-container .product-details span.qty-item { float:left; padding: 0 5px 0 0; }
.header-layout-4 .mt-icon-ajaxcart a.mt-cart-label .print .price,
.header-layout-4 .mt-ajax-container .product-details .items span.price { color: #222  ; }
.header-layout-4 .mt-ajax-container .product-details .access { margin: 0; padding: 0; float: right }
.header-layout-4 .mt-ajax-container .product-details a { outline: none; text-decoration: none; line-height: normal; font-size: 13px; font-weight: 500; }
.header-layout-4 .product-details .btn-edit{ background-image: none; background-color: transparent; font-weight: normal; height: 16px; text-indent: inherit;width: auto; float: left; padding: 0 20px 0 0; text-transform: none !important; }
.header-layout-4 .product-details .btn-remove { padding: 0 10px 0 0;}

.header-layout-4 .mt-ajax-checkout { position: absolute; bottom: 0; height: 100px; width: 100%; background: #ffffff; box-shadow: 1px 0 6px rgba(0,0,0,.2); }
.header-layout-4 .mt-ajax-checkout .subtotal { height: 50%; display: flex; width: 100%; margin: 0; padding-right: 15px; align-items: center; justify-content: space-between; }
.header-layout-4 .mt-ajax-checkout .subtotal span.label { font-size: 1.2em; text-align:center; width: 30%; display: inline-block; }
.header-layout-4 .mt-ajax-checkout .subtotal span.price { text-align: right; font-size: 1.4em; }
.header-layout-4 .mt-ajax-checkout a.view-cart { background: #161b40; color: #fecd00; text-align: center; width: 30%; display: block; font-size: 1.2em !important; float: left; align-content: center; height: 50%;}
.header-layout-4 .mt-ajax-checkout a.btn-checkout { display: inline-block; color: #161b40 !important; font-size: 1.5em !important; background: #fecd00; font-weight: 600; text-transform: lowercase; width: 70%; height: 50%; text-align: center; align-content: center; }

.header-layout-4 .header .header-act { padding: 0; height: 100px }
.header-layout-4 .navbar { float: left !important; }
.header-layout-4 .navbar.navbar-inverse { padding-top: 15px }
.header-layout-4 .navbar .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; }

.header-layout-4 #mt-sticky-header.menu-full { top: 100px !important; background: #fecd00; }
/*.mt-menu ul.nav-accordion li span.collapse,
.mt-menu ul.nav-accordion li span.expand { filter: invert(1); }*/

.header-layout-4 #mtnav { border-color: transparent }
.header-layout-4 #mtnav a { font-weight: 500 }
.header-layout-4 #mtnav li.level0 { padding: 0 }
.header-layout-4 #mtnav li.level0:after { content: ""; top: 37px; display: block; position: relative; transform: scaleX(0); transition: transform 0.25s ease-in-out;}
.header-layout-4 #mtnav li.level0:hover:after { border-bottom: 3px solid #000; transform: scaleX(1);}
.header-layout-4 #mtnav li a.level-top { display: ruby; padding: 0 10px }
.header-layout-4 #mtnav li a.level-top span { padding: 0 5px }
.header-layout-4 .megamenu .fa { display: none; }

.header-layout-4 #mtnav li ul.shown-sub, 
.header-layout-4 #mtnav li div.shown-sub { max-width: 860px; }
.header-layout-4 #mtnav .sub-wrapper .mm-item-base { border-radius: 0 0 16px 16px; border-top: 0 }
.header-layout-4 #mtnav ul.level0 li { padding-bottom: 0 }
.header-layout-4 #mtnav li.level0 .menu-static-blocks img { margin: 10px 0; border-radius: 12px }
.header-layout-4 #mtnav li.level0 ul li.groups a { font-size: 15px; border-bottom: 0; padding: 4px 10px }
.header-layout-4 .mt-navigation #mtnav li.level0 ul li a:hover { background-color: transparent; text-decoration: underline; color: inherit }
.header-layout-4 .mt-navigation #mtnav a.link { font-size: 13px; font-weight: 700; text-transform: lowercase; text-decoration: underline;}

.show-grid-slide { background: transparent ; }

.main-top .slider-block-wrapper .slide { overflow: hidden; border-radius: 20px }
.main-top .slider-block-wrapper .slide img { width: 100%; transition: all .3s ease-in-out; border-radius: 20px}
.main-top .slider-block-wrapper .slide img:hover { transform: scale(1.05); cursor: pointer; }

.content-home-item img { width: 100% }
.cms-index-index .container-main { background: transparent; }
.main-heading .heading-wrapper-title h3 { text-transform: lowercase; font-size: 28px; }
.slider-product-wrapper .products-grid .item .catpanel { padding: 10px; border-radius: 10px }

.main-container.col2-left-layout,
/*.main-container.col1-layout { padding-top: 10px }*/
.main-container .main-breadcrumbs { background: transparent; box-shadow: none }
.breadcrumbs { line-height: 30px }

.category-title { display: block; }
.category-title h1 { font-size: 50px; text-transform: lowercase; font-weight: 600; padding: 0 }
p.category-image img { padding: 0; border-radius: 16px }

.toolbar { background: transparent; border: 0px }
.toolbar .toolbar-top { display: flex; justify-content: space-between; }
.toolbar .toolbar-top .amount,
.toolbar .toolbar-top .sorter .sort-by label,
.toolbar p.mt-toolbar-label,
.toolbar .toolbar-top .limiter label,
.toolbar .toolbar-top .pages strong { font-weight: 600; font-size: 100%; }
.toolbar p.mt-toolbar-label { width: 70px }
.toolbar .toolbar-top .sort-by { padding-left: 40px }
.toolbar .toolbar-top .sort-by .sbHolder,
.toolbar .toolbar-top .limiter .sbHolder { width: 130px; z-index: 10; border-radius: 6px; }
.toolbar .toolbar-top .limiter .sbHolder,
.toolbar p.mt-toolbar-label.mt-slabel-2 { width: 85px !important }
.toolbar .pager { border: 0 }
.toolbar .toolbar-top .pages ol li { border-radius: 6px; }

.block { border: 0; border-radius: 16px }
.block-layered-nav dd li { display: flex; justify-content: space-between; padding-right: 10px; }
.block .block-title strong span,
.block-layered-nav dt { font-weight: 600; padding-top: 10px; border-top: 1px solid #eee; margin-top: 10px; }
.block-layered-nav dt { text-transform: lowercase; }
.block .block-title strong span { border: 0 }
.price-slider .price-slider-handle { height: 20px !important; width: 20px !important; top: -6px !important; border-radius: 50%; }
.price-slider-handle.min, .price-slider-handle.max { background: #fecd00 !important }

ul.products-grid li.item { text-align: left }
.category-products .item .product-item { border-radius: 16px; padding: 10px }
.category-products .item h3.product-name a { font-weight: 600; font-size: 15px; line-height: 18px; }
.category-products .item .ratings span.amount { display: inline-block; }
.category-products .item .price-box { font-weight: 600;  }
.category-products .item .price-box .old-price { display: block; margin-bottom: 5px !important }
.category-products .item .price-box .old-price span.discount { background: #fecd00; color: #161d40; font-size: 80%; font-weight: 600;padding: 2px 8px; border-radius: 10px; line-height: 18px }
.category-products .item .price-box .price { font-size: 24px; color: #404040; }
.category-products .item .price-box .regular-price { margin-top: 40px; display: block }
.category-products .item .msg-pix { font-size: 15px; margin-bottom: 10px; display: block; }
.category-products .item .parcelas-label { font-size: 13px; }

.product-image .product-imagenew-label { right: -10px; top:-10px }
.product-image .product-imagesale-label { left: auto; right: -10px; top: -10px; height: 72px; width: 72px; } 
.product-img-box .product-imagesale-label { left: auto; right: 15px; height: 72px; width: 72px; }

.product-view .product-essential { background-color: #ffffff; border-radius: 16px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); padding: 30px 15px }
/*.product-view .product-img-box .product-image { border: 0 ; }*/
.product-view .product-img-box .product-image .cloud-zoom .img-responsive { width: 100% }
.product-view .product-img-box .product-image .cloud-zoom-big { border: 1px solid #eeeeee }
.product-view .product-img-box .more-views ul.slides li { border-radius: 8px; padding: 4px; }
.product-view .product-img-box .more-views ul.slides li:hover { border: 2px solid #fecd00; padding: 3px }

.product-view ul.more-views-direction-nav li a:hover { background: #fecd00; }
.product-view ul.more-views-direction-nav li a.more-views-prev { left: -10% }
.product-view ul.more-views-direction-nav li a.more-views-next { right: -10% }
/*.product-view .product-img-box .more-views { width: 20% }
.product-view .product-img-box .more-views .slides li { margin-bottom: 10px; }
.product-view .product-img-box .product-image { width: 80% }
.product-view .product-img-box .product-image img { width: 100% }*/

.product-view .product-shop { padding-left: 0 }
.product-view .product-shop .product-name h1 { font-size: 170%; line-height: 24px; font-weight: 600; }
.product-view .product-shop .slider-product-wrapper.category-products { margin-bottom: 10px; }
/*.product-view .product-shop .slider-product-wrapper.category-products.colors .flex-viewport { margin-left: -15px; }*/
.product-view .product-shop .slider-product-wrapper.category-products.colors .slides { padding: 4px !important; }
.product-view .product-shop .slider-product-wrapper.category-products .flex-direction-nav { visibility: hidden; opacity: 0; height: 0; transition: all .3s ease-in-out; }
.product-view .product-shop .slider-product-wrapper.category-products:hover .flex-direction-nav { visibility: visible; opacity: 1 }
.product-view .product-shop .slider-product-wrapper.category-products .flex-direction-nav a { font-size: 0 }
.product-view .product-shop .slider-product-wrapper.category-products .flex-direction-nav a:after { font-family: 'Font Awesome 6 Pro';  color: #ffffff; font-size: 18px; background: rgba(0, 0, 0, .3); line-height: 24px; position: absolute; top: 35%; width: 24px; text-align: center;  }
.product-view .product-shop .slider-product-wrapper.category-products .flex-direction-nav a.flex-prev:after { content: '\f104'; left: -7px; }
.product-view .product-shop .slider-product-wrapper.category-products .flex-direction-nav a.flex-next:after { content: '\f105'; right: -7px; }
.product-view .product-shop .slider-product-wrapper.category-products .flex-control-nav { bottom: -20px; text-align: left }
/*.product-view .product-shop .category-products ul.products-grid { display: flex; }*/
.product-view .product-shop .category-products ul.products-grid .item .catpanel { padding: 4px; border-radius: 8px; border: 1px solid #ffffff; transition: all .3s ease-in-out; }
.product-view .product-shop .category-products ul.products-grid .item .catpanel:hover { border-color: #fecd00; transform: scale(1.2); }
.product-view .product-shop .category-products ul.products-grid .catpanel .product-hover { z-index: 0; overflow: hidden; border-radius: 6px; }
.product-view .product-shop .category-products ul.products-grid li.slide { margin-bottom: 10px; max-width: 100px; }
.product-view .product-shop .category-products ul.products-grid li.slide span { opacity: 0; position: absolute; font-size: 60%; display: block; line-height: 1.1; padding: 6px 2px; width: 100%; min-height: 30px; background: rgba(0, 0, 0, .3); color: #ffffff; font-weight: 700; align-content: center; text-wrap: wrap; transition: all .3s ease-in-out}
.product-view .product-shop .category-products ul.products-grid li.slide:hover span { opacity: 1 }
.product-view .product-shop .category-products ul.products-grid li.slide .colors { width: 100%; padding-top: 100%; }
/*.product-view .product-shop .slider-product-wrapper.category-products.size { overflow: visible; }*/
.product-view .product-shop .category-products ul.products-grid li.slide .size { font-weight: 500; text-align: center; padding: 5px; background: #eee }

@media(max-width:767px){
	.product-view .product-view-right { width: 100% !important; }
}
.product-view .product-view-right { margin-left: 0; border: 0; padding: 0; width: 24%; }
.product-view .wapper-view,
.product-view .product-view-right .wapper-view { margin-bottom: 20px; margin-left: 0; width: 100%;}
.product-view .product-view-right .wapper-view { border-radius: 16px; padding: 12px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.product-view .wapper-view .price-box .regular-price,
.product-view .wapper-view .price-box .special-price { float: none }
.product-view .wapper-view .price-box .regular-price .price,
.product-view .wapper-view .price-box .special-price .price { font-size: 250%; font-weight: 700; color: #404040;}
.product-view .wapper-view .price-box { font-weight: 600; padding-bottom: 0 }
.product-view .wapper-view .price-box .old-price { display: block; margin-bottom: 5px !important; padding: 0 }
.product-view .wapper-view .price-box .old-price .price { padding: 0; display: inline-block; }
.product-view .wapper-view .price-box .old-price span.discount { background: #fecd00; color: #161d40; font-size: 80%; font-weight: 600;padding: 2px 8px; border-radius: 10px; line-height: 18px }
.product-view .wapper-view .msg-pix { font-size: 15px; margin-bottom: 10px; display: block; }

.product-view .product-view-right .block-shipping-estimate { margin-bottom: 0; margin-left: 0; padding: 12px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); width: 100%;}
.product-view .product-view-right .block-shipping-estimate .block-content li.item { padding: 0 !important; float: left; width: 78%  }
.product-view .product-view-right .block-shipping-estimate .block-content input { line-height: 40px; border-radius: 8px; padding: 0 10px; box-shadow: none; }
.product-view .product-view-right ul.shipping-estimation-form { margin: 0 }
.product-view .product-view-right .block-shipping-estimate .actions { padding: 0; }
.product-view .product-view-right .block-shipping-estimate .actions button { box-shadow: none; border-radius: 8px; border: 2px solid #161d40; background: transparent; }
.product-view .product-view-right .block-shipping-estimate .actions button span { line-height: 38px; height: 38px; padding: 0 12px; }
.product-view .product-view-right .block-shipping-estimate .actions button span span { font-weight: 700; padding: 0 }
.product-view .product-view-right .block-shipping-estimate .actions span.please-wait { position: absolute; width: 36px; right: 25px; z-index: 9; margin-top: 3px; }
.product-view .product-view-right .block-shipping-results { border-radius: 0 0 16px 16px; margin-top: -10px; padding-top: 20px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); border-top: 2px dashed #eee; }
.product-view .product-view-right .block-shipping-results .block-content,
.product-view .product-view-right .block-shipping-results .block-content dl dd { padding: 0 }

.product-view .product-view-right .add-to-cart { padding: 20px 0 }
.product-view .product-view-right .button.btn-cart { width: 100%; box-shadow: none; border-radius: 12px }
.product-view .product-view-right .button.btn-cart span { font-size: 120%; line-height: 50px; height: 50px; font-weight: 600; text-transform: lowercase;}

.product-view .product-tabs { border-radius: 16px 16px 0 0 }

#customer-reviews .form-add { margin-top:15px }
.review-nologged#review-form a { color: #fff; background: #eb2a25; width: 240px; text-align: center; line-height: 40px; display: block; text-transform: uppercase;}
.product-view .box-reviews h3 { font-weight: bold; }
.product-view .box-reviews .rating-box { display: block; float: left; margin: 3px 10px 3px 0;}
#product-review-table.data-table { border: 0 }
#product-review-table td.value { display: inline-block; border: 0; padding: 0 }
#product-review-table td.value * { float: right; padding-left:1px }
#product-review-table td.value span { margin-right: 15px }
#product-review-table input { display: none }
#product-review-table label:hover,
#product-review-table label:hover ~ label, 
#product-review-table input:checked ~ label  { color: #ffd423 }


.footer-container .footer-top-brands { background: #f1f1f1; }
.footer a { text-decoration: none; font-size: 15px;}

h4, h5, h6 { margin-top: 4px; margin-bottom: 1px;}
