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

#elPaisContainer {
    width: 100%;
    height: auto;
    min-height: 130px;
    background-color: #DEEFFF;
    border-radius: 5px;
    margin-bottom: 15px;
    z-index: 10;
}

#elPaisText {
    color: #002F60;
    font-weight: 700;
    font-size: 11px;
    width: 61%;
    margin-left: 8%;
    float: left;
    padding-top: 15px;
    line-height: 18px;
}

#elPaisLogo {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

#elPaisButton,
#elPaisApply {
    float: left;
    width: 66%;
    margin-left: 8%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #004A98;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #004A98;
    cursor: pointer;
}

#elPaisApply {
    margin-top: 10px;
}

#elPaisAlert {
    color: #002F60;
    font-weight: 700;
    font-size: 11px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    float: left;
    padding-top: 15px;
    line-height: 18px;
}

#elPaisButton:hover {
    background: white;
    color: #004A98;
}

#elPaisPlease,
.elPaisLabel,
.elPaisInput,
#closeElPais,
#sendElPais,
#elPaisAlert {
    display: none;
}

#closeElPais {
    float: left;
    margin-top: 20%;
    margin-left: 10%;
    color: #002F60;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
}

#sendElPais {
    float: right;
    margin-right: 10%;
    margin-top: calc(20% - 10px);
    height: 35px;
    width: 50%;
    text-align: center;
    line-height: 35px;
    color: white;
    font-weight: 700;
    background-color: #004A98;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #004A98;
}

#sendElPais:hover {
    background: white;
    color: #004A98;
}

#elPaisPlease {
    float: left;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    color: #002F60;
    font-weight: 700;
    margin-top: 10%;
}

.elPaisLabel {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 2%;
    color: #002F60;
    font-size: 12px;
    font-weight: 700;
}

.elPaisInput {
    width: 75%;
    margin-left: 10%;
    height: 25px;
    color: black;
    padding-left: 12px;
    font-size: 12px;
}

#checkoutBottomBar {
    display: none;
}

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

#checkOutSteps {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.checkoutStep {
    position: relative;
    width: 26%;
    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;
    margin: auto;
}

.checkoutStep.currentStep {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.06);
    background-color: white;
    color: #5A5A5A;
}

.checkoutDivider {
    position: relative;
    height: 5px;
    background-color: #EDEDED;
    margin: auto;
    flex-grow: 1;
}

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

#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;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !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%;
    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: 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;
}

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

.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;
    display: flex;
    justify-content: center;
}

#isGiftCheck {
    width: 60%;
    height: 60%;
    margin: auto;
    color: white;
}

#isGift.cartCheckboxChecked {
    border-color: #3A3A3A;
    background-color: #3A3A3A;
}

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

#checkoutSummaryContainer {
    margin-top: 0px;
}

@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%;
        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;
    }
}