#content {
    background-color: #F8F8F8;
}

#checkoutCenteredContent {
    position: relative;
    min-width: 1000px;
    max-width:1300px;
    width:90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#checkoutBottomBar{
    display: none;
}

img.closePopupChangeAddress {
    position: absolute;
    right: 2%;
    top: 27px;
    cursor: pointer;
}

.popupChangeAddressBackground{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100vw;
    height: calc(100%);
    z-index: 1000;
    margin-right: auto;
    background-color: rgb(0,0,0,0.4);
}
#popupChangeAddress {
    background-color: black;
    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: 'BEBASNEUE' !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: #FFC73B;
    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: var(--amarillo);
    color: white;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    width: 92%;
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.infoMillas{
    max-height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;

}
.storeAddress {
    font-weight: 100;
    color: black;
    font-size: 12px;
    padding-left: 5px;
    display: inline-block;
    font-family: 'Montserrat';
    vertical-align: top;
    text-transform: capitalize;
}


#checkoutMainContainer {
    position: relative;
    float: left;
    width: calc(100% - 350px);
    height: auto;
    margin-right: 49px;
}

#checkoutStatusBar {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

#checkoutContinue {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #E96D3C;
    background-color: #E96D3C;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    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: 115px;
    height: 35px;
    background-color: #FFC73B;
    color: white;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    display: flex;
    border-radius: 30px;
    margin-right: 45px;
    cursor:pointer;
    line-height: 26px;
    align-items: center;
}
#checkoutBack:hover{
    color:white;
    font-weight:600;
}

#checkoutBackArrow {
    position: relative;
    margin-left: 10px;
    height: 15px;
    display:block;
}

#checkoutBackArrowHover {
    position: relative;
    margin-left: 10px;
    height: 15px;
    display:none;
}

#checkoutBackText {
    position: relative;
    margin-left: 16px;
    font-weight: 600;
    font-size: 16px;
}

.checkoutStep {
    position: relative;
    float: left;
    width: calc((100% - 150px - 70px) / 3);
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #ffffff24;
    color: #544E7A;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.checkoutStep.currentStep {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.06);
    background-color: white;
    color: #5A5A5A;
    border-radius: 30px;
}

.checkoutDivider {
    position: relative;
    float: left;
    width: 25px;
    height: 5px;
    background-color: var(--button-background);
}

#checkoutMain {
    display: block;
    position: relative;
    width: calc(100% - 40px);
    padding: 15px;
    right: 0;
    top: 0;
    height: auto;
    background-color: #ffffff24;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 4px 4px 30px rgb(0 0 0 / 10%);
}

.quantityContainer {
    color: white;
}
#quantity {
    background: transparent;
}
#checkoutSummaryContainer {
    position: relative;
    float: left;
    width: 300px;
    height: auto;
    margin-top: 70px;
    border-radius: 6px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
}

#checkoutSummaryTitle {
    position: relative;
    width: 100%;
    height: 33px;
    background-color: var(--amarillo);
    text-align: center;
    line-height: 33px;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0px 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: #ffffff24;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    font-family: var(--font-one);
}

.checkoutSummaryLabel {
    position: relative;
    font-size: 13px;
    color: white;
    font-weight: lighter;
}
#checkoutButtonContainer{
    position: relative;
    width: 100%;
    height: 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;
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 3px solid var(--amarillo);
    background-color: var(--amarillo);
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    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: #FFC73B;font-weight: 900;}
.checkoutContinue.disabled{
    background-color: #ECECEC;
    color: #FFC73B;
    cursor: not-allowed;
    border: 3px solid #ECECEC;
}
#addCouponRow {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cartCheckboxChecked {
    background-image: url(/files/checkedIcon.svg);
    background-size: contain;
    width: 24px !important;
    height: 24px !important;
    border: 0px solid transparent !important;
}

.clientAddress{
    width: 100%;
    margin-top: 20px;
    background: #F3F3F3;
    padding: 8px;
    color: #3A3A3A;
    font-size: 12px;
}

#couponText {
    position: relative;
    float: left;
    width: 91%;
    height: 30px;
    background-color: #F3F3F3;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 100;
}

#addCoupon {
    position: absolute;
    float: right;
    width: 30%;
    text-align: center;
    right: 0px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: white;
    background-color: var(--amarillo);
    cursor: pointer;
}

#couponRow {
    position: relative;
    width: 100%;
    height: 25px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
}

#couponRowTitle {
    position: relative;
    color: black;
    font-size: 12px;
    font-weight: 600;
    width: 60px;
}

