@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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&display=swap');

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>.field.type .control {
        margin-left: 25.8%;
        display: none;
    }

    .checkout-payment-method .payment-method-content .fieldset>.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;
}

.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 > 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 > 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 > tbody > tr > 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;
    }
}



.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;
}

.catalog-product-view  form#product_addtocart_form {
    margin-bottom: 40px;
}

.catalog-product-view form#product_addtocart_form .fieldset:last-child{
    margin-bottom: 0px!important;
}

.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
}

.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;
}