<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
form#shipay_payment-form {
    display: none;
}
div#sc-q span#foo {
    display: block!important;
color:transparent;
}
span#foo::selection {
    background: transparent;
}

.content-inner .attributes-product {
    display: none;
}

.product-info-main-inner .attributes-product {
    display: none;
}
.attributes-product {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.attributes-product span.label {
    color: #00486f!important;
    font-weight: 500;
    font-size: 18px;
}

.attributes-product span.value {
    color: black;
    font-weight: 600;
    font-size: 17px;
}
.cart-container {
    display: grid;
    grid-template-areas:
        "topo topo topo"
        "itens itens summary"
        "mais mais summary";      
}
.checkout-cart-index .left-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkout-cart-index .left-content img {
    width: 50px;
}

.checkout-cart-index .right-content {
    display: flex;
    gap: 5px;
    align-items: center;
    color: white;
    font-size: 25px;
}

.checkout-cart-index .right-content img {
    filter: invert(1);
    width: 25px;
    margin-top: 7px;
}
.checkout-cart-index .owl-carousel.owl-drag .owl-item {
    width: 25% !important;
}
.cart-container .cart-summary .block&gt;.title{
    display: none;
}
.cart-container .cart.main.actions {
    display: none;
}
.cart-container .cart.table-wrapper .actions-toolbar&gt;.action.action-edit {
    display: none;
}

.cart-container .cart.table-wrapper  a.use-ajax.action.towishlist.action-towishlist {
    display: none;
}
.block.crosssell {
   margin-top: 50px!important;
}
.footer-cart .container {
    background: #0070b2;
    max-width: 100%;
}


.footer-cart {
    position: absolute;
    width: 100%;
    margin-top: -95px;
    left: 0;
    padding-top: 85px;
}

.footer-cart  .content {
        align-items: center;
        display: flex;
        max-width: 1720px;
        justify-content: space-between;
        margin: auto;
        width: 100%;
        flex-direction: row;
        padding: 15px 0;
}

.footer-cart  .content picture {
    max-width: 137px;
}
.cart-container a.action.action-delete:before {
    content: "\f1f8"!important;
    display: none;
    color: #a7a7a7!important;
}
.cart-container a.action.action-delete span img {
    width: 15px;
}
.cart.table-wrapper tr.item-actions {
    display: none !important;
}
.cart-container .field.qty {
    display: flex;
    gap: 5px;
}

.cart-container a.action.action-edit {
    display: none;
}
.cart-container .cart.table-wrapper .actions-toolbar&gt;.action {
    background: transparent!important;
    border-color: transparent!important;
}
.discount-summary p.a-vista {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    max-width: 520px;
}
@media screen and (max-width:767px){
       .checkout-cart-index header.page-header.header-style-15{
        height: 80px!important;
    }
    .checkout-cart-index .right-content{
        font-size: 20px;
    }
    .discount-summary p.a-vista {
    font-size: 24px;
    }
   .column.main .cart.table-wrapper  tr.item-info {
    flex-wrap: wrap;
}
.checkout-cart-index .column.main div#block-discount .actions-toolbar {
    width: 59%;
}
.checkout-cart-index .column.main  table.data.table.totals tr {
    width: 100%;
}
.cart.table-wrapper .item .col.item {
    width: 100%!important;
}
.checkout-cart-index .column.main .cart-container .cart-summary&gt;.title {
    font-size: 23px!important;
    top: -68px;
}

.checkout-cart-index .column.main .cart-container &gt; h3 {
    font-size: 25px!important;
}

.checkout-cart-index .field.theme-full-checkout-fields-floating-label[name="shippingAddress.postcode"] ._additional-element-input {
    flex-wrap: wrap;
}

.checkout-cart-index .column.main .field.theme-full-checkout-fields-floating-label[name="shippingAddress.postcode"] ._additional-element-input input {
    width: 100%!important;

}

.checkout-cart-index .column.main .field.theme-full-checkout-fields-floating-label[name="shippingAddress.postcode"] ._additional-element-input label {
    left: 20vw!important;    
}

.column.main .btn-cep {
    width: 49%!important;
}
    .checkout-cart-index tr.item-actions {
    position: absolute;
  bottom: 8px;
        left: 56% !important;
        top: unset !important;
}
    .footer-cart .container {        
    padding-bottom: 45px;
        
    }
    .cart-container {
        grid-template-areas:
        "topo"
        "itens "
        "mais "
        "summary";
}
.block.crosssell {
    display: none;
}
.checkout-cart-index .cart-summary{
    margin-top:100px!important;
}
}

.rewards {grid-area: mais;}

.checkout-cart-index .cart-container &gt; h3 {
    grid-area: topo;
}

.checkout-cart-index form#form-validate {
    grid-area: itens;
    width: 98%!important;
}

.cart-summary {
    grid-area: summary;
    top:0!important;
    width: 100%!important;
    position: relative!important;
    margin: 0!important;
}

a.action.tocompare {
    display: none !important;
}
/* Maven designer - start */
.catalog-product-view .block-shipping-estimation .block-content {
    display: block !important;
}

.catalog-product-view .block-shipping-estimation .block-heading a.content-toggle {
    pointer-events: none;
}

/* Maven designer - end */


