header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box{
    cursor: pointer;
}
header .navbar-light .navbar-nav .nav-link-arrow-none::before {
    content: none!important;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: -12px;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button {
    background-color: #ec008c;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #ec008c;
}
.product-section .right-box-contain .product-packege .select-color li a{
    padding:18px;
    border-radius: 50%;
}

.product-card .card-body {
    padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #efefef;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px #eee;
    box-shadow: 0 0 8px #eee;
  
}
.product-card .card-body ul li {
    color: #4a5568;
    width: 100%;
    display: list-item;
    list-style-type: circle;
}
.img-bx-area{
    border: 1px dashed #9c9c9c;
}
.footer-section-2 .main-footer {
    border-top: 1px dashed #c1c1c1;
}
.footer-section-2 .sub-footer {
    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;
    border-top: 1px dashed #c1c1c1;
}
.footer-section-2{
    background-color: #f8f8f8;
    position: relative;
    z-index: 0;
}
.footer-section-2:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../img/bg/footer-shape-2.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.footer-section-2::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg/footer-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.option-site-modal .modal-content{
   
}
.option-site-modal .category-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #ddd;
    width: 100%;
    padding: 10px;
}
.option-site-modal .category-box:hover{
    color:#fff;
}
.option-site-modal .category-box{
    font-size:20px;
    text-shadow: 0px 7px 5px #b9b1ae;
    color: #222;
    font-weight: 500;
}

