@import url('https://fonts.googleapis.com/css2?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');

* {
    font-family: 'Poppins', sans-serif !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

select {
    font-family: 'Poppins', sans-serif !important;
}

input {
    font-family: 'Poppins', sans-serif !important;
}

button {
    font-family: 'Poppins', sans-serif !important;
}

a {
    font-family: 'Poppins', sans-serif !important;
}

input {
    border-color: #909899 !important;
    color: #000 !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    height: 40px !important;
}

input::placeholder {
    color: #909899 !important;
}

select {
    border-color: #909899 !important;
    color: #000 !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    height: 40px !important;
}

select::placeholder {
    color: #909899 !important;
}

#client-profile-data {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px !important;
}

#shipping-data {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px !important;
}

#payment-data {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px !important;
}

#cart-to-orderform {
    color: #fff;
    background-color: #2044FF;
    height: 40px;
    width: 207px;
    border: none;
    text-align: center;
    display: flex;
    padding: 10px 0px 0px 0px;
    justify-content: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    border-radius: 50px;
}

.checkout-container {
    margin-top: 150px;
}

.header-container {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(to right, #223541 0%, #141716 95%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-header-container {
    right: 300px;
    top: 25px;
    position: fixed;
}

.cart-links-bottom {
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.summary-template-holder tfoot tr td.monetary {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.full-cart .summary-totalizers .info {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.totalizers-list .monetary {
    color: #909899 !important;
    font-weight: 300 !important;
    font-size: 11px !important;
}

.totalizers-list .info {
    color: #909899 !important;
    font-weight: 300 !important;
    font-size: 11px !important;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tbody {
    border: none;
}

#cart-coupon-add {
    align-items: center;
    color: #fff;
    background-color: #2044FF;
    height: 40px !important;
    border: none;
    text-align: center;
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    border-radius: 50px;
    width: 100px;
}

#cart-coupon {
    border-radius: 50px !important;
    font-size: 13px !important;
    color: #000 !important;
    height: 40px !important;
}

#cart-coupon::placeholder {
    color: #909899 !important;
}

.product-name a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #171C1D;
}

.product-price .new-product-price {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
}

.product-name .seller {
    font-family: 'Poppins';
    display: none !important;
}

.cart-items thead {
    display: none !important;
}

.summary-template-holder {
    border-color: #909899;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px 1px;
}

.table.cart-items td.quantity {
    border-radius: 50px;
}

.box-client-info-pf label {
    display: none !important;
}

#go-to-shipping {
    margin: 0px;
    color: #fff;
    background-color: #2044FF;
    height: 40px;
    border: none;
    text-align: center;
    display: flex;
    padding: 10px 0px 0px 0px;
    justify-content: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    border-radius: 50px;
    min-width: 140px;
    width: 210px;
}

#is-corporate-client {
    display: none;
}

.box-client-info .newsletter {
    display: none;
}

.box-client-info-pf p {
    margin-bottom: 25px;
}

.orderform-template-holder .step .form-step fieldset.box-client-info-pj {
    display: none !important;
}

body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before {
    content: "";
    display: none;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

#shipping-calculate-link {
    color: #fff;
    background-color: #2044FF;
    height: 40px;
    border: none;
    text-align: center;
    display: inline-flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    border-radius: 50px;
    width: auto;
}

.btn-success {
    color: #fff !important;
    background-color: #2044FF !important;
    height: 40px !important;
    border: none !important;
    text-align: center !important;
    display: inline-flex !important;
    padding: 0px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    border-radius: 50px !important;
    width: auto !important;
}

.cart-items .hproduct .product-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;    
    color: #171C1D;
}

.header-wrapper {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
}

.miDiv {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.wpp-button {
    justify-content: center;
    display: flex;
    width: 134.05px;
    height: 43.61px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: 0.5px solid #00D12E;
    color: #00D12E;
    background-color: transparent;
    align-items: center;
}

.wpp-button:hover {
    text-decoration: none;
    color: #00D12E;
    font-size: 18px;
}

.footer-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-color: #909899;
    border-style: solid;
    border-width: 0.5px 0px 0px 0px;
    height: 68px;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.footer-item {
    color: #5C5C5C;
    font-size: 11px;
    justify-content: center;
    display: flex;
}

.footer-item-1 {
    width: 50%;
    justify-content: start;
}

.footer-item-2 {
    width: 10%;
}

.footer-item-3 {
    width: 40%;
    justify-content: end;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    color: #2044FF;
    word-spacing: 15px;
}

.container {
    max-width: 1200px !important;
}

p .btn-submit-wrapper {
    display: flex;
    align-items: start;
}

.pt10 {
    padding-top: 10px !important;
}

.orderform-template .custom-cart-template-wrap {
    border-color: #909899;
    border-width: 0px 1px;
    border-style: solid;
}

.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap {
    border-style: solid;
    border-color: #909899;
    border-width: 0px 0px 1px 0px;
}

#orderform-minicart-to-cart {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #000 !important;
    text-decoration: none !important;
}

