#checkoutMain #cartTitle,
#checkoutMain2 #cartTitle {
    position: relative;
    color: wheat;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: 26px;
    display: block;
    color: black;
    width: 90%;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 30px;
}

.delayDiv {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    background-color: #FFC73B;
    /* display: none; */
    color: black !important;
    padding: 5px;
    float: left;
    padding-left: 29px;
    padding-top: 29px;
    padding-bottom: 33px;
    display: block !important;
    background-color: transparent !important;
    text-indent: -9999px;
    line-height: 0px;
}

/* .delayDiv::after{
    display: block;
    content: "mi orden" !important;
    text-indent: -0px;
    line-height: initial;
    margin-left: 5%;
    text-transform: uppercase;
} */






.cartSeparator{
    display: none;
}

#checkoutMain .cartSeparator,
#checkoutMain2 .cartSeparator {
    position: relative;
    width: 100%;
    height: 1px;
    color: white;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid white;
    height: 0px;
    background-color: white;
}

.productGroup {
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    color: black;
}

.productOption {
    display: inline-block;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 15px;
    left: 1%;
    position: relative;
    color: black;
}

.addressDiv {
    background: white;
    border: 2px solid black;
    padding: 10px;
    width: calc(89% - 20px);
    display: block !important;
    margin: 0px auto;
}

#checkoutMain .productImage, #checkoutMain2 .productImage {
    position: relative;
    float: left;
    background-size: 70%;
    height: 150px;
    /* right: 3%; */
    width: 150px;
    font-family: 'CocomatPro';
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
}

.productRow{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    width: 90%;
    margin-top: -1px !important;
    margin: 0px auto;
    justify-content: space-between;
}

.preorderBadgeLong {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.productRow img.selectArrowIcon {
    transform: none;
    height: 6px;
}

#checkoutMain .productImage,
#checkoutMain2 .productImage {
    position: relative;
    float: left;
    background-size: 70% 70%;
    height: 155px;
    width: 155px;
    font-family: 'CocomatPro';
    
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
    position: relative;
    float: left;
    width: calc(40% - 15px);
    margin-left: 15px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    height: auto;
}

#checkoutMain .productName,
#checkoutMain2 .productName {
    position: relative;
    width: 70%;
    /* font-family: 'TodaySHOP'; */
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13pt;
    color: #010101;
}

#checkoutMain2 .productName {
    margin-top: 20px;
    margin-bottom: 6px;
}


#checkoutMain .productSpec,
#checkoutMain2 .productSpec {
    position: relative;
    width: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 2px;
}

#checkoutMain .productQuantityDiv,
#checkoutMain2 .productQuantityDiv {
    position: relative;
    float: left;
    width: calc(17% - 22px);
    max-width: 70px;
    margin-left: 20px;
    border: 1px solid black;
    border-radius: 3px;
    height: 23px;
}

#checkoutMain2 .productQuantityDiv {
    width: calc(19% - 22px);
}

#checkoutMain .productQuantity,
#checkoutMain2 .productQuantity {
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    height: 100%;
    color: black;
    font-weight: 100;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 23px;
    width: 23px;
    text-align: center;
    background-color: black;
    pointer-events: none;
    display: flex;
    align-items: center;
    background-image: none;
    justify-content: center;
}

#checkoutMain .seletArrowIcon,
#checkoutMain2 .seletArrowIcon {
    position: relative;
    width: 8px;
}

.quatityDivs {
    width: auto;
}

#checkoutMain .productPrice,
#checkoutMain2 .productPrice {
    position: relative;
    width: auto !important;
    /* min-width: 48px; */
    /* margin-left: 5px; */
    /* margin-right: 21px; */
    margin: 0px auto;
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 12pt;
    display: flex;
    /* font-family: 'TodaySHOP'; */
    align-items: center;
    justify-content: space-evenly;
}

.itemQuantity{
    border: solid 1px black !important;
}

.groupDiv {
    color: white;
    font-size: 11pt;
}

#checkoutMain .oldPrice,
#checkoutMain2 .oldPrice {
    display: block;
    position: relative;
    color: #797979;
}

#checkoutMain .oldPrice:before,
#checkoutMain2 .oldPrice:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}

#checkoutMain .productDelete,
#checkoutMain2 .productDelete {
    display: inline-block;
    position: relative;
    height: 25px;
    float: right;
    width: 25px;
    border: none;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
    color: unset;
    /* background-color: black; */
    cursor: pointer;
}

#checkoutMain .productDelete:hover,
#checkoutMain2 .productDelete:hover {
    color: black;
}

#checkoutMain #emptyCart,
#checkoutMain2 #emptyCart {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 5%;
    color: gray;
    font-weight: normal;
}

#checkoutMain2 #emptyCart {
    text-align: center;
    font-weight: unset;
}

.budgetOnly {
    width: calc(100% + 40px);
    height: 80px;
    left: -20px;
    position: relative;
    display: none;
    background-color: #FCFCFC;
}

.budgetOnlyQuantity {
    font-size: 17px;
    padding-top: 32px;
    width: fit-content;
    padding-left: 30px;
    color: #484848;
}

