/*checkout*/

@font-face {
    font-family: 'InterTight-Regular';
    src: url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.eot');
    /* IE9 Compat Modes */
    src: url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://assets.monadic.com/ESTILOS/checkout-style/fonts/InterTight-Regular.svg#Prata') format('svg');
    /* Legacy iOS */
}


*:focus:not(input[type="checkbox"]) {
    border-color: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}

#generalCheckout {
    font-family: 'InterTight-Regular';
    letter-spacing: 1px;
}

#generalCheckout textarea {
    font-family: 'InterTight-Regular';
    letter-spacing: 1px;
}

#generalCheckout .navbar-brand {
    padding: 0;
}

#generalCheckout textarea::placeholder {
    color: #737373;
}

#generalCheckout .stepCheckout {
    font-size: 11px;
    font-weight: 500;
}

#generalCheckout .chevronCheckout {
    color: #777777;
    margin-left: 5px;
    margin-right: 5px;
}

#generalCheckout .paypalButton {
    border-radius: 4px;
    border: solid 0.5px #e1e1e1;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

#generalCheckout .paypalButton .fastPayment {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    padding: 0px 20px;
    font-size: 1em;
}

#generalCheckout .paypalButton button {
    background-color: #ffc33a;
    padding: 9px 21px;
    border-radius: 4px;
    width: 100%;
    max-width: 262px;
}

#generalCheckout .paypalButton img {
    height: 20px;
}

#generalCheckout .titlesCheckout {
    font-size: 16px;
    color: #403331;
    font-weight: 400;
}

#generalCheckout .titlesCheckoutBold {
    font-size: 13px;
    color: #403331;
}

#generalCheckout .userImage {
    height: 50px;
    width: 50px;
    background-color: #1e63b9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#generalCheckout .bigTextCheckout {
    font-size: 13px;
}

#generalCheckout .logOutCheckout {
    color: #000000;
}

#generalCheckout .logOutCheckout:hover {
    color: #383636;
}

#generalCheckout .checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #adadad;
    --tick: #fff;
    position: relative;
}

#generalCheckout .checkbox input,
svg {
    width: 18px;
    height: 18px;
    display: block;
}

#generalCheckout .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 var(--s, 1.2px) var(--b, #d9d9d9);
}

#generalCheckout .checkbox input:hover {
    --s: 2px;
    --b: #BBC1E1;
}

#generalCheckout .checkbox input:checked {
    --b: #adadad;
}

#generalCheckout .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, #DB3B2B);
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    transform: scale(var(--scale, 1)) translateZ(0);
}


/*path*/

#generalCheckout .checkbox.path input:checked {
    --s: 2px;
    transition-delay: .4s;
}

#generalCheckout .checkbox.path input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

#generalCheckout .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
}


/*bounce*/

#generalCheckout .checkbox.bounceCheckout {
    --stroke: #fff;
}

#generalCheckout .checkbox.bounceCheckout input:checked {
    --s: 11px;
    box-shadow: inset 0 0 0 var(--s, 1px) black;
}

#generalCheckout .checkbox.bounceCheckout input:checked+svg {
    animation: bounce .4s linear forwards .2s;
}

#generalCheckout .checkbox.bounceCheckout input[type="checkbox"]+i:before {
    opacity: 0;
    display: none;

}

#generalCheckout .checkbox.bounceCheckout input[type="checkbox"]:checked+i:before {
    opacity: 1;
    display: block;

}

#generalCheckout .checkbox.bounceCheckout svg {
    --scale: 0;
}

@keyframes bounceCheckout {
    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

#generalCheckout select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

#generalCheckout select.minimal:focus {
    background-image: linear-gradient(45deg, #80bdff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #80bdff 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 20px, calc(100% - 20px) 20px, calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

#generalCheckout select.minimal {
    /* styling */
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#generalCheckout .subs_btnCheckout {
    background: black;
    color: #fff;
    font-size: 12px;
    letter-spacing: .70px;
    border-radius: 0px;
    border: none;
    padding: 4px 19px;
    line-height: 48px;
    /*-webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;*/
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .2px;
}

.btn {
    color: #333;
}

#generalCheckout .subs_btnCheckout:hover {
    color: white;
}

#generalCheckout .subs_btn1 {
    font-size: 13px;
    color: #000;
    cursor: pointer;
}

#generalCheckout .subs_btn1:hover {
    color: #383636;
}


#generalCheckout .divitionCheckout {
    border-left: solid 0.5px #e1e1e1;
}


#generalCheckout .badgeCheckout {
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    width: 24px;
    background-color: rgba(114, 114, 114, 0.9);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