#orderform-minicart-to-cart::before {
    content: "<";
    color: #2044FF !important;
    font-size: 17px;
    font-weight: 600 !important;
}

#go-to-cart-button {
    position: absolute;
    left: 30px;
}

.client-notice {
    font-weight: 600;
    font-size: 21px;
}

.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,
.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,
.orderform-template-holder #shipping-data .accordion-toggle>span,
.orderform-template-holder #payment-data .accordion-toggle>span {
    font-weight: 600;
    font-size: 28px;
}

.vtex-omnishipping-1-x-addressFormPart1 .input {
    width: 47%;
}

.ship-city {
    margin-left: 6%;
    margin-right: 0px !important;
}

.vtex-omnishipping-1-x-addressForm label {
    display: none !important;
}

.vtex-omnishipping-1-x-addressFormPart1 label {
    display: none !important;
}

.vtex-omnishipping-1-x-address input {
    margin-top: 20px;
    border-color: #909899;
}

.vtex-omnishipping-1-x-address input::placeholder {
    color: #909899;
}

.vtex-omnishipping-1-x-addressFormPart1 .input input {
    border-color: #909899;
}

.vtex-omnishipping-1-x-addressFormPart1 .input input::placeholder {
    color: #909899;
}

#btn-go-to-payment {
    margin: 20px 0px 0px 0px;
    color: #fff;
    background-color: #2044FF;
    height: 40px;
    border: none;
    text-align: center;
    display: flex;
    padding: 10px 0px 0px 0px;
    justify-content: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    border-radius: 50px;
    min-width: 140px;
    width: 210px;
}

.vtex-omnishipping-1-x-svg path {
    fill: #2044FF !important;
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
    border-radius: 50px;
    border-color: #909899;
}

.vtex-omnishipping-1-x-leanShippingGroupList {
    border-radius: 50px;
    border-color: #909899;
}

#payment-data-submit {
    margin: 20px 0px 0px 0px;
    color: #fff;
    background-color: #2044FF;
    height: 40px;
    border: none;
    text-align: center;
    display: inline-flex;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300 !important;
    border-radius: 50px;
    min-width: 140px;
    width: auto;
    align-items: center;
}

.icon-lock {
    display: none !important;
}

.payment-submit-wrap {
    display: flex;
    justify-content: center;
}

.orderform-template-holder #payment-data .payment-group-item:last-child {
    width: 193px !important;
    height: 87px !important;
    border-radius: 10px !important;
    border-color: #909899 !important;
}

.vtex-omnishipping-1-x-shippingDataDev .accordion-toggle {
    font-weight: 600 !important;
    font-size: 28px !important;
}

.vtex-omnishipping-1-x-shippingDataDev .accordion-toggle::before {
    content: "" !important;
    display: none;
}

#payment-data .accordion-toggle span::before {
    content: "" !important;
    display: none;
}

.orderform-template-holder #payment-data .payment-group-item:last-child::after {
    content: "" !important;
    display: none;
}

.orderform-template-holder #payment-data .payment-group-item.active::before {
    content: "" !important;
    display: none;
}

.link-change-shipping {
    text-decoration: none;
    color: #2044FF !important;
    border: none !important;
    border-width: 0px !important;
}

.link-change-shipping:hover {
    text-decoration: none;
}

#cajita_envio {
    margin: 0px 8px 0px 0px;
}

.vtex-omnishipping-1-x-SummaryItemInfo {
    display: none !important;
}

.box-step .box-info {
    display: none !important;
}

.vtex-omnishipping-1-x-SummaryItemPrice {
    display: none !important;
}

#checkoutMainContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px !important;
    background-color: #fff;
}