.option-site-modal .modal-title {
    font-weight: 600;
    font-size:30px;
    text-align: center;
    padding-bottom:20px;
    text-shadow: 0px 7px 5px #b9b1ae;
}
.option-site-modal .modal-desc {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-bottom: 40px;
    text-shadow: 0px 7px 5px #b9b1ae;
    line-height: 25px;
}
.option-site-modal .or {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #ddd;
    text-shadow: 0px 7px 5px #b9b1ae;
}
.option-site-modal :hover .or{
    color: #fff;
    background: #000;
}
.seller-title h2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 23px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.membership-section{
    overflow: hidden;
}
.membership-section .business-contain>.row>div:nth-child(2) {
    margin-top: 0px;
}
.membership-section .business-contain>.row>div:last-child, .membership-section .business-contain>.row>div:first-child {
    margin-bottom: 0px;
}
.membership-section .business-contain .business-box .business-number {
    width:35px;
    height:35px;
    background: #f8f8f8;
    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;
    margin: 0 auto 28px;
    border-radius: 50%;
}
.membership-section .business-contain .business-box .business-number h2 {
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 500;
}
.membership-section .faq-box-icon {
    width: 65px;
    height: 65px;
    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;
    background-color: #f8f8f8;
    border-radius: 7px;
    margin: 0 auto 16px;
}
.membership-section .faq-box-icon img {
    width: calc(36px + (45 - 36) * ((100vw - 320px) / (1920 - 320)));
    height: auto;
}
@media (max-width: 767px){
    .footer-section-2 .main-footer {
        border: none;
        padding-top: 0;
    }
    .footer-section-2 .sub-footer {
        margin-bottom: 66px;
    }
}
@media (max-width: 991px){
    .footer-section-2 .sub-footer {
        display: block;
        text-align: center;
    }
}
.custom-lv{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.custom-lv label{
    width: auto;
}
.product-list-section.list-style>div .product-box-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.product-box-5 .product-footer .product-detail .product-content, .product-box-5 .product-footer .product-detail .product-rating {
    display: none;
}
.product-list-section.list-style>div .product-box-5 .product-footer .product-content {
    display: block;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-list-section.list-style>div .product-box-5 .product-footer .product-detail .product-rating{
    display: -webkit-box;
}
.product-list-section.list-style>div .product-box-5 .product-header {
    width: 300px;
}

.product-list-section.list-style>div .product-box-5 .product-footer {
    padding-left: 20px;
    width: calc(100% - 300px);
}
.product-list-section.list-style>div .product-box-5 .product-footer .product-detail .span-name {
    display: -webkit-box;
}
.product-box-5 .product-footer .product-detail .unit {
    font-size: 13px;
    font-weight: 500;
    margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}
.product-box-5 .product-footer .price {
    margin-top: 6px;
    font-weight: 600;
}

.product-box-5 .product-footer .product-detail .span-name {
    font-size: 13px;
    color: #50607c;
    margin-bottom: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
    display: none;
}
.product-box-5 .product-footer .product-detail .name {
    font-weight: 500;
    line-height: calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-list-section.list-style>div .product-box-5 .product-footer .product-detail {
    text-align: left;
}

.product-box-5 .product-header .product-header-top {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.product-box-5 .product-header .product-header-top .wishlist-button {
    position: relative;
    padding: 6px;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(34,34,34,0.24);
    box-shadow: 0 3px 3px rgba(34,34,34,0.24);
    border-radius: 100%;
    z-index: 0;
}

.term_con{
    width:100%;
}
.coupon-box .accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.coupon-box .modal-dialog .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
    display: grid;
    display: grid;
    display: grid;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 13px;
    position: relative;
    z-index: 0;
    padding: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}
.cp_img{
    height: 20px;
}
#emptyCart{
    padding: 30px 10px;
    text-align: center;
}
#emptyCart h5{
    padding-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}
#emptyCart p{
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
}
#emptyCart i{
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
}
header .header-top .top-left-header li+li {
    margin-left: 25px;
    position: relative;
}
header .header-top .top-left-header li+li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    top: 0;
    left: -13px;
    background-color: rgba(255,255,255,0.3);
}
header .header-top {
    padding: 4px 0;
    background-color: var(--theme-color);
}
.cl_class {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #fff;
}
.cl_class:hover{
    color: #fff;
}
/*
.slick-slider .slick-list .slick-slide>div, .slick-slider .slick-list .slick-slide>ul {
    padding: 4px 0;
}
*/
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-section-3 .category-box-list a img{
    height: 50px;
}
.list_bottom{
    padding-bottom: 10px;
}
header .onhover-category-list .onhover-category-box .category-title-box h5 {
    font-size: 17px;
    font-weight: 500;
}
.onhover-category-box{
    height: auto;
}
.custom_icon_cl::after, .custom_icon_cl::before, .custom_icon_cl>a::after, .custom_icon_cl>a::before{
    display: none!important;
}
.line-through {
    text-decoration-line: line-through;
}
.service-section{
    background:#f4f5f5;
}   
.custom-modal-over, .display-none {
    display: none;
}
.custom-rating{
    gap: 0px!important;
    flex-wrap:inherit!important;
   
}
.custom-rating li+li {
    margin-left: 2px!important;
}
.custom-rating li {
    line-height: 25px!important;
}
.verify_cl {
    font-weight: 500;
    padding: calc(8px +(10 - 8)*((100vw - 320px) /(1920 - 320))) calc(12px +(16 - 12)*((100vw - 320px) /(1920 - 320)));
    background-color: rgba(255, 79, 79, 0.1);
    border-radius: 5px;
    color: #ff4f4f;
    display: inline-block;
    margin-bottom: 20px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li{
    padding-bottom: 15px;
}
.product-section .right-box-contain .product-package .select-package .form-select {
    background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
    border-radius: 7px;
    border: 1px solid #eee;
    display: inline-block;
}
.deal-timer.product-deal-timer ul {
    padding: calc(8px +(14 - 8)*((100vw - 330px) /(1920 - 330)));
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px dashed #ec008c;
}
.rating_vendor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: inherit!important;
}
.rating_vendor li{
    list-style: none!important;
    margin-left:5px!important;
}
.product-section-box .custom-tab .information-box ul li{
    display: block;
    list-style-type: none;
}
.display-none{
    display: none;;
}
.share-option {
    margin-top: 0px!important;
    padding-top: 15px!important;
}
.verify_rv{
    display: block;
}
.verify_rv i.fill {
    color: #ffb321;
}
.right-sidebar-box .vendor-box .vendor-name .product-info .product-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(8px +(17 - 8)*((100vw - 320px) /(1920 - 320)));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    width: 80%;
}
.right-sidebar-box .vendor-box .vendor-name .product-info .product-info-list li {
    padding-left: 13px;
    width: 100%;
    font-size: calc(14px +(15 - 14)*((100vw - 320px) /(1920 - 320)));
    position: relative;
    color: #777;
}
.right-sidebar-box .vendor-box .vendor-name .product-info .product-info-list li a {
    margin-left: 5px;
    color: #222;
    font-weight: 500;
}
.right-sidebar-box .vendor-box .vendor-name .product-info .product-info-list-2 {
    width: 100%;
}
.right-sidebar-box .vendor-box .vendor-name .product-info .product-info-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    background-color: #4a5568;
    border-radius: 100%;
}
.right-sidebar-box .vendor-box .verndor-contain{
    text-align: center;
}
.right-sidebar-box .vendor-box .verndor-contain .vendor-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.vendor-box .verndor-contain .vendor-image{
    width: auto;
}
.right-sidebar-box .vendor-box .verndor-contain {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 7px calc(16px +(26 - 16)*((100vw - 320px) /(1920 - 320)));
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
.sold_by{
    color:rgb(137 137 137);
    opacity:1;
}
.sold_by_name{
    font-weight: bold;
}
.rating span .feather {
    width: 14px;
    height: 14px;
    stroke: #ffb321;
}
.rating span .feather.fill {
    fill: #ffb321;
}
.rating span+span {
    margin-left: 2px;
    font-size: 14px;
}
.offer-product .offer-detail .option{
    gap:0px;
}
.offer-product .offer-detail .option li {
    width: 30px!important;
    height: 30px!important;
}
.breadscrumb-section .breadscrumb-contain nav {
    margin-left: inherit;
}
.bg-gray-11 {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    background-color: #f8f8f8;
}
.details_section_pro .order-details-contain, .details_section_pro .cart-table, .details_section_pro .summery-box{
    background-color: #ffffff;
}
.custom-order-details-name h4{
    font-size: 14px;
    line-height: 1.8!important;
}
.danger{
    background-color: rgba(255, 114, 114, 0.1);
    color: #ff7272;
}
.order-table tbody tr td.product-image {
    width: 70px;
}
.d-flex-custom {
    border: none;
    padding: calc(8px + 8*(100vw - 320px) / 1600) calc(17px + -1*(100vw - 320px) / 1600);
    gap: 8px;
    display: flex;
}
.d-flex-custom button {
    margin: 0;
}
.profile-image {
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.position-relative {
    position: relative !important;
}
.profile-image img {
    width:100px;
    height:100px;
    -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,0.32);
    box-shadow: 2px 3px 8px rgba(34,34,34,0.32);
}
.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: 0;
    left: 50%;
    z-index: 1;
    background-color: #fff;
    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;
}
.star{
    color:red;
}
.w-full {
    width: 100%;
}
.select2-results__option--highlighted {
    color: #fff!important;
    background: var(--theme-color)!important;
}
.select2.select2-container {
    width: 100%!important;
    display: grid;
}
.select2-selection__rendered {
    line-height:47px!important;
}
.select2-container .select2-selection--single {
    height:47px!important;
    border: 1px solid #dfdfdf!important;
    border-radius: 0.25rem!important;
    font-weight: 500!important;
}
.select2-container .select2-selection--single:focus {
    border: 1px solid #ced4da!important;
}
.select2-selection__arrow {
    height:47px!important;
}
.select2-results__option {
    display: block!important;
}
.hidden{
    display: none;
}



