#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;
}

.changeCurrencyContainer{

/* border: 1px solid #9a9595; */

height: 34px;

width: 100%;

margin-top: 10px;

border-radius: 5px;

float: left;

position: relative;

/* overflow: hidden; */
}
.currencyText{

width: 30%;

float: left;

line-height: 34px;

padding-left: 0px;

display: flex;

align-items: center;

justify-content: center;

font-size: 11px;

text-transform: uppercase;

font-weight: 700;

color: #4B4B4B;

border: 1px solid #D8D8D8;

border-right: none;

border-radius: 3px 0px 0px 3px;
}
.selectDownIcon{
    position: absolute;
    right: 17px;
    top: 8px;
    /* transform: rotate(270deg); */
}
.selectDownIcon img{
    width: 10px;
}
.currencySelect{

width: 69%;

position: relative;

float: left;

height: 35px;

border-radius: 0px 3px 3px 3px;

overflow: hidden;

z-index: 1;

border-bottom: 1px solid #D8D8D8;

background: white;
}
.currencySelect.open{
    height: auto;
    border: none;
}
.currencyRow:last-of-type{
    
border-radius: 0px 0px 3px 3px;
    
border-top: 0px;
}
.currencyRow{float: left;width: calc(100% - 2px);height: auto;line-height: 34px;border-radius: 0px 3px 0px 0px;border: 1px solid #D8D8D8;overflow: hidden;font-size: 12px;position: relative;user-select: none;text-indent: 10px;color: #4B4B4B;}
#checkoutClosedStore {
    display: none;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

#checkoutClosedStoreIcon {
    position: relative;
    margin-left: 47%;
    margin-top: 10px;
}
#dollarDisclaimer {
    display: none;
    height: auto;
    background: #f2653a;
    color: white;
    /* border-radius: 5px; */
    margin-bottom: 20px;
}
#dollarDisclaimerText {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;

}
#checkoutClosedStoreText {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
}

#checkoutMainContainer {
    position: relative;
    float: left;
    width: calc(100% - 350px);
    height: auto;
    margin-right: 50px;
}

#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 #51D5A5;
    background-color: #51D5A5;
    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: 105px;
    height: 28px;
    background-color: #E3D1BD;
    color: #92746A;
    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: 10px;
    height: 15px;
    display:block;
}

#checkoutBackArrowHover {
    position: relative;
    margin-left: 10px;
    height: 15px;
    display:none;
}

#checkoutBackText {
    position: relative;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.checkoutStep {
    position: relative;
    float: left;
    width: calc((100% - 150px - 70px) / 3);
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #E9E9E9;
    color: #BEBEBE;
    text-transform: uppercase;
    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;
}

.checkoutDivider {
    position: relative;
    float: left;
    width: 35px;
    height: 5px;
    background-color: #EDEDED;
}

#checkoutMain {
    display: block;
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
    right: 0;
    top: 0;
    height: auto;
    background-color: white;
    border-radius: 6px;
    min-height: 200px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05);
}

#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: #ECECEC;
    text-align: center;
    line-height: 33px;
    align-items: center;
    color: #5A5A5A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.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;
    padding: 20px;
}

.checkoutSummaryLabel {
    position: relative;
    font-size: 13px;
    color: black;
    font-weight: 600;
}
#checkoutButtonContainer{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    z-index: 0;
    float: left;
    /* top: -10px; */
    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;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #51D5A5;
    background-color: #51D5A5;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    /* overflow: hidden; */
    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: #51D5A5;font-weight: 900;}
.checkoutContinue.disabled{
    background-color: #ECECEC;
    color: #C2C2C2;
    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: calc(70% - 20px);
    height: 30px;
    background-color: #F3F3F3;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-size: 12px;
    border-radius: 3px;
}

#addCoupon {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: white;
    background-color: #E3D1BD;
    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;
}

#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;
}
#deleteCoupon:hover{
    background-color:#dcdcdc;
}
#deleteCouponImg{
    position: relative;
    width: 10px;
}
.checkoutSummaryRow {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.checkoutSummaryRow .checkoutSummaryLabel {
    float: left;
}

.checkoutSummaryValue {
    position: relative;
    float: right;
    font-size: 14px;
    color: black;
    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;
}
#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: 13px;
    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;
    }
    #checkoutStatusBar{
        padding-bottom: 10px;
    }
    #checkoutMainContainer {
        width: 100%;
        box-shadow: none;
    }
    #checkoutBack{
        width:20px;
        margin-right:10px;
    }
    #checkoutBackArrow{
        margin-left:5px;
    }
    #checkoutBackText{
        display:none;
    }
    .checkoutStep{
        width:calc((100% - 30px - 30px) / 3);
        font-size:12px;
    }
    .checkoutDivider{
        width:15px;
    }
    #checkoutSummaryContainer {
        top: 15px;
        position: relative;
        bottom: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 1;
        width: 100%;
        /* height: auto; */
        left: 0px;
        border-radius: 6px;
        overflow: hidden;
        margin: 0;
        background-color: white;
        margin-bottom: 70px;
    }
    jdiv{
        display:none !important;
    }

    #checkoutSummaryTitle {
        background-color: white;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 20px;
        line-height: 20px;
    }

    #checkoutBottomBar{
        height: 60px;
        float: left;
        width: 100%;
        padding-top: 20px;
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        background: #FFFFFF !important;
        z-index: 3;
        opacity: 1;
    }

    .checkoutSummaryRow.bottomBar{
        display: block;
        width: 40%;
        height: 40px;
        margin-left: 4%;
    }

    #checkoutButtonContainer{
        display: none;
    }

    #checkoutButtonContainer.bottomBar{
        display: block;
        width: 46%;
        margin-left: 3%;
        height: 40px;
        margin-top: 0;
    }

    #checkoutButtonContainer.bottomBar .checkoutContinue{
        font-size: 13px;
    }

    #checkoutSummary {
        min-height: 0px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    #addCouponRow {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #couponText {
        height: 25px;
    }

    #footer{
        display: none;
    }

    #addCoupon {
        height: 25px;
        line-height: 25px;
    }

    .checkoutSummaryRow {
        margin-top: 15px;
    }
    #isGift{
        margin-top: 0%;
    }
    #footerDummy{
        height: 60px !important;
        bottom: 0 !important;
    }
    #giftRow{
        margin-top:10px;
    }
    #checkoutButtonContainer{
        margin-top:15px;
    }

    .changeCurrencyContainer{
        float: none;
    }
}