#generalCheckout .bordersCheckout {
    border-color: #d9d9d9 !important;
    border-width: 0.5px !important
}

#generalCheckout .checkoutSubtotal {
    color: #403331;
    font-size: 13px;
}

#generalCheckout .checkoutTotal {
    color: #403331;
    font-size: 15px;
    font-weight: 500;

}

#generalCheckout .checkoutSubtitles {
    font-size: 14px;
    color: #403331;
}

#generalCheckout .cart_totals_area h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 30px;
}

#generalCheckout .stepEdition {
    font-size: 13px;
    color: #737373;
    font-weight: 300;
}

#generalCheckout .shippingDesc {
    font-size: 14px;
    color: #6d6d6d;
}


/*Inputs*/


/*#generalCheckout {
    font-family: 'AvenirNextRegular';
}*/

#generalCheckout .input {
    position: relative;
    width: 100%;
}

#generalCheckout .inputDesc {
    color: #adadad;
    font-weight: 700;
    margin-left: 6px;
    font-size: .8rem;
}

#generalCheckout .inputLabel {
    position: absolute;
    left: 0;
    top: -1px;
    padding: calc(1rem * 0.75) calc(.5rem * .5);
    margin: calc(.2rem * 0.75 + 5px) calc(.7rem);
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-weight: 500;
    line-height: 1.5;
    font-size: 13px;
    color: #737373;
}


#generalCheckout .inputTooltip {
    position: absolute;
    right: 0;
    top: -1px;
    padding: calc(1rem * 0.75) calc(.5rem * .5);
    margin: calc(.2rem * 0.75 + 5px) calc(.7rem);
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-weight: 500;
    line-height: 1.5;
    font-size: 13px;
    color: #737373;
}

#generalCheckout .inputField {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: .8px solid #d9d9d9;
    color: currentColor;
    background: white;
    border-radius: 8px;
    height: 50px !important;
    font-size: 13px;
    font-weight: 500;
    color: #4c4c4c;
    padding-top: 1rem;
    padding-bottom: 0px;
}

#generalCheckout .checkoutSelects {
    font-size: 13px;
}

#generalCheckout .inputField:focus+.inputLabel,
.inputField:not(:placeholder-shown)+.inputLabel {
    transform: translate(0rem, -22%) scale(.8) !important;
    color: #737373;
}

#generalCheckout .inputField:focus {
    outline: none;
    border-color: #000000;
    -webkit-box-shadow: 0 0 0 1px #000000;
    box-shadow: 0 0 0 1px #000000;
}

#generalCheckout input.form-control {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}


#generalCheckout textarea.form-control {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    padding-top: 2rem;
}

#generalCheckout .stemplateTextarea:focus {
    outline: none;
    border-color: #000000;
    -webkit-box-shadow: 0 0 0 1px #000000;
    box-shadow: 0 0 0 1px #000000;
}

#generalCheckout .codeInput {
    height: 46px;
    border: 1px solid #dadada;
    font-size: 13px !important;
}

#generalCheckout .codeInput::placeholder {
    color: #dadada;
    font-size: 13px !important;
}

.modal {
    z-index: 10001;
}

.modal-backdrop {
    z-index: 10000;
}

#generalCheckout .chevronCheckout {
    font-size: 12px;
    color: #777777;
}

#generalCheckout .radio {
    margin: 0rem .5rem 0rem 0rem;
}

#generalCheckout .radio input[type="radio"] {
    opacity: 0;
    min-width: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 14px;
    z-index: 100;
}

#generalCheckout .radio input[type="radio"]+.radio-label:before {
    content: '';
    border: 1px solid #BBC1E1;
    border-radius: 100%;
    display: inline-block;
    left: 0rem;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    margin-right: .7rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

#generalCheckout .radio input[type="radio"]:checked+.radio-label:before {
    background-color: rgb(255, 255, 255);
    border: 8.5px solid #000000;

}

#generalCheckout .radio .radio-margin:before {
    margin-left: 1rem;
}

#generalCheckout .radio.full input[type="radio"]:checked+.radio-label:before {
    background-color: black;
    box-shadow: inset 0 0 0 4px black;
}

#generalCheckout .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: black;
}

#generalCheckout .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #dbdfe4;
    border-color: darken(#dbdfe4, 25%);
    background: #dbdfe4;
}

#generalCheckout .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

#generalCheckout .radio-label {
    display: block;
    align-items: center;
}

.border-checkout {
    border: 1px solid #d9d9d9;
    border-radius: .25rem;
}