.my-address-box .address-detail .address-option {
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 5px;
}
.my-address-box .address-detail .address-option .address-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.my-address-box .address-detail .address-option .custom-form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    min-height: auto;
}
.my-address-box .address-detail .address-option .custom-form-check .form-check-label {
    font-size: calc(14px +(18 - 14)*((100vw - 320px) /(1920 - 320)));
    padding-left: 12px;
    font-weight: 500;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
    background-color: var(--theme-color);
    font-weight: 600;
    color:#fff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .my_custom_addres_bx>div {
    display: contents;
}
.label_btn{
    background-color: #ff7272;
    font-size: 12px;
    border-radius: 2px;
    padding: 3px 5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    -webkit-animation: .9s blink infinite;
    animation: .9s blink infinite;
}
.label_btn_succuss{
    background-color: #0da487;
    font-size: 12px;
    border-radius: 2px;
    padding: 3px 5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    -webkit-animation: .9s blink infinite;
    animation: .9s blink infinite;
}

.label_btn:hover{
    color:#fff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr:first-child td {
    padding-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}
.my_custom_addres_bx .top-bar-address{
    position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .my_custom_addres_bx{
    padding: 10px 5px;
}





.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
    color: #444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}
.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}
.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
    color: #fff;
}
.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*='bg']>.box-header {
    color: #fff;
}
.box .box-group>.box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body>.table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-messages {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-contacts {
    -webkit-transform: translate(101%,  0);
    -ms-transform: translate(101%,  0);
    -o-transform: translate(101%,  0);
    transform: translate(101%,  0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}
.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}
.contacts-list>li:before, .contacts-list>li:after {
    content: " ";
    display: table;
}
.contacts-list>li:after {
    clear: both;
}
.contacts-list>li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}
.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}
.contacts-list-name, .contacts-list-status {
    display: block;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 12px;
}
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}
.contacts-list-msg {
    color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a;
}
                                    
