

a{
    color: #233565;
}
.button2 span:hover, .button2 span span:hover,
a:hover{
    color: #233565;
    text-decoration: none;
}
a:focus,
:focus{
    outline: none;
}
p{
    margin-bottom: 0;
}
p+p{
    margin-top: 1em;
}
.p0{
    padding: 0 !important;
}
.bg-branco{
    background: #fff;
}
.pd15{
    padding: 15px;
}
.pd30{
    padding: 30px;
}
.bd{
    border: 1px solid #ebebeb;
}
.bdr{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.border-box{
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.fz40 {
    font-size: 40px;
}
.fz60 {
    font-size: 60px;
}
.mr5{
    margin-right: 5px;
}
.mr15{
    margin-right: 15px;
}
.inblock{
    display: inline-block;
    vertical-align: middle;
}
.va-text-top{
    vertical-align: text-top;
}
.va-sub{
    vertical-align: sub;
}
.page{
    background: #f5f5f5;
}
@media (min-width: 1380px){
    .container {
        width: 1350px;
    }
}
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping,
.contacts-index-index .col1-layout .col-main,
.cms-page-view .col1-layout .col-main{
    padding: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.cart-table > *{
    border: 0px solid #ebebeb;
}
.cart-table *{
    border: 0px solid #ebebeb !important;
}
.cart-table tbody{
    border-top: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
}
.cart-table tbody tr + tr{
    border-top: 1px solid #ebebeb !important;
}
.cart-table .product-cart-actions .qty{
    border: 1px solid #ebebeb !important;

}
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping{
    padding: 15px;
}
.cart .page-title{
    border-bottom: 0;
}
.cart-forms #shipping-zip-form .form-list{
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.cart-forms #shipping-zip-form .form-list li{
    margin: 0;
}
.cart-forms #shipping-zip-form .buttons-set{
    clear: none;
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.cart-forms .shipping .form-list .shipping-postcode{
    width: 100%;
}
.cart-forms .shipping .form-list .shipping-postcode .input-box{
    /*
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    */
    display: inline-block;
}
.cart-forms p.required, .cart-forms .validation-advice{
    float: left;
}
.crosssell .products-grid > li{
    width: 33.333%;
}
.crosssell .products-grid > li:nth-child(n + 4){
    display: none;
}
.cart-footer-actions .or{
    display: none !important;
}
@media (max-width: 600px){
    .cart-table td.product-cart-price,
    .cart-table td.product-cart-actions{
        width: 50%;
    }
    body .cart-table .product-cart-actions .button.btn-update{
        text-align: left;
        padding-left: 35px;
    }
    .crosssell .products-grid > li{
        width: 50%;
    }
    .crosssell .products-grid > li:nth-child(n + 3){
        display: none;
    }
}
/* Header */
.top-links-container {
    background-color: #f5f5f5;
    color: #1b1b1b;
    border-bottom: 1px solid #ebebeb;
}
.top-links-container {
    position: relative;
    z-index: 200;
}
.top-links.container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
    vertical-align: middle;
}
.top-links a {
    font-size: 12px;
    padding: 0 5px;
    color: #222;
    text-transform: uppercase;
}
.top-links a:hover {
    color: #233565;
}
.top-links em,
.top-links i{
    font-size: 18px;
}
.links-topo p{
    display: inline-block;
    vertical-align: middle;
}
.header-language-background{
    display: none;
}
.page-header {
    padding-top: 0;
    padding-bottom: 0;
    border: 0px !important;
    margin: 0 auto !important;
}
#header{
    position: relative;
    z-index: 99999;
}
#header-nav {
    position: relative;
    z-index: 9999;
    background: #fff;
    border-bottom: 0;
    min-height: 50px;
}
#custommenu{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
#custommenu > .clearBoth{
    display: none !important;
}
.parentMenu > a,
.parentMenu,
div.menu{
    height: 100%;
    width: 100%;
    text-align: center;
}
div.menu{
    font-size: 12px;
}
div.menu a{
    /*border: 1px solid transparent;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
div.menu.active{
    position: relative;
    z-index: 10001;
}
div.menu.active a{
    background: #fff !important;
    /*border-color: #ebebeb;*/
    /*border-bottom-color: #f5f5f5;*/
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div.wp-custom-menu-popup{
     margin-top: 0px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    box-shadow: 0 5px 30px -10px rgba(0,0,0,.25);
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.wp-custom-menu-popup:first-child{
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
div.wp-custom-menu-popup:last-of-type{
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
#custommenu img {
    display: inline-block;
    margin-right: 10px;
}
#header .logo{
    max-width: none;
    width: auto;
    float: none;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    /*
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    */
}
#header .skip-search{
    display: none;
}
#header #header-search{
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: 50%;
}
@media (min-width: 992px) and (max-width: 1200px){
    #header #header-search{
        width: 35%;
    }
}
#header .account-cart-wrapper{
    position: relative;
    top: auto;
    right: auto;
}
#header p{
    margin: 0;
}
#header .whatsapp-topo strong{
    font-size: 18px;
}
.skip-links{
    /*min-width: 150px;*/
    overflow: visible;
}
.skip-link .label{
    display: none;
}
.skip-links .myaccount,
.skip-links .header-minicart,
#header .icone-circle,
#header .icone-circle + span{
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
.skip-cart{
    position: relative;
    padding: 0;
}
.skip-cart .icone-circle{
    background: #ebebeb;
    color: #1b1b1b;
}
.skip-cart .count{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #233565;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.skip-cart .count:before,
.skip-cart .count:after{
    display: none;
}
#search{
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    height: 50px;
    padding-left: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.input-text:focus,
#search:focus{
    outline: none;
    border-color: #233565;
}
#search:focus + .search-button{
    color: #233565;
}
#search_mini_form .search-button{
    height: 50px;
    width: 50px;
}
#search_mini_form #search.loading, .form-search #search.loading{
    background-position: right 50px center;
}
.am_search_popup{
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    border: 0 !important;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.am_search_popup_inner{
    border-color: #ebebeb
}
.am-products .am-product-link{
    padding: 5px;
}
.am_search_popup .am_element{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.am_search_popup div.am_element:hover,
.am_search_popup div.am-category:hover,
.am_search_popup div.am_element.active,
.am_search_popup div.am-category.active{
    /*background: #f0f0f0;*/
    background: rgba(243, 51, 97,.1);
}
.am_search_popup .am_image{
    max-width: 30% !important;
    border: 0;
}
.am_image > img{
    background: #fff;
    border-color: #ebebeb;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.am_search_popup div.am_element:hover .am_image img,
.am_search_popup div.am-category:hover .am_image img,
.am_search_popup div.am_element.active .am_image img,
.am_search_popup div.am-category.active .am_image img{
    border-color: rgba(243, 51, 97,1);
}
.am_search_popup .am_right{
    max-width: 70% !important;
}
.am_search_popup .price-box .old-price .price{
    font-size: 12px;
}
.am_search_popup .price-box .price,
.am_search_popup .regular-price .price{
    font-size: 18px;
    font-style: normal;
}
.am_search_popup .price_cell{
    width: auto !important;
}
.am_search_popup .am_title{
    font-size: 12px;
}
.am-products > .am-container-title{
    display: none;
}
.am_search_popup_inner .am-products{
    padding: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.am_search_popup .more_results{
    background: #ebebeb;
    font-size: 0;
}
.am_search_popup .more_results:before{
    content: 'Mais resultados';
    font-size: 12px;
}
.parentMenu{
    display: block;
}
div.menu a span{
    height: auto;
    padding: 15px 4px;
}
div.menu a:link, div.menu a:visited{
    height: auto;
    padding-right: 0;
    padding-left: 0;
    color: #1b1b1b;
}
#custommenu img{
    vertical-align: middle;
}
div.wp-custom-menu-popup{
    padding: 15px 0;
}
div.wp-custom-menu-popup > div{
    max-height: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
}
div.wp-custom-menu-popup div.column{
    width: 100%;
    float: none;
    padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 992px){
    div.wp-custom-menu-popup div.column{
        padding: 0 5px;
    }
}
a.level3:link, a.level3:visited,
a.level2:link, a.level2:visited,
a.level1:link, a.level1:visited{
    margin: 0;
    padding: 7.5px 10px;
    color: #1b1b1b;
}
a.level2:link, a.level2:visited{
    font-size: 12px;
    line-height: 11px;
    padding-left: 20px;
}
a.level1:link, a.level1:visited{
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
div.level3,
div.level2,
div.level1{
    margin-bottom: 0;
}
@media (max-width: 992px){
    .top-info{
        width: 100%;
        text-align: center;
    }
}
/* Geral */
.whats-float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:40px;
    line-height: 60px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50%;
    text-align:center;
    font-size:30px;
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);
    z-index:100;
}
@media (max-width: 768px){
 .whats-float{
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: auto;
    left: 15px;
    line-height: 40px;
 }
 .whats-float i{
    font-size: 24px;
 }
}
.button_1O{
    margin: auto !important;
    -webkit-transform: scale(.6) !important;
    -ms-transform: scale(.6) !important;
    -o-transform: scale(.6) !important;
    transform: scale(.6) !important;
}
.block-layered-nav dd a img {
    float: left;
    max-width: 15px;
    margin-right: 5px;
}
.slick-dots li button {
    border: 2px solid #233565;
    background-color: transparent;
}
.slick-dots li button:hover {
    background: rgba(69, 62, 143,.5);
}
.slick-dots li.slick-active button {
  background: #233565;
}
.slick-prev:before,
.slick-next:before {
  color: #233565;
  border: 2px solid #233565;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  background: #233565;
}
.container:before {
    display: none;
}
.amlabel-txt2{
    padding: 0 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.amlabel-txt{
    line-height: 26px !important;
    text-align: center;
}
.product-info {
    text-align: center;
}
.product-info .price-box{
  display: none;
}
.price-box p{
    margin: 0;
}
.price-box .old-price:before {
    content: 'de: ';
}
.price-box .special-price:before {
    content: 'por: ';
}
.price-box .special-price:after {
    content: 'à vista ';
}
.products-grid .price-box {
    min-height: 65px;
}
.price-box .old-price,
.price-box .special-price{
    display: block;
}
.products-grid .price-box,
.price-box .special-price{
    padding-left: 0;
    color: #1b1b1b;
}
.regular-price{
  display: block;
}
.precometro span{
    font-size: 26px;
    color: #112656;
}
.special-price .price,
.regular-price .price,
.parcelado-2 b  {
    color: #233565 !important;
    font-weight: bold;
}
.product-slider li {
    line-height: 20px !important;
    position: relative;
}
p.category-image {
    display: none;
}
.item a.link-wishlist {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: right;
    z-index: 9;
    font-size: 25px;
    padding: 10px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
}
.item:hover a.link-wishlist{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 480px){
    .item a.link-wishlist{
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
a.link-wishlist i,
a.link-wishlist em {
    color: #233565;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.link-wishlist:hover i,
a.link-wishlist:hover em {
    font-weight: 900;
    color: #233565 !important;
}
.products-grid .actions {
    position: initial !important;
}
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button,
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active{
    transition: all .3s ease;
    background: #233565;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover,
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus{
    background: #233565;
}
.homepage-bar a.button.btn-cart,
.btn-cart,
.product-info .button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: transparent;
    border: 2px solid #233565;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    color: #233565;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    transition: all .3s ease;
    text-align: center;
}
.homepage-bar a.button.btn-cart:hover,
.btn-cart:hover,
.product-info .button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #233565;
    color: #fff;
}
.btn-checkout,
.product-view .add-to-cart-buttons .button{
    border: 0;
    background: #39A439;
    color: #fff;
    padding: 13px 45px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2;
    min-height: 1px;
}
.btn-checkout:hover,
.product-view .add-to-cart-buttons .button:hover{
    background: #096E09;
    color: #fff;
}
.cart-table .product-cart-actions .button.btn-update{
    padding: 0;
    border: 0;
    font-size: 13px;
    font-weight: normal;
    color: #233565 !important;
    background: none !important;
    text-transform: none;
    display: block;
    text-align: center;
    width: 100%;
}
.cart-table .product-cart-actions a[href*='checkout/cart/configure'],
.product-options-bottom .preco-parcelado {
    display: none;
}
.homepage-bar a.button.btn-cart,
.product-info .button{
    width: 100%;
}
.homepage-bar a.button.btn-cart{
    margin-top: 30px;
}
.item:hover .product-name a {
    color: #233565 !important;
}
.product-slider .slick-track{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.product-slider .slick-slide{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.item{
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 10px;
    height: 100%;
    margin: auto !important;
    background: #fff;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-slide .item{
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px auto !important;
}
.item .actions{
    display: none !important;
}
.item:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
}
.item:hover .product-image img{
    -webkit-animation: pulse 1s;
    -o-animation: pulse 1s;
    animation: pulse 1s;
}
.products-grid .product-info{
    min-height: 0 !important;
    padding: 0;
    margin-top: 10px;
}
.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
}
.display-flex:before,
.display-flex:after {
  display: none;
}
.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}
.bdr{
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
hr{
    border-color: #ebebeb;
}
/* Sliders */
.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
    border: 0px !important;
}

.product-slider-block .slider-title {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 36px !important;
    color: #233565;
    letter-spacing: 3px;
    border-bottom: 0px !important;
    text-align: center;
    line-height: 1.2;
}
.product-slider-block .slider-title:after {
    /*content: '';*/
    display: block;
    margin: auto;
    width: 50px;
    height: 2px;
    /* background: url(../images/crown.png) no-repeat; */
    background: #233565;
    margin: 5px auto 0;
}
.product-slider .product-name a:hover {
    color:#233565 !important;
}
.products-grid{
    margin-left: -7.5px;
    margin-right: -7.5px;
    max-width: none;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.products-grid > li{
    padding: 7.5px !important;
    margin: 0 !important;
}
.products-grid .price-box{
    min-height: 0px;
    margin-bottom: 0;
    line-height: 1.4;
}
.products-grid .product-image{
    overflow: hidden;
}
.toolbar{
    margin: 15px auto 10px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.toolbar:after{
    display: none;
}
.toolbar label{
    margin-bottom: 0;
}
.toolbar select{
    height: 30px;
}
.sorter > .sort-by .sort-by-switcher--asc,
.sorter > .sort-by .sort-by-switcher--desc{
    font-size: 18px;
    padding: 0 5px;
    color: #1b1b1b;
    display: inline-block;
    vertical-align: bottom;
}
.sorter{
    margin: 0;
}
.pager{
    margin: 0;
}
.pager .amount, .pager .limiter, .pager .pages{
    margin-bottom: 0;
}
.pages li > a, .pages .current{
    width: 30px;
    height: 30px;
    padding: 0;
    color: #1b1b1b !important;
    border: 1px solid #ebebeb !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pages .current{
    color: #233565  !important;
    border: 1px solid #233565  !important;
}
.pages .prev:before{
    border-right-color: #1b1b1b !important;
}
.pages .next:before{
    border-left-color: #1b1b1b !important;
}
.pages li + li{
    font-size: 0;
    margin-left: 5px;
}
.pager li>a:focus, .pager li>a:hover{
    background: #f5f5f5;
}
.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-cat-multi a{
    background: none;
    position: relative;
    display: block;
    color: #1b1b1b;
    padding-left: 30px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-layered-nav .amshopby-attr:before,
.block-layered-nav .amshopby-cat-multi a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.block-layered-nav .amshopby-attr:after,
.block-layered-nav .amshopby-cat-multi a:after{
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 2px;
    left: 13px;
    font-size: 14px;
    color: #233565;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-layered-nav .amshopby-attr:hover,
.block-layered-nav .amshopby-cat-multi a:hover{
    background: rgba(243, 51, 97,.1);
    color: #233565;
}
.block-layered-nav .amshopby-attr:hover:after,
.block-layered-nav .amshopby-cat-multi a:hover:after{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.block-layered-nav .amshopby-attr-selected:after,
.block-layered-nav .amshopby-attr-selected:hover:after,
.block-layered-nav .amshopby-cat-multiselected a:after,
.block-layered-nav .amshopby-cat-multiselected a:hover:after{
    color: #233565;
    font-weight: 500;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.block-layered-nav .currently .label{
    display: none;
}
.block-layered-nav .currently ol{
    padding: 0;
}
.block-layered-nav .currently li{
    padding: 5px 5px 5px 15px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-layered-nav .currently li:hover{
    background: #f2f2f2;
}
.block-layered-nav .currently li a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-layered-nav .currently li a:not(:hover){
    background: #fff;
}
.block-layered-nav .currently + .actions a{
    padding: 5px 15px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    color: #1b1b1b;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.block-layered-nav .currently + .actions a:hover{
    background: #ebebeb;
    color: #1b1b1b;
}
.amshopby-slider-ui{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background-image: -webkit-linear-gradient(#ebebeb, #ebebeb);
    background-image: -o-linear-gradient(#ebebeb, #ebebeb);
    background-image: linear-gradient(#ebebeb, #ebebeb);
    -webkit-background-size: 100% 3px;
    background-size: 100% 3px;
    background-position: center;
    background: none;
}
.amshopby-slider-ui .ui-slider-range{
    background: #ebebeb;
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-handle{
    background: #233565;
    border: 0;
    height: 1.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.main .block-layered-nav.amshopby-collapse-enabled dt{
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background: none !important;
}
.main .block-layered-nav.amshopby-collapse-enabled dt:first-child{
    padding-top: 0;
}
.main .block-layered-nav.amshopby-collapse-enabled dt:not(:first-child){
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}
.block-layered-nav .block-content > dl > dd{
    border: 0;
    padding: 0;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a{
    display: block;
    width: 100%;
}
@media (max-width: 768px){
    .amshopby-filters-left{
        border: 1px solid #ebebeb !important;
    }
    .amshopby-filters-left > .block-title{
        margin-bottom: 0;
    }
    .amshopby-filters-left > .block-title strong{
        font-size: 14px;
    }
    .amshopby-filters-left.block-layered-nav .block-content{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .amshopby-filters-left.block-layered-nav .block-subtitle--filter{
        background: #ebebeb !important;
        color: #636363 !important;
        font-weight: 700;
    }
    .block-layered-nav .block-subtitle--filter:after{
        border-left-color: #636363;
    }
    .amshopby-filters-left #narrow-by-list,
    .amshopby-filters-left #narrow-by-list2{
        border-color: #ebebeb;
        margin-bottom: 0;
    }
    .main .amshopby-filters-left.block-layered-nav.amshopby-collapse-enabled dt{
        padding: 5px 30px;
        font-size: 14px;
        font-weight: 700;
    }
    .main .amshopby-filters-left.block-layered-nav.amshopby-collapse-enabled dt:not(:first-child){
        margin-top: 0;
    }
    .block-layered-nav .block-content > dl > dt:after{
        margin-top: -4px;
    }
    .block-layered-nav .block-content > dl > dd{
        padding-bottom: 5px;
    }
    .block-layered-nav dl dd ol > li > span,
    .block-layered-nav dl dd ol > li > a{
        margin-top: 0;
        margin-bottom: 0;
    }
}
.cws-arw a{
    height: 75px;
    width: 50px;
    background: rgba(0,0,0,.25);
    text-shadow: none;
}
.cws-arw .cws-prev{
    left: 0 !important;
}
.cws-arw .cws-next{
    right: 0 !important;
}
.cws-arw a:before{
    color: #fff !important;
    font-size: 28px;
    height: 75px;
    width: 50px;
    line-height: 75px;
}
#cartpopup{
    z-index: 99999;
}
#cartpopup_slidecontainer{
    width: 400px;
    padding: 15px;
    border-color: #ebebeb;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#cartpopup_slidecontainer table{
    width: 100%;
}
#cartpopup_slidecontainer thead th{
    background: #f5f5f5;
    color: #1b1b1b;
    padding: 10px 5px !important;
    height: auto;
}
#cartpopup_slidecontainer tbody tr + tr{
    border-top: 1px solid #ebebeb;
}
#cartpopup_slidecontainer tbody tr:nth-child(even){
    background: #f5f5f5;
}
#cartpopup .cartpopup_productimage img,
#cartpopup_slidecontainer td{
    border: 0;
}
#cartpopup_slidecontainer .cartpopup_footer{
    height: auto;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal{
    position: relative;
    top: 0;
    right: 0;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_producttotal{
    width: 100%;
    text-align: right;
    line-height: 40px;
    padding-right: 0;
    border-top: 1px dashed;
    border-color: #ebebeb;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a{
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 15px;
    background: #233565;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a div{
    width: auto;
    line-height: 30px;
    position: relative;
    font-weight: normal;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a img[alt="View Cart"] + div{
    font-size: 0;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a img[alt="View Cart"] + div:before{
    content: 'Ver Carrinho';
    font-size: 12px;
}
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a img{
    display: none !important;
}
/* login/create page */
.account-login .page-title{
    display: none;
}
.account-login .col2-set{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
}
.account-login .new-users,
.account-login .registered-users{
    width: 45% !important;
    padding: 60px !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #ebebeb !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.fieldset p.required{
    float: none;
}
@media (max-width: 992px){
    .account-login .col2-set{
        display: block;
    }
    .account-login .new-users,
    .account-login .registered-users{
        width: 100% !important;
    }
    .account-login .registered-users{
        margin-right: 30px !important;
    }
}
.account-create > form{
    padding: 60px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.my-account,
.block-account{
    padding: 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.dashboard .box-account p, .dashboard .box-account address{
    font-style: normal;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.dashboard .box-account{
    border-color: #ebebeb;
}
/* Home */
#bnrSlider-1 .cwsRwdSlider .slides li{
    overflow: hidden;
}
#bnrSlider-1 .cwsRwdSlider .slides img{
    position: relative;
    max-width: 100%!important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.barra-informacoes{
  margin-top: 50px !important;
}
.banners-meio img,
.barra-informacoes img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.barra-informacoes img:hover{
    -webkit-animation: pulse 1s;
    -o-animation: pulse 1s;
    animation: pulse 1s;
}
.products-grid .slick-track .product-info {
    padding-bottom: 0px !important;
    /* min-height: 100px !important; */
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.newsletter-home {
    background: url('../images/newsletter-home.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0px 80px 0px;
    color: #ffffff;
}
.newsletter-home em{
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}
.newsletter-home h2 {
    font-size: 30px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 10px 0 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.newsletter-home p{
    margin-bottom: 30px;
}
.newsletter-home input{
    width: 100%;
    height: 45px !important;
    padding: 0 15px !important;
    color: #777;
    border: 1px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.newsletter-home input::-webkit-input-placeholder {
    color: #777;
}
.newsletter-home input::-moz-placeholder {
    color: #777;
}
.newsletter-home input:-ms-input-placeholder {
    color: #777;
}
.newsletter-home input:-moz-placeholder {
    color: #777;
}
.newsletter-home .btn.cadastrar {
    height: auto;
    padding: 15px 30px;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #233565;
    text-transform: uppercase;
    background: #ffda09;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
}
.newsletter-home .btn.cadastrar:hover{
    background: #233565;
    color: #ffffff;
}
.product-slider-block{
    margin-top: 60px;
}
.itens-meio {
    margin-top: 0;
    margin-bottom: 50px;
}
.itens-meio .item-link > a{
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    background: #fff;
    transition: all .3s ease;
}
.itens-meio .item-link img{
   margin: auto;
}
.itens-meio .item-link p {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #233565;
    transition: all .3s ease;
}
.itens-meio .item-link >a:hover {
    background: #233565;
    border-color: #233565;
}
.itens-meio .item-link:hover p {
    color: #fff;
}
.banner-grande {
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
}
.banner-grande img{
    margin: 0 auto;
    max-width: 125%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.homepage-bar {
    border: 0;
    background: none;
    padding: 20px 0;
}
.homepage-bar a {
    color: #1b1b1b;
}
.homepage-bar [class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}
.homepage-bar.rodape {
    background: transparent !important;
}
.homepage-bar .text-area {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.homepage-bar.rodape strong, .homepage-bar.rodape .fz40 {
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.homepage-bar.rodape strong, .homepage-bar.rodape .fz40 {
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.homepage-bar .text-area strong {
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 20px;
}
.homepage-bar.rodape em {
    font-style: normal;
    color: #ffda09 !important;
}
.barra-info {
    border: 0;
    background: #233565;
    display: none;
    padding-top: 22.5px;
    padding-bottom: 22.5px;

}
.barra-info [class*="col-"] {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border: 0;
}
.barra-info .text-area {
    font-size: 14px;
    margin: 0;
}
.barra-info .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /*margin-left: 5px;*/
}
.barra-info p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}
.barra-info b,
.barra-info strong {
    color: #233565;
}
.icone-circle {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0px solid #233565;
    background: #233565;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.product-slider .product-name a{
    color: #1b1b1b;
}
/* Rodapé */
.rodape {
    background: #fff;
}
.footer strong {
    display: block;
}
.footer p {
    line-height: 1.7;
    font-size: 12px;
}
.footer .block-title h2,.footer .block-title h3,.footer .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #1b1b1b;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold !important;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #233565;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 1200px){
    .footer .block-title h2, .footer .block-title h3, .footer .block-title strong{
        font-size: 14px;
        letter-spacing: 3px;
    }
}
.footer .links, .footer .block-subscribe {
    text-transform: capitalize;
    font-size: 12px;
    width: 100% !important;
    margin: 0 !important;
}
.sociais em {
    font-size: 25px;
    color: #1b1b1b;
    margin-right: 10px;
}
.footer .block-title, .footer address {
    margin-bottom: 15px;
    margin-top: 15px;
}
.pagamentos img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.pagamentos {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding: 40px 0px;
}
address.copyright,
address.copyright a {
    font-size: 12px;
    color: #6b777f;
}
address.copyright img{
    margin: auto;
}
.nome-cliente{
    display: block;
    max-width: 150px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
.copyright .text-left {
    margin-top: 40px;
}
*/
/* Checkout */
.modal-backdrop.fade.in {
    display: none;
}
/* Product view */
.product-view .product-shop{
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-view .product-shop > div{
    padding: 30px;
}
.product-view .product-shop .frete-box{
    border-top: 1px solid #ebebeb;
    padding: 15px 30px;
    background: #fafafa;
    margin-top: 0;
}
.availability.in-stock{
    color: #2CD37E;
}
.product-view .product-shop .ultimas-unidades{
    color: #FF3636;
}
.product-view .product-shop .ultimas-unidades i{
    font-size: 18px;
}
.texto-detalhado img{
    max-width: 100%;
    height: auto !important;
}
/*
.product-view .product-shop .ultimas-unidades{
    position: relative;
    display: block;
    padding: 12px 15px;
    background: #FFD9D9;
    margin: -1px -15px -5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-view .product-shop .ultimas-unidades:before,
.product-view .product-shop .ultimas-unidades:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-right: 7.5px solid #E1A3A3;
    border-top: 7.5px solid #E1A3A3;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid transparent;

}
.product-view .product-shop .ultimas-unidades:after{
    left: auto;
    right: 0;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid #E1A3A3;
}
*/
.product-view .product-shop .block.block-shipping-estimate{
    margin-bottom: 0;
}
.product-view .product-shop #shipping-estimate-results{
    margin-top: 15px;
}
.product-view .product-shop a.link-wishlist i,
.product-view .product-shop a.link-wishlist em{
    font-size: 24px;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1{
    color: #1b1b1b;
    font-size: 24px;
}
.product-view .product-shop .product-name .h1,
.product-view .product-shop .product-name{
    float: none;
    display: block;
}
.product-view .product-shop .price-info{
    float: none;
    display: block;
    padding: 0;
    max-width: 100%;
    text-align: left;
}
.product-view .product-shop .extra-info{
    float: none;
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: left;
}
.availability.available-soon,
.availability.out-of-stock,
.availability-only,
.availability.in-stock {
    font-weight: 700;
    display: inline-block;
  font-size: 12px !important;
}
.product-view .product-shop .price-box .special-price{
    display: block;
    margin-top: 0;
}
.product-view .product-shop #shipping-estimate-results{
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid #ebebeb;
    padding: 15px 30px 0;
}
.block-shipping-results .block-content{
    margin: 0;
    padding: 0;
}
.product-view .product-shop #shipping-estimate-results dl{
    margin-bottom: 0;
}
.block-shipping-estimate .block-title{
    display: none;
}
.block-shipping-estimate .block-content .item{
    margin: 0;
    padding: 0;
}
.shipping-estimation-form{
    display: block;
    margin: 0;
    max-width: 250px;
    position: relative;
}
.shipping-estimation-form .input-box{
    padding: 0;
}
.shipping-estimation-form input{
    width: 100%;
    height: 50px;
    padding: 0 120px 0 15px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.shipping-estimation-form .button{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related,
.product-view .product-shop{
    float: none;
    width: 100%;
}
.product-view .add-to-cart-wrapper{
    margin-top: 30px;
    padding: 0;
}
.product-view .add-to-cart .qty-wrapper .qty{
    height: 45px;
}
.product-view .add-to-cart .qty-wrapper label{
    line-height: 45px;
}
.product-img-box{
    float: none;
    width: 100%;
    padding: 0;
}
.product-img-box .amlabel-div{
    overflow: hidden;
    /*
    background: #fff;
    border: 1px solid #ebebeb;
    */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-img-box .product-image{
    margin: auto;
}
.slick-slider{
    max-width: 100%;
}
.more-views{
    /*overflow: auto;*/
    /* max-height: 100%; */
    text-align: center;
}
.more-views .amasty_gallery a{
    display: block;
    padding: 5px;
    margin: 5px auto;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.more-views .amasty_gallery img{
    display: block !important;
    margin: 0 auto !important;
    height: auto !important;
}
.amasty_gallery .slick-list{
    padding: 0 !important;
}
.amasty_gallery .slick-prev,
.amasty_gallery .slick-next{
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.5);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.amasty_gallery .slick-next{
    top: auto;
    bottom: 0;
}
.amasty_gallery .slick-prev:before,
.amasty_gallery .slick-next:before{
    line-height: 30px;
    color: #fff;
    border: 0;
    background: none !important;
    width: 100%;
    height: 100%;
}
.amasty_gallery .slick-prev:before{
    content: '\f106';
}
.amasty_gallery .slick-next:before{
    content: '\f107';
}
@media (max-width: 992px){
    .more-views .amasty_gallery{
        margin-top: 15px;
    }
    .more-views .amasty_gallery a{
        margin: 0 7.5px;
    }
    .amasty_gallery .slick-prev,
    .amasty_gallery .slick-next{
        width: 30px;
        height: 100%;
        right: auto;
        bottom: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .amasty_gallery .slick-next{
        right: 0;
        left: auto;
    }
    .amasty_gallery .slick-prev:before,
    .amasty_gallery .slick-next:before{
        line-height: 1;
    }
    .amasty_gallery .slick-prev:before{
        content: '\f104';
    }
    .amasty_gallery .slick-next:before{
        content: '\f105';
    }
}
.product-options,
.product-options-bottom{
    border: 0;
    padding: 0;
    background: none;
}
.product-view .add-to-cart{
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}
.product-view .add-to-links,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart .qty-wrapper label,
.product-view .add-to-cart .qty-wrapper{
    margin-bottom: 0;
}
.product-view .sharing-links{
    display: none;
}
.product-view .add-to-links{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.product-view .add-to-links li,
.product-view .add-to-links a{
    padding: 0;
    line-height: 1;
}
iframe{
    border: 0 !important;
}
.super-attribute-select.swatch-select{
    display: block !important;
    margin-bottom: 15px;
    width: 100%;
}
.product-options p.required{
    top: 0;
    right: 0;
}
.product-view .product-options dd.swatch-attr .input-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    -moz-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    -o-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;

}
.amconf-image-container{
    margin-bottom: 5px;
}
.amconf-image-container div.am-disabled{
    opacity: .5;
}
.amconf-image-container div.am-disabled,
.amconf-noimage-div,
.amconf-image-container img{
    width: 45px !important;
    height: 45px !important;
    line-height: 35px !important;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none !important;
}
.amconf-noimage-div:hover,
.amconf-image-container img:hover{
    border-color: #233565;
}
.amconf-noimage-div.amconf-image-selected,
.amconf-image-container img.amconf-image-selected{
    border-color: #233565;
}
.tooltipster-light{
    background: #f5f5f5;
    border-color: #ebebeb;
    color: #333;
}
.tooltipster-light .tooltipster-content{
    font-size: 12px;
    padding: 5px 10px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.tooltipster-light .amtooltip-label{
    font-weight: normal;
}
.product-options .switcher-field label.selected {
    border-color: #233565;
    color: #233565;
}
.zoomLens{
    /* pointer-events: none; */
    background-color: transparent;
}
.zoomWrapper{
    height: auto !important;
}
.fancybox-container{
    z-index: 100000;
}
.block-related .product-details .price-box p{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
}
.block-related .product-details .price-box span{
    margin: 0;
    float: none;
}
.mini-products-list .product-details .product-name{
    padding-top: 0;
}
/*
.block-related .product-details .actions{
    display: none;
}
*/
.block-related .product-details .actions .btn-cart{
    padding: 5px 15px;
}
#customer-reviews{
    padding: 0;
}
.mini-products-list{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
.mini-products-list > li{
    margin: 0;
    float: left;
    width: 50%;
    clear: none;
    padding: 15px;
}
#block-related > li:nth-child(n+3){
    border-top: 1px solid #ebebeb;
}
#block-related > li.even{
    border-left: 1px solid #ebebeb;
}
@media (max-width: 768px){
    .mini-products-list > li{
        float: none;
        width: 100%;
    }
    #block-related > li:nth-child(n+2){
        border-top: 1px solid #ebebeb;
    }
    #block-related > li.even{
        border-left: 0;
    }
}
.block-related .block-title h2,
.titulo-view{
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    display: block;
    margin-top: 60px;
}
.block-related .block-title h2:after,
.titulo-view:after{
    content: '';
    display: block;
    width: 100%;
    margin-top: 5px;
    border-bottom: 2px solid #ebebeb;
}
/*
#upsell-product-table,
.block-related .block-content,
.texto-detalhado{
    padding-left: 30px;
    padding-right: 30px;
}
*/
.texto-detalhado h2{
    display: none;
}
.texto-detalhado #customer-reviews{
    padding: 0;
}
#ajaxnotice{
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    border-color: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#ajaxnotice .ajaxnotice_image{
    border: 0;
}
.ajaxnotice_buttons img{
    display: none;
}
#ajaxnotice .ajaxnotice_content .ajaxnotice_close{
    font-size: 0;
}
#ajaxnotice .ajaxnotice_content .ajaxnotice_close:before{
    content: 'Fechar';
    font-size: 12px;
}
.ajaxnotice_buttons a{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 7px 15px;
    background: #233565;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.ajaxnotice_buttons a[href$='checkout/cart/']{
    font-size: 0;
}
.ajaxnotice_buttons a[href$='checkout/cart/']:before{
    content: 'Ir para o carrinho';
    font-size: 12px;
}
.ajaxnotice_buttons a + a{
    margin-left: 15px;
    background: #39A439;
}
body.cms-home .main-container{
    padding-top: 0;
}
#bnrSlider-1{
    margin-bottom: 15px;
}
@media (max-width: 992px){
    .p0-sm{
        padding: 0;
    }
    .mt0-sm{
        margin-top: 0 !important;
    }
    .block-sm{
        display: block !important;
    }
    .text-center-sm{
        text-align: center;
    }
    .block-related .block-title h2, .titulo-view{
        margin-top: 30px;
    }
    .titulo-view.description{
        margin-top: 0;
    }
    .barra-informacoes{
        margin-top: -7.5px;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .barra-informacoes .pd15{
        padding: 7.5px;
    }
    .pager{
        margin-top: 15px;
    }
}
@media (max-width: 768px){
    .skip-nav,
    .skip-link{
        width: auto;
        padding: 0;
    }
    .skip-link.skip-cart{
        padding: 0;
    }
    .skip-links{
        border: 0 !important;
    }
    .skip-cart .icone-circle{
        background: none;
        color: #999;
    }
    .skip-cart .count{
        top: 0;
        right: 0;
    }
    .top-links .va-sub{
        vertical-align: bottom;
    }
    #header .page-header-container.display-flex{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #header .logo{
        /*height: 80px;*/
        padding: 5px 0;
    }
    #header #header-search{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 0;
        display: block;
        background: #f5f5f5;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
    #search{
        border-width: 1px;
        height: 40px;
    }
    #search_mini_form .search-button{
        width: 40px;
        height: 40px;
    }
    #header-nav{
        z-index: 9999999999999;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #f5f5f5;
        padding: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #header-nav.skip-active{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #header-nav .container{
        padding: 0;
    }
    #menu-content{
        display: block !important;
    }
    .topmenu-mobile{
        background: #fff;
    }
    #menu-button{
        width: auto;
        padding: 15px;
        border: 0;
    }
    .login-mobile{
        padding: 0 15px;
    }
    .login-mobile a{
        color: #1b1b1b;
    }
    .login-mobile a:hover{
        color: #233565;
    }
    .menu-mobile .parentMenu a:link,
    .menu-mobile .parentMenu a:visited{
        padding: 10px 15px;
        font-size: 12px;
        text-transform: none;
        text-align: left;
        font-weight: normal;
    }
    .menu-mobile .parentMenu a.level0:link,
    .menu-mobile .parentMenu a.level0:visited{
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    #custommenu-mobile .level0,
    #custommenu-mobile .level1,
    #custommenu-mobile .level2{
        background: #f5f5f5;
    }
    #custommenu-mobile .parentMenu:hover a:link,
    #custommenu-mobile .parentMenu:hover a:visited,
    #custommenu-mobile .parentMenu:hover{
        background: #ebebeb;
    }
    #custommenu-mobile .button{
        height: 32px;
    }
    #custommenu-mobile .level0 > .parentMenu > .button{
        height: 42px;
    }
    .menu-mobile .wp-custom-menu-submenu{
        text-indent: 15px;
    }
    .menu-mobile .wp-custom-menu-submenu.level1{
        text-indent: 30px;
    }
    .menu-mobile .wp-custom-menu-submenu.level2{
        text-indent: 45px;
    }
    .itens-meio{
        margin-top: -7.5px;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .itens-meio .pd15{
        padding: 7.5px;
    }
}
@media (max-width: 480px){
    .product-slider .product-name a{
        font-size: 14px !important;
    }
    .slick-prev:before, .slick-next:before,
    .slick-prev, .slick-next{
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        bottom: auto;
        top: 120px;
    }
    .top-links-container .container{
        padding: 0;
    }
    .top-links a{
        font-size: 10px;
        padding: 0 4px;
    }
    .top-links a b{
        max-width: 70px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
    }
    .top-links em, .top-links i{
        font-size: 14px;
    }
    .top-links .mr15{
        margin-right: 0px;
    }
    .top-links .mr5{
        margin-right: 2px;
    }
    .main-container, .footer-container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .products-grid{
        margin-right: -15px;
        margin-left: -15px;
        max-width: none;
    }
    .products-grid .slick-track .product-info{
        padding: 0;
    }
    .btn-checkout, .product-view .add-to-cart-buttons .button{
        padding-right: 30px;
        padding-left: 30px;
        min-width: 1px;
    }
    .pd30,
    .product-view .product-shop .frete-box,
    .product-view .product-shop > div{
        padding: 15px;
    }
    .product-view .add-to-cart .qty-wrapper .qty{
        width: 40px;
    }
}

@media (max-width: 1366px){
    img.inblock.mr5 {
        height: 35px!important;
    }
}


