.checkout .container {
    max-width: 1200px;
}

@media (max-width: 900.98px) {
    .checkout .container {
        max-width: 850px;
    }
}

@media (max-width: 481px) {
    .checkout .container {
        max-width: 450px;
    }
}

.checkout .paybycard-button {
    min-height: 42px;
    min-width: 200px;
    border-radius: 25px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #e6ca63;
    border-width: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .dropdown-menu {
    background-color: #e1e1e1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 100px;
}

.checkout .checkout-item-text-subscript {
    color: #1a1b1d;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .checkout-offer-text-subscript {
    color: #adadad;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .checkout-offer-headline {
    color: #cccccc;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .checkout-offer-text {
    color: #898989;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .checkout-item-text {
    color: #1a1b1d;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.checkout .checkout-entry {
    background-color: #adadad;
    height: 149px;
}

.checkout .checkout-offer {
    /* background-color: #adadad; */
    color: white;
    height: 100px;
}

.checkout .checkout-offer-small {
    /* background-color: #adadad; */
    color: white;
    height: 100px;
}

.checkout .checkout-saving-border-right {
    border-right: 1px solid #9b9b9b;
}

.checkout .checkout-round-corners-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #9b9b9b;
}

.checkout .checkout-round-corners-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #9b9b9b;
}

.checkout .checkout-round-corners-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkout .checkout-round-corners-top-and-bottom {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkout .checkout-entry-price-to-pay {
    color: #1a1b1d;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.checkout .checkout-entry-offer-price-to-pay {
    color: #929292;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.checkout .checkout-entry-price-full {
    color: #8a8a8a;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-decoration: str;
}

.checkout .checkout-entry-offer-price-full {
    color: #636363;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-decoration: str;
}

@media (max-width: 900.98px) {
    .checkout .checkout-entry-price-full {
        font-size: 18px;
    }
    .checkout .checkout-entry-price-to-pay {
        font-size: 18px;
    }
    .checkout .checkout-entry-offer-price-full {
        font-size: 18px;
    }
    .checkout .checkout-entry-offer-price-to-pay {
        font-size: 18px;
    }
    .checkout .checkout-offer {
        height: 150px;
    }
}

@media (max-width: 481px) {
    .checkout .checkout-entry-price-full {
        font-size: 16px;
    }
    .checkout .checkout-entry-price-to-pay {
        font-size: 16px;
    }
    .checkout .checkout-entry-offer-price-to-pay {
        font-size: 16px;
    }
    .checkout .checkout-entry-offer-price-full {
        font-size: 16px;
    }
    .checkout .checkout-offer {
        height: 200px;
    }
}

.checkout .checkout-entry-remove {
    color: #1a1b1d;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    opacity: 0.6;
}

.checkout .checkout-entry-offer-add {
    color: #e6ca63;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    opacity: 0.8;
}

.checkout .checkout-entry-remove:hover {
    opacity: 1.0;
}

.checkout .checkout-entry-remove a {
    color: #2d2f31;
}

.checkout .checkout-image {
    max-width: 104px;
    height: auto;
}

.checkout .checkout-offer-image-small {
    max-width: 52px;
    height: auto;
}

.checkout .price-total-title {
    color: #adadad;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.checkout .price-total-amount {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

.checkout .price-saving {
    color: #adadad;
}

.checkout .price-saving-title {
    color: #adadad;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.checkout .price-saving-amount {
    color: #adadad;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.checkout .total-spacer {
    border-right: 1px solid #313234;
    height: 56px;
    line-height: 56px;
    width: 20px;
    background: none;
}

.checkout .dropdown-item {
    height: 34px;
    padding: 0px 0px 0px 10px;
    line-height: 34px;
}

.checkout .dropdown-item:hover {
    height: 34px;
    background-color: #e6ca63;
    border-bottom: 1px;
}

.checkout .dropdown-toggle {
    height: 42px;
    width: 92px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-left: 0px;
    background-color: #1a1b1d;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #444444;
    border-width: 3px;
    border-style: solid;
    vertical-align: top;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    color: #adadad;
    box-shadow: none;
}

.checkout .secure-payment {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(85, 85, 85);
    line-height: 1.2;
}

.checkout .dropdown-toggle:hover {
    background-color: #444444;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus,
.show>.btn-secondary.dropdown-toggle {
    background-color: #444444;
    border: none;
    outline: 0;
    box-shadow: none;
}

.checkout-discount-area {
    width: 100%;
    max-width: 321px;
    height: 46px;
    line-height: 1.2;
    display: inline-block;
}


.checkout-discount-control {
    height: 46px;
    min-height: 46px;
    border-radius: 25px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0rem;
    border: 0px;
    padding: 1rem 1rem;
    background-color: #2c2d2f;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    top: 0px;
    z-index: 1;
    position: relative;
    align-items: normal;
    display: block;
    flex-basis: 0%;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: nowrap;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.checkout-discount-button {
    border-radius: 23px;
    height: 46px;
    width: 104px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #989898;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: bold;
    color: #1b1c1d;
    border: 1px;
    border-width: 2px;
    border-color: #2c2d2f;
    border-style: solid;
    vertical-align: bottom;
}

.checkout .checkout-discount-surround {
    background-color: #2c2d2f;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.checkout .checkout-discount-applied-text {
    color: #87bca3;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 1.714;
}

.checkout .checkout-product-offers {
    color: #878787;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 1.714;
}

.checkout .checkout-border-separator {
    border-top: 1px solid #292a2c;
}

.checkout .checkout-quantity-text {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
    line-height: 1.2;
}

.checkout .checkout-quantity-plus {
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
    line-height: 1;
    opacity: 0.4
}

.checkout .checkout-quantity-plus:hover {
    opacity: 1.0
}

.checkout .checkout-quantity-amount {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(26, 27, 29);
    line-height: 1.2;
}

.checkout .checkout-quantity-minus {
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
    line-height: 1;
    opacity: 0.4
}

.checkout .checkout-quantity-minus:hover {
    opacity: 1.0
}

.checkout .checkout-quantity-border {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #9b9b9b;
    border-style: solid;
    border-width: 2px;
    line-height: 42px;
    height: 42px;
}

.checkout .checkout-trash-image {
    margin-top: -3px;
}

.checkout .checkout-cart-empty {
    font-size: 20px;
    font-weight: 400px;
}

.checkout .checkout-empty {
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400px;
}

.checkout .checkout-empty:hover {
    color: #e6ca63;
    text-decoration: none;
}

.checkout .create-account-link {
    color: #9c9c9c;
    font-weight: 400px;
}

.checkout .create-account-link:hover {
    color: #e6ca63;
    text-decoration: none;
}

.checkout .checkout-button {
    min-height: 46px;
    min-width: 200px;
    border-radius: 25px;
    text-align: center;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #989898;
    border-width: 0px;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(27, 33, 38);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .checkout .group-promo-message {
        order: 1;
    }
    .checkout .group-promo-total {
        order: 2;
    }
    .checkout .group-promo-saving {
        order: 3;
    }
    .checkout .group-promo {
        order: 4;
    }
}


/* 
@media only screen and (max-width: 768px) {
    .checkout .group-item-quantity {
        order: 1;
    }
    .checkout .group-item-details {
        order: 2;
    }
    .checkout .group-item-remove {
        order: 3;
    }
} */