body {
    font-family: "Inter", sans-serif !important;
}
p,
li,
h1,
h2,
h3,
h4,
h5,
span {
    font-family: "Inter", sans-serif !important;
}
.card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}
@media (max-width: 767px) {
    #cart-items-container .main {
        padding: 0;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
    }
    .color-swatch {
        margin-bottom: 2px !important;
    }
    #subtotal,
    #tax,
    #total {
        text-align: right !important;
    }
    .imageDiv > img {
        width: 5.5rem !important;
    }
    .originalPriceVal {
        visibility: hidden;
        width: 15px;
    }
    #shipping_btn a {
        padding-inline: 0 !important;
    }
    .go_back_btn {
        font-size: 13px !important;
    }
    .card {
        margin: 3vh auto;
    }
}
.cart {
    padding: 34.32px 42.9px;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
@media (max-width: 767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}
.summary {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: #414141;
}
@media (max-width: 767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}
.summary .col-2 {
    padding: 0;
}
.summary .col-10 {
    padding: 0;
}
/* .row {
    margin: 0;
} */
.main {
    margin: 0;
    padding: 18.9px 0;
    width: 100%;
}
/* .col-2,
.col {
    padding: 0 1vh;
} */
/* a {
    padding: 0 1vh;
} */
.close {
    margin-left: auto;
    font-size: 0.7rem;
}
.img-fluid {
    width: 3.5rem;
}
.back-to-shop {
    margin-top: 4.5rem;
}
h5 {
    margin-top: 4vh;
}
hr {
    margin-top: 1.25rem;
}
form {
    padding: 2vh 0;
}
select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: 0;
    width: 100%;
    background-color: #f7f7f7;
}
input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: 0;
    width: 100%;
    background-color: #f7f7f7;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
.btn {
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}
ul.login-submenu button.btn{
    margin-top: unset !important;
}
.btn:focus {
    box-shadow: none;
    outline: 0;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}
.btn:hover {
    color: white;
}
a:hover {
    text-decoration: none;
}
#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185));
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.text-muted.small {
    font-size: 12px;
}
.col-md-8.cart.position-relative.cart_full_width_div {
    width: 72.2%;
}
.col-md-4.summary.cart_page_side_div {
    width: 25.333333%;
}
.discount-btn {
    padding: 1vh;
    border: 0;
    background: black;
    color: white;
}
.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: -webkit-linear-gradient(#e0ad35, #cb971c);
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateX(100%);
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
}
.flash-message.show {
    opacity: 1;
    transform: translateX(0);
}
.flash-message .close-btn {
    background: 0;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}