@media (min-width: 768px),
print {
    .checkout-payment-method .payment-method-content .fieldset&gt;.field.type .control {
        margin-left: 25.8%;
        display: none;
    }

    .checkout-payment-method .payment-method-content .fieldset&gt;.field.type .control {
        margin-left: 25.8%;
        display: none;
    }

    .full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .radio {
        display: flex !important;
        vertical-align: bottom !important;
        width: 100%;
    }

    .checkout-index-index .fieldset .field .label {
        position: initial !important;
        overflow: initial !important;
        font-weight: 600;
    }

    .full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .label {
        display: table-cell !important;
        cursor: pointer;
        line-height: 2;
        padding-left: 10px;
        vertical-align: -webkit-baseline-middle;
        width: 95%;
    }

    .product-info-main .product-addto-links {
        text-align: center;
        margin: 15px 0;
        display: none !important;
    }

    .product-full-width-section {
        padding: 0.5em 0;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .customer_orders button.action.primary {
        float: left;
        margin-bottom: 20px;
        padding-right: 30%;
        width: max-content !important;
    }

    .paging-total {
        float: left !important;
        margin-top: 40px !important;
    }
}

.account-info-summary a.md-raised.md-primary,
.account-info-summary a.md-raised.md-primary:hover {
    color: red;
}
    .checkout-cart-index header.page-header.header-style-15 {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header .features-links .mini-quote-list .label {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 11px;
    font-weight: 700;
}

.page-header .features-links .mini-quote-list a.action.showlist {
    height: initial;
}
.page-header {
    margin-bottom: 0px !important;
}
@media only screen and (min-width: 768px){
.page-header .header-middle .header-panel-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}

.catalog-product-view .breadcrumbs ul.items li{
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-product-view .row.main-inner {
    background-color: transparent;
    border: none
}

.catalog-product-view h1.page-title span.base {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-product-view img.fotorama__img {
    width: 100%!important
}

.catalog-product-view .product-right.col-sm-12 {
    padding: 10px
}

.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 24px;
}

.catalog-product-view .fotorama__nav__frame.fotorama__nav__frame--thumb {
    padding-right: 24px!important
}

.catalog-product-view .fotorama__thumb-border,.catalog-product-view .product-brand-info {
    display: none
}

span.custom-special-price span.price-amount {
    color: #0070B2;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: bold;
}

span.custom-special-price span.price-label {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-installment-price {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*.size-item .imgAddQty,*/
/*.size-item .imgRemoveQty {*/
/*    cursor: pointer;*/
/*    width: 12px; !* Ajuste o tamanho conforme necessÃ¡rio *!*/
/*    height: 12px; !* Ajuste o tamanho conforme necessÃ¡rio *!*/
/*    margin-top: 3px; !* Ajuste para espaÃ§amento *!*/
/*}*/

.size-row {
    display: flex;
    gap: 12px;
    margin: 16px 0;
}

.size-item {
    display: flex;
}

.size-item &gt; input{
    width: 50px;
    padding: 1.5px 0px!important;
    border: 1px solid #000!important;
    border-radius: 0!important;
    height: 25px!important;
    text-align: center;
}


.size-item &gt; label{
      width: fit-content;
    padding: 1.5px 9px !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 25px !important;
    text-align: center;
    border-left: 0 !important;
    font-size: 18px;
    color: black;
}

.size-item  .buttons {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 4px;
}

button#buy-now-btn {
    display: flex;
    width: 272px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #0070B2;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform:initial
}

button#add-to-cart-btn {
    display: flex;
    width: 272px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #DDE8EF;
    color: #0070B2;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border:none;
    text-transform:initial
}

.size-selection .actions {
    display:flex;
    gap: 8px;
    margin-top: 32px;
}

.description-style, .product.attribute.description div {
     border-radius: 12px;
     background: #FFF;
    max-width: 1700px;
    margin:0 auto!important;
 }


.page-main.page-main-details div#additional {
    border-radius: 12px;
    background: #FFF;
    padding: 24px!Important;
}

.page-main.page-main-details
div#additional
h2.product-section-title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0
}

table#product-attribute-specs-table
th{
    color: #0070B2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

table#product-attribute-specs-table
td.col.data {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-info-stock-sku {
    flex-direction: row!important;
    flex-wrap: wrap;
    margin-top: 24px
}

.product-info-stock-sku .stock.available {
    width: 100%;
}

.product-info-stock-sku .product.attribute.sku ,
.product-info-stock-sku .product.attribute.sku.brand.extra-attr,
.product-info-stock-sku .cdz-product-attr.attr-line.custom-attr.unidade_de_venda {
    width: fit-content!important
}

table#product-attribute-specs-table td, .additional-attributes-wrapper .additional-attributes &gt; tbody &gt; tr &gt; th{
    padding: 10px!important
}

.product-info-stock-sku .product.attribute.sku strong,
.product-info-stock-sku .product.attribute.sku.brand.extra-attr strong,
.product-info-stock-sku .cdz-product-attr.attr-line.custom-attr.unidade_de_venda strong{
    color: #0070B2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.product-info-stock-sku .product.attribute.sku .value ,
.product-info-stock-sku .product.attribute.sku.brand.extra-attr .value ,
.product-info-stock-sku .cdz-product-attr.attr-line.custom-attr.unidade_de_venda .value {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.shipping-cost-result {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto!important;
    max-width: 500px;
    background-color: #fff;
    max-height: 500px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #0070B2;
    z-index: 999;
    overflow-y: scroll;
}

.shipping-cost-result::-webkit-scrollbar {
    display: none;
}

.block-shipping-estimation {
    border: none!important;
}

.block-shipping-estimation input#zip {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: none;
    color: #B8B8B8;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: fit-content!important;
    margin: 0!important
}

.block-shipping-estimation input#zip:placeholder{
    color: #B8B8B8!important
}

.block-shipping-estimation button.action.btn-submit {
    display: flex;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #DDE8EF;
    color: #0070B2;
    color: #0070B2;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none
}


.block-shipping-estimation .block-content {
    display: flex;
    max-width: 550px;
    align-items: center;
    gap: 8px;
}

.catalog-product-view .product-info-main .product-right .box-tocart .fieldset{
    display: block;
}

.catalog-product-view .block-shipping-estimation .actions {
    width: 100%!important
}

.block-shipping-estimation fieldset.fieldset {
    flex-grow: 1;
    margin: 0;
    padding: 0
}

.block-shipping-estimation .bottom-section {
    padding: 0!important
}

.block-shipping-estimation .field.zip {
    margin: 0!important;
    padding: 0!important;
}

.security-flags {
    max-width: 550px;
    text-align:left;
    margin-top: 24px
}

div#product-options-wrapper .fieldset{
    margin-left: 0px;
    margin-right: 0px;
}

.fotorama__nav.fotorama__nav--thumbs {
    height: 120px!important;
}

.fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: 120px!important;
    width: 120px!important;
}

strong.product.name.product-item-name {
    text-align: left;
}

strong.product.name.product-item-name a.product-item-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-transform: none
}

.price-box.price-final_price span {
    color: #0070B2!important;
    font-family: Poppins;
    font-size: 26px!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-box.price-final_price {
    text-align: left
}




.owl-item.active {
    margin-right: 24px!important
}

strong#block-related-heading {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.block-title.title {
    margin-bottom: 24px!important
}

.item.product.product-item {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.price-box.price-final_price p{
    color: #000;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    line-height: normal;
}

button.action.tocart.primary {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    align-self: stretch;
    margin: 0;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: #0070B2;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product.actions.product-item-actions{
    display: flex
}

.product.actions.product-item-actions .actions-primary {
    width: 100%
}

.product.details.product-item-details,.product-item-top {
    padding: 0!important
}

.product-item-top {}

.stock.unavailable {
    width: 100%;
    padding: 0
}

.actions-primary {
    text-align:center
}

.product.details.product-item-details {
    min-height: unset!important
}

.product-item-info.related-available {

}

span.price {
    color: #0070B2!important;
    font-family: Poppins!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: normal!important
;
}
.product-item-info {
    box-shadow:none!important;
}

strong.product.name.product-item-name {
    padding: 0;
}

.price-box.price-final_price {
    text-align: left!important;
}

.custom-price-container strong{
    color: #0070B2
}

.size-item label {
    font-weight: bold
}

.block-shipping-estimation input#zip::placeholder{
    text-align: center
}

.catalog-product-view .product-info-main .box-tocart .actions {
    gap: 8px!important;

}



@media screen and (max-width: 768px){
    button#buy-now-btn,button#add-to-cart-btn {
        width: 100%!important
    }

    .product-add-form .actions {
        display:flex!important;
        flex-direction: column;
        gap: 8px
    }


    .size-selection .actions {
        flex-direction: column
    }

    .catalog-product-view .product-info-main .box-tocart .actions {
        flex-direction:column;
        align-items: flex-start!important;
        gap: 8px;
        width: 100%!important
    }



    .catalog-product-view .block-shipping-estimation .fieldset {
        width: 100%!important
    }

    button.action.btn-submit {
        width: 100%
    }


    .products.product-list-style-17.wrapper.base-slider.grid.products-grid.products-related .product-item-info {
        padding: 8px
    }
}

.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
    /* max-width: 552px; */
    width: 100%!important;
}

.catalog-product-view .fotorama__stage {
    
}

.catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
    margin: 0;
}

.catalog-product-view .product-info-stock-sku .stock.available,  .catalog-product-view .product-info-stock-sku .stock.unavailable{
    order: 5;
}

.catalog-product-view .product-info-stock-sku .stock.available span, .catalog-product-view .product-info-stock-sku .stock.unavailable span {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.catalog-product-view .product.info.detailed {
    display: none;
}

.catalog-product-view .product.attribute.overview .value, .catalog-product-view .product.attribute.overview .value p{
    font-size: 18px;
    max-width: 542px;
    font-weight: 600
}

.catalog-product-view .page-title-wrapper.product{
    max-width: 542px;
}

.product-info-main .box-tocart .primary.tocart span:before, .product-info-main .box-tocart .primary.tocart span:after{
    display: none
}

.catalog-product-view .product-info-main .box-tocart .primary.tocart span{
    padding: 0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.catalog-product-view .product-info-main .box-tocart .actions #product-addtocart-button {
    display: flex;
    width: 50%;
    max-width: 272px;;
    padding: 8px 16px!important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #DDE8EF;
    color: #0070B2;
    border: none;
    text-transform: initial;
}

.product-info-main .box-tocart .primary.tocart span:before, .product-info-main .box-tocart .primary.tocart span:after{
    display: none!important
}
.large-box-tocart .qty-ctl button.increase, .large-box-tocart .qty-ctl button.decrease{
    position:initial!important
}

input#qty {
    padding: 0
}



.cart-qty input#qty {
    width: 60px;
    border: 3px solid #0070B2;
    border-radius: 8px
}

.cart-qty {
    align-items: center
}

.cart-qty label.label {
    color: #0070B2!important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-transform:capitalize!important
}



.box-tocart.large-box-tocart.att-scr-qty.scr-top .fieldset {
    flex-direction: column;
    align-items: flex-start!important
}