#checkoutContinue.budgetOnlyButton {
    width: 270px !important;
    float: right;
    margin-right: 20px !important;
    margin-top: 20px !important;
}

@media all and (max-width: 768px) {
    #checkoutMain .productRow {
        min-height: 100px;
        display: block;
        align-items: center;
        margin-right: 10px;
        height: auto;
        text-align: center;
        width: 100%;
    }
    .productGroup {
        font-size: 12px;
        color: black;
    }
    .productOption {
        font-size: 12px;
    }
    .groupDiv {
        margin-bottom: 5px;
        display: block;
        float: left;
        width: auto;
        text-align: left;
    }
    .itemQuantity {
        vertical-align: top;
        margin: 0 auto;
        display: inline-block;
        float: none;
        margin-right: -5%;
        margin-bottom: 5px;
        margin-top: 8px;
        align-self: center;
        width: 45%;
        background-color: white !important;
        border: none !important;
    }
    #checkoutMain .productImage {
        height: 110px;
        background-size: cover !important;
        background-color: transparent;
        border-radius: 0;
        width: 35%;
        margin: 10px 19px 10px 0px;
    }
    .couponLabelToChange {
        color: black;
        width: 280px;
        font-size: 14pt;
        /* margin-top: 13px !important; */
        margin: 0px auto;
        margin-top: 10px;
    }
    .checkoutSummaryLabel {
        position: relative;
        font-size: 11pt;
        /* margin-left: 1%; */
        font-weight: 400;
        width: auto;
        position: relative;
        /* margin-top: 8px; */
        margin: 0px auto;
        text-align: center;
    }
    .lessQuantity {
        display: inline-block;
        width: 45px;
        color: black;
        background-color: white;
        float: left;
        height: 30px;
        vertical-align: top;
        text-align: center;
        cursor: pointer;
        line-height: 30px;
    }
    .moreQuantity {
        display: inline-block;
        width: 45px;
        color: black;
        background-color: white;
        float: right;
        height: 30px;
        cursor: pointer;
        vertical-align: top;
        text-align: center;
        line-height: 30px;
    }
    #checkoutMain .productInfo {
        margin-left: 0px;
        height: auto;
        padding-bottom: 1px;
        padding-right: 10px;
        /* float: left; */
        width: 56% !important;
        margin-top: -9px;
        text-align: left;
    }
    .productName,
    .productPrice {
        float: right;
        text-align: left;
        width: 51% !important;
    }
    .quatityDivs {
        display: inline-block;
        width: 100%;
    }
    #checkoutMain .productQuantityDiv {
        height: 20px;
        width: 21%;
        margin-left: 0px;
        margin-top: 11px;
    }
    .productQuantity {
        font-size: 13px !important;
        padding-left: 10px !important;
    }
    .selectArrow {
        height: 20px !important;
        width: 20px !important;
    }
    #checkoutMain .productPrice {
        width: 24%;
        margin-top: 7px;
        margin-left: 0px;
        font-size: 17px;
        float: right;
        text-align: right;
        vertical-align: top;
        display: inline-block;
        text-align: left !important;
        margin-right: 0;
        margin-top: 10px !important;
    }
    #checkoutMain .productDelete {
        position: relative;
        height: 30px;
        width: 50%;
        border: solid 1px black;
        line-height: 35px;
        text-align: center;
        font-weight: 100;
        color: white;
        background-color: black;
        cursor: pointer;
        float: right;
        vertical-align: top;
        margin: 0 auto;
        margin-left: 0px;
        margin-top: 8px;
        display: inline-block;
    }
    #checkoutMain .oldPrice {
        display: none;
    }
    #checkoutMain .productPrice,
    #checkoutMain2 .productPrice {
        position: relative;
        width: 22%;
        margin-left: 0;
        text-align: center;
        color: black;
        float: left;
        font-size: 13px;
        letter-spacing: 1px;
        height: 24px;
        margin-top: -8px !important;
        text-transform: uppercase;
        margin-bottom: 5px;
        line-height: 24px;
        font-weight: 600;
        vertical-align: top;
        justify-content: space-evenly;
    }
    #checkoutMain .productPrice .mobileElement,
    .productDelete.mobileElement {
        display: inline-block !important;
    }
    #checkoutMain .productInfo,
    #checkoutMain2 .productInfo {
        width: calc(100% - 15px);
    }

    #checkoutMain .productName,
#checkoutMain2 .productName {
    position: relative;
    width: 57% !important;
    /* font-family: 'TodaySHOP'; */
    letter-spacing: 1px;
    margin-top: 11px;
    margin-bottom: 5px;
    font-size: 13pt;
    color: #010101;
}
    .delayDiv {
        font-size: 17px;
        padding: 10px 0px;
    }
    .productName.mobileElement {
        float: left;
    }
    .productPrice.mobileElement {
        float: left;
        display: block;
    }
    .productInfo.mobileElement {
        color: white !important;
        width: 100% !important;
    }
    .groupDiv {}
    .mobileElement .groupDiv {
        color: white !important;
    }
    span.oldPrice {
        width: 39% !important;
        left: 0;
    }
    span.oldPrice {
        font-size: 20px !important;
    }
    #checkoutMain #cartTitle, #checkoutMain2 #cartTitle {
    width: 100%;
}
}