
#content {
    background-color: #F8F8F8;
    min-height: calc(83vh - 80px) !important;
    height: auto !important;
}

#checkoutCenteredContent {
    position: relative;
    min-width: 1000px;
    /* max-width: 1300px; */
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.changeAdressShow{
    display: block;
}



.addressDiv .checkoutSummaryLabel {
    color: black;
}

#checkoutBottomBar {
    display: none;
}


/*.popupChangeAddressBackground {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100vw;
    height: calc(100%);
    z-index: 99999999;
    margin-right: auto;
    background-color: rgb(0, 0, 0, 0.4);
}*/


/*#popupChangeAddress {
    background-color: white;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    margin-top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}*/


/*.title {
    font-size: 25px;
    margin-top: 17px;
}*/


/*#confirmChangeShipping,
#confirmChangePickup {
    display: block;
    position: relative;
    font-family: 'Overpass' !important;
    background-color: #FFC73B;
    width: fit-content;
    margin: 0 auto;
    font-size: 30px;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    cursor: pointer;
    height: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    border: solid 1px #FFC73B;
    font-size: 25px;
    line-height: 30px;
    height: 25px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}*/


/*#closeChangeAddress {
    display: block;
    position: absolute;
    float: right;
    right: 0;
    background-color: #FFC73B;
    top: 0;
    color: white;
    font-size: 20px;
    padding: 5px;
    line-height: 15px;
    height: 15px;
    cursor: pointer;
}*/


/*#closeChangeAddress:hover {
    display: block;
    position: absolute;
    float: right;
    right: 0;
    background-color: white;
    top: 0;
    color: black;
    font-size: 20px;
    padding: 5px;
    line-height: 15px;
    height: 15px;
}*/

#confirmChangeShipping:hover,
#confirmChangePickup:hover {
    color: #FFC73B;
    background-color: black;
}

#shippingMapInput {
    height: 20px;
    line-height: 20px;
    width: 250px;
    margin-bottom: 0;
}

.shippingLabel {
    color: white;
    font-weight: 100;
    margin-bottom: 8px !important;
    height: 20px;
    float: none;
    font-size: 13px;
}


/*#shippingMap,
#storeMap {
    height: 200px;
    width: 100%;
}*/

#shippingMapSubtitle {
    font-size: 13px;
}


/*.option {
    width: 131px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px;
    margin-bottom: 0 !important;
}*/


/*.optionsDiv {
    margin-top: 13px;
    padding: 0;
}*/

.changeAddress {
    float: right;
    background-color: black;
    color: white;
    cursor: pointer;
    font-size: 15pt;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    text-transform: lowercase;
}

.infoMillas {
    max-height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.storeAddress {
    font-weight: 100;
    color: black;
    font-size: 12pt;
    padding-right: 5px;
    display: inline-block;
    
    vertical-align: top;
    text-transform: capitalize;
    float: left;
    width: 100%;
}

#checkoutMainContainer {
    position: relative;
    float: left;
    width: calc(100% - 450px);
    height: auto;
    margin-right: 50px;
}

#checkoutStatusBar {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#checkoutContinue {
    position: relative;
    width: 92%;
    letter-spacing: 0;
    margin: 0 auto;
    height: 41px;
    line-height: 43px;
    padding-top: 4px;
    text-align: center;
    /* border: 3px solid #6abd6a; */
    background-color: #EB9D4F;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px !important;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    
}

#checkoutBack {
    position: relative;
    float: left;
    width: 140px;
    height: 42px;
    background-color: black;
    color: white;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin-right: 45px;
    cursor: pointer;
}

#checkoutBack:hover {
    color: white;
    font-weight: 600;
}

#checkoutBackArrow {
    position: relative;
    margin-left: 24px;
    height: 17px;
    display: block;
    /* filter: invert(1); */
    content: url(/files/backArrow.png);
}

#checkoutBackArrowHover {
    position: relative;
    margin-left: 10px;
    height: 15px;
    display: none;
}

#checkoutBackText {
    position: relative;
    margin-left: 10px;
    /* text-transform: lowercase; */
    font-weight: 600;
    font-size: 16px;
    text-indent: -9999px;
    line-height: 0px;
    color: white;
    margin-top: 6px;
    
}

#checkoutBackText::after{
    content: "VOLVER" !important;
    text-indent: 0;
    display: block;
    line-height: initial;
    font-weight: 100;
}

.checkoutStep {
    /* font-family: 'TodaySHOP'; */
    position: relative;
    float: left;
    width: calc((100% - 150px - 70px) / 3);
    height: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: center;
    background-color: #e9e9e9;
    /* border: 4px solid black; */
    color: #bebebe;
    /* text-transform: lowercase; */
    /* font-weight: 600; */
    font-size: 16px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    text-transform: uppercase;
}

.checkoutStep.currentStep {
    background-color: white;
    color: black;
    /* border: 4px solid black; */
}

.checkoutDivider {
    position: relative;
    float: left;
    width: 35px;
    height: 5px;
    background-color: #EDEDED;
}