.catalog-product-view .product-info-main .box-tocart .actions{
    align-items: flex-start!important;
    justify-content: flex-start!important
}

.catalog-product-view .large-box-tocart .qty-ctl button.increase:before, .large-box-tocart .qty-ctl button.decrease:before{
    display: none!important

}

.catalog-product-view .field.qty .control {
    width: 100%!important
}

.catalog-product-view .field.qty .control .cart-qty {
    width: 100%!important
}

.catalog-product-view .large-box-tocart .cart-qty{
    max-width: unset!important
}

.catalog-product-view .cart-qty img.lazyload.imgAddQty.loaded {
    width: 18px;
}

.catalog-product-view .cart-qty img.lazyload.imgRemoveQty.loaded {
    width: 18px
}


.catalog-product-view .cart-qty .qty-container {
    display: flex;
    flex-direction: column;
    gap: 5px
}

button#product-addtocart-button {
    width: 100%;
}

.box-tocart.large-box-tocart.att-scr-qty.scr-top .actions {
    gap: 15px
}



button#product-addtocart-button, button#buy-now-btn {
    height: unset!important;
    width: calc(43% - 18px)
}



div#mb-bottom-toolbar li.item.col-xs-6.btn-compare {
    display: none
}

@media screen and (max-width: 768px){
    .catalog-product-view .product-info-main .box-tocart .actions #product-addtocart-button,.catalog-product-view .product-info-main .box-tocart button#buy-now-btn{
        width: 100%!important;
        max-width: unset;
    }
    .box-tocart.large-box-tocart.att-scr-qty.scr-top .actions{
        flex-direction: column;
    }
}

/* Carrinho */
.checkout-cart-index .header-cart .container {
    text-align:center;
    display: flex;
    justify-content: center;
}
.checkout-cart-index .header-cart .container a.logo {
    padding: 25px!important;
}
.checkout-cart-index .cart-container {
    border: none!important;
    background-color: transparent!important;
}

.checkout-cart-index .cart-summary {
    background-color: #fff!important;
    display:flex;
    flex-direction:column;
}




.checkout-cart-index .block-images {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 360px
}
.checkout-cart-index .block-images picture img {
    width: 100%;
}
.checkout-cart-index .block-images img,  .checkout-cart-index .block-images picture {
    width: calc(33% - 10px)
}

.checkout-cart-index .cart-summary .cart-summary._sticky {
    width: 32%!important
}

.checkout-cart-index div#block-summary, div#block-discount .content {
    display: block!important;
}

.checkout-cart-index .field.choice.item label.label {
    width: 89%!important;
    white-space:normal!important;
}
a.add-itens {
    background: #b2d4e8;
    letter-spacing: 1px;
    width: 190px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
    color: #0372b3!important;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 10px;
}
.field.theme-full-checkout-fields-floating-label[name="shippingAddress.country_id"], .field.theme-full-checkout-fields-floating-label[name="shippingAddress.region_id"] {
    display: none!important;
}
.block.crosssell button.action.tocart.primary:after {
    content: "Adicionar Item";
}

.block.crosssell button.action.tocart.primary span {
    display: none;
}

p.field.note {
    display: none;
}

.checkout-cart-index .cart-summary div.title:after {
    display: none;
}

.checkout-cart-index form#shipping-zip-form
fieldset.fieldset.estimate,
.checkout-cart-index div#block-discount .fieldset.coupon{
    margin: 0
}
.checkout-cart-index div#block-discount .fieldset.coupon{
    margin-bottom: 12px
}

.checkout-cart-index form#shipping-zip-form
.field.theme-full-checkout-fields-floating-label,
.checkout-cart-index div#block-discount .field{
    padding: 0
}


.checkout-cart-index div#sc-q {
    order:2;
    border: none!important;
        max-width: 600px;
}

.checkout-cart-index div#sc-q button.action.share-cart-action {
    border-radius: 8px;
    background-color: #e6f1f7;
    color:#0372b3!important;
    border:none;
    font-size: 12px!important;
    text-transform: none;
    padding: 8px 16px!important
}

.checkout-cart-index .free-shipping-progress {
    display: flex;
    align-items: center;
}

.checkout-cart-index #remaining-amount {
    -webkit-appearance: none; /* Remove a aparÃªncia padrÃ£o do input */
    appearance: none;
    width: 200px; /* Largura da barra */
    height: 10px; /* Altura da barra */
    background: #f1f1f1; /* Cor de fundo */
    border-radius: 5px; /* Borda arredondada */
    margin-right: 10px; /* EspaÃ§o entre o input e o texto */
    outline: none;
    opacity: 0.7;
}



.checkout-cart-index #remaining-amount::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #005588;
    border-radius: 50%;
    cursor: pointer;
}

.checkout-cart-index #remaining-amount::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #005588;
    border-radius: 50%;
    cursor: pointer;
}

.checkout-cart-index #remaining-amount::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: #f1f1f1; /* Cor do preenchimento */
    border-radius: 5px;
}

.checkout-cart-index #remaining-amount::-moz-range-track {
    width: 100%;
    height: 10px;
    background: #005588;
    border-radius: 5px;
}

.checkout-cart-index #remaining-amount::-ms-track {
    width: 100%;
    height: 10px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.checkout-cart-index .goal-text {
    color: #005588; /* Cor do texto "GRÃTIS" */
    font-weight: bold;
}


input#remaining-amount {
    overflow: hidden;
    width: 80px;
    -webkit-appearance: none;
    background-color: #005588;
}

input#remaining-amount::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #005588;
    margin-top: -1px;
}

input#remaining-amount::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;

    height: 10px;
    cursor: ew-resize;
    background: #005588;
    box-shadow: -80px 0 0 80px #005588;
}


input#remaining-amount::-moz-range-progress {
    background-color: #005588;
}
input#remaining-amount::-moz-range-track {
    background-color: #005588;
}
/* IE*/
input#remaining-amount::-ms-fill-lower {
    background-color: #005588;
}
input#remaining-amount::-ms-fill-upper {
    background-color: #005588;
}



.checkout-cart-index  div#block-discount .fieldset.coupon label.label {
    display: none!important
}

checkout-cart-index div#block-discount .fieldset.coupon {
    display: flex;
    align-items: center
}

.checkout-cart-index div#block-discount input#coupon_code {
    border: none;
    text-align: center;
}

.checkout-cart-index div#block-discount button.action.apply.primary {
   cursor: pointer;
    background: #e6f1f7;
    color: #0071b3;
    font-size: 17px;
    padding: 10px 32px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border:none;
    margin-left:12px;
    text-transform:none;
    font: 600 14px/1.35 Mukta, Helvetica Neue, Verdana, Arial, sans-serif;
  
}
.checkout-cart-index div#block-discount .content {
    padding-bottom: 8px;
}
.checkout-cart-index table.data.table.totals tr {
    display: flex;
    width: 50%;
    justify-content: space-between;
}
.checkout-cart-index  .fieldset.coupon button.action.cancel.primary {
        cursor: pointer;
        background: #e6f1f7;
        color: #0071b3;
        font-size: 15px!important;
        padding: 8px 17px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font: 600 14px/1.35 Mukta, Helvetica Neue, Verdana, Arial, sans-serif;
        text-transform: none;
}
.checkout-cart-index  .block.crosssell .owl-loaded .owl-stage {
    width: 100%!important;;
}
.checkout-cart-index  div#block-discount .actions-toolbar {
        width: 30%;
}
.checkout-cart-index .fieldset.coupon {
    display: flex;
}
.cart-container:before{
    width:38%!important;
}
.checkout-cart-index div#block-discount .field {
    margin: 0!important;
    width: 40%
}

.checkout-cart-index .cart-container .cart-summary&gt;.title {
     position: absolute;
    color: #000;
    text-transform: none;
    top: -110px;
    font-size: 50px !important;
    font-weight: 500 !important;
    left: 10px;
    font-family: 'Poppins' !important;
}
@media screen and (min-width:1100px){
    .checkout-cart-index .field.choice.item label.label {

    position: absolute;
}
  .checkout-cart-index  .cart-summary {
    position: relative;
   min-width: 601px;
}  
}
.checkout-cart-index  .cart-summary {
    position: relative;
}