.order-track-form .input-box {
    position: relative;
}
.order-track-form .input-box input {
    height: calc(41px +(52 - 41)*((100vw - 320px) /(1920 - 320)));
    border-radius: 5px;
    border: 1px solid var(--theme-color);;
    padding-left: 45px;
    padding-right: 140px;
}
.order-track-form .input-box .arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    padding: 8px;
    background-color: rgba(var(--theme-color-rgb), 0.1);
    font-size: 15px;
    left: 8px;
    -webkit-text-stroke: 1px var(--theme-color);
    color: transparent;
}
.order-track-form .input-box .sub-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--theme-color);
    position: absolute;
    right: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px;
    font-size: calc(14px +(15 - 14)*((100vw - 320px) /(1920 - 320)));
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.primary-text-color{
    color: var(--theme-color);
}
.log-in-button a img {
    width: 20px;
}
.log-in-button a {
    display: inline-block;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    color: #222;
    border-radius: 5px;
    gap: calc(8px + 2*(100vw - 320px) / 1600);
    margin:5px;
    background-color: #f8f8f8;
}
.log-in-box {
    background-color: #fff;
    padding:0px!important;
    border-radius: calc(8px + 4*(100vw - 320px) / 1600);
}
.lg_sp_modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
}
.log-in-box .forgot-box {
    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;
}
.log-in-box .remember-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.log-in-box .forgot-password {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.log-in-box .other-log-in {
    margin-top: 15px;
    text-align: center;
    position: relative;
}
.log-in-box .other-log-in::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #ddd;
    z-index: 0;
}
.log-in-box .other-log-in h6 {
    color: #4a5568;
    position: relative;
    background-color: #f9f9f9;
    padding: 0 14px;
    display: inline-block;
    text-transform: uppercase;
}
.log-in-box .log-in-button {
    margin-top: 20px;
    padding: 1px 0;
}