#checkoutMain {
    display: flex;
    position: relative;
    width: calc(100% - 20px);
    padding: 20px;
    right: 0;
    margin-right: 0;
    color: black;
    top: 0;
    height: auto;
    background-color: white;
    border-radius: 0;
    /* border: solid 4px black; */
    min-height: 190px;
    box-shadow: 4px 4px 30px rgb(0 0 0 / 5%);
    flex-direction: column;
}

.checkoutContinue.disabled {
    /* opacity: 0.3; */
}

.rightHeaderHidden {
    filter: unset !important;
}


/* #headerPromo2 {
    background: unset !important;
} */

#checkoutSummaryContainer {
    position: relative;
    float: left;
    width: 400px;
    height: auto;
    margin-top: 70px;
    border-radius: 6px;
    box-shadow: 4px 4px 30px rgb(0 0 0 / 5%);
    /* font-family: 'TodaySHOP'; */
    border-radius: 0;
}

#checkoutSummaryTitle {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #ECECEC;
    text-align: center;
    line-height: 45px;
    align-items: center;
    color: #5A5A5A;
    font-family: 'CocomatPro';
    font-size: 15px;
    text-transform: uppercase;
    box-shadow:  4px 4px 30px 0px #0000000D;
    font-weight: 100;
    /* border-bottom: solid 4px black; */
    letter-spacing: 0px;
}

.textAreaContainer {
    display: none;
}

.openTextArea {
    display: block;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.openGiftRow {
    border-left: 1px solid !important;
    border-top: 1px solid !important;
    border-right: 1px solid !important;
    border-bottom: 0px solid !important;
}

#textAreaAux {
    position: relative;
    height: 38px;
    background-color: #F1F1F1;
    border-radius: 4px;
    width: 89%;
    margin-left: 7px;
    margin-top: 6px;
    margin-bottom: 5px;
    color: #A3A3A3;
    padding: 7px;
    border: none;
    font-size: 11px;
}

#checkoutSummary {
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    background-color: white;
    color: black;
    padding: 20px;
}

.checkoutSummaryLabel {
    position: relative;
    font-size: 12pt;
    font-weight: bold;
    /* width: 93%; */
    margin: 0px auto;
    margin-bottom: 11px;
}

.couponLabelToChange {
    /* display: none; */
    width: 93%;
}

#checkoutButtonContainer {
    position: relative;
    width: 98%;
    height: auto;
    margin: 0px auto;
    margin-top: 25px;
}

#checkoutMinimumAlert {
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #E12525;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.checkoutContinue {
    position: relative;
    border: 3px solid #EB9D4F;
    width: 89%;
    letter-spacing: 0;
    margin: 0 auto;
    height: 44px;
    line-height: 47px;
    padding-top: 4px;
    text-align: center;
    /* border: 3px solid #6abd6a; */
    background-color: #EB9D52;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.checkoutContinue:not(.disabled):hover {
    background-color: white;
    color: black;
    /* font-weight: 900; */
    border: 3px solid black;
}

.checkoutContinue.disabled {
    cursor: not-allowed;
    /* border: 3px solid #ECECEC; */
}

#addCouponRow {
    position: relative;
    width: 93%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 19px;
    margin: 0px auto;
    
}

.cartCheckboxChecked {
    background-image: url(/files/checkedIcon.svg);
    background-size: contain;
    width: 24px !important;
    height: 24px !important;
    border: 0px solid transparent !important;
}

.addressDiv .checkoutSummaryLabel {
    font-size: 13pt;
}

.clientAddress {
    width: 100%;
    margin-top: 20px;
    background: #F3F3F3;
    padding: 8px;
    color: #3A3A3A;
    font-size: 12px;
}

#couponText {
    position: relative;
    float: left;
    width: calc(63% - 20px);
    height: 32px;
    /* margin-right: 17px; */
    background-color: #E7E7E7;
    padding: 0;
    padding-left: 1%;
    padding-right: 1%;
    color: black;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 100;
    border: none;
}

#addCoupon {
    color: black;
    position: relative;
    float: left;
    width: 39%;
    text-align: center;
    text-transform: uppercase !important;
    height: 32px;
    line-height: 36px;
    font-size: 10pt !important;
    color: white;
    background-color: black;
    cursor: pointer;
    /* text-transform: lowercase; */
}

#couponText::placeholder{
    color: transparent;
}

#couponRow {
    position: relative;
    width: 100%;
    height: 27px;
    padding-top: 3px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
}

#couponRowTitle {
    position: relative;
    color: black;
    font-size: 14px;
    font-weight: 600;
    width: 60px;
    text-transform: uppercase;
}

#appliedCoupon {
    position: relative;
    width: calc(65% - 60px);
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: 800;
    text-align: right;
}

#appliedCouponAmount {
    position: relative;
    width: 22%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: black;
}

#deleteCoupon {
    position: relative;
    width: 21px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5%;
    height: 20px;
    margin-top: -3px;
    background-color: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#deleteCoupon:hover {
    background-color: #dcdcdc;
}

#deleteCouponImg {
    position: relative;
    width: 10px;
}