.checkout-cart-index  div#block-discount .primary {
    width: 100%
}

.checkout-cart-index  div#block-summary .field.theme-full-checkout-fields-floating-label label.label{
      color: #9c9c9c;
    margin-top: -4px;
    left:7%;
}
.checkout-cart-index  .btn-cep {
    cursor: pointer;
    background: #e6f1f7;
    color: #0071b3;
    font-size: 15px;
    padding: 8px 17px;
    border-radius: 5px;
    width: 30%;
    text-align: center;
    font-weight: 600;
}

.checkout-cart-index  .field.theme-full-checkout-fields-floating-label[name="shippingAddress.postcode"] ._additional-element-input {
    display: flex!important;
    gap: 42px;
    align-items: center;
}

.checkout-cart-index  .field.theme-full-checkout-fields-floating-label[name="shippingAddress.postcode"] ._additional-element-input input {
    width: 35%!important;
        border: none;
}
.checkout-cart-index  .field.theme-full-checkout-fields-floating-label label:before {
    content: "Informe o seu";
}

.checkout-cart-index .field.theme-full-checkout-fields-floating-label input[name="postcode"] {
    padding: 0!important;
}

.checkout-cart-index .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input input:not(:placeholder-shown)  ~ .label {
    display: none;
    padding: 0!important;}
.checkout-cart-index div#block-shipping {
    border-bottom: 2px solid #ebf2f5;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.cart-container .cart-summary .cart-totals{
    border-top: 2px solid #ebf2f5!important;
}
strong.product-item-name {
    width: 75%;
}

.cart.table-wrapper .item .col.item {width: 58%;}

.cart.table-wrapper tr.item-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.cart.table-wrapper table#shopping-cart-table {
    display: flex;
    flex-direction: column;
}

.cart.table-wrapper thead {display: flex;justify-content: center;}

.cart.table-wrapper tr {display: flex;justify-content: space-between;width: 96%;}

.cart.table-wrapper th.col.item {
    width: 60%;
}

.cart.table-wrapper td.col.price {
    padding-top: 0!important;
}

.cart.table-wrapper td.col.subtotal {
    padding-top: 0!important;
}
.cart.table-wrapper .items thead + .item{
    border-top: none!important;
}
.checkout-cart-index th.col span {
color: black;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
}

.checkout-cart-index strong.product-item-name a {
    color: black!important;
    font-weight:600;
}
.checkout-cart-index .cdz-qty-box&gt;input[type] {
    border-radius: 5px 0px 0px 5px!important;
                          border-color: #939393;}

.checkout-cart-index .cdz-qty-box .m-btn {
    border-color: #939393;
    border-radius: 0 3px 3px 0;
}
.checkout-cart-index span.cart-price .price {
    color: black!important;
        font-weight: 500 !important;
}
.checkout-cart-index table.data.table.totals tr td.amount {
    padding: 3px 14px 24px!important;
}


div#cart-totals td.amount span, div#cart-totals th.mark {
    font-size: 19px!important;
    color: #000!important;
    font-weight: 500!important
}


.checkout-cart-index button.action.primary.checkout {
    display: flex;
    width: 272px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #0070B2;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: initial;
}

.checkout-cart-index .block-images {
    margin-top: 12px;
    margin-bottom: 28px;
}

.checkout-cart-index .cart-container &gt; h3 {
      font-size: 50px;
    margin-top: 10px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 35px;
    font-family: 'Poppins';
}

.free-shipping-goal h4 {
    color: black;
    font-weight: 400;
}

.free-shipping-goal h4 span {
    font-weight: 800;
}

.free-shipping-goal &gt; p {
    color: black;
    margin-top: 9px;
}

div#sc-q b {
    font-weight: 400;
    color: black;
    font-size: 23px;
}

.catalog-product-view .page-title-wrapper.product {
    display: flex;
    flex-direction: column-reverse;
}
.catalog-product-view .breadcrumbs {
    max-width: 1720px;
    padding: 55px 0 0px 30px;
    margin-bottom:15px;
}

.catalog-product-view .breadcrumbs .items li * {
    font-weight: 600;
    color: black;
    font-size: 15px;

}
.size-row .size-item input[type="number"] {
    font-size: 19px;
        font-weight: bold;
}

.actions-toolbar:has(div#pagarme-googlepay) .primary {
    width: 100%
}
button#gpay-button-online-api-id {
    padding: 0
}

.product.details.product-item-details span.special-price p span.price-container.price-final_price.tax.weee span{
    font-size: 12px!important;
    text-decoration: line-through;
}

.product.details.product-item-details span.special-price p{
    margin-bottom: 0;
}

span.custom-special-price p del {
    color:#0070B2;
    color: #0070B2;
    font-family: "Poppins";
    font-weight: bold;
}

span.custom-special-price p{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

.shipping-cost-result .rs-title  {
    display: flex;
    justify-content: space-between;

}

.shipping-cost-result .rs-title .close-button-cep{
    cursor: pointer;
}


/* Novo Header */

.page-header .header .menu-title.closebyaround {
    border-radius: 4px;
    padding: 6px;
    font-family: Poppins, arial;
}

.page-header .header input#search {
    border-radius: 4px;
    background: #FFF;

}

.page-header .header input#search::placeholder {
    font-size: 14px;
    font-family: Poppins, arial;
    font-weight: 500;
}

.page-header .sticky-menu:not(.active) .header-search .actions .search {
    background: unset;
}

.page-header .sticky-menu:not(.active) .header-search .actions .search:before {
    color: #005a8b;
    font-size: 38px
}

.page-header .header a.account-trigger.cdz-top-link {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: unset!important;
}

.page-header .header a.account-trigger.cdz-top-link span {
    text-align: start;
    font-family: Poppins, arial;
    text-transform: none!important;
}

.page-header .header  .features-links .minicart-wrapper .action.showcart:before,
.page-header .header  .features-links .authorization-link .account-trigger:before {
    display: flex;
    width: 40px;
    justify-content: end;
}

.page-header .header li.authorization-link.authorization-style-01,
.page-header .header .account-wrapper {
    display: flex!important;
}

.page-header .header a.action.showcart.cdz-dd-trigger.cdz-top-link {
    display: flex;
    gap: 16px;
    width: 145px;
}

.page-header .container.sticky-menu.js-sticky-menu {
    max-width: unset;
}

.page-header .sticky-menu:not(.active) .features-links&gt;li {
    background: unset!important;
}


.page-header .header a.action.showcart.cdz-dd-trigger.cdz-top-link .text {
    text-align: start!important;
    font-family: Poppins, arial;
    text-transform: none!important;
}

.page-header .showcart span.counter.qty {
    left: 35px!important;
}

.page-header .panel.header {
    padding: 16px !important;
}

.page-header .header-panel-center.header-search-wrap {
    max-width: 700px;
}

.page-header .header .header-panel-row.row {
    justify-content: space-between;
}

.page-header .features-links .minicart-wrapper .action.showcart:before {
    display: flex;
    align-items: center;
}

#minicart-content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

#minicart-content-wrapper .icon-cart-box {
    width: fit-content;
    margin: auto;
}

#minicart-content-wrapper .title-empty-cart {
    text-align: center;
    font-size: 16px;
    font-family:  "Poppins", arial;
    font-weight: 600;
    margin-bottom: 0;
}

#minicart-content-wrapper .subtitle.empty {
    padding: 0;
    text-align: center;
    font-family: "Poppins", arial;
    color: #000;
}

.minicart-wrapper .cdz-dd-content-inner.nice-scroll {
    border-radius: 10px;
    width: 100%;
}

.minicart-wrapper .cdz-dd-content {
    width: 500px;
}

.minicart-wrapper .cdz-dropdown .block-minicart .block-title {
    padding: 8px;
    border-bottom: 0!important;
}

.showcart  span.counter.qty {
    left: 20px;
    width: fit-content!important;
}

div#minicart-content-wrapper .cdz-cart-validation-message {
    display: none;
}

.block-minicart .cart-total .subtotal {
    display: none;
}

.minicart-wrapper .cdz-dropdown .block-minicart .block-title {
    display: none!important;
}