#appliedCoupon {
    position: relative;
    width: calc(65% - 60px);
    font-size: 12px;
    text-transform: uppercase;
    color: #B4B4B4;
    font-weight: 800;
}

.checkoutSummaryRow.addressDiv .checkoutSummaryLabel {
    color: black;
}

#appliedCouponAmount {
    position: relative;
    width: 22%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

#deleteCoupon {
    position: relative;
    width: 8%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5%;
    height: 80%;
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.checkoutSummaryRow.addressDiv .checkoutSummaryLabel {
    color: black;
    font-weight: 400;
}
#deleteCoupon:hover{
    background-color:#dcdcdc;
}
#deleteCouponImg{
    position: relative;
    width: 10px;
}
.checkoutSummaryRow {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.checkoutSummaryRow .checkoutSummaryLabel {
    float: left;
}

.checkoutSummaryValue {
    position: relative;
    float: right;
    font-size: 15px;
    color: white;
    font-weight: 800;
}
#giftRow{
    height: 34px;
    margin-top: 20px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    display:flex;
    align-items:center;
}
.checkoutSummaryRow.addressDiv {
    background: #F3F3F3;
    padding: 10px;
    width: calc(100% - 20px);
}
#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;
}
@media all and (max-width: 768px) {
    .whatsAppWebContainer {
        display: none !important;
    }

    #checkoutCenteredContent {
        width: 90%;
        margin-top:20px;
        min-width:0px;
        margin-bottom: 90px;
    }
    #checkoutStatusBar{
        padding-bottom: 10px;
    }
    #checkoutMain {
        width: calc(100% - 30px);
        padding: 15px;
    }
    #checkoutMainContainer {
        width: 100%;
        box-shadow: none;
    }
    #checkoutBack{
        width: 75px;
        margin-right: 10px;
    }
    #checkoutBackArrow{
        margin-left: 5px;
    }
    #checkoutBackText{
        display: block;
        margin-left: 7px;
    }
    .checkoutStep{
        width:calc((100% - 30px - 30px) / 3);
        font-size:11px;
    }
    .checkoutDivider{
        width:15px;
    }
    #checkoutSummaryContainer {
        top: 15px;
        width: 100% !important;
        position: relative;
        bottom: 0px;
        /* padding-top: 15px; */
        /* padding-bottom: 15px; */
        z-index: 1;
        width: 100%;
        left: 0px;
        border-radius: 6px;
        overflow: hidden;
        margin: 0;
        background-color: #ffffff24;
    }

    #checkoutSummaryTitle {
        background-color: var(--amarillo);
        font-size: 14px;
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        height: 30px;
        line-height: 30px;
    }

    #checkoutBottomBar{
        height: 60px;
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        border-radius: 10px 10px 0px 0px;
        background: var(--secondary-color-one);
        z-index: 3;
        opacity: 1;
        box-shadow: -1px -3px 10px 0px rgba(0, 0, 0, 0.20);
        justify-content: center;
        align-items: center;
    }

    .checkoutSummaryRow.bottomBar{
        display: block;
        width: fit-content;
        height: 18px;
        display: flex;
        /* margin-left: 4%; */
        align-items: center;
        justify-content: space-between;
    }

    #checkoutButtonContainer{
        display: none;
    }

    #checkoutButtonContainer.bottomBar{
        display: block;
        width: 46%;
        margin-left: 8%;
        height: 40px;
        margin-top: 0;
    }

    #checkoutButtonContainer.bottomBar .checkoutContinue{
        font-size: 11px;
        margin-top: 0px;
    }

    #checkoutSummary {
        min-height: 0px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    #addCouponRow {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #couponText {
        height: 40px;
        width: 100%;
    }

    #footer{
        display: none;
    }

    #addCoupon {
        height: 40px;
        line-height: 40px;
    }

    .checkoutSummaryRow {
        margin-top: 8px;
        margin-bottom: 15px;
    }
    #isGift{
        margin-top: 0%;
    }
    #footerDummy{
        height: 60px !important;
        bottom: 0 !important;
    }
    #giftRow{
        margin-top:10px;
    }

    .checkoutSummaryRow.addressDiv {
    background: #F3F3F3;
    padding: 10px;
    width: calc(100% - 20px);
}
    #checkoutButtonContainer{
        margin-top:15px;
    }
    .popupChangeAddressBackground{
        height: calc(100% - 74px);
    }

    #popupChangeAddress {
        height: 100vh;
    }
}