#checkoutMain #cartTitle,
#checkoutMain2 #cartTitle {
    position: relative;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

#checkoutMain .cartSeparator,
#checkoutMain2 .cartSeparator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #c7c7c7;
    margin-top: 1px;
    margin-bottom: 1px;
}

.steps-container {
    display: none;
}

div#checkoutCenteredContent {}

.steps-title {
    display: none;
}

div#info1 {
    width: 50%;
}

div#info2 {
    width: 30%;
    font-size: 14px;
}

div#info3 {
    width: 20%;
    font-size: 14px;
}

.beneficiaryMessage {}

#checkoutMain .productRow,
#checkoutMain2 .productRow {
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.productRow img.selectArrowIcon {
    transform: none;
}

#checkoutMain .productImage,
#checkoutMain2 .productImage {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
    position: relative;
    float: left;
    width: calc(100% - 225px);
    margin-left: 15px;
    color: black;
    font-size: 13px;
    font-weight: 600;
    /* height: 90px; */
}

#checkoutMain .productName,
#checkoutMain2 .productName {
    position: relative;
    width: 100%;
}

#checkoutMain2 .productName {
    margin-top: 20px;
    margin-bottom: 6px;
}

#checkoutMain .productSpec,
#checkoutMain2 .productSpec {
    position: relative;
    width: 100%;
    height: 17px;
    overflow: hidden;
    margin-bottom: 2px;
}

#checkoutMain .productQuantityDiv,
#checkoutMain2 .productQuantityDiv {
    position: relative;
    float: left;
    width: calc(15% - 22px);
    max-width: 70px;
    margin-left: 20px;
    border: 1px solid #000000;
    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: #000000;
    font-weight: 600;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 23px;
    width: 23px;
    text-align: center;
    background-color: #000000;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkoutMain .seletArrowIcon,
#checkoutMain2 .seletArrowIcon {
    position: relative;
    width: 8px;
}

.giftAccountInfo {
    display: flex;
    align-items: center;
}

.giftAccountProductName>.giftAccountInfo>div {
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #545454;
}

.productImage.giftAccountProduct {
    /* background-size: auto!important; */
}

.giftAccountProductName>.beneficiaryMessage {
    font-weight: 500;
    font-size: 12px;
    color: #545454;
    position: absolute;
    width: 100%;
    word-break: break-word;
    height: 26px;
    line-height: 13px;
    overflow-y: scroll;
}

#checkoutMain .productPrice,
#checkoutMain2 .productPrice {
    position: relative;
    float: left;
    width: calc(100px);
    margin-left: auto;
    text-align: center;
    color: #545454;
    font-weight: 600;
    font-size: 13px;
    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 {
    position: relative;
    float: left;
    width: 25px;
    margin-left: 45px;
    cursor: pointer;
}

#checkoutMain #emptyCart,
#checkoutMain2 #emptyCart {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    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;
}

.preorderBadgeLong {
    width: 75%;
    float: right;
}

@media all and (max-width: 450px) {
    #checkoutMain .productRow {
        display: block;
        align-items: normal;
        margin-right: 10px;
        height: auto;
    }
    #checkoutMain .productImage {
        height: 40px;
        width: 40px;
    }
    #checkoutMain .productInfo {
        margin-left: 10px;
        height: auto;
        overflow: hidden;
        float: left;
    }
    #checkoutMain .productQuantityDiv {
        width: 70px;
        margin-left: 0px;
        margin-top: 10px;
    }
    #checkoutMain .productPrice {
        width: 100%;
        margin-top: 5px;
        margin-left: 50px;
        text-align: right;
        /* position: absolute; */
        align-items: flex-end;
        justify-content: flex-start;
        bottom: 0;
        left: 0;
    }
    .giftAccountProductName>.giftAccountInfo>div {
        font-weight: 400;
    }
    #checkoutMain .productDelete {
        position: absolute;
        right: 0px;
        margin: unset;
    }
    #checkoutMain .oldPrice {
        display: none;
    }
    .giftAccountInfo {
        flex-direction: column;
        align-items: flex-start;
    }
    #checkoutMain .productRow,
    #checkoutMain2 .productRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}