.checkoutSummaryRow {
    position: relative;
    width: 91%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 5px;
    display: block;
    padding-top: 8px;
    /* margin-bottom: 10px; */
}

.addressDiv {}

.checkoutSummaryRow .checkoutSummaryLabel {
    float: left;
}

.checkoutSummaryValue {
    position: relative;
    float: right;
    font-size: 12pt;
    font-weight: 800;
    margin-right: 2%;
}

#giftRow {
    height: 34px;
    margin-top: 20px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#isGift {
    height: 20px;
    width: 20px;
    float: left;
    border: 2px solid #C8C8C8;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
}

.cartCheckboxChecked {
    background-image: url('/files/checkedIcon.svg');
    background-size: cover;
    border: 2px solid transparent;
}

.giftText {
    color: #828282;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
}

#shippingRow {
    position: relative;
    border-top: 1px solid black;
    margin-top: 15px;
    height: 25px;
    border-bottom: 1px solid black;
}

#shippingRowTitle {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    color: black;
}

#shippingRowValue {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: black;
}

.totalRow {
    margin-top: 15px;
    color: black;
    left: 2%;
}

@media all and (max-width: 768px) {
    .whatsAppWebContainer {
        display: none !important;
    }

    #checkoutCenteredContent {
        width: 100%;
        margin-top: 20px;
        min-width: 0px;
        height: auto;
        overflow-y: scroll;
    }

    #checkoutStatusBar {
        padding-bottom: 10px;
        left: 5%;
    }

    #checkoutMain {
        width: calc(100% - 38px);
        padding: 15px;
    }

    #checkoutMainContainer {
        width: 100%;
        margin-right: 0;
        box-shadow: none;
    }

    #checkoutBack {
        width: 115px;
        margin-right: 10px;
    }

    #checkoutBackArrow {
        margin-left: 5px;
    }

    #checkoutBackText {
        display: block;
        margin-left: 9px;
        font-size: 16px;
    }

    .checkoutStep {
        width: calc((100% - 30px - 30px) / 3);
        font-size: 15px;
    }

    .checkoutDivider {
        width: 15px;
    }

    #checkoutSummaryContainer {
        top: 15px;
        position: relative;
        bottom: 0px;
        padding-top: 0;
        z-index: 1;
        width: 90%;
        left: 5%;
        border-radius: 0;
        overflow: hidden;
        margin: 0;
        background-color: white;
        color: black;
    }

    #checkoutSummaryTitle {
        /* font-size: 21pt; */
        /* padding-top: 6px; */
        /* padding-bottom: 4px; */
        margin-bottom: 0px;
        /* height: 34px; */
        line-height: 52px;
        /* color: white; */
        /* border-radius: 0; */
        /* background-color: #C94633; */
    }

    #checkoutBottomBar {
        height: 60px;
        float: left;
        width: 90%;
        margin: 0px auto;
        margin-top: 34px;
        position: relative;
        display: flex;
        bottom: 0;
        left: 8%;
        z-index: 3;
        opacity: 1;
        color: black;
    }

    .checkoutSummaryRow.bottomBar {
        display: block;
        width: 40%;
        height: 40px;
        margin-left: 0;
        color: black;
        transform: translateY(15px);
    }

    #checkoutButtonContainer {
        display: none;
    }

    #checkoutButtonContainer.bottomBar {
        display: block;
        width: 60%;
        /* margin-left: 3%; */
        height: 40px;
        margin-top: 7px;
    }

    #checkoutButtonContainer.bottomBar .checkoutContinue {
        font-size: 13pt !important;
        height: 35px;
        line-height: 33px;
        letter-spacing: 1px;
        text-transform: uppercase !important;
        border-radius: 26px;
        font-family: 'TodaySHOP';
        border: none !important;
    }

    #checkoutSummary {
        min-height: 0px;
        padding-top: 0;
        padding-bottom: 26px;
        margin-top: 12px;
        width: 93%;
        padding: 0px;
        margin: 0px auto;
        margin-top: 17px;
        margin-bottom: 20px;
    }

    #addCouponRow {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #couponText {
        height: 26px;
        line-height: 27px;
        width: 65%;
        margin-right: 1%;
    }

    #footer {
        display: block;
    }

    #addCoupon {
        height: 25px;
        line-height: 25px;
        width: 27%;
        padding-top: 1px;
    }

    .checkoutSummaryRow {
        margin-top: 0px;
        height: auto;
        /* font-size: 15px !important; */
        color: black;
        margin-bottom: 11px;
    }

    .addressDiv {
        margin-bottom: 20px;
        border-radius: 5px;
        border: 1px solid black !important;
    }

    #isGift {
        margin-top: 0%;
    }

    #footerDummy {
        height: 60px !important;
        bottom: 0 !important;
    }

    #giftRow {
        margin-top: 10px;
    }

    #checkoutButtonContainer {
        margin-top: 15px;
    }

    .popupChangeAddressBackground {
        height: calc(100% - 50px);
    }

  

    .checkoutSummaryValue {
        position: relative;
        float: left;
        margin-left: 20px;
        font-size: 11pt;
        font-weight: 800;
        right: 1%;
    }
}