.block-minicart .cart-total {
    padding: 0;
    background: url();
}

div#minicart-content-wrapper a.action.button {
    border-radius: 6px!important;
}

div#minicart-content-wrapper .action.secondary {
    background: #7FB7D8;
    color: #FFF;
    padding: 8px;
    text-transform: none;
    font-size: 16px
}

a.account-trigger.cdz-top-link.logged-in-menu span {
    display: block!important;
}

div#minicart-content-wrapper .action.primary {
    background: #0070B2;
    padding: 16px;
    font-size: 24px;
    text-transform: none;
}

div#minicart-content-wrapper .action {
    border: none!important;
    border-radius: 6px!important;
    font-family: "Poppins", arial;
}

div#minicart-content-wrapper .col-xs-14.product-info {
    width: 300px;
}

div#minicart-content-wrapper .col-xs-10.product-item-actions {
    width: 100px!important;
    position: unset;
}

div#minicart-content-wrapper .product-item-details.col-xs-18 {
    padding: 0!important;
}

div#minicart-content-wrapper .minicart-items .product-item .product-item-actions .details-qty {
    position: absolute;
    right: 30px;
    top: 10px;
    border-radius: 4px;
}

div#minicart-content-wrapper .minicart-items .product-item span.price-excluding-tax {
    text-align: start;
}

div#minicart-content-wrapper .action.delete {
    position: absolute;
    right: 0!important;
    left: unset;
    top: 30px;
}

div#minicart-content-wrapper .minicart-items .action.edit {
    display: none;
}

.minicart-items .product-item .product-item-left.col-xs-6 {
    position: unset!important;
}

div#minicart-content-wrapper li.item.product.product-item {
    position: relative;
}

.minicart-items .product-item .product-item-name a {
    font-family: "Poppins", arial;
    font-size: 13px;
    color: #000;
}

.block-minicart .minicart-items-wrapper {
    padding: 28px 8px;
    overflow-x: hidden;
    height: 100%!important;
    max-height: 350px;
}

div#minicart-content-wrapper .cdz-qty-box {
    border-radius: 4px;
}

div#minicart-content-wrapper .cdz-qty-box&gt;input[type] {
    border-radius: 8px 0px 0px 8px!important;
    border-color: #000;
    color: #000;
    font-family: "Poppins", arial;
    font-weight: 500;
    font-size: 16px;
}

div#minicart-content-wrapper .cdz-qty-box .m-btn.m-plus {
    border-radius: 0px 8px 0px 0px!important;
    border-color: #000;
    color: #000;
}

div#minicart-content-wrapper .cdz-qty-box .m-btn.m-minus {
    border-radius: 0px 0px 8px 0px!important;
    border-color: #000;
    color: #000;
}

#minicart-content-wrapper {
    height: 580px;
}

div#minicart-content-wrapper .block-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#minicart-content-wrapper .minicart-items-wrapper.nice-scroll {
    padding: 32px 0!important;
}

div#minicart-content-wrapper ol#mini-cart {
    height: 100%;
}

div#minicart-content-wrapper .minicart-items .product-item .price {
    color: #37af30!important;
}

div#minicart-content-wrapper .actions {
    width: 100%!important;
}

div#minicart-content-wrapper:has(.title-empty-cart) .block-content {
    height: auto;
}

div#minicart-content-wrapper:has(.title-empty-cart){
    justify-content: center;
}

#minicart-content-wrapper:has(.title-empty-cart) .icon-cart-box {
    margin: 0 auto;
}

.cdz-panel-open-right body,
.cdz-panel-open-left body {
    left: unset!important;
    right: unset!important;
    overflow: unset;
}

.md-sidenav-right.cdz-sidebar {
    top:85px!important;
    right: 10%!important;
    display: block;
    max-width: 1200px;
    margin: auto;
    height: auto;
    border-radius: 8px;
}

div#cdz-sidebar-backface {
    visibility: hidden;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .box-top-lightbox-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Poppins", arial;
}

.md-sidenav-right.cdz-sidebar .utilies-sections p.user-create-text {
    margin-bottom: 0;
    font-family: "Poppins", arial;

}

.md-sidenav-right.cdz-sidebar .utilies-sections .user-blue.loaded {
    padding-bottom: 16px;
}

.cdz-panel-open-right body,
.cdz-panel-open-left body {
    left: unset!important;
    right: unset!important;
    overflow: unset;
    padding-left: 0!important;
}

.md-sidenav-right.cdz-sidebar {
    top:85px!important;
    right: 10%!important;
    display: none;
    max-width: 1200px;
    margin: auto;
    height: auto;
    border-radius: 8px;
    font-family: "Poppins", arial;
    width: 400px;
    background: #f2f2f2;
    box-shadow: 1px 1px 13px 1px #0000001f!important;
}

.cdz-dropdown .cdz-dd-content {
    left: unset!important;
    right: 0;
}

.md-sidenav-right.cdz-sidebar .utilies-sections div#cdz-sidebar-backface {
    visibility: hidden;
}