.cart-button-style,
button.cart-button-style:hover {
    background: #e0ad35 !important;
    border-radius: 50px;
}
.cart-checkout {
    background: #e0ad35;
    border-radius: 50px;
    border: 1px solid #ddd !important;
}
.cart-checkout .master a {
    color: white !important;
}
button.zur_btn:hover {
    background-color: #e0ad35 !important;
}
.cart-checkout:hover {
    background: #e0ad35 !important;
}
.cart-checkout:hover .hover-text a {
    color: white !important;
}
.checkout-link-master {
    color: #777 !important;
}
.summary-heading {
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 50px;
    padding: 0.5em 1em;
    color: #777 !important;
    width: 100%;
    text-transform: uppercase;
    height: 40px;
    letter-spacing: 2px;
    padding-right: 3rem;
    padding-left: 0rem !important;
    align-items: center;
    display: flex;
    justify-content: center;
}
.summary-heading:after,
.summary-heading:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #e0ad35;
    border-top: 2px solid #e0ad35;
    height: 7px;
    background-color: #f8f8f8;
}
.summary-heading {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    width: 40%;
    margin-bottom: 12px;
}
.cart_page_side_div {
    color: #777;
}
.cart_full_width_div {
    color: #777;
}
.cart-top-heading {
    padding-left: 2rem;
}
#cart-second-heading {
    font-size: 20px;
    padding-left: 0;
}
.f-13p {
    font-size: 13px;
}
.backCartButton {
    color: #777;
    align-self: end;
}
#cart-items-container .decreaseQuantity,
#cart-items-container .increaseQuantity {
    color: black;
    transition: box-shadow 0.3s ease-in-out;
}
#cart-items-container .spin {
    display: none;
}
#cart-items-container #quantity {
    padding-left: 26px;
    font-size: 13px;
    background: white;
    border: 0;
    color: #777;
    font-weight: 500;
}
#cart-items-container #quantity1 {
    padding-left: 26px;
    background: white;
    font-size: 13px;
    border: 0;
    color: #777;
    font-weight: 500;
}
.col-md-4.summary.cart_page_side_div {
    height: 80%;
    margin-top: 9.9rem;
    width: 27.8%;
}
.cart_page_side_div {
    margin-top: 4.55%;
}
nav .cart{ 
    padding: 0 !important;
}
.new_footer #submitButton {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
}
.cartItemDelete:hover {
    cursor: pointer;
}
.imageDiv {
    margin-right: 20px;
}
.imageDiv > img {
    width: 7.5rem;
    max-width: 7.5rem !important;
}
#cart-items-container .main {
    padding: 0;
    padding-top: 17.16px;
    padding-bottom: 17.16px;
}
.new_footer form {
    padding: 0;
}
.f-13p {
    line-height: 23px;
}
.backCartButton > a {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.backCartButton {
    a {
        color: #777;
    }
    width: 100%;
    box-shadow: none;
}
.main {
    .imageDiv,
    div:nth-child(2) > div:first-child {
        cursor: pointer;
    }
}
.backCartButton:hover {
    a {
        color: white;
    }
}
.cartItemDelete {
    font-size: 1.45em;
    color: #777 !important;
}
.color-swatch {
    margin-bottom: 4px;
}
.main .price,
#subtotal,
#total {
    font-weight: 400;
}
#cart-items-container {
    height: 62vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#cart-items-container ::-webkit-scrollbar {
    display: none;
}
.br-50 {
    border-radius: 50px;
}
.go-back-btn,
.go-back-btn:hover {
    width: 90% !important;
}
#cart-items-container div,
#cart-items-container span,
.cart_page_side_div {
    font-size: 13px !important;
    line-height: 20px !important;
}
.cart-top-heading h1 {
    font-size: 28px;
    margin-top: 6px;
    margin-bottom: 13px !important;
    font-weight: 900 !important;
    line-height: 34px;
    text-transform: uppercase;
}
.main .input-group {
    height: 40px;
}
.decreaseQuantity,
.increaseQuantity {
    padding: 4px;
    padding-inline: 14px !important;
    background: transparent;
    border-radius: 0.375rem !important;
    color: #777 !important;
    font-size: 13px;
}
.decreaseQuantity:hover,
.increaseQuantity:hover {
    background: transparent;
}
.table-heading > div {
    font-size: 13px;
    line-height: 23px;
}
.heading-div {
    margin-top: 4.1rem;
}
@media (max-width: 767px) {
    /* .new_footer .submit_container {
        padding-top: 0 !important;
    } */
    .cart-button-main { 
        padding-inline: 5%;
    }
    .imageDiv {
        margin-right: 0;
    }
    #cart-items-container .main > .input-group:nth-child(3) {
        width: 100% !important;
        margin-right: 4%;
        align-self: center;
    }
    .product-price {
        align-self: center !important;
    }
    .bin-container {
        display: none;
        align-items: center;
        justify-content: center;
        max-width: 130px;
    }
    .decreaseQuantity,
    .increaseQuantity {
        width: 16px !important;
        height: 25px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart-items-container .input-group.duplicate-main-price {
        flex-wrap: nowrap !important;
        margin-bottom: 0 !important;
        margin-top: 10px;
        width: 100% !important;
        margin-right: 4%;
        padding-left: 7%;
        border: none !important;
    }
    .original-cart-price {
        display: none !important;
    }
    .duplicate-price {
        display: flex !important;
        flex-direction: row;
        gap: 47px;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .cart-details-duplicate {
        display: block !important;
        margin-left: 0 !important;
        width: 60.5%;
    }
    .cart-details-original {
        display: none !important;
    }
    .imageDiv {
        justify-content: start !important;
    }
    .cart-main {
        display: flex;
        flex-direction: column;
        margin-inline: 0;
        padding-inline: 0;
    }
    .cart-top-heading h1 {
        font-size: 24px;
    }
    #cart-second-heading {
        font-size: 16px;
        align-self: center !important;
    }
    .heading-div {
        margin-top: 1.7rem;
    }
    #cart-second-heading {
        text-align: right !important;
    }
    .cart_full_width_div {
        width: 100% !important;
        padding-inline: 0;
    }
    .col-md-4.summary.cart_page_side_div {
        width: 100%;
    }
    .cart-main .stbtn_fbtn {
        font-size: 11px;
    }
    .cart-button-main {
        flex-direction: column;
    }
    .cart-button-main > div,
    .backCartButton {
        width: 100% !important;
    }
    .cart-checkout .hover-text > a {
        color: white !important;
    }
    .col-md-4.summary.cart_page_side_div {
        margin-top: 0;
        padding-inline: 0 !important;
        padding-top: 0 !important;
    }
    .table-heading {
        display: none;
    }
    #cart-items-container > div {
        padding: 0 !important;
    }
    #cart-items-container .main > div:nth-child(2) {
        white-space: nowrap;
        align-self: start;
        margin-left: 0 !important;
    }
    #cart-items-container .main {
        flex-direction: column;
    }
    #cart-items-container {
        .input-group {
            width: 66% !important;
            padding-left: 0;
            margin-right: 29%;
            max-width: fit-content;
            margin-bottom: 0 !important;
            margin-top: 5px;
        }
        .input-group > .input-group {
            margin-left: 0 !important;
        }
        .product-price {
            align-self: flex-start;
            padding-left: 0;
        }
        .product-price span {
            margin-left: 0 !important;
        }
        .decreaseQuantity,
        .increaseQuantity {
            line-height: 2;
            height: max-content;
            padding-top: 21px;
        }
        #quantity {
            padding-inline: 0;
            align-self: start;
            width: 44px;
            padding-top: 12px;
        }
        #quantity1 {
            padding-inline: 0;
            align-self: start;
        }
        .trash-cart {
            padding-left: 15px;
            padding-top: 7px;
            padding-bottom: 4px;
        }
        .imageDiv {
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #shipping_btn {
        width: 344.28px !important;
    }
    .backCartButton,
    .cart-checkout,
    #shipping_btn {
        /* margin-left: 20% !important; */
    }
    .col-md-4.summary.cart_page_side_div {
        margin-top: 2.9rem;
    }
    .cart-main {
        display: flex;
        flex-direction: column;
        margin-inline: 0;
        padding-inline: 0;
    }
    .cart-top-heading h1 {
        font-size: 24px;
    }
    #cart-second-heading {
        font-size: 16px;
        align-self: center !important;
    }
    .heading-div {
        margin-top: 1.7rem;
    }
    #cart-second-heading {
        text-align: right !important;
    }
    .cart_full_width_div {
        width: 100% !important;
        padding-inline: 0;
    }
    .col-md-4.summary.cart_page_side_div {
        width: 100%;
        /* padding-inline: 8% !important; */
    }
    .cart-main .stbtn_fbtn {
        font-size: 11px;
    }
    .cart-button-main {
        flex-direction: row;
    }
    .cart-button-main > div,
    .backCartButton {
        width: 344.28px !important;
    }
    .cart-checkout .hover-text > a {
        color: white !important;
    }
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 50px;
        }
        div:nth-child(2) {
            padding-left: 5rem !important;
        }
        div:nth-child(3) {
            padding-left: 7rem;
        }
    }
    .cart-checkout {
        max-width: 58%;
        align-self: center;
        justify-self: center;
    }
    .decreaseQuantity,
    .increaseQuantity {
        line-height: 2;
        height: max-content;
    }
    #cart-items-container #quantity {
        padding-inline: 0;
        align-self: start;
        padding-top: 9px;
    }
    #cart-items-container #quantity1 {
        padding-inline: 0;
        align-self: start;
    }
    .trash-cart {
        padding-right: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cart-details-original {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 52px;
        }
        div:nth-child(2) {
            padding-left: 6rem !important;
        }
        div:nth-child(3) {
            padding-left: 8rem;
        }
        div:nth-child(5) {
            padding-left: 8px;
        }
    }
    .trash-cart {
        padding-right: 0 !important;
    }
    .cart-button-main > div:last-child {
        width: 34% !important;
    }
    #cart-items-container #quantity {
        padding-left: 0.75rem;
    }
    #cart-items-container #quantity1 {
        padding-left: 0.75rem;
    }
    .cart-checkout .hover-text > a {
        color: white !important;
    }
    .cart-main .stbtn_fbtn {
        font-size: 12px;
    }
    .col.text-end {
        text-align: right !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    /* .new_footer .submit_container {
        padding-top: 0 !important;
    } */
    /* .new_footer .container > div:last-child {
        padding-top: 0 !important;
    } */
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 29px;
        }
        div:nth-child(2) {
            padding-left: 6rem !important;
        }
        div:nth-child(3) {
            padding-left: 4rem;
        }
        div:nth-child(5) {
            padding-left: 8px;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    /* .new_footer .submit_container {
        padding-top: 0 !important;
    } */
    /* .new_footer .container > div:last-child {
        padding-top: 0 !important;
    } */
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 28px;
        }
        div:nth-child(2) {
            padding-left: 6rem !important;
        }
        div:nth-child(3) {
            padding-left: 1rem;
        }
        div:nth-child(5) {
            padding-left: 8px;
        }
    }
}
@media (min-width: 1600px) {
    /* .new_footer .submit_container {
        padding-top: 0 !important;
    } */
    /* .new_footer .container > div:last-child {
        padding-top: 0 !important;
    } */
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 29px;
        }
        div:nth-child(2) {
            padding-left: 6rem !important;
        }
        div:nth-child(3) {
            padding-left: 1.2rem;
        }
        div:nth-child(5) {
            padding-left: 8px;
        }
    }
}
@media (min-width: 2500px) {
    .table-heading > .main {
        div:nth-child(4) {
            padding-left: 47px;
        }
        div:nth-child(2) {
            padding-left: 6rem !important;
        }
        div:nth-child(3) {
            padding-left: 3rem;
        }
        div:nth-child(5) {
            padding-left: 8px;
        }
    }
}
/* .new_footer .container > div:last-child {
    padding-bottom: 5px !important;
} */
div#navbarNavDropdown {
    background: transparent;
}
/* .new_footer .container > div:last-child {
    padding-bottom: 5px !important;
} */
.bild-div {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600 !important;
    background-color: #fafafa;
    margin-bottom: 13px;
}
.trash-cart {
    padding-top: 2px;
}
.decreaseQuantity:active,
.increaseQuantity:active {
    background-color: transparent !important;
}
.go_back_btn {
    padding-top: 1px;
}
.go_back_arrow {
    padding-left: 12px;
}
.summary #country {
    border-radius: 0;
    font-size: 13px;
    color: #777;
}
.postal-input {
    border-radius: 0;
    font-size: 13px;
    color: #777;
    width: 50%;
    border: 0;
    border-bottom: 1px solid #777;
    padding: 9px 6px;
}
.postal-input:focus {
    color: #777;
    border: none !important;
    border-bottom: 1px solid #777 !important;
    box-shadow: none !important;
}
.postal_btn {
    background-color: #777;
}
.postal_btn .master a {
    color: white !important;
}
button.postal_btn:hover {
    background-color: white !important;
}
.postal_btn:hover .hover-text a {
    color: #777 !important;
}
.note_cart {
    line-height: 20px;
}
.bottom_13 {
    margin-bottom: 13px !important;
}
.top_10 {
    margin-top: 10px;
}
.bottom_15 {
    margin-bottom: 15px;
}
.top_35 {
    margin-top: 35px;
}
.top_24 {
    margin-top: 24px;
}
.bottom_24 {
    margin-bottom: 24px;
}
.bottom_32 {
    margin-bottom: 32px;
}
.top_20 {
    margin-top: 20px;
}
#country {
    border: 1px solid #777;
}
.cart_item {
    border: 1px solid #777;
}
i.fa-cart-shopping {
    color: #e0ad35;
}
.cartMainContainer {
    padding-inline: 1rem;
}
#shipping_btn a {
    padding-inline: 0 !important;
}
