.cart_head {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    margin: 0;
}

.main_cart {
    border-radius: 10px;
    overflow: hidden;

}

.cart_bg {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
}


.cart_title {
    padding: 20px 15px;
    background-color: #fff;
    margin: 0 !important;
    font-size: calc(1.275rem + .3vw);
}

.cart_box {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    padding-right: 15px;
}


.cart_box .cart_img {
    background-color: #f8f8f8;
    padding: 10px;
    width: 100%;
    height: 180px;
}

.cart_box .cart_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_content {
    padding: 10px 7px;
}

.cart_content p {
    margin: 0;
    color: #000;
}

.cart_content .top_content {
    font-size: 14px;
}

.offer {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 10px !important;
    align-items: center;
}

.offer span {
    padding: 4px 10px;
    background-color: #ff9a34;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.offer a {
    font-size: 13px;
}

.cart_content .cart_autoship {
    font-size: 12px;
    margin-top: 10px;
}

.cart_content .cart_autoship svg {
    width: 20px;
}

.cart_content h6 {
    color: #bc2848;
    font-weight: bold;
    margin: 7px 0 !important;
}

.cart_content h6 strike {
    font-size: 12px;
    color: #767676;
}

.cart_qty {
    margin: 10px 0;
    padding: 10px;
}

.color_content {
    font-size: 14px;

}

.product_color {
    font-size: 14px;
}

.product_color span {
    font-weight: 600;
}

.color_content span {
    font-weight: 500;
}

.remove_btn {
    padding: 5px 30px;
    border: 2px solid #ff9a34;
    text-align: center;
    border-radius: 15px;
    outline: none;
    height: fit-content;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
    color: #ff9a34;
    background-color: transparent;
}

.remove_btn:hover {
    background-color: #ff9a34;
    color: #fff;
}

.remove_btn i {
    margin-right: 4px;
    color: #ff9a34;
}

.remove_btn:hover i {
    color: #fff;
}

.clam_box {
    background: #fff3e2;
    border-radius: 10px;
    margin: 15px 0;
    margin-top: 1.5rem;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.clam_box .clam_head h6 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 5px;
}
.clam_box .clam_head h6::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 10px;
    background-color: #ff9a34;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.outer-wrapper {
    max-width: 800px;
    overflow-x: auto;
    position: relative;
    scrollbar-color: #d5ac68 #f1db9d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.outer-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 7px;
}