.md-sidenav-right.cdz-sidebar .utilies-sections a.user-create-link {
    color: #005a8b;
    font-weight: 500;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top {
    padding: 20px;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .block-customer-login form {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .block-customer-login form input {
    border: none;
    border-bottom: 2px solid #005a8b;
    padding: 0;
    font-family: "Poppins", arial;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .block-customer-login form input::placeholder {
    color: #424141;
}

.md-sidenav-right.cdz-sidebar .utilies-sections button#send2 {
    padding: 16px;
    font-size: 16px;
    border-radius: 6px;
    font-family: "Poppins", arial;
    color: #FFF;
    background: #006bb4;
    border: none;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .actions-secondary {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    color: #1e81b6;

}

.md-sidenav-right.cdz-sidebar .utilies-sections input.show-password {
    border: 1px solid #005a8b!important;
    font-family: "Poppins", arial;
}

.md-sidenav-right.cdz-sidebar .utilies-sections a.action.remind {
    border: none;
    color: #1e81b6!important;

}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-bottom .secondary {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-bottom .secondary span.create-account-question {
    color: #005a8b!important;
    font-weight: 600!important;
    font-family: "Poppins", arial;
    text-transform: none!important;
    font-size: 16px;
    padding-top: 16px;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-bottom .secondary a.create-account-link {
    padding: 16px;
    font-size: 16px;
    border-radius: 6px;
    font-family: "Poppins", arial;
    background: #006bb4;
    color: #FFF;
    margin-top: 16px;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top .actions-toolbar {
    margin-top: 0;
}

.md-sidenav-right.cdz-sidebar #utilities-main:has(form[name="loginForm"]) .acount-menu {
    display: none;
}

.col-sm-7.col-md-7.col-lg-5.header-panel-right {
    width: 350px;
}

.page-header .header .features-links .minicart-wrapper .action.showcart:before,
.page-header .header .features-links .authorization-link .account-trigger:before {
    display: none;
}

.page-header .header .icon-menu {
    width: 40px;
    height: 40px;
    object-fit: contain;
}


header.page-header.header-style-15 {
    min-height: unset!important;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top .icon-account {
    margin: 0 auto;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .acount-menu .account-menu-items&gt;li&gt;a:before {
    display: none;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top {
    padding-bottom: 0;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-bottom .title a {
    font-size: 20px;
    font-family: Poppins, arial!important;
    text-transform: capitalize!important;
    color: #000!important;
    font-weight: 400;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top .icon-account {
    height: fit-content!important;
    background: unset;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary .info-summary-top .icon-account:before {
    content: url('/pub/custom/user-blue.png')!important;
    line-height: unset;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .cdz-sidebar a, .cdz-sidebar .acount-menu .account-menu-items&gt;li a {
    font-size: 16px;
    font-family: Poppins, arial!important;
    color: #000;
    letter-spacing: 0.3px;
    text-transform: none;
}

.md-sidenav-right.cdz-sidebar .utilies-sections .account-info-summary a.md-raised.md-primary {
    display: none;
}

.md-sidenav-right.cdz-sidebar .utilies-sections ul.account-menu-items li.nav.item a {
    padding: 8px 0;
    font-weight: 400;
}

.md-sidenav-right.cdz-sidebar .utilies-sections ul.account-menu-items li.nav.item:last-child a {
    color: red!important;
}

span.price-wrapper span.price-excluding-tax {
    display: flex;
    gap: 8px;
}


div#minicart-content-wrapper .minicart-items .product-item .regular-price .price {
    color: #6d6d6d!important
}


.block-minicart .minicart-items .action.delete {
    width: 15px;
    height: 15px;
    background: unset!important;
    content: url('https://arican.projeto.online/pub/custom/trash.png')
}

.block-minicart .cart-total {
    background: #FFF!important;
}

div#minicart-content-wrapper picture.mfwebp {
    margin: 0 auto;
}

header [class*="vertcial-menu-container"] .menu-title {
    border-radius: 4px;
}


@media(max-width: 767px) {
    .cdz-dropdown.cdz-dd-active {
        max-width: unset;
        width: 100%;
    }

    .cdz-dropdown.cdz-dd-active .cdz-dd-content,
    .cdz-dropdown .cdz-dd-content .cdz-dd-content-inner {
        max-width: unset!important;
        width: 100%!important;
        min-width: 350px;
    }

    #minicart-content-wrapper {
        padding: 16px 0;
    }

    div#minicart-content-wrapper .action.delete {
        right: 10px!important;
    }

    .header-search .minisearch .actions {
        display: none;
    }

    .page-header .mobi-cart-wrapper .action.showcart:before {
        display: none!important;
    }

    .header-panel-row.row {
        display: flex;
        justify-content: center;
    }

    .page-header .header-panel-center.header-search-wrap {
        display: flex;
        width: unset;
        max-width: unset;
        position: unset;
        padding: 0;
    }

    .col-sm-7.col-md-7.col-lg-5.header-panel-right {
        display: flex;
        width: unset;
    }

    .page-header .col-sm-7.col-md-7.col-lg-5.header-panel-right {
        display: none;
    }

    .page-header .header a.action.showcart.cdz-dd-trigger.cdz-top-link {
        width: fit-content;
        height: unset;
    }

    .page-header .header .header-panel-row.row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .page-header .container.header-panel-container {
        padding: 8px 16px;
    }

    .page-header .panel.header {
        padding: 8px 0!important;
    }

    .page-header .header-panel-left {
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: unset;
        gap: 16px;
    }

    .page-header .header-panel-left .nav-toggle {
        position: unset!important;
        height: unset;
        display: flex;
        width: fit-content;
        float: unset;
        font-size: 0;
        align-items: center;
    }

    .page-header .header-panel-row.row:before {
        display: none;
    }

    .page-header .container.sticky-menu.js-sticky-menu {
        padding: 0;
    }
    .container.header-panel-container .header-panel-row:after {
        display: none;
    }

    .page-header .header-search .search-toggle:before {
        font-size: 30px;
    }

    .page-header .header-search {
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .page-header div#mobi_cart-wrapper {
        display: flex!important;
        align-items: center;
    }
    .page-header .nav-toggle:before,
    .page-header .nav-toggle span:after {
        display: none;
    }

    .page-header .nav-toggle&gt;span:before {
        font-family: CodazonFont;
        content: '\e9b1' !important;
        height: 20px!important;
        width: 20px!important;
        font-size: 26px;
        position: unset!important;
        background: unset!important;
    }

    .page-header .nav-toggle span {
        position: unset!important;
        height: unset!important;
        text-align: end;
        width: fit-content;
    }

    .page-header .header-panel-left .logo {
        margin: 0;
    }

    div#minicart-content-wrapper .minicart-items-wrapper.nice-scroll {
        padding: 20px 0!important;
    }

    div#minicart-content-wrapper .minicart-items .product-item .product-item-actions .details-qty {
        position: unset;
    }

    div#minicart-content-wrapper  .minicart-items .product-item .product-item-name {
        margin-bottom: 0;
    }

    #minicart-content-wrapper .cart-total {
        background: unset;
        padding: 0;
    }

    #minicart-content-wrapper .block-title {
        display: none;
    }
}

@media(min-width: 767px) {
    .sticky-menu.active .header-panel-left&gt;.header-vertical-menu-wrap {
        position: absolute;
        right: unset!important;
        left: 0!important;
    }

    .page-header .sticky-menu.active .header-panel-left {
        width: 100%;
    }

    .page-header .sticky-menu.active .features-links&gt;li {
        display: none!important;
    }

    .page-header .sticky-menu.active .features-links&gt;li.cart-link {
        display: flex!important;
    }

    .page-header .sticky-menu.active .cdz-horizontal-menu .groupmenu li.level0&gt;a.menu-link {
        padding-bottom: 27px;
    }


    .page-header .sticky-menu.active .header a.action.showcart.cdz-dd-trigger.cdz-top-link {
        width: fit-content;
    }

    .page-header:not(.sksnhv) .sticky-menu.active .header-search div.search-form {
        display: flex;
    }

    .page-header .sticky-menu.active .header-panel-center {
        right: 70px!important;
    }

    .page-header .sticky-menu.active .header input#search,
    .page-header .sticky-menu.active .header input#search::placeholder {
        color: #000;
        font-size: 10px;
    }


    .sticky-menu.active .panel.header {
        height: 0;
        padding: 0!important;
    }

    .page-header .sticky-menu.active ul.groupmenu {
        position: relative;
        top:5px;
    }
}

.header-active {
    position: fixed!important;
    top: 0!important;
    z-index: 99!important;
    width: 100%!important;
}

body:has(.header-active) .md-sidenav-right.cdz-sidebar {
    position: fixed;
    z-index: 9999999;
}

/* CHECKOUT */

.checkout-index-index .header.content {
    display: flex;
    justify-content: center;
}

.checkout-index-index #maincontent .opc-wrapper .step-title {
    background: #FFF !important;
    color: #000 !important;
    border-bottom: 0;
    border-radius: 8px 8px 0 0!important;
    font-size: 24px;
    text-transform: unset;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    order: 0;
    align-items: center;
    padding: 32px 32px 0 16px;
}

.checkout-index-index #maincontent .opc-wrapper .step-title:before {
    order: 1;
    margin-left: 16px!important;
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 30px;
    height: 30px;
    position: relative;
    background-color: unset;
    margin-left: 16px
}

.checkout-index-index #maincontent .cdz-opc-wrapper #checkoutSteps {
    display: flex;
    flex-direction: column;
}

.checkout-index-index #maincontent .cdz-opc-wrapper #checkoutSteps&gt;li {
    border-radius: 8px!important;
    max-width: 600px!important;
    width: 100%;
}

.checkout-index-index #maincontent .cdz-opc-wrapper #checkoutSteps&gt;li .step-content {
    border: none !important;
    border-radius: 0 0 8px 8px!important;
}

.checkout-index-index #maincontent button.action.action-select-shipping-item,
.checkout-index-index #maincontent .opc-wrapper .action-show-popup {
    background: #0070B2!important;
    color: #FFF;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-transform: unset;
    margin: 0;
    float: unset;
    margin-top: 24px;
    display: block!important;
}

.checkout-index-index #maincontent .opc-wrapper .action-show-popup span:before {
    display: none;
}

.checkout-index-index #maincontent .shipping-information-method-option {
    display: flex;
    justify-content: space-between;
}

.checkout-index-index #maincontent .shipping-information-method-title &gt; .shipping-carrier-title {
    display: none;
}

.checkout-index-index #maincontent .shipping-information-method-title {
    display: flex;
    flex-direction: column;
}

.checkout-index-index #maincontent .shipping-method-title:before {
    content: "";
    background-image: url('/pub/media/theme_customization/Check-2.png');
    display: block; 
    background-size: cover; 
    background-repeat: no-repeat;
    min-width: 50px; 
    height: 50px; 
}

.checkout-index-index #maincontent .shipping-information-method-input {
    display: none;
}

.checkout-index-index #maincontent .shipping-information-method-option:has(input:checked) .shipping-method-title:before {
    background-image: url('/pub/media/theme_customization/Check.png');
}

.checkout-index-index #maincontent .shipping-method-title {
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: Poppins, sans-serif;
    padding-right: 32px;
    color: #000;
}

.checkout-index-index #maincontent .shipping-information-method-price {
    display: flex;
    align-items: center;
}