.log-in-box .sign-up-box {
    margin-top: 20px;
    text-align: center;
}
.log-in-box .sign-up-box h4 {
    color: #4a5568;
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    margin-bottom: calc(0px +(3 - 0)*((100vw - 320px) /(1920 - 320)));
}
.log-in-box .sign-up-box a {
    font-weight: 500;
    font-size: calc(15px +(17 - 15)*((100vw - 320px) /(1920 - 320)));
    margin-bottom: -4px;
    display: block;
}
.login_signup_tab{
    padding-top: 20px;
}
.text_danger, .text_danger li {
    color: #ff4f4f !important;
    font-size: 12px!important;
}
.text_green{
    color: var(--theme-color);
}
.login-message {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.login-message h1{
    font-size: 14px;
}
.active-border {
    border-bottom: 3px solid var(--theme-color);
    color: #2c2c2c !important;
    
}
.custom-nav{
    border-bottom: none;
}
.custom-nav .nav-link{
    color: #2c2c2c !important;
}
.log-in-box .log-in-title {
    margin-bottom: calc(12px +(20 - 12)*((100vw - 320px) /(1920 - 320)));
}
.log-in-box .log-in-title h1 {
    color: #4a5568;
    margin-top: 8px;
    font-size: 25px;
}
.log-in-box .log-in-title h5 {
    color: #4a5568;
    margin-top: 8px;
    margin-bottom: 8px;
}
.log-in-box .log-in-title h3 {
    margin-bottom: calc(1px +(6 - 1)*((100vw - 320px) /(1920 - 320)));
    font-size: calc(18px +(21 - 18)*((100vw - 320px) /(1920 - 320)));
}
.inputs {
    margin: calc(-2px +(-8 - 2)*((100vw - 320px) /(1920 - 320)));
}
.inputs input {
    margin:5px;
}
.lg_sp_modal small{
    float: inline-end;
    padding:5px 0px;
}
.header-notification-icon .onhover-div .button-group{
    margin: 0px!important;
    padding: 0px 0px 25px 0px!important;
    color: var(--bs-gray-dark);
}
.header-notification-icon .onhover-div .button-group a{
    color: var(--bs-gray-dark);
}
.header-notification-icon .onhover-div .button-group .mark_underline{
    text-decoration: underline;
}
.header-notification-icon .onhover-div{
    padding:10px!important;
}
.notification_table tbody tr td {
    text-align: left;
    padding: 12px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.h-200, .no_rc_found{
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.msg_nt{
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-notification-icon .onhover-div .header-notification-body li{
    border-bottom: 1px solid rgb(230 232 236);
}
.header-notification-icon .onhover-div .header-notification-body li .main_not_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header-notification-icon .onhover-div .header-notification-body li .main_not_area img {
    width:40px;
}
.header-notification-icon .onhover-div .header-notification-body li .main_not_area .main_not_contarea h5 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--bs-gray-dark);
    font-weight: 500;
}
.header-notification-icon .onhover-div .header-notification-body li .main_not_area .main_not_contarea p {
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 12px;
    display: flex;
    -ms-flex-wrap: nowrap;
    color: var(--bs-gray-dark);
    flex-wrap: nowrap;
    margin-bottom: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-notification-icon .onhover-div .header-notification-body li .main_not_area .main_not_contarea span{
    color: var(--bs-gray-dark);
    padding-bottom: 10px;
    font-size: 12px;
}
.accept_method{
    padding-top:20px;
}
.accept_method img{
    width:70px;
}
.toast_area .product_toast_area{
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.toast_area .product_toast_area .product_img img{
    width: 65px;
    padding: 5px;
}
.toast_area .product_toast_area .product_nm h1{
    font-size: 14px;
    color: #222;
}
.toast_area .button-group{
    display: -webkit-box;
    justify-content: space-between;
    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 + 10*(100vw - 320px) / 1600);
}
.toast_area .button-group .cart-button{
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    width:100%;
    margin: 5px;
    padding: 6px 10px;
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: 5px!important;
  
}
header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-image img {
    width:65px;
    background: #f8f8f8;
    padding: 0px;
}
#cart-header .product-box-contain{
    padding-bottom: 15px;
    display: block;
}
#cart-header .price_bx_cart{
    border-top: 1px solid #ececec!important;
    margin-top: 25px;
    margin-bottom:5px;
}
header .onhover-dropdown .onhover_cart_div{
    padding: 10px;
}
header .onhover-dropdown .onhover_cart_div .cart-list{
    padding-bottom: 0px;
    border: none;
    display: block;
}
.shopping-button-back i {
    margin-right: 8px;
}
.address-tab .a-tab .nav-item .active{
    background-color: #fff;
    border-color: #ec008c;
}
.shipping_method_options h4{
    font-size: 17px;
    color: #222;
}
.shipping_method_options li{
    border: none!important;
}
.shipping_method_options li:last-child {
    padding-top: 5px!important;
}
.shipping_method_options .price{
    font-size: 17px!important;
    color: #222;
    font-weight: 400!important;
}
.sb_total{
    padding-bottom: 8px;
}
.cart-table table tbody tr .product-detail {
    display: block!important;
    align-items: center;
}

.cart-table table tbody tr td .quantity-price {
    width: 80%;
}
.cart-table table tbody tr td {
    padding: 12px 15px;
    vertical-align: middle;
    white-space: nowrap;
}
.cart-table table tbody tr td .quantity-price .cart_qty .crt_qt_btn {
    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;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0;
}
.cart-table table tbody tr td .quantity-price .cart_qty .cart-item-quantity{
    padding: 0;
    border: none;
    text-align: center;
    background-color: transparent;
    margin-bottom: 0px;
    line-height: 30px;
}

.cart-table table tbody tr td .quantity-price .cart_qty .crt_qt_btn i {
    font-size: 14px;
    color:#222;
}
.input-group .crt_qt_btn {
    z-index: 1;
}
.input-group>.cart-item-quantity{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.cart-table table tbody tr td.save-remove .delete-cart-item {
    font-weight: 400;
    font-size: 15px;
    color: #bf2020;
    text-decoration: underline;
}
.cart-table table tbody tr td.save-remove .wishlist {
    font-weight: 400;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    text-decoration: underline;
}
.card-bg{
    background-color: #f8f8f8;
}
.cart-table table tbody tr:first-child td{
    padding-top: 5px!important;
}
.cart-table table tbody tr:last-child td {
    padding-bottom: 5px!important; 
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li {
    display: block;
    white-space: nowrap;
    margin-bottom: 2px;
    font-size: 13px;
}
.cart_scroll_area{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.cart-table table tbody tr td .table-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li span{
    color: var(--theme-color)!important;
    font-weight: 600;
}
.cart-table table tbody tr td.price h5 {
    font-weight: 500;
    font-size: 14px;
}
.delete-icons{
    margin-right: 10px;
}
.cursor-pointer {
    cursor: pointer;
}
.pointer-events-none{
    pointer-events:none;
}
.pointer-events-auto{
    pointer-events:auto;
}
.process-goto i {
    margin-left: 8px;
}
.process-goto span{
    margin-right: 8px!important;
}
.header-search {
    position: relative;
}
.search-suggestions{
    position: absolute;
    top:50px;
    z-index: 11;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 5px #00000026;
}
.overflow-hidden {
    overflow: hidden !important;
}
.search-suggestions .search-suggestions-inner {
    max-height: 425px;
    background: #ffffff;
    padding-bottom: 14px;
}
.custom-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ebebeb transparent;
}
.search-suggestions .title {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 6px 20px;
    color: #000;
    background: #f9f9f9;
    margin-bottom: 5px;
}

.product-suggestion-list, .vendor-suggestion-list, .category-suggestion-list{
    padding-bottom: 5px;
}
.list-inline {
    padding-left: 0;
}
.search-suggestions li {
    transition: .15s ease-in-out;
}
.category-suggestion-list li, .vendor-suggestion-list li{
    display: block;
}
.category-suggestion-list li>a, .vendor-suggestion-list li>a{
    font-size: 13px;
    line-height: 26px;
    display: block;
    max-width: 100%;
    padding: 1px 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.product-suggestion-list li {
    margin-bottom: 4px;
    display: block;
}
.product-suggestion-list li a{
    position: relative;
    display: flex;
    padding: 6px 20px;
}
.product-suggestion-list .product-image {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 8px;
    overflow: hidden;
}
.product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.discount_offer_cart {
    background-color: var(--theme-color);
    color: #fff;
    padding:2px 4px;
    margin-bottom:6px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 4px;
}
.product-image>img {
    position: relative;
    max-height: 100%;
    border-radius: 5px;
    max-width: 100%;
    transition: .2s ease-in-out;
}

.cart-table table tbody tr td.product-detail .product .product-detail {
    margin-left: 10px;
    margin-top: 0;
}
.product-suggestion-list .product-info {
    min-width: 0;
    flex-grow: 1;
}
.product-suggestion-list .product-info {
    margin-left: 20px;
}
.product-suggestion-list .product-info-top {
    display: flex;
    justify-content: space-between;
}
.product-suggestion-list .product-name {
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.product-price {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    color: var(--theme-color);
}
.category-suggestion-list li:hover, .product-suggestion-list li:hover, .vendor-suggestion-list li:hover{
    background-color: #f0f0f079;
    transition: .3s;
}
.loading-dots {
    width:45px;
    margin: 0 auto;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background: var(--_g) 0%   50%, var(--_g) 50%  50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}

.radio-star {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 35px;
    direction: ltr;
    color: rgba(0, 0, 0, .25);
    font-size: 29px;
    white-space: nowrap;
}
.radio-star::before {
    content: "★";
}
.star-color-active {
    color: #fcca19;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.radio-stars {
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    direction: rtl;
    counter-reset: star-rating;
    font-size: 0;
}
.radio-star-total {
    pointer-events: none;
    direction: ltr;
    unicode-bidi: bidi-override;
    position: absolute;
    right: -62px;
    bottom: .5em;
    color: #898989;
    font-size: 15px;
}
.radio-star-total::before {
    content: counter(star-rating) "";
}
.custom-modal-product-view{
    position: fixed;
    inset: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    align-items: center;
    background:rgb(27 30 35 / 76%);
    top: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.custom-product-modal-content{
    width: 860px;
    height: 500px;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    opacity: 1;
}
.open-view-modal-close{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--theme-color);
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin: 0;
    padding: 8px;
    z-index: 1;
}
.open-view-modal-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.open-view-modal-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.zoom {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    width: 100%;
    object-fit: contain;
}
.zoom img {
    transition: opacity .5s;
    display: block;
    height: 370px;
    object-fit: fill;
    background-color: #fff;
}
.swiper-slide-img {
    width: 100% !important;
}
.h-12 {
    height: 3rem;
}
.gallery-thumbsV .swiper-slide-thumb-active {
    border: 1px solid #2c2c2c;
    border-radius: 4px;
}
.swiper-slide-thumbs {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 48px !important;
}
.swiper-thumbsnail {
    position: relative !important;
}
.swiper-button-next {
    right: -12px !important;
    height: 55px !important;
    top: 22px !important;
}
.swiper-button-prev {
    left: -10px !important;
    height: 55px !important;
    top: 22px !important;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.p_12{
    padding: .375rem;
}
.w-12{
    width:3rem;
}
.bg-white:after {
    border: 2px solid #000 !important;
    border-top: none !important;
    border-right: none !important;
    content: "" !important;
    height: 5px !important;
    left: 5px !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 6px !important;
    transform: rotate(-45deg) !important;
    width: 10px !important;
}
.swiper-button-prev:after {
    font-size: 0 !important;
}
.gallery-thumbsV .swiper-slide-thumbs{
    width: 50px!important;
}
.thumb_gl_popup{
    display: flex;
    margin-top: 10px;
}
.thumb_gl_popup .product-slider{
    margin-left: 0!important;
}
.zoom img:hover {
    opacity: 0;
}
.custom-modal-product-view .right-box-contain{
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.custom-modal-product-view .product-option li a .feather{
    width: 17px;
    height: auto;
    color: #4a5568;
}

.custom-modal-product-view .product-option li a {
    color: #222;
}
.custom-modal-product-view .right-box-contain .name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}
.line-through {
    text-decoration-line: line-through;
}
.custom-modal-product-view .right-box-contain .price-area .price, .custom-modal-product-view .right-box-contain .price-area .price span, .product-section .right-box-contain .price-rating .price span {
    font-weight: 600;
    font-size: 18px;
}
.custom-modal-product-view .right-box-contain .price-area{
    padding-top: 15px;
}
.st_store_mg{
    display: flex;
    justify-content: space-between;
}
.st_store_mg a .feather{
    width: 17px;
    height: auto;
}
.cart-item-quantity-popup {
    height: auto;
    background-color: transparent;
    border: none;
    display: block;
    width: 120px !important;
    padding: 0;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #4a5568;
}
.z-10 {
    z-index: 10;
}
.label-flex .custom-lv {
    font-size: 12px;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #2c2c2c;
    border-radius: 4px;
}

.thumb_gl_product_details{
    display: flex;
    margin-top: 10px;
}
.thumb_gl_product_details .product-slider{
    margin-left: 0!important;
    width: inherit;
}
.offer_right_area{
    margin-right: 10px;
    padding: 5px!important;
    font-size: 12px;
}
.product_list_details_pg {
    width: 100%;
    margin-top: 10px;
}
.product_list_details_pg li {
    padding-left: 13px;
    width: 100%;
    margin-bottom: 10px;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    color: #777;
}
.product_list_details_pg li:last-child{
    margin-bottom: 0px;
}
.product_list_details_pg li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    background-color: #4a5568;
    border-radius: 100%;
}
.product_list_details_pg li a {
    margin-left: 5px;
    color: #222;
    font-weight: 500;
}
.product-section .right-box-contain .name {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 25px;
}
.right-box-contain .buy-box .wish_comp_area >li>a {
    margin-right: 10px;
}
@media (max-width: 767px){
    .product-section .right-box-contain {
        text-align: left;
    }
    .product_list_details_pg li {
        padding-left: 13px;
        width: 100%;
        display: inline-flex;
        margin-bottom: 10px;
        font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
        position: relative;
        color: #777;
    }
    .product-section .right-box-contain .note-box {
        justify-content: left;
    }
    .custom-product-modal-content{
        height: auto;
    }
    .login-close-btn {
        right: 0px !important;
    }
    .w-508px {
        width:auto!important;
    }
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:first-child {
        display: block;
    }
    header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
        width: 200px;
    }
    header .top-nav .navbar-top .middle-box .search-box{
        display: block;
    }
    header .top-nav .navbar-top .middle-box{
        position: absolute;
        width: -webkit-fill-available;
    }
    header .top-nav .navbar-top .middle-box .search-box .input-group button {
        background-color: #ec008c;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ec008c;
    }

    .search-box-mb {
        background: #E8E8E4;
        position: absolute;
        top:65px;
        z-index: 299;
        width: 100%;
        line-height: 60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-top: 4px solid var(--theme-color);
        display: none;
    } 
    .search-box-mb:before {
        content: "";
        position: absolute;
        top: -30px;
        right: 55px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid var(--theme-color);
    }
    .search-box-mb .input-group .form-control{
        border-radius:0px!important;
    }
    .search-box-mb .search-btn{
        background: var(--theme-color);
        border-radius:0px!important;
        color:#fff;
    }
    .search-suggestions {
        top: 42px;
    }
   
}
.search-box-bl{
    display: flex;
}
.search-box-bl button{
    background-color: #ec008c;
    color: #fff;
    padding: 8px;
    border-radius:0 7px 7px 0;
    border: none;
}
.blog-section .left-sidebar-box .left-search-box .search-box-bl input{
    padding: 8px 68px 8px 20px;
    background-color: #f8f8f8;
    border: none;
    height: 53px;
    border-radius: 7px;
}
.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-icon li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icon li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    opacity: 0.06;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icon li a {
    width: 100%;
    height: 100%;
    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;
    color: #4a5568;
}
.social-icon li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_author_area .bl-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(7px + 3*(100vw - 320px) / 1600);
}
.blog_author_area .bl-logo img {
    width: calc(80px + 9*(100vw - 320px) / 1600);
    height: auto;
    border-radius: 5px;
}
.blog_author_area{
    box-shadow: 0 0 8px rgba(34, 34, 34, .13);
    padding: 10px;
    border-radius:10px;
}
.bl_text_p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ruby{
    display: ruby;
}


.lg-su-modal{
    position: fixed;
    inset: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    align-items: center;
    background:rgb(27 30 35 / 76%);
    top: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.lg-su-modal-content{
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    opacity: 1;
}
.login-close-btn{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--theme-color);
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff!important;
    margin: 0;
    padding: 8px;
    z-index: 1;
}
.login-close-btn:hover {
    color: #fff!important;
    text-decoration: none;
    opacity: 1;
}
.login-close-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.w-508px {
    width: 508px;
}


#popupModal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.list-total h4 .inc_taxes{
    display: block!important;
    font-size: 14px !important;
}
.cart-table table tbody tr td.price h5{
    display: block;
}
.cart-saved-total, .checkout-saved-total{
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgb(214, 255, 235);
    color: rgb(16, 134, 77);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-wrap: nowrap;
}
.summery-box .summery-contain .coupon-cart .coupon-box .btn-dlt {
    background: red;
    color: #fff;
    padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    border: none;
}

.lg-su-modal-content {
    max-height: 90vh;
    overflow-y: auto;
}
/* Ensure full-screen modal with centered content */
#my-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

/* Make content scroll if it's taller than viewport */
#my-modal .lg-su-modal-content {
    background-color: #fff;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 520px; /* or your desired width */
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    padding: 20px;
    position: relative;
}

/* Close button fixes */
.login-close-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 10;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 50%;
}
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 10px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width:40px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  animation: pulse 1.5s infinite;
  transition: transform 0.3s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.2);
  background-color: #20b858;
  color: white;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.bdg-sect{
    padding: 5px;
}
.contact-box-section .error {
    font-size: 11px!important;
    color: red!important;
}