#checkoutMain #cartTitle, #checkoutMain2 #cartTitle {
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: 7px;
    display: inline-block;
    text-transform: uppercase;
}
.delayDiv {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    background-color: var(--amarillo) !important;
    display: inline-block;
    color: white;
    padding: 5px;
    float: right;
    height: 25px;
    font-size: 14px !important;
    line-height: 25px;
}

#checkoutMain .cartSeparator, #checkoutMain2 .cartSeparator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #C7C7C7;
    margin-top: 1px;
    margin-bottom: 1px;
}
.productGroup {
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
}
.productOption {
    display: inline-block;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 16px;
}
.addressDiv {
    background: #F3F3F3;
    padding: 10px;
    width: calc(100% - 20px);
}

#checkoutMain .productRow, #checkoutMain2 .productRow {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 0px;
    display: flex;
    margin-top: 8px;
    /* border-top: 1px solid white; */
    margin-bottom: 8px;
    align-items: center;
}
.preorderBadgeLong {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.left {
    display: flex;
    align-items: center;
}

.right {
    display: flex;
    align-items: center;
}
.productRow img.selectArrowIcon {
    transform: none;
    height: 6px;
}

#checkoutMain .productImage, #checkoutMain2 .productImage {
    position: relative;
    float: left;
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#checkoutMain .productInfo, #checkoutMain2 .productInfo {
    position: relative;
    float: left;
    /* width: calc(40% - 0px); */
    margin-left: 30px;
    color: black;
    font-size: 13px;
    font-weight: 600;
    height: auto;
}

#checkoutMain .productName, #checkoutMain2 .productName {
    position: relative;
    /* width: 70%; */
    font-family: 'BebasNeue';
    font-size: 20px;
    /* letter-spacing: 1px; */
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: white;
}

#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;
}
#checkoutMain .productPrice, #checkoutMain2 .productPrice {
    position: relative;
    float: left;
    width: 110px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}   

#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: 30px;
    float: right;
    width: 28px;
    border: none;
    background-size: 33px;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
    color: unset;
    background-repeat: no-repeat;
    background-color: unset;
    cursor: pointer;
    background-size: 25px;
}

.moreQuantity, .lessQuantity {
    background: transparent;
}

.itemQuantity {
    background: #ffffff5a;
    border: none;
}


#checkoutMain .productDelete:hover, #checkoutMain2 .productDelete:hover {
    /* color: black; */
    /* background-color: white; */
    /* filter: invert(1); */
    background-image: url('/files/deleteHover.svg') !important;
}
#checkoutMain #emptyCart, #checkoutMain2 #emptyCart{
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    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: flex-start;
        margin-right: 10px;
        height: auto;
        text-align: center;
        display: flex;
    }

    .productGroup {
        font-size: 12px;
    }

    .productOption {
        font-size: 12px;
    }
    



.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right {
    width: 50%;
}


    #quantity {
    width: 40px;
}

#checkoutMain #cartTitle, #checkoutMain2 #cartTitle {
    margin-top: 11px;
    margin-bottom: 30px;
}



.storeAddress {
    /* margin-top: 3px; */
}

.checkoutSummaryLabel.couponLabelToChange {
    margin-top: 18px;
}

    .groupDiv {
        margin-bottom: 5px;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }

    .itemQuantity {
        vertical-align: top;
        margin: auto !important;
        margin: 0 auto;
        display: inline-block;
        float: left;
        margin-right: 3%;
        /* margin-bottom: 5px; */
        margin-top: 8px;
        align-self: center;
        width: auto;
        display: flex;
        justify-content: center;
    }
    #checkoutMain .productImage {
        background-size: cover!important;
        background-color: transparent;
        border-radius: 5px;
        width: 90%;
        /* margin-right: 10px; */
        aspect-ratio: 1/1;
        height: auto;
        border-radius: 10px;
    }
    .checkoutSummaryLabel {
        position: relative;
        font-size: 15px;
        /* margin-left: 14%; */
        color: white;
        margin-top: 0px;
        font-weight: normal;
    }
    .lessQuantity {
        display: inline-block;
        width: 40px;
        color: white;
        background-color: transparent;
        float: left;
        height: 40px;
        vertical-align: top;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
    }
    .moreQuantity {
        display: inline-block;
        width: 40px;
        color: white;
        background-color: transparent;
        float: right;
        height: 40px;
        cursor: pointer;
        vertical-align: top;
        text-align: center;
        line-height: 40px;
    }

    #checkoutMain .productDelete:hover, #checkoutMain2 .productDelete:hover {
        background-image: unset !important;
    }

    #checkoutMain .productInfo {
        margin-left: 0px;
        height: auto;
        padding-bottom: 1px;
        padding-right: 10px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .productName, .productPrice {
        float: left;
        text-align: left;
        width: 51% !important;
    }
    .quatityDivs {
        display: inline-block;
        width: 100%;
        margin-top: 52px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #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: 40px;
        width: auto;
        line-height: 40px;
        text-align: center;
        font-weight: 100;
        /* color: white; */
        /* border: 1px solid var(--amarillo); */
        cursor: pointer;
        float: right;
        border-radius: 8px;
        /* background: #ffffff5a; */
        vertical-align: top;
        margin: 0 auto;
        /* margin-left: 0px; */
        margin-top: 18px;
        display: inline-block;
    }
    #checkoutMain .oldPrice{
        display:none;
    }
    #checkoutMain .productPrice, #checkoutMain2 .productPrice {
        position: relative;
        width: 22%;
        margin-left: 0;
        text-align: center;
        color: white;
        float: left;
        font-family: 'Montserrat';
        font-size: 18px;
        /* letter-spacing: 1px; */
        height: 24px;
        margin-top: 0px !important;
        text-transform: lowercase;
        margin-bottom: 5px;
        line-height: 24px;
        font-weight: 400;
        vertical-align: top;
        justify-content: space-evenly;
    }

    #checkoutMain .productPrice .mobileElement, .productDelete.mobileElement{
        display: inline-block !important;
    }

    #checkoutMain .productInfo, #checkoutMain2 .productInfo {
        width: 84vw;
        text-align: left;
    }
    .delayDiv {
        font-size: 11px;

    }
}