.total-box {
    margin: 30px 0;
}

.total-box .total-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    background-color: #fff;
    padding: calc(16px + 9*(100vw - 320px) / 1600);
    border-radius: 9px;
    -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, .08);
    box-shadow: 0 0 8px rgba(34, 34, 34, .08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.total-box .total-contain img {
    width: calc(54px + 6*(100vw - 320px) / 1600);
}

.total-box .total-contain .total-detail h5 {
    margin-bottom: calc(3px + 4*(100vw - 320px) / 1600);
    color: #4a5568;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
}

.total-box .total-contain .total-detail h3 {
    font-weight: 600;
}

.order-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(14px + 16*(100vw - 320px) / 1600);
}

.dashboard-bg-box {
    padding: calc(12px + 8*(100vw - 320px) / 1600);
    background-color: aliceblue;
    border-radius: 6px;
}

.order-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(8px + 6*(100vw - 320px) / 1600);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-box .order-container .order-detail h4 {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .6px;
    font-size: calc(17px + 3*(100vw - 320px) / 1600);
}

.order-box .order-container .order-detail h4 span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#ff6b6b), to(#ff4f4f));
    background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: calc(9px + 11*(100vw - 320px) / 1600);
    font-weight: 600;
}

.order-box .order-container .order-detail h6 {
    margin-top: 6px;
    font-size: calc(14px + 1*(100vw - 320px) / 1600);
    letter-spacing: .6px;
    font-weight: 300;
    line-height: 1.5;
}

.order-contain .order-box .product-order-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    background-color: #ffffff;
    padding: calc(15px + 5*(100vw - 320px) / 1600);
    margin-top: 15px;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-box .product-order-detail .order-image {
    display: block;
}

.order-wrap a {
    display: block;
    color: #222;
}

.order-contain .order-box .product-order-detail .order-wrap a h3 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 20px;
}

.order-contain .order-box .product-order-detail .order-wrap p {
    line-height: 1.5;
    font-size: calc(14px + 1*(100vw - 320px) / 1600);
}

.order-box .product-order-detail .order-wrap .product-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(6px + 3*(100vw - 320px) / 1600);
}

.order-contain .order-box .product-order-detail .order-wrap .product-size li {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.product-size li .size-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-box .product-order-detail .order-wrap .product-size li .size-box h5 {
    font-weight: 600;
    margin-left: 8px;
    font-size: 14px;
}

.order-box .order-container .order-detail h4 span.success-bg {
    background: #0da487;
}

.profile-image {
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
}

.profile-image img {
    width: calc(93px + 15*(100vw - 320px) / 1600);
    height: calc(93px + 15*(100vw - 320px) / 1600);
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 3px 8px rgba(34, 34, 34, .0032);
    box-shadow: 2px 3px 8px rgba(34, 34, 34, .0032);
}

.profile-image .cover-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 52%;
    z-index: 1;
    background-color: #8eb0dd;
    border-radius: 100%;
    color: #4a5568;
}

.profile-image .cover-icon i {
    position: relative;
}

.profile-image .cover-icon i input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 35px;
}

.address-box {
    border-radius: 8px;
    padding: calc(12px + 12*(100vw - 320px) / 1600);
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .07);
    box-shadow: 0 0 9px rgba(0, 0, 0, .07);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.address-box>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.address-box .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-table table tr td:first-child {
    min-width: 90px;
    padding-left: 8px;
}

.address-table table tr {
    border: none;
}

.address-box>div .address-table table tr:first-child td {
    padding-top: 0;
    font-weight: 600;
    font-size: calc(17px + 1*(100vw - 320px) / 1600);
    color: #222;
}

.address-box>div .address-table table tr td:first-child {
    min-width: 90px;
    padding-left: 8px;
}

.address-box>div .address-table table tr td {
    border: none;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    padding: 4px 0;
    color: #4a5568;
}

.address-box>div .address-table table tr td {
    border: none;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    padding: 4px 0;
    color: #4a5568;
}

.address-box>div .address-table table tr td:last-child p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    margin-bottom: 0;
    line-height: 1.5;
}

.return-div span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: calc(9px + 11*(100vw - 320px) / 1600);
    font-weight: 600;
}

.return-div span a {
    color: white;
}

.payment-card-detail {
    position: relative;
}

.card-details {
    height: 100%;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    background-color: #4b77a0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.card-details .card-number {
    margin-bottom: 10px;
}

.card-details .card-number h4 {
    color: #fff;
    font-size: calc(16px + 2*(100vw - 320px) / 1600);
}

.card-details .valid-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(10px + 10*(100vw - 320px) / 1600);
}

.card-details .valid-detail .title {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.payment-card-detail .card-details .valid-detail .title span {
    display: block;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

.payment-card-detail .card-details .valid-detail .date h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 15px;
    font-size: calc(16px + 2*(100vw - 320px) / 1600);
    font-weight: normal;
}

.card-details .name-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(10px + 15*(100vw - 320px) / 1600);
}

.payment-card-detail .card-details .name-detail .name h5 {
    text-transform: uppercase;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    margin-bottom: 0;
    color: #fff;
}

.card-details .name-detail .card-img {
    width: auto;
}

.payment-card-detail .edit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, .8);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.edit-card a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #fff;
}

.edit-card a i {
    color: #fff;
}

.payment-card-detail:hover .edit-card {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.coupon-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.coupon-row .copyCode {
    border: 2px dashed #000000;
    padding: 10px 20px;
    font-weight: 700;
}

.copyCode {
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #000000;
    border-right: none !important;
}

.coupon-row .copyBtn {
    border: 2px dashed #000000;
    padding: 10px 20px;
    font-weight: 700;
    background: black;
    color: white;
}

.coupon-content {
    margin: 10px;
    border-top: 1px solid rgb(212, 212, 212);
    padding: 20px 0px;
}

.coupon-content ul li {
    list-style-type: decimal;
    margin: 0 20px;
    font-size: 15px;
}

.rstars li {
    padding: 0 5px;
}

.selected {
    color: #FDC040;
    /* Change this to your desired color */
}


.carausel-4-columns .slick-slide {
    width: 100% !important;
    max-width: 280px !important;
}

.popular_products {
    padding: 0 10px;
}

.popular_products .slick-slide {
    width: 100% !important;
    max-width: 300px !important;
}

.popular_products .slider-btn {
    background: #1182ce;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.popular_products .slider-btn.slider-next{
    right: -40px;
}
.popular_products .slider-prev{
    left: -40px;
}

@media (max-width: 1399.98px) { 
    .popular_products .slider-btn.slider-next{
        right: 40px;
    }
    .popular_products .slider-prev{
        right: 85px;
        left: auto;
    }   
    .popular_products .slider-btn{
        top: 95%;
    } 
 }

 @media (max-width: 575.98px) { 
    .popular_products .slider-btn{
        top: 50%;
    }
    .popular_products .slider-btn.slider-next{
        right: 20px;
    }
    .popular_products .slider-prev{
        left: 20px;
    } 
  }