.checkout-index-index #maincontent .shipping-information-method-price span.price {
    color: #000 !important;
    font-weight: 500 !important;
}

.checkout-index-index #maincontent .full-checkout-shipping-methods {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item,
.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #eee;
    width: 400px;
    padding: 16px;
    border-radius: 6px;
}

.checkout-index-index #maincontent .opc-wrapper .shipping-address-item.selected-item:after {
    display: none;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper  .shipping-address-item.not-selected-item:before,
.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item:before {
    content: ""!important;
    background-image: url('/pub/media/theme_customization/Check-2.png');
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 50px;
    height: 50px;
    position: relative;
    background-color: unset;
    position: absolute;
    left: -70px;
    top: 70px
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item:before {
    background-image: url('/pub/media/theme_customization/Check.png');
}

.shipping-address-item {
    display: flex;
    flex-direction: column;
    margin-left: 70px!important;
}

.checkout-index-index #maincontent button.action.edit-address-link {
    padding: 8px 16px;
    font-family: Poppins, sans-serif!important;
    font-weight: 600;
    padding-left: 0;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .checkout-shipping-address .step-title:before {
    content: "";
    background-image: url('/pub/media/theme_customization/Location.png');
}

.checkout-index-index #maincontent .cdz-opc-wrapper .checkout-shipping-method .step-title:before {
    content: "";
    background-image: url('/pub/media/theme_customization/Motorcycle.png')
}

.checkout-index-index #maincontent .cdz-opc-wrapper .payment-group&gt;.step-title:before {
    content: "";
    background-image: url('/pub/media/theme_customization/Wallet.png');
}

.checkout-index-index #maincontent .payment-method-title:before {
    content: "" !important;
    background-image: url('/pub/media/theme_customization/Check-2.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    height: 50px;
}

.checkout-index-index #maincontent .payment-method-title:has(input:checked):before{
    background-image: url('/pub/media/theme_customization/Check.png');
}

.checkout-index-index #maincontent .payment-method-title {
    display: flex!important;
    gap: 16px;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-weight: 600!important;
}

.checkout-index-index #maincontent .payment-method-title input {
   
    width: 50px;
    position: absolute;
    left: 0;
    height: 55px;
    pointer-events: all;
    appearance: none;
}

.checkout-index-index #maincontent .forms-payment-methods {
    background: #FFF;
}

.checkout-index-index #maincontent .payment-shipay .box-form {
    margin-bottom: 0;
    max-width: 400px;
    font-family: Poppins, sans-serif;
    gap: 16px;
}

.checkout-index-index #maincontent .payment-shipay .box-form .control {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-index-index #maincontent .cdz-opc-wrapper #checkoutSteps .checkout-payment-method .payment-method {
    border: none!important;
}

.checkout-index-index #maincontent .cdz-opc-wrapper #checkoutSteps .checkout-payment-method .payment-method-title {
    padding: 32px 0;
    margin-bottom: 0!important;
    border: none;
    padding-bottom: 0;
}

.checkout-index-index #maincontent .checkout-billing-address {
    padding: 0!important;
    border: none!important;
    margin-top: 24px!important;
    font-family: Poppins, sans-serif;
}

.checkout-index-index #maincontent form label &gt; span {
    font-family: Poppins, sans-serif;
    font-size: 16px!important;
    text-transform: unset!important;
}

.checkout-index-index #maincontent .field.required.max-width-50 {
    margin-bottom: 0;
}

.checkout-index-index #maincontent .payment-group {
    padding-bottom: 24px;
    background: #FFF;
    border-radius: 6px;
}

.checkout-index-index #maincontent .checkout-text-block {
    padding: 16px 0;
}

.checkout-index-index #maincontent fieldset#boleto-form {
    margin: 0;
    display: flex;
}

.checkout-index-index #maincontent fieldset#boleto-form .checkout-text-block {
    padding: 24px 0;
    padding-bottom: 0;
}

.checkout-index-index #maincontent fieldset#payment_form_pagarme_creditcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.checkout-index-index #maincontent .field.date.required.new,
.checkout-index-index #maincontent .field.cvv.required.new,
.checkout-index-index #maincontent .field.owner.required.new,
.checkout-index-index #maincontent .field.number.required.new {
    max-width: 47%;
}

.checkout-index-index #maincontent .control._with-tooltip {
    width: 100%!important;
    max-width: unset!important;
    padding: 0!important;
}

.checkout-index-index #maincontent .field.date.required.new,
.checkout-index-index #maincontent .field.cvv.required.new,
.checkout-index-index #maincontent .field.installments.required {
    margin-bottom: 0!important;
}

.checkout-index-index #maincontent .payment label span {
    font-size: 15px!important;
    margin-bottom: 4px!important;
}

.checkout-index-index #maincontent .fieldset .field {
    padding: 0;
}

.checkout-index-index #maincontent select.select.select-installments.cc_installments {
    width: 100%!important;
}

.checkout-index-index #maincontent select.select.select-installments.cc_installments,
.checkout-index-index #maincontent .checkout-payment-method .input-text {
    border-radius: 4px!important;
}



.checkout-index-index #maincontent fieldset.fieldset hr {
    display: none;
}

.checkout-index-index #maincontent div#recaptcha-checkout-place-order-wrapper .field {
    margin: 0!important;
}



.checkout-index-index #maincontent div#checkout-step-shipping {
    margin-bottom: 16px!important;
}

.checkout-index-index #maincontent .opc-sidebar.opc-summary-wrapper {
    border: 0;
    border-radius: 0;
    display: flex;
    height: 100vh;
}

.checkout-index-index main#maincontent {
    padding: 0;
}

.checkout-index-index #maincontent ol#checkoutSteps {
    margin-top: 24px;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-block-summary&gt;.title {
    color: #000 !important;
    border-bottom: 0;
    border-radius: 8px 8px 0 0!important;
    font-size: 24px;
    text-transform: unset;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    order: 0;
    align-items: center;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-place-order-block .actions-toolbar .primary, .cdz-opc-wrapper .opc-place-order-block .actions-toolbar .action.primary.checkout {
    background: #2ec71c;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    padding: 8px;
}

.checkout-index-index #maincontent .opc-block-summary .table-totals .mark {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #000;
}

.checkout-index-index #maincontent tr.grand.totals td,
.checkout-index-index #maincontent tr.grand.totals th {
    padding-top: 8px!important;
    font-size: 16px!important;
}

.checkout-index-index #maincontent .opc-block-summary span.price {
    color: #000!important;
    font-weight: 400!important;
    font-size: 16px!important
}

.checkout-index-index #maincontent div#opc-sidebar {
    width: 100%;
}

.checkout-index-index #maincontent .opc-block-summary .items-in-cart&gt;.title SPAN {
    font-family: Poppins, sans-serif;
    font-weight: 500!important;
    color: #000;
    margin-top: 16px!important;
}

.checkout-index-index #maincontent .block.items-in-cart {
    margin-top: 16px!important;
    
}

.checkout-index-index #maincontent .opc-block-summary  strong.product-item-name {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #000;
}
.checkout-index-index .header-active,
.checkout-cart-index header.page-header.header-style-15 {
    position: unset!important;
}

.checkout-index-index #maincontent .field.addresses {
    position: relative;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item:before {
    position: absolute!important;
    top: 50%!important;
    transform: translate(0%, -50%)!important;
}

.checkout-index-index .page-wrapper .opc-wrapper {
    width: fit-content!important;
    padding-right: 64px!important;
}

.checkout-index-index #maincontent div#checkout {
    display: flex;
    justify-content: center;
}

.checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item {
    font-family: 'Poppins', sans-serif!important;
}

div#opc-new-shipping-address input,
div#opc-new-shipping-address label span {
    font-family: 'Poppins';
    font-size: 14px!important;
    font-weight: 400!important;
    color: #000 !important;
}
.checkout-index-index #opc-new-shipping-address div[name="shippingAddress.city"],
.checkout-index-index #opc-new-shipping-address div[name="shippingAddress.street.0"],
.checkout-index-index #opc-new-shipping-address div[name="shippingAddress.street.1"],
.checkout-index-index #opc-new-shipping-address div[name="shippingAddress.street.2"],
.checkout-index-index #opc-new-shipping-address div[name="shippingAddress.street.3"] {
    width: 50%!important
}