.ngcomplete-dropdown {
    font-size: 13px;
    list-style-type: none;
    border: 1px solid #d9d9d9;
    width: 100%;
    border-radius: 8px;
    top: 51px;
    padding: 2px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
    margin-top: 0px;

}


.ngcomplete-dropdown {
    display: none;
}


.ngcompleterow:hover {
    background-color: #f0f4f6;
}


.autocomplete-col:hover .ngcomplete-dropdown {
    display: block;
}



.stepCheckout .btn-link:hover {
    color: rgb(97, 97, 97);
    text-decoration: none;
}


.currentStep {
    font-weight: 600;
}


.pt-checkout {
    padding-top: .7rem !important;
}


.pt-lg-checkout {
    padding-top: 5rem !important;
}


.logoCheckout {
    width: 100%;
    height: auto;
}


.logo-sm-Checkout {
    max-height: 12vh;
    max-width: 50vw;

}


.logo-md-Checkout {
    max-height: 12vh;
    max-width: 25vw;
}


.logo-lg-Checkout {
    max-height: 7vh;
    max-width: 12vw;
}

.circleBorder {
    border: 2px solid;
    min-width: 25px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.spinner3 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.3em solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-load;
    animation: .75s linear infinite spinner-load;
}

.spinner3:hover {
    border: 0.3em solid black;
}

.spinner-checkout {
    width: 5rem !important;
    height: 5rem !important;
    border-left-color: #0c0c0c !important;
    border-top-color: #0c0c0c !important;
    border-bottom-color: #0c0c0c !important;
}

@keyframes spinner-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.errorBox {
    background-color: #f5f4f4;
    border: 1px solid rgb(224, 224, 224);
    border-radius: .2rem;
}

#generalCheckout .borderError {
    border: 2px solid red !important;
}

.col-checkout {
    flex: 0 0 44.5% !important;
    max-width: 44.5% !important;
}

#generalCheckout .collapsed .rotateIcon {
    transform: rotate(180deg);
}

#generalCheckout select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.hide-placeholder::placeholder {
    visibility: hidden;
}

.btn.focus,
.btn:focus,
button:focus {
    box-shadow: none;
}

/*Finish order*/
.completedPurchasedView {
    border: none;
    margin: 0;
    border-radius: none;
    padding: 0;
}

.cardCompletedPurchased {
    margin: auto;
}

.logoFinishCheckout {
    max-width: 10rem;
    max-height: 6.5rem;
}

.divMsgSuccessful {
    background-color: #ebfff0;
    padding: 3rem 2rem;
}

.divImgCart {
    display: none;
}

.imgCart {
    width: 80%;
}

.textMsgSuccessful {
    display: flex;
    align-items: center;
}

.text1 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.text2 {
    font-size: 14px;
    text-align: center;
}

.iconCheckMobile {
    display: inline;
    padding-right: 1rem;
}

.iconCheckMobile img {
    width: 10%;
}

.divInfo {
    padding: 5rem 0 2rem 0;
}

.divOrderInfo {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 2rem;
}

.textOrderNumber {
    color: #d91522;
    font-weight: 600;
    padding-bottom: 2rem;
}

.textPaymethod {
    padding-bottom: 1rem;
}

.textOrderValue {
    color: #3d3d3d;
    font-weight: 400;
}

.divCustomerInfo {
    border-top: 2px solid #f9f9f9;
    padding-top: 2rem;
}

.textOrderShipment {
    color: #000;
    font-weight: 600;
    padding-bottom: 2rem;
}

.iconShipment {
    padding-right: 1rem;
}

.textOrderCustomer {
    padding-bottom: 1rem;
}

.textOrderSummary {
    color: #000;
    font-weight: 500;
    padding-bottom: 2rem;
}

.iconOrder {
    padding-right: 1rem;
}

.divOrderSummary {
    padding: 2rem 0;
}

.iconOrder img {
    width: 7%;
}

.customTablerOrderSummary {
    width: 100%;
}

.customTableOrderSummaryDesktop {
    display: none;
}

.customTableOrderSummaryMobile {
    display: inline;
}

.customThTableOrderSummary {
    color: #949494;
    font-weight: 400;
}

.customTrOrderSummary {
    padding: 5rem 0;
}

.customBorderTableOrder {
    border-bottom: 1px solid #d3d3d3;
}

.backgroundCustomRow {
    background-color: #f9f9f9;
}

.customTextOrderTotal {
    color: #d91522;
}

.customTableRowOrderTotal {
    padding: 2rem 0;
}

.divActions {
    display: grid;
    padding-top: 2rem;
}

.divActionsTop {
    display: grid;
    margin-top: 1rem;
}