.outer-wrapper::-webkit-scrollbar-track {
    border-radius: 0;
    border-radius: 5px;
    background: #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.outer-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-radius: 5px;
    background: #ff9a34;
}
.inner-wrapper {
    display: flex;
}
.clam_box .clam_card {
    background-color: #fff;
    /* padding: 12px 0 0 0; */
    margin: 10px 0;
    width: 400px;
    margin-right: 20px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.clam_box .clam_card>div {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.clam_box .clam_card>div div span {
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    /* margin: 5px 0; */
    line-height: 17px;
}
.clam_box .clam_card>div div span strike {
    font-size: 14px !important;
}
.favorites_price {
    color: #bc2848;
}
p:last-child {
    margin-bottom: 0;
}

.clam_bottom {
    font-size: 15px;
    padding: 3px 10px;
    margin: 0;
    color: #fff;
    background-color: #ff9a34;
}
.clam_box .clam_card .box_one {
    width: 70%;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.d-flex {
    display: flex !important;
}
.clam_box .clam_card>div>div img {
    width: 100px;
    height: 80px;
    margin-right: 10px;
    object-fit: contain;
}
.clam_btn {
    border: none;
    padding: 3px 20px !important;
    border-radius: 5px;
    background-color: #ff9a34;
    color: #fff;
    margin: 7px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.home-pagination-loader.d-flex{
    display: none !important;
}

@media(max-width:575px) {
    .cart_qty {
        margin-top: 8px;
        padding: 10px 0;
    }

    .cart_content h6 {
        margin: 2px 0 !important;
    }

    .sort_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .cart_qty .select_box {
        margin: 0 !important;
        width: 100px !important;
    }

    .remove_btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .sub_total h4 {
        font-size: 15px !important;

    }


}

@media(max-width:1100px) {
    .remove_btn {
        padding: 5px 22px;
    }
}

@media(max-width:1024px) {
    .cart_qty .select_box {
        display: block !important;
    }

}

@media(max-width:768px) {
    .cart_title {
        padding: 10px;
        margin: 10px 0 !important;
    }

    .cart_box {
        background-color: #fff;
        padding: 10px;
        border: none;
        margin: 10px 0;
    }



    .offer {
        margin-top: 10px !important;
    }

    .cart_head {
        font-size: 15px;
    }

    .sub_total h4 {
        font-size: 15px;
    }


}

@media(max-width:420px) {
    .cart_content .top_content {
        font-size: 13px;
    }

    .cart_content {
        padding: 0px 7px;
    }

    .cart_content p {
        margin-bottom: 0 !important;
    }
}

.order_ship {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.sub_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sub_total h4 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 2px 0;
}

.sub_total:last-child h4 {
    font-weight: 600 !important;
}

.sub_total:last-child {
    border-top: 1px solid #ced4da;
    padding: 4px 0;
    margin: 7px 0;
}

.sub_total span {
    font-size: 13px;
    color: #000;
}

.order p {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    color: #000;
}

.order p svg {
    width: 25px;
    color: #000;
}

.order_outline{
    width: 100%;
background-color: #ff9a3454;
    border-radius: 10px;
    overflow: hidden;
    height: 10px;
    margin-top: 7px;
}
.order_outline .order_line {
    /* width: 100%; */
    height: 100%;
    background-color: #ff9a34;
    border-radius: 10px;
   
}

.checkout_btn {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 30px;
    background-color: #ff9a34;
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: bold;
}

.cart_product {
    background-color: #fff;
    padding: 20px;

}



@media(max-width:768px) {
    .cart_product {
        padding: 10px;
    }
}

.cart_box {
    position: relative;
    overflow: hidden;
}

.card_loder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff9;
}

.card_loder .spinner-border {
    color: #ff9a34 !important;
    --bs-spinner-border-width: 2px !important;
}

@media(max-width:575px) {
    .card-title {
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    .checkout_payment label,
    .checkout-address .ng-binding {
        font-size: 14px;
    }

    .checkout_payment label input {
        scale: 1.1;
    }

    .order_totle h3 {
        font-size: 17px;
    }

    .order_con {
        font-size: 14px;
    }

    .promo_code button {
        padding: 10px 25px;
    }

    .section-title {
        margin: 0;
    }

    .mony_back .mony_svg svg {
        width: 35px;
    }

    .mony_back ul {
        margin: 9px 0 !important;
    }

    .mony_back ul li {
        margin: 9px 0;
        font-size: 13px;
    }

    .noRating_box {
        margin-top: 15px;
    }
}


/* :empty cart  */


.empty_cart_box {
    width: 60%;
    padding: 18px;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
}

.empty_cart_top {
    padding: 40px 5px;
}

.empty_cart_top p {
    padding-bottom: 10px !important;
}

.empty_cart_top a {
    color: #000;
    font-size: 14px;
}

.empty_cart_top h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.empty_cart_box h3 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    padding: 35px 0;
    font-weight: bold;
}

.empty_cart_box .shop_btn {
    padding: 13px 32px;
    font-size: 16px;
    color: #fff;
}

.empty_cart_box button {
    width: fit-content !important;
    padding: 10px 25px;
    margin: 20px 0;
}

.empty_cart_box p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 32px;
}

.empty_cart_box img {
    width: 230px;
    margin: 20px 0;
}

.purchase_msg {
    font-size : 12px !important;
}

@media(max-width:991px) {
    .empty_cart_box {
        width: 80%;
    }

    .empty_cart_box h3 {
        padding: 24px 0;
        font-size: 29px;

    }

    .empty_cart_top {
        padding: 23px 5px;
    }

    .empty_cart_box p {
        font-size: 15px;
        padding-bottom: 22px;
    }

    .order_ship,
    .main_cart {
        margin: 12px 0 !important;
    }

    .cart_head {
        width: 100%;
        font-size: 13px;
        padding: 6px 0;
    }
}


@media(max-width:768px) {
    .empty_cart_box {
        width: 100%;
    }
}

@media(max-width:575px) {
    .empty_cart_box {
        width: 100%;
    }

    .empty_cart_box h3 {
        padding: 21px 0;
        font-size: 25px;
    }

    .empty_cart_box .shop_btn {
        padding: 10px 26px;
        font-size: 16px;
    }

    .empty_cart_top h4 {
        font-size: 19px;
    }

    .empty_cart_top a {
        font-size: 13px;

    }
}