.cart-more-options .srp-container .srp-delivery-info .b--light-gray {
    border-radius: 30px;
    border-width: 1px;
    border-color: #909899;
}

.onda-v1 .gray {
    color: #909899 !important;
}

gray {
    color: #909899 !important;
}

.cart-more-options .srp-container .onda-v1 .blue {
    color: #2044FF !important;
}

.blue {
    color: #2044FF !important;
}

.accordion-toggle::before {
    content: '' !important;
    display: none !important;
    visibility: hidden;
}

.accordion-toggle {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.vtex-omnishipping-1-x-addressSummary .address-summary {
    border-color: #909899 !important;
    border-width: 1px !important;
    border-radius: 30px !important;
}

.vtex-omnishipping-1-x-leanShippingGroupList {
    border-color: #909899 !important;
    border-width: 1px !important;
    border-radius: 30px !important;
}

#payment-group-promissoryPaymentGroup {
    height: 87px !important;
    width: auto !important;
}

#payment-group-promissoryPaymentGroup:hover {
    border-color: #2044FF !important;
}

#payment-group-promissoryPaymentGroup::after {
    display: none;
}

.icon-edit {
    font-family: Poppins, sans-serif !important;
}

.payment-submit-wrap {
    justify-content: space-between;
    width: 100%;
}

.icon-edit::before {
    content: "Editar";
    line-height: 21px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #909899;
}

.orderform-template-holder #client-profile-data form.client-pre-email,
.orderform-template-holder #client-profile-data .step.client-profile-data,
.orderform-template-holder #shipping-data,
.orderform-template-holder #payment-data {
    margin-bottom: 0px !important;
}

.orderform-template-holder .row-fluid {
    margin: 30px 0px 0px 0px;
}

#open-shipping {
    line-height: 21px !important;
    font-size: 14px !important;
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex !important;
    color: #909899 !important;
    text-decoration: none !important;
    background-color: transparent !important;
    width: auto !important;
    font-family: Poppins, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
}

.accordion-toggle {
    width: 100%;
}

.accordion-heading {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
}

.modal.guest-login-modal,
.modal.modal-email-template,
.modal.modal-payment-template,
.modal.modal-masked-info-template {
    background-color: #fff;
    color: #000;
    box-shadow: 2px 2px 5px #e3e3e3;
    border-radius: 30px;
    z-index: 23455;
}

#btn-identified-user-button {
    color: #fff !important;
    background-color: #2044FF !important;
    height: 40px !important;
    border: none !important;
    text-align: center !important;
    display: inline-flex !important;
    padding: 0px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    border-radius: 50px !important;
    width: auto !important;
}

button i {
    display: none;
}

@media (max-width: 600px) {
    .miDiv {
        height: 50px;
    }

    .button-header-container {
        display: none;
    }

    #go-to-payment {
        margin: 20px 0px 0px 0px;
        color: #fff;
        background-color: #2044FF;
        height: 40px;
        border: none;
        text-align: center;
        display: flex;
        padding: 10px 0px 0px 0px;
        justify-content: center;
        font-size: 15px;
        vertical-align: middle;
        font-weight: 300;
        border-radius: 50px;
        min-width: 140px;
        width: 210px;
    }

    .btn-success {
        margin: 20px 0px 0px 0px;
        color: #fff;
        background-color: #2044FF;
        height: 40px;
        border: none;
        text-align: center;
        display: flex;
        padding: 10px 0px 0px 0px;
        justify-content: center;
        font-size: 15px;
        vertical-align: middle;
        font-weight: 300;
        border-radius: 50px;
        min-width: 140px;
        width: 210px;
    }

    .footer-item-3 {
        word-spacing: 2px;
        font-size: 10px;
        width: auto;
    }

    .footer-item-1 {
        width: auto;
    }

    .footer-item-2 {
        width: auto;
    }

    .cart-to-orderform {
        z-index: 99;
    }

    .cart-links-bottom {
        background-color: transparent;
    }

    #payment-data-submit {
        z-index: 99;
        border-radius: 50px !important;
    }

    .orderform-template .payment-confirmation-wrap .payment-submit-wrap {
        background-color: transparent;
    }

    .vtex-omnishipping-1-x-addressSummary {
        border-radius: 50px;
    }

    .vtex-omnishipping-1-x-leanShippingGroupList {
        border-radius: 50px;
    }
}