/* ----------- HEADER OLD INLINE ----------- */
.cart-icon-advertise{
    font-size: 20px;
    color: #333;
}
.cart-icon-advertise::after{
    content:"0";
    color: #333;
    font-size: 10px;
    top: -5px;
    right: -7px;
    position: absolute;
    font-family: Poppins,sans-serif;
    font-weight: 600;
}
.result-search{
    background-color: #fff;
    width: 100%;
}
.result-search ul.list-product{
    padding-left: 0px;
    margin: 0px;
}
.result-search ul.list-product li::after{
    content: "";
    position: absolute;
    left: 17%;
    bottom: 0px;
    width: 66%;
    height: 1px;
    background-color: #eee;
}
form.header-search #search:focus + .btn-search + .result-search {
    display: block;
    border-left-width: 2px;
    border-right-width: 2px;
}
.menu .has-submenu > a {
    white-space: nowrap;
}
.vertical-menu {
    min-width: 280px;
}
.category-menu i {
    margin-bottom: 2px;
}
.category-menu>li>a {
    padding: 1.35rem 1rem;
}
.icons_header__mobile{
    position: relative;
    margin-right: 0px;
}
.icons_header__mobile i{
    font-size: 20px;
    margin-right: 5px;
}
.nav__box{
    display: none;
}
.icons_header__mobile span{
    font-size: 10px;
}
.header-left--secondary .category-dropdown, .header-right--secondary{
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
}
.header-right--secondary{
    justify-content: flex-end;
}
.cart-float-action{
    cursor: pointer;
}
.shadow_default{
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.shadow_default.opened{
    z-index: 1055;
    opacity: 1;
    visibility: visible;
}
.cart-float-content{
    position: fixed;
    z-index: 1057;
    top: 0px;
    right: 0px;
    width: 350px;
    height: 100%;
    -o-transform:translate(100%,0px);
    -ms-transform:translate(100%,0px); 
    -webkit-transform: translate(100%,0px);
    transform:translate(100%,0px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}
.cart-float-content.opened{
    -o-transform:translate(0%,0px);
    -ms-transform:translate(0%,0px); 
    -webkit-transform: translate(0%,0px);
    transform:translate(0%,0px);
}
.floatcart__close{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: transparent;
    border: 0px none transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.floatcart__close .close-icon {
    width: 24px;
    height: 24px;
}
.opened .floatcart__close{
    /*left: -55px;*/
}
.floatcart__close .close-icon::before, .floatcart__close .close-icon::after{
    background-color: #000 !important;
}
.floatcart__title{
    /*background-color: #333;
    color: #fff;*/
    padding-top: 25px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 1px solid #ccc;
}
.floatcart__itens{
    padding:10px 15px;
    margin-top: 5px;
    overflow-y: scroll;
    max-height: calc(100% - 130px);
    margin-bottom: 0px;
}
.floatcart__item{
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.floatcart__item:last-child {
    border-bottom:none;
}
.floatcart__image{
    height: 60px;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-top: 4px;
}
.floatcart__image a{
    display: block;
    width: 100%;
    height: 100%;
}
.floatcart__image img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.floatcart__data{
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    padding-left: 10px;
}
.floatcart__produto{
    margin-bottom: 5px;
    line-height: 130%;
}
.floatcart__produto a{
    font-size: 14px;
    color: #222;
}
.floatcart__preco, .floatcart__quantidade{
    font-size: 14px;
}
.floatcart__preco {
    margin-bottom: 8px;
    color: #008a00;
    font-weight: 500;
}
.floatcart__quantidade .cart__del {
    float: right;
}
.floatcart__quantidade .cart__rem {
    margin-right: 10px;
}
.floatcart__quantidade .cart__add {
    margin-left: 10px;
}
.floatcart__quantidade .cart__del {
    float: right;
    margin-right: 10px;
}
.floatcart__cta {
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    margin-left: 25px;
    margin-right: 25px;
}
.noscroll{
    overflow: hidden;
}
.mp_lightbox.on {
    visibility: visible;
    opacity: 1;
    z-index: 1060;
}
.mp_lightbox {
    position: fixed;
    top: 10vh;
    max-height: 80vh;
    left: calc(50% - 300px);
    width: 600px;
    background-color: #fff;
    border-radius: 15px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px;
}
.mp_lightbox .form-control{
    color: #333;
}
.avaliar__title {
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.avaliar__pnome{
    margin-bottom: 0px;
}
.avaliar__close {
    position: absolute;
    top: 15px;
    right: 22px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: transparent;
    border: 0px none transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.avaliar__close .close-icon::before, .avaliar__close .close-icon::after {
    background-color: #333;
}
.avaliar__pimg {
    text-align: center;
}
.avaliar__pimg img {
    max-width: 140px;
    max-height: 80px;
}
.pedido__productlist{
    max-height: 80px;
    overflow: hidden;
}
.avaliar__produto {
    font-size: 12px;
}
.avaliacao__resposta{
    font-size: 16px !important;
    padding-top: 30px;
}
.anexos_list {
    margin-top: 2px;
}
.anexo__addbtn{
    font-size: 12px;
    border-width: 1px;
    margin-top: 5px;
}
.form-control.form-file{
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 1px;
}
.avaliacoes__fotos{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 10px;
    row-gap: 10px;
}
.avaliacoes__foto{
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    height:70px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avaliacoes__foto.video{
    background-color: #000;
}
.avaliacoes__foto i {
    font-size: 22px;
    color: #fff;
}
.avaliacoes__foto img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.anexos_extensoes{
    font-size: 12px;
    color: red;
    line-height: 120%;
    padding-top: 2px;
    padding-bottom: 7px;
}
.mfp-close {
    width: 44px !important;
    height: 44px !important;
}
.mfp-close {
    margin-right: 10px;
    margin-top: 10px;
}
.mfp-close:hover {
    transform: rotateZ(135deg) scale(1) !important;
}
.mfp-wrap {
    z-index: 1060 !important;
}
.mfp-close {
    cursor: pointer !important;
}
.pedido__product-imagebig .pedido__product-img{
    max-width: 300px;
    max-height: 200px;
}
.mfp-close::before, .mfp-close::after {
    background-color: #222;
}
.image-popup {
    cursor: zoom-in;
}
.mfp-iframe-holder .mfp-close {
    top: 0px !important;
}
.mfp-iframe-holder .mfp-close::before {
    border: 1px solid #fff;
    width: 6px;
    left: calc(50% - 3px);
}
.mfp-iframe-holder .mfp-close::after {
    border: 1px solid #fff;
    height: 6px;
    top: calc(50% - 3px);
}
@media screen and (min-width: 1200px) { 
    #search:focus + .btn-search + .result-search{
        display: block;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) { 
    .header-search.hs-expanded {
        margin-right: 0px;
    }
}
@media screen and (max-width: 991px) { 
    .nav__box{
        display: flex;
        flex: 0 0 200px;
        max-width: 200px;
        width: 200px;
    }
    .header-right--logo {
        flex: 0 0 200px;
        max-width: 200px;
        width: 200px;
        margin-left: 0px !important;
        justify-content: flex-end;
    }
    .header-left--logo {
        flex: 0 0 calc(100% - 200px) !important;
        width:calc(100% - 200px);
        max-width:calc(100% - 200px);
    }
    .header-search input.form-control, .header-search .select-box select, .header-search .select-box select option{
        font-size: 16px;
    }
    .header-search .select-box select{
        padding-left: 5px;
        max-width: 130px;
    }
    .search__bar{
        margin-left: 0px;
        margin-right: 0px;
    }
    .header-search .btn-search{
        min-width: 40px;
    }
    .close-icon::before, .close-icon::after{
        background-color: #fff;
    }
    .mmenu-active .mobile-menu-overlay{
        opacity: 0.8;
    }
    .mobile-menu-close {
        left:auto;
        right: 20px;
    }
}
@media screen and (max-width: 767px) { 
    .footer-top {
        padding-top: 20px;
    }
    .result-search ul.list-product li .text-result {
        padding-bottom: 8px;
    }
    .result-search ul.list-product li {
        margin-bottom: 2px;
    }
    .result-search ul.list-product li figure {
        margin: 5px 10px 5px 0px;
    }
    .nav__box, .header-right--logo {
        flex: 0 0 110px;
        max-width: 110px;
        width: 110px;
    }
    .header-left--logo {
        flex: 0 0 calc(100% - 110px) !important;
        width: calc(100% - 110px);
        max-width: calc(100% - 110px);
    }
    .nav__box{
        padding-bottom: 2px;
    }
    .logo {
        min-width: auto;
    }
    .icons_header__mobile span{
        display: none;
    }
    .header__favoritos{
        display: none;
    }
    #news_nome {
        margin-bottom: 5px;
    }
    .perguntas__form--enviar .form-control.input__white{
        text-align: left;
    }
}
@media screen and (max-width: 399px) { 
    .header-middle .logo img {
        max-width: 90px;
    }
}
@media screen and (max-width: 479px) { 
    .header-middle--mobile{
        padding-top: 5px;
    }
    .header-middle .logo{
        margin-top: 5px;
        margin-bottom: 2px;
    }
    .header-middle .logo img{
        margin-left: auto;
        margin-right: auto;
        max-width: 120px;
        max-height: 70px;
        width: auto;
        height: auto;
    }
}


/* ----------- PRODUTO OLD INLINE ----------- */
.product-sticky-content .product-media {
    display:none;
}
.wrap_product .plyr {
    border: none;
    border-radius: 0;
}
.wrap_product .plyr iframe {
    transition: 0.2s filter linear;
}
.wrap_product .plyr.plyr--paused iframe {
    filter: blur(1.5rem);
}
.wrap_product .plyr__control--overlaid svg {
    width: 30px !important;
    height: 30px !important;
}
.wrap_product .plyr__control--overlaid {
    background-color: transparent;
    color: #ba851f;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wrap_product .plyr__controls {
    width: 100%;
    height: 100%;
    padding: unset !important;
    background: transparent !important;
}
.wrap_product .plyr__controls button {
    width: 100%;
    height: 100%;
    color: #ba851f !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_product .plyr__controls button svg {
    width: 30px !important;
    height: 30px !important;
}
.wrap_product .plyr__controls button:hover {
    background: transparent !important;
}
svg.icon--not-pressed {
    display: none !important;
}
.wrap_product .plyr__control--overlaid {
    background-color: transparent !important;
}
.wrap_product .plyr__poster {
    background-size: cover !important;
}
.wrap_product .cursor {
    cursor: pointer;
}
.wrap_product .not_allow {
    opacity: 0.3; cursor:pointer;
}
.wrap_product a.hide {
    display:none !important;
}
.wrap_product a.hide.show {
    display:block !important;
}
.wrap_product .load-more-overlay.loading {
    z-index: 9;
}
.wrap_product h6.off {
    display: block;
    float: right;
    color: red;
    font-size: 18px;
    font-weight: lighter;
    margin-right: 50px;
    margin-top: 0px;
    padding: 1px 5px;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 0px;
    margin-top: 5px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: yellow;
}
.product-sticky-content.fixed .product-list-sm{
    display:flex;
    flex:1;
}
.sticky-content.fixed {
    position: fixed;
    left: 0; 
    right: 0; 
    opacity: 1; 
    transform: translateY(0);
    z-index: 1051; 
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1); 
}
.logo.ml-lg-0 {
    margin-top: 20px;
}
.sticky-content.fixed button.comprar {
    width: 130px !important;
    position: absolute;
    right: 0;
    font-size: 12px !important;
}
.testimonial-blockquote blockquote {
    padding: 0 !important;
    border: none !important;
    font-size: 14px;
    line-height: 120%;
    font-family: "Avenir", sans-serif !important;
    margin-bottom: 0px;
}
.testimonial-blockquote blockquote::after {
    content: '';
    display:none !important;
}
.icon-border-circle .icon-box-icon {
    display: inline-flex;
    width: 30px !important;
    height: 30px !important;
    background: #ccc !important;
}
.testimonial-info{
    margin-bottom:0px;
}
.lista-perguntas{
    margin-bottom:25px;
    max-width:100%;
    width:100%;
}
.lista-perguntas h6{
    display:block;
    width:100%;
    margin-bottom:10px;
    font-size: 16px;
    max-width:100%;
}
.lista-perguntas span{
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    color:rgba(0,0,0,.55);
    max-width:100%;
    padding-left: 20px;
}
.ui-pdp-description__title .lista-perguntas span, .ui-pdp-description__title span, .ui-pdp-container__row span{
    max-width: 100%;
}
.ui-pdp-container__row span p span span{
    height: auto !important
}
.ui-pdp-container__row--description p{
    display:block;
    width: 100%;
    font-size: 18px;
}
iframe.note-video-clip{
    width: 100%;
}
.ui-pdp-container__col{
    margin-top: 40px;
}
.product-price .price-sticky-tax {
    text-decoration: line-through;
    color: red !important;
    font-size: 1.4rem;
    font-weight: normal;
}
.ui-vip-payment_methods.payment_methods-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.column-payment-credit{
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
}
.column-payment-debit{
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
}
.paymethod-w100{
    width: 100%;
}
.ui-vip-payment_methods .ui-pdp-payment-icon__size {
    margin: 10px 14px 4px 0;
    display: flex;
    align-items: center;
}
.ui-pdp-payment-icon__size img, .ui-pdp-payment-icon__size svg{
    height: 25px;
    width: auto;
    margin-top: 0px !important;
}
.payment_icon__boleto {
    margin-right: 0px !important;
}
.product-single .product-color-swatch .color {
    border: 1px solid #ccc;
}
.description__subtitle{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0px;
}
.description__subtitle--search{
    margin-bottom: 10px;
}
.perguntas__filtro{
    width: 100%;
    margin-bottom: 40px;
}
.perguntas__form{
    position: relative;
}
.perguntas__form.sending{
    opacity: 0.4;
}
.perguntas__form--enviar .form-control{
    color: #666;
}
.perguntas__form--enviar .form-control.invalid{
    border-color: red;
    color: red;
}
.custom-checkbox.invalidp + label::before {
    border-color: red;
}
.perguntas__search{
    padding-right: 140px !important;
}
.perguntas__submit{
    width: 140px;
    position: absolute;
    right: 0px;
    top:0px;
    height:44px;
}
.perguntas__limpar{
    font-size: 14px;
    cursor: pointer;
    margin-top: 3px;
    position: absolute;
    width: 100%;
    text-align: right;
}
.perguntas__limpar span{
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.perguntas__limpar span::before, .perguntas__limpar span::after{
    content:"";
    height:10px;
    width: 1px;
    position: absolute;
    background-color: #666;
    left: 9px;
    top: 8px;
}
.perguntas__limpar span::before{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.perguntas__limpar span::after{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#perguntas__send{
    padding-top: 20px;
}
#perguntas__send p{
    margin-bottom: 5px;
}
#pergunta_msg{
    height: 125px;
}
.perguntas__enviarbox{
    text-align: right;
}
.testimonial-blockquote{
    width: 100%;
    margin-bottom: 20px;
}
.product-single .information.rating__footer .ui-pdp-container__col .ui-pdp-container__row{
    display: block !important;
}
.ui-pdp-seller__header__info-container{
    flex: 1 0 auto;
}
.gatilhos .gatilho{
    color: #008A00;
    font-size:14px;
    font-weight:bold;
    position: relative;
}
.gatilhos .gatilho .popup{
    background-color: #fff;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 30px 20px 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    top: 32px;
    width: 400px;
    right: 30%;
    box-shadow: 0px 2px 10px 0px #ddd;
}
.gatilhos .gatilho .popup.on{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.gatilhos .gatilho .popup::before{
    content:"";
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 12px;
    height:12px;
    position: absolute;
    top:-7px;
    right: 40%;
    background-color: #fff;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.gatilhos .gatilho .popup p{
    margin: 0px;
}
.popup, .popup p, .popup h1, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6, .popup li, .popup td{
    color: #2d2d2d;
}
.popup *{
    line-height: normal;
}
.popup a{
    color: #369;
    text-decoration: underline;
}
.gatilho_popup i{
    margin-right: 6px;
}
.popup h1, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6{
    margin-bottom: 15px;
}
.popup__close{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 0px;
    right: 0px;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    border-radius: 0px;
    cursor: pointer;
}
.popup__close::before, .popup__close::after{
    content:"";
    position: absolute;
    top: 7px;
    left: 49%;
    width: 1px;
    height: 18px;
    background-color: #2d2d2d
}
.popup__close::before{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.popup__close::after{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.gatilhos .gatilho.gatilho-2 span{
    cursor: pointer;
}
.related__container{
    background-color: #fff;
    margin-bottom: 50px;
    padding: 50px 70px;
    border: 1px solid #e8e8e8;
}
/*.related__products{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}*/
.related__products .owl-dots{
    padding-top: 25px;
}
.related__item{
    padding-left: 15px;
    padding-right: 15px;
}
.related__image{
    height: 190px;
    position: relative;
}
.related__image a{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.related__image a img{
    object-fit: contain;
}
.related__cat, .related__name, .related__brand, .related__price{
    text-align: center;
}
.related__cat{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 2px;
}
.related__name{
    margin-bottom: 8px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related__name a{
    font-weight: 400;
    font-size: 15px;
    color: #333;
}
.related__brand a{
    font-size: 11px;
    color: #666;
    font-weight: normal;
}
.related__price{
    font-size: 16px;
    font-weight: 600;
    color: #020101;
}
.related__price a{
    font-size: 16px;
    font-weight: 600;
    color: #020101;
}
.related__addtocart{
    text-align: center;
    margin-top: 10px;
}
.related__addtocart .addtocart__btn, .related__addtocart .addcjtocart__btn, .related__addtocart .stockoutcj__btn{
    font-size: 10px;
}
.comprejunto__products{
    display: flex;
}
.comprejunto__products .related__item {
    max-width: 218px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.comprejunto__products .related__item + .related__item::before {
    position: absolute;
    content: "+";
    left: -7px;
    top: calc(50% - 20px);
    color: #aaa;
    font-size: 26px;
    font-weight: bold;
}
.rating__number{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: rgba(0,0,0,.9);
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}
.rating__value{
    font-size: 42px;
    line-height: 130%;
    letter-spacing: -3px;
}
.rating__max{
    line-height: 130%;
    padding-bottom: 7px;
    letter-spacing: 2px;
    margin-left: 4px;
}
.rating__title{
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
    padding-bottom: 2px;
}
.rating__stars{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.rating__stars .ratings-full{
    margin-right: 0px;
}
.rating__stars .ratings-container{
    margin-bottom: 5px;
}
.rating__description{
    font-size: 12px;
    text-align: center;
}
.rating__total{
    padding-bottom: 24px;
}
.rating__total.bottom{
    margin-left: 33px;
    margin-right: 0px;
    max-width: 170px;
    margin-bottom: 25px;
}
.rating__seeall{
    background-color: transparent;
    border: 0px none transparent;
    font-size: 14px;
    font-family: "Avenir", sans-serif !important;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.rating__seeall:hover{
    color: #3483fa;
}
.rating__seeall i{
    vertical-align: middle;
    padding-bottom: 2px;
    margin-left: 5px;
}
.suggestion {
    margin-right: 10px;
}
.suggestion__title{
    padding-top: 50px;
    font-size: 18px;
}
.suggestion__list{
    padding-top: 10px;
}
.suggestion__item{
    margin-bottom: 15px;
    position: relative;
}
.suggestion__link{
    display: flex;
    column-gap: 10px;
}
.suggestion__info{
    position: relative;
    padding-bottom: 5px;
}
.suggestion__image {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
}
.suggestion__name {
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 5px;
}
.suggestion__section {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 2px;
}
.suggestion__price {
    color: #020101;
    font-size: 16px;
    font-weight: bold;
}
.suggestion__btn {
    padding: 6px 15px;
    font-size: 11px;
    font-weight: normal;
    margin-left: 15px;
    border-radius: 3px;
}
.comprar__btn{
    font-size:20px;
    display:block;
    text-decoration: underline;
    margin-left: 0px;
}
.stockout__btn{
    font-size:14px;display:block;
    background-color: #ccc !important;
    border-color: #bbb !important;
    min-width: 200px;
    cursor: initial;
}
.product_title_if_mobile{
    display:none;
}
.wrap_product .product-single .product-title {
    font-weight: lighter; 
    line-height: 120%;
}
fix-bottom.product-sticky-content.sticky-content.fixed btn.comprar.button-primary {
    position: absolute;
}
.product-sticky-content .product-media {
    display: none !important;
}
.addtocart{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 14px;
    padding-top: 5px;
    font-family: "Avenir", sans-serif !important;
    align-items: center;
    column-gap: 10px;
}
.sticky-content.fixed .addtocart{
    position: absolute;
    right: 150px;
    width: auto;
    column-gap: 12px;
}
.addtocart__btn, .addcjtocart__btn, .stockoutcj__btn{
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    font-family: "Avenir", sans-serif !important;
    border-radius: 3px;
}
.sticky-content.fixed .addtocart span{
    order:2;
}
.sticky-content.fixed .addtocart .addtocart__btn{
    order:1;
}
.rating__total.rating__total--custom{
    width: 170px;
    height: 170px;
    border: 2px solid #369;
    border-radius: 50%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rating__total.bottom.rating__total--custom{
    margin-bottom: 45px;
}
.footer__bar{
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.footer__bar.produto{
    bottom: 110px;
}
.footer__bar-1.produto{
    left: 9px;
}
.footer__bar-2.produto{
    right: 9px;
}
.card {
    margin-right: 10px;
    margin-left: 10px;
}
.product-variation-cj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}
.variacao_prod .title_var_swal, .variacao_prod .cjclose__btn{
    display: none;
}
.variacao_prod.opened .title_var_swal, .variacao_prod.opened .cjclose__btn{
    display: block;
}
.title_var_swal{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    color: #595959;
}
.product-variation-cj{
    font-family: "Avenir", sans-serif !important;
}
.product-variation-cj label {
    margin-right: 15px;
    color: #333;
}
.product-variation-cj .size {
    width: auto;
    min-width: 30px;
    padding: 1px 5px 0px 5px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #666;
    text-align: center;
}
.product-variation-cj .color {
    display: block;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
}
.product-variation-cj.product-color-swatch .color.active::before {
    content: '\f00c';
}
.product-variation-cj.product-color-swatch .color::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #fff;
    line-height: 2.2;
}
.product-variation-cj .product-variations {
    justify-content: flex-start;
}
.form_cj{
    position: fixed;
    width: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.form_cj.opened{
    visibility: visible;
    opacity: 1;
    z-index: 1058;
}
#form-buy.form_cj.opened .comprar{
    display: none;
}
#form-buy.form_cj.opened .addtocart span{
    display: none;
}
#form-buy.form_cj.opened .addtocart .addtocart__btn{
    color: #fff;
    border-color: #369;
    background-color: #369;
    width: 100%;
}
#form-buy.form_cj.opened .product-variation-price{
    margin-bottom: 0px;
}
#form-buy.form_cj.opened .product-variation-price span{
    padding: 4px 0px 0px 10px;
    font-size: 22px;
}
#form-buy.form_cj.opened .product-qty-form{
    margin: 0px;
}
#form-buy.form_cj.opened .product-variation-clean {
    float: left;
}
.product-variation-price-cj{
    display: none;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 1.2rem;
    padding-top: 2.8rem;
}
.cursor.product-variation-clean-cj {
    font-size: 12px;
    background: #f4f4f4;
    color: #333;
}
.cjclose__btn{
    position: absolute;
    right: 10px;
    top: 12px;
    background-color: transparent;
    border: 0px none transparent;
    width: 26px;
    height: 26px;
    padding: 0px;
    cursor: pointer;
}
.cjclose__btn .close-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    border: 0px none transparent;
    width: 26px;
    height: 26px;
}
.cjclose__btn .close-icon::before, .cjclose__btn .close-icon::after {
    background-color: #333;
}
.product-variation-price-cjflex{
    display: flex;
}
.product-variation-price-cjflex span {
    padding: 4px 0px 0px 10px;
    font-size: 22px;
}
.form_cj .addcjtocart__btn, .form_cj .stockoutcj__btn {
    width: 100%;
}
.owl-stage .product-image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.wrap_product .product-single-carousel .owl-stage {
    height: 500px;
}
.wrap_product .product-gallery .owl-item img{
    max-height: 500px;
}
.wrap_product .product-gallery .owl-item iframe{
    max-height: 500px;
}
.color__selected {
    width: 24px;
    height: 24px;
    box-shadow: 0px 2px 10px 0px #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: -3px 0px 0px 5px;
}
.flag__promocao{
    position: absolute;
}
.flag__promocao {
    position: absolute;
    right: 0px;
    background-color: #f93;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    z-index: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    top: 10px;
}
.page-content.wrap_product .product.product-single .product-image {
    display: flex;
    justify-content: center;
}
.page-content.wrap_product .product.product-single .owl-carousel.owl-drag .owl-item{
    display: flex;
    justify-content: center;
}
.views__now {
    padding-top: 25px;
    font-size: 14px;
    color: #333;
    padding-bottom: 20px;
}
.views__now i {
    margin-right: 5px;
}
.views__counter {
    margin-right: 5px;
}
.nav__box {
    align-items: center;
}
.home__link{
    margin-left: 15px;
}
.home__btn {
    border: 0px none transparent;
    background-color: transparent;
    font-size: 21px;
    color: #333;
    cursor: pointer;
}
.whats__float{
    background-color: #25D366;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    position: fixed;
    right: 10px;
    bottom: 60px;
    border: 0px none transparent;
    cursor: pointer;
    z-index: 999;
    padding-top: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.whats__float:hover{
    background-color: #103928;
}
.whats__float svg{
    width: 33px;
    height: auto;
}

/*      SE FAVORITOS HABILITADO       */
.wrap_product .product-single .product-title{
    padding-right: 45px;
    position: relative;
}
.wrap_product .product-single .product-title .favoritar__btn{
    top: 0px;
    bottom: auto;
}
/*      SE FAVORITOS HABILITADO       */

@media screen and (max-width: 1299px) { 
    .ui-vip-payment_methods .ui-pdp-payment-icon__size {
        margin: 10px 10px 4px 0;
    }
}
@media screen and (max-width: 1199px) { 
    .comprejunto__products{
        flex-wrap: wrap;
    }
    .comprejunto__products .related__item {
        max-width: 194px;
    }
    .related__name {
        text-overflow: initial;
        white-space: normal;
    }
}
@media (max-width: 1199px){
    .product-name {
        white-space: normal;
        text-overflow: initial;
    }
}
@media (max-width: 991px){
    .product_title_if_mobile{
        display:block;
    }
    .hdn-mobile{
        display: none;
    }
    .gatilhos .gatilho .popup {
        right: auto;
        left: 0px;
        width: 100%;
    }
    .gatilhos .gatilho .popup::before {
        right: auto;
        left: 30px;
    }
    .wrap_product .product-single .product-title{
        font-size: 2.0rem;
    }
    .col-md-8.card {
        max-width: calc(100% - 20px);
    }
}
@media (max-width: 767px){
    .whats__float {
        width: 48px;
        height: 48px;
        right: 10px;
        bottom: 10px;
    }
    .whats__float svg {
        width: 30px;
    }
    .flag__promocao {
        padding: 2px 10px 3px 10px;
        font-size: 12px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        top: 3px;
    }
    .ui-pdp-description__title{
        padding-bottom: 0px;
    }
    .related__products {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7px;
        margin-right: -7px;
    }
    .related__item {
        padding-left: 7px;
        padding-right: 7px;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .related__image {
        overflow: hidden;
        margin-bottom: 15px;
    }
    .sticky-content.fixed .addtocart {
        display: none;
    }
    .comprejunto__products .related__item {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comprejunto__products .related__product{
        display: flex;
        column-gap: 15px;
    }
    .comprejunto__products .related__product .related__image, .comprejunto__products .related__product .related__details{
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .comprejunto__products .related__item + .related__item::before{
        left: calc(50% - 7px);
        top: -35px;
    }
    .secao-list .product{
        min-height: auto !important;
        height: 100%;
    }
    .related__cat {
        font-size: 11px;
    }
    .cart_logo_mobile{
        margin-bottom: 20px;;
    }
    .cart_logo_mobile img{
        margin-top: 10px;
        max-height:50px;
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mp_lightbox {
        left: 5%;
        width: 90%;
        padding: 30px 20px;
    }
    .avaliar__form #nome{
        margin-bottom: 1rem !important;
    }
    .suggestion__image {
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
    }
    .suggestion {
        margin-right: 0px;
    }
}
@media screen and (max-width: 388px) and (min-width: 0px) { 
    .product-form .product .product-details {
        max-width: 30%;
    }
}
@media screen and (max-width: 564px) and (min-width: 389px) {
    .product-form .product .product-details {
        max-width: 80%;
    }
}
@media screen and (max-width: 825px) and (min-width: 565px) {
    .product-form .product .product-details {
        max-width:80%
    }
}
@media screen and (max-width: 677px) and (min-width: 551px) {
    .product-form .product .product-details {
        max-width: 80%
    }
}
@media screen and (max-width: 550px) {
    .wrap_product .product-single-carousel .owl-stage{
        height: 190px;
    }
    .wrap_product .product-form .product .product-details{
        max-width: 80% 
    }
    .wrap_product .sticky-content-wrapper .product-form .product .product-details{
        max-width: 100% 
    }
    .wrap_product .product-gallery .owl-item{
        position: relative;
    }
    .wrap_product figure.product-image{
        position: fixed;
        width: 100%;
    }
    .wrap_product .product-gallery .owl-item img{
        max-height: 190px;
    }
    .wrap_product .product-gallery .owl-item iframe{
        max-height: 190px;
    }
    .wrap_product .product-single .information.card{
        padding: 10px 20px;
    }
    .wrap_product .product-single .product-title{
        font-size: 1.7rem !important;
    }
    .wrap_product .product-single .product-title{
        margin-bottom: 0;
    }
    .wrap_product .sticky-content-wrapper, .sticky-content{
        margin: 0;
    }
    .wrap_product .product-divider{
        display: none;
    }
    .wrap_product .product-details > p{
        margin-bottom: 0;
    } 
    .wrap_product .ui-pdp-container__col{
        margin-top: 0px;
    }
    .wrap_product .col-md-8.mb-8.card.information{
        margin-bottom: 1rem !important;
        overflow: hidden;
        padding-bottom: 20px;
        margin-right: 0px;
        max-width: 100%;
    }
    .wrap_product .owl-carousel .owl-item img{
        height: 100%;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap_product .product-gallery.product-gallery-sticky{
        top:10px;
    }
    .testimonial-blockquote .testimonial-info{
        padding: 0;
    }
    .product-sticky-content .product-name{
        display: none;
    }
    .product-sticky-content .old-price{
        font-size: 1.4rem;
    }
    .product-price .price-sticky-tax {
        font-size: 15px;
        display: block;
    }
    .product-sticky-content.fixed .product-form {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .ui-vip-payment_methods .ui-pdp-payment-icon__size {
        margin: 10px 5px 4px 5px;
    }
    .ui-vip-payment_methods.payment_methods-flex{
        margin-left: -4px;
        margin-right: -4px;
    }
    .ui-vip-payment_methods.payment_methods-flex .column-payment-credit .ui-vip-payment_methods__title{
        margin-left: 4px;
    }
    .mr-mobile-0{
        margin-right: 0px;
    }
    .product-single .extra-information {
        max-width: 100%;
    }
    .product-sticky-content .old-price{
        display: none;
    }
    .fix-bottom.product-sticky-content .product-price ins.new-price{
        color: #008a00;
        font-size: 22px;
    }
    .fix-bottom.product-sticky-content .product-price ins.new-price b{
        font-size: 16px;
        font-weight: bold !important;
    }
    .related__container {
        padding: 50px 20px;
        margin-bottom: 30px;
    }
    .rating__footer .ui-vip-core-container--content-left{
        margin-left: 0px;
    }
    .perguntas__respostas .ui-vip-core-container--content-left{
        margin-left: 0px;
    }
    .perguntas__submit{
        width: 100px;
        padding: 0px;
        font-size: 12px;
    }
    #pergunta_nome{
        margin-bottom: 15px;
    }
    .perguntas__enviarbox{
        text-align: left;
    }
    .rating__total.bottom{
        margin-left: auto;
        margin-right: auto;
    }
    .footer__bar-1.produto{
        left: 0px;
    }
    .footer__bar-2.produto{
        right: 0px;
    }
    .footer__bar.produto{
        bottom: 56px;
    }
    .product__buy-detail, .extra-information {
        margin-right: 10px;
    }
    .perguntas__respostas, .rating__footer{
        margin-right: 10px !important;
    }
    .header-search input.form-control, .header-search.hs-expanded .select-box, .header-search .btn-search{
        border-width: 1px;
    }
    .page-content.wrap_product .product.product-single .product-image {
        width: auto;
    }

}
@media screen and (max-width: 399px) { 
    .ui-vip-payment_methods .ui-pdp-payment-icon__size img{
        transform: scale(0.9);
    }
    .suggestion__link {
        flex-wrap: wrap;
    }
    .suggestion__image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .suggestion__image img {
        max-width: 120px;
        max-height: 120px;
    }
    .suggestion__name {
        margin-bottom: 10px;
    }
    .suggestion__item {
        margin-bottom: 25px;
    }
    .ui-pdp-description__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .comprejunto__products .related__product {
        flex-wrap: wrap;
    }
    .comprejunto__products .related__product .related__image, .comprejunto__products .related__product .related__details {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .comprejunto__products .related__image a img {
        max-width: 120px;
        max-height: 120px;
    }
    .comprejunto__products .related__cat {
        padding-top: 5px;
    }
    .comprejunto__products .related__item {
        margin-bottom: 40px;
    }
    .comprejunto__products .related__image a {
        height: auto;
        padding-top: 5px;
    }
    .comprejunto__products .related__image {
        padding-bottom: 10px;
    }
    .perguntas__submit {
        width: 80px;
        font-size: 11px;
    }
    .perguntas__search {
        padding-right: 85px !important;
        padding-left: 10px !important;
    }
    .related__products .related__item {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .related__products .related__image a img {
        max-width: 120px;
        max-height: 120px;
    }
    .related__products .related__image a {
        height: auto;
    }
    .related__products .related__image {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .related__products .related__cat {
        padding-top: 10px;
    }

}

/* ----------- FOOTER OLD INLINE ----------- */
.whats-footer-mp{
    width: 32px;
    height: 32px;
}
.whats-footer-mp svg{
    width: 30px;
    margin-top: 0px;
    height: auto;
}
.social-icons-colored .social-icon.social-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 30%,#d6249f 60%,#285AEB 90%) !important;
    border: 0px none transparent;
    font-size: 1.6rem;
    padding-top: 2px;
}
.social-icons-mobile{
    display: none !important;
}
.lgpd{
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}
.lgpd .container{
    max-width: 860px;
}
.lgpd__content{
    display: flex;
}
.lgpd__text{
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
}
.lgpd__text p{
    margin-bottom: 0px;
}
.lgpd__text p.lgpd__title{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.lgpd__text p, .lgpd__text p a{
    color: #fff;
    font-size: 12px;
    line-height: 150%;
}
.lgpd__text p a{
    text-decoration: underline;
}
.lgpd__btns{
    flex: 0 0 200px;
    max-width: 200px;
    width: 200px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.lgpd__btn{
    background-color: #fff;
    color: #369;
    border-radius: 7px;
    font-size: 14px;
    height: 40px;
    line-height: 130%;
    margin: 0px;
    padding: 5px 20px;
    font-family: "Avenir", sans-serif !important;
}
.menu_separador {
    padding-top: 35px;
    border-bottom: 0px none transparent !important;
    font-size: 14px;
}
.mobile-menu-container .nav .nav-item--full{
    width: 100%;
}
.mobile-menu-container .nav-item .nav-link {
    color: #333;
    border-color: #fff;
    font-weight: normal;
}
.mobile-menu-container .nav-tabs .nav-item .nav-link.active {
    color: #369;
    border-color: #369;
    font-size: 14px;
    font-weight: 600;
}
.back__shop{
    color: #369;
}
.favoritar__btn{
    position: absolute;
    z-index: 9;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border-radius: 50%;
}
.favoritar__btn .on, .favoritar__btn .off{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.favoritar__btn .on, .favoritar__btn.active .off, .favoritar__btn:hover .off{
    opacity: 0;
    visibility: hidden;
}
.favoritar__btn.active .on{
    opacity: 1 !important;
    visibility: visible;
}
.favoritar__btn:hover .on{
    opacity: 0.4;
    visibility: visible;
}
.footer-top .widget-title a{
    color: #333;
}
.tpl-text-wrap{
    white-space: normal !important;
    line-height: 130% !important;
}
.cart__quantity {
    padding: 0px;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    border-radius: 5px;
    width: 26px;
    height: 22px;
    font-size: 11px;
    cursor: pointer;
 }
.cart__quantity:hover {
    background-color: #ddd;
}
.cart__quantity.off {
    opacity: 0.3;
}
.footer-newsletter .container {
    max-width: 900px;
}
p.newsletter__text{
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 600;
}
.input__white{
    background-color: #fff;
}
.newsletter__policy{
    color: #fff !important;
    font-size: 14px;
}
.newsletter__policy a{
    text-decoration: underline;
    color: #fff !important;
    font-size: 14px;
}
.newsletter__enviar{
    width: 100%;
    min-height: 4.7rem;
}
@media screen and (max-width: 550px) {
    .widget .widget-title{
        text-overflow: initial;
        white-space: initial;
        line-height: 130% !important;
    }
    .footer .widget-about .logo-footer {
        display: none;
    }
    .social-icons{
        display: none;
    }
    .social-icons-mobile{
        display: flex !important;
        margin-top: -8px;
    }
    .endereco-pag br{
        display: none;
    }
    .footer .widget-about, .footer-top .widget{
        padding-top: 5px;
    }
    .footer-cnpj{
        padding-top: 20px;
    }
    .footer-content{
        padding-bottom: 10px;
    }
    .footer .copyright .copy-small{
        font-size: 1rem;
    }
    .mobile-menu-container .nav{
        column-gap: 5px;
    }
    .mobile-menu-container .nav-link{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .copyright .copy-small{
        font-size: 12px !important;
        padding-top: 5px !important;
        display: block;
    }
    .footer .widget-about,.footer-top .widget{
        margin-bottom: 0;
    }
    .lgpd__content{
        flex-wrap: wrap;
    }
    .lgpd__text, .lgpd__btns{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .lgpd__btns{
        justify-content: flex-start;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .mobile-menu-container .nav-link{
        font-size: 12px;
    }
    .cart-float-content{
        width: 80%;
    }
    .opened .floatcart__close {
        /*left: -60px;*/
        top: 10px;
    }

}
@media (max-width:374px){
    .nav__box, .header-right--logo {
        flex: 0 0 90px;
        max-width: 90px;
        width: 90px;
    }
}

/*  TEMA GOOGLE     */
.lj_tpl_google_hidden{
    display: none !important;
}
.paymethod-footer__title {
    text-align: center;
    text-transform: uppercase;
}
.paymethod-footer__type{
    color: #666;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    margin-bottom: 10px;
}
.paymethod-footer__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.paymethod-footer__item{
    margin-right:15px;
}
.paymethod-footer__item img, .paymethod-footer__item svg{
    height: 25px;
    width: auto;
}
.paymethod-footer__container{
    padding-top: 10px;
    margin-bottom: -15px;
    border-bottom: 1px solid #eee;
}
.paymethod-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.paymethod-footer__credito{
    padding-right: 20px;
    padding-left: 20px;
}
.paymethod-footer__debito{
    padding-left: 20px;
    padding-right: 20px;
}
.central-help{
    padding-top: 20px;
}
.footer-top.footer-top--google .widget-title {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .paymethod-footer__item {
        margin-right: 10px;
    }
}
@media screen and (max-width: 550px) {
    .lj_tpl_google_hidden_mb{
        display: none !important;
    }
    .lj_tpl_google_flex_mb{
        display: flex !important;
    }
    .paymethod-footer__title {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .central-help{
        padding-top: 2px;
    }
    .footer .widget-about .logo-footer.logo-footer--google {
        display: inline-block;
    }
    .footer .widget-about.widget-about--google {
        margin-bottom: 25px;
    }
}
@media (max-width:449px) {
    .paymethod-footer__item {
        margin-right: 10px;
    }
    .paymethod-footer__credito, .paymethod-footer__debito{
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 50%;
    }
    .paymethod-footer__list{
        flex-wrap: wrap;
        row-gap: 15px;
    }
}
@media (max-width:374px){
    .paymethod-footer__title {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .paymethod-footer__type {
        text-align: center;
    }
    .paymethod-footer__list {
        padding-bottom: 5px;
    }
    .paymethod-footer {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .paymethod-footer__debito {
        padding-bottom: 5px;
    }
    .footer-bottom.footer-cnpj.footer-cnpj--google {
        padding-top: 30px;
    }
}
/*  FIM TEMA GOOGLE     */

/*  CHECKOUT V2     */
.card-main {
    box-shadow: 0 1px 13px rgba(131,132,137,.15);
}
.bg-lighter {
    background-color: #fbfbfc;
}
.detalhe-produto {
    background-color: #FFF;
    padding: 20px; 
    margin-top: 10px;
    margin-bottom: 10px; 
    box-shadow: 0 1px 13px rgba(131,132,137,.15);
    border-radius: 5px; 
    border: 1px solid rgba(0,0,0,.125);
}
.header-img {
    text-align:center;
}
.header-img img{
    padding: 10px;
    border: 1px solid #cdd1d2;
    width: 100%;
    box-shadow: 4px 3px 2px #c1c5c8;
}
.header-price {
    padding-top:10px;
}
.header-price span {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7dbdb;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
}
.header-price .cupom_line{
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
    text-align: right;
}
.cupom_field{
    padding-left: 5px;
    height: 30px;
    border: 1px solid #ddd;
    width: 140px;
    font-size: 12px;
    color: #333;
}
.cupom_button{
    background-color: #eee;
    font-size: 12px;
    width: 140px;
    padding: 3px 5px 3px 5px;
    color: #444;
    vertical-align: top;
}
.cupom_button:hover{
    background-color: #ccc;
    color: #222;
}
#cupom_validation{
    line-height: 120%;
    position: relative; 
}
.valor-sem-cupom{
    font-weight:normal;
    color:red;
    text-decoration:line-through;
    font-size: 12px;
}
.cupom-is{
    font-size: 12px;
}
.cupom-is.valid{
    color: green;
}
.cupom-is.invalid{
    color: red;
}
.header-price label {
    width:40%;
}
.header-price label.label-cupom {
    width: auto;
    padding-top: 5px;
}
.cupom__new-fields {
    display: flex;
    column-gap: 5px;
}
.cupom__new-fields #cupom_field, .cupom__new-fields .cupom_button {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.forma-pagamento--v2{
    margin-bottom:20px;
}
.forma-pagamento--v2 input {
    float: left;
    width: 20px;
    height: 20px;
    margin-right:10px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.usuario__existente{
    color: red;
}
.endereco__item{
    border:1px solid #ccc;
    margin-bottom: 10px;
}
.endereco__label{
    display: flex;
    cursor: pointer;
}
.endereco__seletor{
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.endereco__info{
    padding:10px 20px 10px 0px;
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
}
.endereco__info p{
    margin-bottom: 0px;
}
.cupom__loader{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cupom__loader.hide{
    display: none;
}
.spinner-border {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.varcolor{
    display: inline-block !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: middle;
}
.detalhe-produto .cart__rem{
    margin-right: 10px;
}
.detalhe-produto .cart__add{
    margin-left: 10px;
}
.detalhe-produto .cart__del{
    float: right;
}
.detalhe-produto .cart-data{
    font-weight: normal;
}
.detalhe-produto .cart-data-total {
    padding-top: 10px;
}

.back__shop{
    cursor: pointer;
}
.back__shop i{
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.cupom_prod_app.hide{
    display: none !important;
}
.cupom_prod_app em{
    font-size: 12px;
}
.cupom_prod_app em.invalid{
    color: red;
}
.cupom_prod_app em.valid{
    color: green;
}
@media (max-width:575px) {
    .detalhe-produto {
        margin-top: 5px;
    }
    .header-img {
        padding-top: 2px;
        padding-left: 5px;
        padding-right: 0px;
    }
    .header-price.cupom_line_box, .header-price .cupom_line{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:369px) {
    .header-price label.label-cupom{
        width: 100%;
        display: block;
        padding-bottom: 3px;
    }
    #valor_total_visible{
        width: 50%;
        display: inline-block;
    }
    .valor-sem-cupom {
        display: inline-block;
        width: 100%;
    }
    .cupom_field, .cupom_button{
        max-width: 100%;
    }
    .cupom-is {
        font-size: 11px;
    }
    .header-price label {
        width: 50%;
    }
    .header-img {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-img {
        padding-top: 0px;
        width: 100%;
        height: 100px;
    }
    .header-img img {
        max-height: 100%;
        width: auto;
    }
    .header-price {
        width: 100%;
    }
    .cupom_line_box {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .header-price .cupom_line {
        padding-bottom: 0px;
    }
    .header-price label.label-cupom {
        text-align: left;
        padding-left: 12px;
        padding-bottom: 0px;
    }
}
/*  FIM CHECKOUT V2     */

/*  AREA CLIENTE     */
.order-price--tax{
    color: red;
    text-decoration: line-through;
}
.payment__title{
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    line-height: 1.6;
}
.payment__pay{
    padding-top: 10px;
}
.payment__link{
    cursor: pointer;
}
.temp_pix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.temp_pix.on{
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.temp_pix__content {
    background-color: #fff;
    max-width: 600px;
    padding: 50px;
    border-radius: 20px;
    max-height: 100vh;
    overflow-y: scroll;
    position: relative;
}
.temp_pix__copia-cola {
    word-wrap: break-word;
    padding-bottom: 30px;
}
.temp_pix__qrcode{
    text-align: center;
}
.temp_pix__title {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    color: #333;
}
.temp_pix__close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 5px;
    width: 46px;
    border: 0px none transparent;
    background-color: transparent;
    font-size: 34px;
    line-height: 100%;
    cursor: pointer;
}
.pedido__product-name{
    text-align: center;
}
.section__title{
    padding-top: 30px !important;
    padding-left: 9px !important;
    font-size: 22px !important;
    text-decoration: underline;
}
.pedido__product-namevar{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    word-break: normal;
    text-align: left;
    margin-bottom: 5px;
}
.pedido__product-color{
    display:inline-block;
    padding: 10px !important;
    border-radius:50%;
    margin-left: 5px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.pedido__product-item{
    background-color: #f5f5f5;
    margin: 0px 15px 0px 0px;
    padding: 5px;
    margin-bottom: 1px;
}
.pedido__product-nome{
    text-align: left;
}
.flex_h100_hcenter{
    display: flex;
    height: 100%;
    align-items: center;
}
/*      SPINNER     */
.lds-spinner {color: official;display: inline-block;position: relative;width: 80px;height: 80px;}
.lds-spinner div {transform-origin: 40px 40px;animation: lds-spinner 1.2s linear infinite;}
.lds-spinner div:after {content: " ";display: block;position: absolute;top: 3px;left: 37px;width: 6px;height: 18px;border-radius: 20%;background: #fff;}
.lds-spinner div:nth-child(1) {transform: rotate(0deg);animation-delay: -1.1s;}
.lds-spinner div:nth-child(2) {transform: rotate(30deg);animation-delay: -1s;}
.lds-spinner div:nth-child(3) {transform: rotate(60deg);animation-delay: -0.9s;}
.lds-spinner div:nth-child(4) {transform: rotate(90deg);animation-delay: -0.8s;}
.lds-spinner div:nth-child(5) {transform: rotate(120deg);animation-delay: -0.7s;}
.lds-spinner div:nth-child(6) {transform: rotate(150deg);animation-delay: -0.6s;}
.lds-spinner div:nth-child(7) {transform: rotate(180deg);animation-delay: -0.5s;}
.lds-spinner div:nth-child(8) {transform: rotate(210deg);animation-delay: -0.4s;}
.lds-spinner div:nth-child(9) {transform: rotate(240deg);animation-delay: -0.3s;}
.lds-spinner div:nth-child(10) {transform: rotate(270deg);animation-delay: -0.2s;}
.lds-spinner div:nth-child(11) {transform: rotate(300deg);animation-delay: -0.1s;}
.lds-spinner div:nth-child(12) {transform: rotate(330deg);animation-delay: 0s;}
@keyframes lds-spinner {0% {  opacity: 1;}100% {  opacity: 0;}}
.loader_pix_boleto {background-color: rgba(0,0,0,0.85); width: 100%;position: fixed;top: 0px;left: 0px; height: 100%; display: flex;justify-content: center;align-items: center; opacity: 0; z-index: -1; visibility: hidden; -webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s; transition: all .4s;}
.loader_pix_boleto.active{opacity: 1; z-index: 50; visibility: visible;}

@media (max-width:599px) {
    .account-orders-table td{
        display: block;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .pedido__product-nome {
        color: #444;
    }
    .pedido__product-item{
        margin-left: 0px;
    }
    .pedido__info--mb-visible{
        display: inline !important;
    }
    .pedido__product-namevar{
        max-width: 100%;
    }
    .pedido__product-imagebig{
        height: 200px;
        margin-bottom: 15px;
    }
    .pedido__product-imagebig img{
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

/*  FIM AREA CLIENTE     */
/*  PEDIDO RESPOSTA     */
    .icon-box.icon-colored-circle .icon-box-icon.success {
        background-color: #459933;
    }
    .icon-box.icon-colored-circle .icon-box-icon.danger {
        background-color: #bd2323;
    }
    .icon-box.icon-colored-circle .icon-box-icon.warning {
        background-color: #eed827;
    }
    .icon-box.icon-colored-circle .icon-box-icon.pendent {
        background-color: #b0acac;
    }
    .wishlist-in-stock--tax{
        color: red !important;
        text-decoration: line-through;
        font-size: 12px;
    }
    .subvalor{
        color: #000;
    }
    .pix__info{
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 30px 50px 30px;
        text-align: center;
    }
    .pix__instrucoes{
        padding: 0px 30px 30px 30px;
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }
    .pix__copia_cola{
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 30px 5px 30px;
    }
/*  FIM PEDIDO RESPOSTA     */