.checkout-index-index .modal-footer button.action.primary.action-save-address,
.checkout-index-index .modal-footer button.action.secondary.action-hide-popup {
    border-radius: 8px!important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}


.checkout-index-index #maincontent select.select.select-installments.cc_installments, 
.checkout-index-index #maincontent .checkout-payment-method .input-text {
    border: 2px solid #eaf1f3;
    font-size: 16px!important;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.checkout-index-index #maincontent .checkout-payment-method #payment_form_pagarme_creditcard label.label {
    padding-bottom: 8px;
}


.checkout-index-index #maincontent .checkout-payment-method .fields.group.group-2 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.checkout-index-index #maincontent .checkout-payment-method .fields.group.group-2:before,
.checkout-index-index #maincontent .checkout-payment-method .fields.group.group-2:after {
    display: none;
}

.checkout-index-index #maincontent .checkout-payment-method .field select {
    border: 2px solid #eaf1f3;
    border-radius: 4px;
    font-size: 14px!important;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.checkout-index-index #maincontent .checkout-payment-method .field.no-label.month select,
.checkout-index-index #maincontent .checkout-payment-method .field.no-label.month .control,
.checkout-index-index #maincontent .checkout-payment-method .field.no-label.month {
    width: 100%!important;
    display: flex!important;
    max-width: unset!important;
}

.checkout-index-index #maincontent form#shipay_payment-form .checkout-text-block span,
.checkout-index-index #maincontent fieldset#boleto-form .checkout-text-block span {
    font-family: "Poppins", sans-serif;
}

.checkout-index-index div#checkout-step-shipping input {
    border: 2px solid #eaf1f3;
    border-radius: 4px;
    font-size: 14px!important;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
}

.checkout-index-index div#checkout-step-shipping div[name="shippingAddress.city"],
.checkout-index-index div#checkout-step-shipping div[name="shippingAddress.street.0"],
.checkout-index-index div#checkout-step-shipping div[name="shippingAddress.street.1"],
.checkout-index-index div#checkout-step-shipping div[name="shippingAddress.street.2"],
.checkout-index-index div#checkout-step-shipping div[name="shippingAddress.street.3"] {
    width: calc(50% - 10px)!important
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .box-images {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .box-images img {
    width: 80px!important;
    height: fit-content;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .primary,
.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper button.action.primary.checkout {
    width: 100%!important;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper button.action.primary.checkout {
    border-radius: 4px;
    padding: 16px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-transform: unset;
    background: #3abc29;
    border: none;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper button.action.primary.checkout:hover {
    color: #fff;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .opc-place-order-block {
    border: 0!important;
}



.checkout-index-index .page-wrapper .actions-toolbar .secondary {
    display: none;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper h2.title {
    font-size: 24px;
    padding: 16px 0;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

textarea#osc_order_comment {
    border: 1px solid #eee;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    color: #000;
    margin-bottom: 16px;
}

.checkout-index-index #maincontent .opc-sidebar.opc-summary-wrapper {
    height: unset!important;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .content.minicart-items {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .checkout-comment-block {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #0070B2!important;
    height: 32px!important;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0070B2!important;
}

.checkout-index-index .page-wrapper .cdz-opc-wrapper .minicart-items-wrapper {
    scrollbar-color: unset;
    scrollbar-width: unset;
}

.checkout-index-index .page-wrapper .checkout-billing-address fieldset.fieldset.address &gt; div {
    width: calc(50% - 10px)!important;
}

.checkout-index-index .page-wrapper .checkout-billing-address:has(.billing-address-same-as-shipping-block.field.choice) fieldset.fieldset.address &gt; div select,
.checkout-index-index .page-wrapper .checkout-billing-address:has(.billing-address-same-as-shipping-block.field.choice) fieldset.fieldset.address &gt; div input {
    font-weight: 400!important;;    
}

.checkout-index-index .page-wrapper .checkout-billing-address:has(.billing-address-same-as-shipping-block.field.choice) fieldset.fieldset.address {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}

.checkout-index-index .page-wrapper .checkout-billing-address:has(.billing-address-same-as-shipping-block.field.choice) fieldset.fieldset.address .choice.field {
    width: 100%!important;;
} 

.checkout-index-index .page-wrapper .checkout-billing-address:has(.billing-address-same-as-shipping-block.field.choice) .field.field-select-billing label.label {
    position: unset!important;
    height: unset;
    padding-bottom: 16px;
}

.checkout-index-index .page-wrapper .payment-method-billing-address {
    border: 1px solid;
    padding: 0px 16px;
    margin: 32px 0;
    border-radius: 4px;
    border: 2px solid #eaf1f3
}


.checkout-index-index .page-wrapper .billing-address-same-as-shipping-block input[type="checkbox"] {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: unset;
}

.checkout-index-index .page-wrapper .billing-address-same-as-shipping-block input[type="checkbox"]:before {
    display: none;
}

.checkout-index-index .page-wrapper .billing-address-same-as-shipping-block input[type="checkbox"]:checked {
    background-image: url('/pub/media/theme_customization/Check.png')!important;
    content: "" !important;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    height: 50px;    
}

.checkout-index-index .page-wrapper .billing-address-same-as-shipping-block input[type="checkbox"] {
    background-image: url('/pub/media/theme_customization/Check-2.png')!important;
    content: "" !important;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    height: 50px;     
}


.checkout-index-index .page-wrapper .billing-address-same-as-shipping-block.field.choice {
    display: flex;
    align-items: center;
    gap: 8px!important;
}



.checkout-index-index .page-wrapper .payment-method-billing-address .actions-toolbar {
    display: flex;
    margin-top: 8px!important;
}

.checkout-index-index .page-wrapper .payment-method-billing-address .actions-toolbar .primary {
    display: flex;
    gap: 16px;
    align-items: center;
}

.checkout-index-index .page-wrapper .payment-method-billing-address .actions-toolbar .primary button.action.action-update {
    background: #0070B2!important;
    color: #FFF;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-transform: unset;
    margin: 0;
    float: unset;
    margin-top: 24px;
    display: block!important;
    margin-top: 0;
}

.checkout-index-index .page-wrapper .payment-method-billing-address .actions-toolbar button.action.action-cancel {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.checkout-index-index .page-wrapper ol#checkoutSteps:before {
    content: 'Finalize sua compra';
    font-size: 26px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 500;
    padding-bottom: 24px;
}

@media(max-width: 767px) {
    .checkout-index-index #maincontent div#checkout {
          flex-direction: column!important;
      }
      
      .checkout-index-index .page-wrapper .opc-wrapper {
          padding-right: 0!important;
          width: 100% !important;
      }
      
      .checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item, .checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item {
          width: 100%;
      }
      
      .checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item:before {
          display: none;
      }
      
      .checkout-index-index #maincontent .cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item {
          margin-left: 0!important;;
      }  
  }


.checkout-index-index .payment-method-title.field.choice{
    position: relative!important;
}


.catalog-product-view .product-descriptions &gt; div &gt; div {
    max-width: unset;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}

.catalog-product-view .product-descriptions .row-full-width-inner div {
    margin: 0!important;
    padding: 0!important;   
}

.catalog-product-view .product-descriptions .full-description {
    margin: 32px 0;
}

.catalog-product-view .product-descriptions {
    display: flex;
    flex-direction: column;
    background: #FFF;
    padding: 24px;
    border-radius: 12px;
}

.catalog-product-view .product-descriptions h2 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    padding-bottom: 16px;
}

.catalog-product-view .row.product-info-main.full-width {
    margin-bottom: 64px;
}

.catalog-product-view .short-description-box * {
    font-family: 'Poppins';
    font-size: 18px;
    color: #000;
    padding-top: 16px;
    font-weight: 500
}

.catalog-product-view .product-add-form .product-social-links,
.catalog-product-view .product-add-form .attributes-product {
    display: none;
}

.catalog-product-view .product-descriptions .full-description {
    margin-top: 0;
}


.catalog-product-view #description {
    display: none;
  }</pre></body></html>