.customBtnFinishOrder {
    width: 80%;
    margin: auto;
}

.customBtnFinishOrderTop {
    width: 100%;
    margin: auto;
}

.btnViewPurchases {
    background-color: #d91522;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.btnViewPurchases:hover {
    background-color: #c52d1d;
}

.btnViewPurchasesTop {
    background-color: #d91522;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
    padding: .5rem;
    margin-bottom: .5rem;
}

.btnViewPurchasesTop:hover {
    background-color: #c52d1d;
}

.btnBuy {
    color: #d91522;
    font-size: 14px;
    border-radius: 5px !important;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.btnBuyTop {
    color: #d91522;
    font-size: 13px;
    border-radius: 5px !important;
    text-align: center;
    padding: .5rem;
    margin-bottom: .5rem;
}

.customFirstRowMobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
}

.customRowMobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.customRowBorderMobile {
    border-bottom: 3px solid #e4e4e4;
}

.divInfoOxxo {
    padding: 3rem 2rem;
}

.divOxxoPayment {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
}

.textOxxoPayment {
    font-weight: 500;
}

.textOxxoReference {
    font-weight: 700;
    padding-bottom: 1rem;
}

.textDigitalCardOxxoPayment {
    font-weight: 500;
}

.linkOxxoModal {
    color: #d91522;
}

.mainDivfinishCheckout {
    width: 100%;
    margin: auto;
}

.headerLogoFinishCheckout {
    height: 11vh;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerPageFinishCheckout {
    height: 7vh;
    border-top: 1px solid #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainDivErrorCheckout {
    height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oneButton {
    background-color: #d91522 !important;
    color: #ffffff !important;
}

.oneButtonDiv {
    display: flex !important;
    align-items: center !important;
}

.customErrorTitle {
    padding: 1rem 0;
    color: #000000;
    font-weight: 700;
    font-size: 3.2rem !important;
}

.customErrorText {
    padding: 1rem 0;
    color: #000000;
}

.customDivTryAgain {
    padding: 2rem 0;
}

.customDivColsError {
    text-align: center;
    display: flex;
    align-items: center;
}

.customDivErrorInfo {
    width: 100%;
}

.btnTryAgain {
    background-color: #d91522;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}

.btnTryAgain:hover {
    background-color: #c52d1d;
}

.customSvgImageError {
    width: 400px;
    height: 350px;
    display: none;
}

.customPrincipalRowError {
    width: 100%;
}

.divErrorCheckout {
    display: flex;
    justify-content: center;
}

.customSvgMobileImageError {
    width: 200px;
    height: 150px;
    display: block;
}

.divCustomSvgMobile {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .mainDivfinishCheckout {
        width: 90%;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .completedPurchasedView {
        border: 0.3rem solid #ececec;
        border-radius: 5px;
        box-shadow: 3px 3px 5px -5px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 3px 3px 5px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 3px 5px -5px rgba(0, 0, 0, 0.75);
        padding-right: 15px;
        padding-left: 15px;
    }

    .divImgCart {
        display: flex;
        justify-content: center;
    }

    .text1 {
        font-size: 18px;
        text-align: left;
    }

    .text2 {
        font-size: 16px;
        text-align: left;
    }

    .iconCheckMobile {
        display: none;
        padding-right: 0;
    }

    .divInfo {
        padding: 5rem 2rem 2rem 2rem;
    }

    .divInfoOxxo {
        padding: 5rem 2rem 2rem 2rem;
    }

    .divOrderInfo {
        border-right: 1px solid #f9f9f9;
        padding-bottom: 0;
        border-bottom: none;
    }

    .divCustomerInfo {
        border-left: 2px solid #f9f9f9;
        padding-left: 5rem !important;
        padding-top: 0;
        border-top: none;
    }

    .divOrderSummary {
        padding: 2rem 2rem;
    }

    .iconOrder img {
        width: 3%;
    }

    .customTableOrderSummaryDesktop {
        display: table;
    }

    .customTableOrderSummaryMobile {
        display: none;
    }

    .customBtnFinishOrder {
        width: 40%;
    }

    .divActionsTop {
        margin-top: 0;
    }

    .customDivColsError {
        text-align: left;
    }

    .customDivErrorInfo {
        width: 80%;
    }

    .customSvgImageError {
        display: block;
    }

    .customPrincipalRowError {
        width: 80%;
    }

    .customSvgMobileImageError {
        display: none;
    }
}

@media (min-width: 1024px) {
    .imgCart {
        width: 65%;
    }

    .iconOrder img {
        width: 2.5%;
    }

    .mainDivfinishCheckout {
        width: 75%;
    }
}