
.top_header {
    background: var(--primary-color);
    padding: 7px 0;
    border-bottom: 1px solid rgb(242 242 242 / 20%);
}

.top_header_wrapper{
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header_contact ul li a i{
    color: var(--main-color);
    margin-right: 3px;
    font-size: 14px;
}

.top_header_list ul li a,
.header_contact ul li a{
    font-size: 13px;
    color: rgb(214 214 214 / 60%);
    font-weight: 300;
}

/* logo */
.main_header{
    background: var(--primary-color);
    padding: 40px 0;
}

.header_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.logo{
    width: 100px;
}

.logo a{
    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;
}

.header_search{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.header_search_form {
    height: 34px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.header_search_form .input_control{
    width: calc(100% - 50px);
}

.search_btn {
    height: 100%;
    width: 50px;
    border: none;
    background: var(--main-color);
    color: var(--global-color);
    position: absolute;
    top: 0px;
    right: 0px;
    display: -ms-grid;
    display: grid;
    place-content: center;
}


.header_right_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}


@media(max-width: 991px){
    .header_right {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        z-index: 9;
        background: var(--primary-color);
    }
    
    .header_right_wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
        height: 100%;
    }
    
    .header_block_item{
        width: calc(20% - 10px);
        text-align: center;
    }

    .header_block_icon{
        color: var(--global-color) !important;
    }

    .footer_note{
        margin-bottom: 60px;
    }
}

.header_block_icon {
    font-size: 20px;
    color: var(--main-color);
    opacity: .85;
}

.header_block_icon i {
    font-weight: 500;
}

.header_block_content p {
    font-size: 14px;
    color: var(--global-color);
    font-weight: 500;
    line-height: 14px;
}

.header_block_content span,
.header_block_content a {
    font-size: 12px;
    color: rgb(214 214 214 / 60%);
    display: block;
    font-weight: 300;
}

.banner_section{
    display: block !important;
}

.banner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    position: relative;
}

.banner_slider_content{
    width: 100%;
    position: relative;
}

@media(max-width: 991px){
    .banner_section {
        padding-bottom: 0px;
    }
}

.banner_section .slick-list.draggable{
    height: 100%;
}

.banner_section .slick-track{
    height: 100%;
}

.banner_section .bannerslider_arrow {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
}

.banner_section .slick-prev,
.banner_section .slick-next {
    height: 50px;
    width: 24px;
    border-radius: 0px 5px 5px 0px;
    background: transparent;
}

.banner_section .slick-next{
    border-radius: 5px 0px 0px 5px;
}

.banner_section .slick-prev::after,
.banner_section .slick-next::after {
    color: var(--global-color);
    background: rgb(250 250 250 / 40%);
    border: none;
    border-radius: 0px;
}

.banner_slider {
    border-radius: 12px;
    overflow: hidden;
    min-height: 180px;
}


.banner_category {
    width: 238px;
    min-height: 344px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
            box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    background-color: #fff;
    z-index: 200;
    border-radius: 12px;
    display: none;
}

.category{
    height: 100%;
    overflow-y: auto;
}

.category::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .category::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .category::-webkit-scrollbar-thumb {
    background: rgb(1 71 155 / 10%); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .category::-webkit-scrollbar-thumb:hover {
    background: rgb(1 71 155 / 40%); 
  }

.category_list {
    padding: 10px 0 12px;
    height: 100%;
    max-height: 374px;
    overflow-y: auto;
}

.sub_category {
    height: 100%;
    position: absolute;
    width: 238px;
    left: 238px;
    top: 0px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))!important;
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))!important;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    display: none;
}

.sub_category_content {
    padding: 10px 0 12px;
    height: 100%;
}

.category_item:hover .sub_category{
    display: block;
}

.category_item:hover .category_link {
    background: rgb(189 0 0 / 10%);
}

.sub_category_item{
    padding: 3px 0px;
    border-radius: 6px;
}

.sub_category_link {
    color: rgb(15 23 42 / 55%);
    cursor: pointer;
    font-weight: 400;
    padding: 0px 10px;
    display: block;
    font-size: 14px;
}

.nested_category {
    position: absolute;
    left: 100%;
    height: 101%;
    min-width: 100%;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))!important;
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))!important;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    display: none;
}

.sub_category_item:hover .nested_category{
    display: block;
}

.sub_category_item:hover{
    background: rgb(189 0 0 / 10%);
}

.nested_category_title {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 20px;
}

.nested_category_list {
    display: -ms-grid;
    display: grid;
    gap: 24px 16px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(5, 1fr);
}

.nested_category_item {
    width: 82px;
}

.nested_category_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nested_category_image{
    height: 48px;
    width: 48px;
    
}

.nested_category_image img {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid rgb(189 0 0 / 10%);
    border-radius: 50%;
}

.nested_category_name {
    font-size: 12px;
    color: var(--color);
    text-align: center;
    max-width: 100px;
    line-height: 13px;
    margin-top: 6px;
}

.category_link {
    padding-left: 8px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border-radius: 6px;
}

.category_text {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 27px;
    color: rgb(15 23 42 / 55%);
    cursor: pointer;
    font-weight: 400;
}

.category_image {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: rgb(4 24 38 / 10%);
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.category_image img{
    width: 16px;
}

/* benifits section */

.benifit_section{
    margin-bottom: 30px;
}

/* .benifit_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--bg-color);
    box-shadow: 0px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 15px 20px;
} */

.benifit_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}

/* .benifit_item {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
} */

.benifit_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    background: var(--global-color);
    border-radius: 12px;
    padding: 15px 20px;
}

.benifit_text {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 700; 
}

.benifit_icon {
    height: 40px;
    width: 40px;
    background: var(--main-color);
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    color: #ffffff;
    font-size: 17px;
}

/* best_deals_wrapper */

.best_deals_mainwrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.best_deals_block {
    width: 100%;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    background: var(--global-color);
}

.best_deals_image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
}

.best_deals_image img{
    height: 100%;
}

.best_deals_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.best_deals_content h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
    background-image: -webkit-linear-gradient(82deg,#bd0000 0,#fdd800 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.best_deals_content p {
    font-size: 1em;
    color: var(--global-color);
    margin-bottom: 10px;
    font-weight: 300;
    width: 100%;
    text-shadow: 2px 3px 2px rgb(4 24 38 / 50%);
}

.shop_btn {
    color: var(--global-color);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 20px;
    background: var(--main-color);
    display: inline-block;
    max-width: 120px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.best_deals_title {
    font-size: 16px;
    font-weight: 900;
    color: var(--primary-color);
}

.best_deals_link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--main-color);
    gap: 4px;
}

.best_deals_link span i{
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
}

.best_deals_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
}

.best_deals_product{
    width: calc(100% / 3 - 8px);
    position: relative;
}

.best_dealsproduct_wrapper{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.best_deals_product:hover .best_dealsproduct_wrapper {
    position: absolute;
    -webkit-transform: translate(-15%,-10%);
        -ms-transform: translate(-15%,-10%);
            transform: translate(-15%,-10%);
    width: 200px;
    -webkit-box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
            box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    background: var(--global-color);
    z-index: 1024;
    border-radius: 12px;
}

.deals_product_thumb{
    cursor: pointer;
}

.deals_product_info {
    padding: 0 20px 15px;
    display: none;
}

.best_deals_product:hover .deals_product_info{
    display: block;
}

.deals_product_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.deals_product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
    margin-top: 5px;
}

.groceries_category{
    width: calc(100% / 3 - 8px);
    text-align: center;
}

.groceries_category_image {
    width: 80px;
    margin: 0px auto;
    height: 70px;
}

.groceries_category_image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.groceries_category_name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary-color);
}

.section_title_wrapper {
    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;
    padding: 12px 20px;
    background: var(--global-color);
    border-radius: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}

.count_wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
}

.count_wrapper ul li {
    height: 27px;
    width: 30px;
    position: relative;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.count_wrapper ul li::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.count_wrapper ul li span{
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
}


.flashsale_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 16px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}


.flashsale_wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}


.flashsale_wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}


.flashsale_wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}


.flashsale_wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.flash_product {
    background: var(--global-color);
    -webkit-box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
            box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.flash_banner {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.flash_banner .flash_product_thumb {
    max-width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.flash_banner .flash_product_thumb img {
    -o-object-fit: cover;
       object-fit: cover;
}

.flash_product_thumb {
    position: relative;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 10px 0;
}

.flash_sale .flash_product:hover .flash_product_thumb {
    -webkit-transform: scale(1.2) translate(-10%, 2%);
        -ms-transform: scale(1.2) translate(-10%, 2%);
            transform: scale(1.2) translate(-10%, 2%);
}

.flash_product_thumb img {
    min-height: 130px;
    height: 100%;
}

.flash_product_content {
    padding: 10px 15px;
}

.product_rating {
    margin-bottom: 6px;
}

.product_rating ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
}

.product_rating ul li span i {
    color: #ffa20f;
    font-weight: 600;
    font-size: 14px;
}

.product_title a,
.product_deals_title{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.flash_product:hover .product_title a{
    color: var(--main-color);
    text-decoration: underline;
}

.product_price_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
    gap: 12px;
    margin-bottom: 6px;
}

.offer_price {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    color: var(--main-color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.offer_price .currency{
    font-weight: 400;
}

.old_price {
    color: var(--color);
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
}

.flash_save {
    background: var(--main-color);
    color: var(--global-color);
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 10px 0px;
}

.product_shipping {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
}

.view_btn {
    margin-top: 40px;
    text-align: center;
}

.view_btn a {
    padding: 8px 25px;
    display: inline-block;
    color: var(--global-color);
    text-transform: uppercase;
    font-size: 14px;
    background: var(--main-color);
    border-radius: 20px;
    font-weight: 500;
}

.categories_slider_content{
    padding: 15px 20px;
    border-radius: 12px;
    background: var(--global-color);
}

.category_slider_image img,
.top_brand_image img {
    height: 110px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0px auto;
}

.category_slider_name,
.brand_item_name {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.category_arrow ,
.brand_sliderarrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.category_arrow .slick-prev,
.category_arrow .slick-next,
.brand_sliderarrow .slick-prev,
.brand_sliderarrow .slick-next {
    height: 26px;
    width: 26px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: transparent;
}

.category_arrow .slick-prev::after,
.category_arrow .slick-next::after,
.brand_sliderarrow .slick-prev::after,
.brand_sliderarrow .slick-next::after{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-radius: 5px;
}

.product_section_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: var(--global-color);
    padding: 20px;
    border-radius: 12px;
}

.product_section_wrapper .flash_product {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}

.product_section_wrapper .flash_product_thumb img {
    min-height: 185px;
    height: 100%;
    max-height: 185px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product_section_wrapper .flash_product_thumb {
    max-width: 100%;
    background: var(--global-color);
    padding: 0;
}

.product_shipping b{
    margin-left: 5px;
}

.product_shipping span{
    font-weight: 400;
}

.top_brand_slider {
    margin: 0px -6px;
}

.top_brand_item {
    padding: 15px;
    background: var(--global-color);
    border-radius: 12px;
    margin: 0px 6px;
}

.super_deals_main{
    padding: 20px;
    border-radius: 12px;
    background: var(--primary-color);
}

.super_deals_main .section_title_wrapper {
    background: var(--primary-color);
    border-bottom: 1px solid rgb(250 250 250 / 10%);
}

.super_deals_main .section_heading{
    color: var(--global-color);
}

.hot_deals_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hot_deals_product {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(242 242 242 / 20%);
}

.deals_product_image img{
    min-height: 184px;
    max-height: 184px;
}

.product_deals_content {
    padding: 15px;
}

.product_deals_content .offer_price{
    color: var(--global-color);
}

.product_deals_content  .product_deals_title{
    color: rgb(214 214 214 / 90%);
}

.deals_view_more{
    position: relative;
}

.deals_view_more a {
    padding: 6px 15px;
    color: var(--primary-color);
    background: var(--global-color);
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.best_seller_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}

.saller_item {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgb(4 24 38 / 20%);
    width: 100%;
}

.saller_thumb{
    height: 150px;
    position: relative;
}

.saller_thumb_image{
    height: 100%;
}

.saller_thumb_image img{
    height: 100%;
}

.saller_name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 20px;
    text-align: center;
    background: rgb(4 24 38 / 90%);
    width: 100%;
}

.saller_name a{
    color: rgb(255 255 255 / 70%);
    font-size: 17px;
    font-weight: 500;
}

.saller_item_content {
    padding: 10px 15px;
}

.saller_item_content .product_rating ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.view_shop a {
    padding: 6px 20px;
    width: 100%;
    background: rgb(189 0 0 / 4%);
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    border-radius: 6px;
    border: 1px solid rgb(189 0 0 / 20%);
}

.best_seller_content{
    padding: 20px;
    border-radius: 12px;
    background: var(--global-color);
}

.video_section_content {
    padding: 20px;
    border-radius: 12px;
    background: var(--primary-color);
}

.cls__trending_wrapper {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}


.cls__trending_item {
    position: relative;
    max-height: 274px;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(242, 242, 242, 0.1);
}

.cls__trending_item_image {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.cls__trending_item_content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: calc(100% - 20px);
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgb(189 0 0 / 50%);
    border-radius: 0px 0px 7px 7px;
}

.cls__trending_item_name {
    color: var(--global-color);
    font-size: 16px;
    font-weight: 400;
    padding: 3px 10px;
}

.video_section_content .section_title_wrapper{
    background: var(--primary-color);
    border-bottom: 1px solid rgb(250 250 250 / 10%);
}

.video_section_content .section_heading{
    color: var(--global-color);
}

.footer_section {
    background: var(--primary-color);
    position: relative;
}

.footer_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer_column {
    width: 100%;
}

.footer_column:where(:first-child, :last-child) {
    width: 100%;
}

.footer_logo {
    width: 180px;
    margin-bottom: 25px;
}

.footer_logo_image {
    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;
}

.adress_text {
    font-size: 14px;
    color: rgb(126 136 143);
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

.footer_info_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.footer_info_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgb(126 136 143);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer_info_link:hover{
    color: var(--main-color);
}

/* .socket {
    background: var(--primary-color);
}

.socket_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid rgb(242 242 242 / 10%);
    padding: 15px 0px;
}

.social ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.social ul li a {
    height: 24px;
    width: 24px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    color: var(--main-color);
    border-radius: 3px;
    background: var(--global-color);
    font-size: 14px;
} */


.socket {
    background: var(--primary-color);
}

.socket_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid rgb(242 242 242 / 10%);
    padding: 15px 0px;
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.social ul li a {
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    color: var(--main-color);
    border-radius: 50%;
    background: var(--global-color);
    font-size: 20px;
}


.footer_nav_title {
    margin-bottom: 18px;
    color: var(--global-color);
    font-size: 20px;
    font-weight: 500;
}

.footer_nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
}

.footer_nav ul li a,
.footer_app_title {
    display: inline-block;
    color: rgb(126 136 143);
    font-size: 14px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer_nav ul li a:hover{
    color: var(--main-color);
}

.footer_app_title{
    margin-bottom: 15px;
}

.footer_app_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer_app_image {
    max-width: 124px;
    width: 100%;
}

.payment_footer {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.copy_right_text{
    display: inline-block;
    color: rgb(126 136 143);
    font-size: 14px;
}

.copy_right_text a{
    color: var(--global-color);
}

.footer_note_block {
    margin-bottom: 15px;
}

.footer_note_title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 22px;
}

.footer_noteblock_title {
    margin-bottom: 5px;
    color: var(--color);
    font-size: 13px;
    font-weight: 600;
}

.footer_note_text {
    font-size: 13px;
    color: var(--color);
}

.footer_note_link_wrapper {
    line-height: 1.2;
}

.footer_note_link_wrapper a{
    font-size: 13px;
    color: var(--color);
    display: inline-block;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer_note_link_wrapper a:hover{
    color: var(--main-color);
    text-decoration: underline;
}

.product_details_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: var(--global-color);
    padding: 20px;
    gap: 20px;
}

.pdf_left {
    width: 100%;
    
}

.pdf_left_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.product_slide{
    width: 100%;
}

.product_details_content{
    width: 100%;
}

.one_item_product{
    border: 1px solid var(--border-color);
}

.button_item_product {
    background: var(--border-color);
    padding: 6px 4px;
} 

.button_product_image {
    margin: 0px 5px;
    cursor: pointer;
}

.pdf_right{
    width: 100%;
}

.dp_name {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    padding-right: 10px;
    margin-bottom: 15px;
}

.product_reveiwer .product_rating{
    margin: 0px;
}

.product_reveiwer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pd_rating_average,
.prodcut_rating_count,
.prodcut_sold_count {
    font-size: 15px;
    font-weight: 500;
    color: var(--color);
}

.dp_product_offer {
    padding: 7px 20px;
    border-radius: 6px;
    background: var(--main-color);
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dp_product_offer_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--global-color);
    line-height: 24px;
}

.dp_product_offer_time {
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 300;
}

.dp_price_wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.dp_offer_price {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 3px;
}

.dp_price_currency {
    font-size: 16px;
    font-weight: 400;
}

.dp_old_price {
    font-size: 12px;
    font-weight: 600;
    color: var(--color);
    text-decoration: line-through;
    line-height: 22px;
}

.dp_offer_parcent {
    padding: 5px 10px;
    background: var(--main-color);
    line-height: 15px;
    font-size: 12px;
    color: var(--global-color);
    border-radius: 15px;
}

.dp_product_note {
    padding: 12px;
    background: var(--border-color);
    border-radius: 6px;
    margin-bottom: 10px;
}

.dp_product_note ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding-left: 16px;
}

.dp_product_note h3{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.dp_product_note ul li {
    font-size: 12px;
    color: var(--color);
    font-weight: 500;
    line-height: 16px;
    list-style: auto;
}

.dp_product_note ul li::marker {
    font-weight: 700;
    font-size: 13px;
}

.dp_class_divide {
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.dp_product_size_title,
.dp_product_color_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.dp_product_size_title span,
.dp_product_color_title span{
    color: var(--color);
    font-weight: 500;
}

.dp_product_size_content,
.dp_product_color_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dp_product_size_wrap {
    border: 1px solid var(--border-color);
    font-size: 15px;
    line-height: 18px;
    border-radius: 6px;
    color: var(--color);
    font-weight: 500;
    cursor: pointer;
    outline: none;
    height: 30px;
    width: 50px;
    text-align: center;
}

/* active size */
.dp_product_size_wrap.activeSize {
    border-color: var(--primary-color);
    background: var(--border-color);
}

@media (max-width: 430px) {
    .dp_product_size_title,
    .dp_product_color_title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .dp_product_size_wrap {
        width: 42px;
        height: 28px;
        font-size: 14px;
    }

    .dp_product_size_content,
    .dp_product_color_content {
        gap: 6px;
    }
}

@media (max-width: 380px) {
    .dp_product_size_content,
    .dp_product_color_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .dp_product_size_wrap {
        width: 100%;
        text-align: left;
    }
}


.dp_product_color{
    margin-bottom: 15px;
}

.dp_product_color_wrapper{
    height: 20px;
    width: 20px;
    border: none;
    outline: none;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 6px;
}

/* demo css */

.dp_product_color_wrapper:first-child{
    background: #bcbdc7;
}

.dp_product_color_wrapper:nth-child(2){
    background: rgb(23 101 194);
}

.dp_product_color_wrapper:nth-child(3){
    background: rgb(26 26 26);
}

.dp_product_color_wrapper:nth-child(4){
    background: rgb(183 222 72);
}

.dp_product_color_wrapper{
    color: transparent;
}

.dp_product_color_wrapper.activeSize {
    border: 2px solid rgb(167, 240, 250);
}

.whole_sell_wrapper{
    margin-top: 20px;
}

.whole_sell_wrapper table tr th,
.whole_sell_wrapper table tr td{
    font-size: 12px;
}

.product_shiping_content{
    padding: 20px;
    border: 1px solid var(--border-color);
}
/* demo end */

.dp_product_stock{
    color: var(--text-color);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.dp_product_stock span {
    padding: 3px 10px;
    background: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    color: var(--global-color);
    display: inline-block;
    margin-left: 6px;
    border-radius: 10px;
}

.quantity_wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 16px;
}

.quantity_title {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 10px;
}

.quantity_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.quantity_button{
    height: 32px;
    width: 40px;
    border: none;
    background: var(--border-color);
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.quantity_inner .quantity_input{
    width: 60px;
    height: 32px;
    padding: 0px;
    text-align: center;
}

.dp_product_btn{
    margin-bottom: 15px;
}

.dp_product_btn_wishlist button{
    color: var(--global-color);
    background: rgb(180, 7, 7);
    width: 100%;
    margin-bottom: 15px;
}
.dp_product_btn button{
    color: var(--global-color);
    background: var(--main-color);
    width: 100%;
}
.dp_product_btn_buy button{
    color: var(--global-color);
    background: rgb(180, 7, 7);
    width: 100%;
    margin-bottom: 15px;
}

.dp_product_addBtn button{
    background: var(--border-color);
    border: 1px solid var(--primary-color);
    width: 100%;
}

.dp_wish_btn button{
    height: 32px;
    width: 40px;
    background: var(--main-color);
    color: var(--global-color);
    border: none;
}

.product_seller_info{
    padding: 15px;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    background: var(--bg-color);
}

.prdut_seller_info_title{
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.prduct_seller_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.product_seller_image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    background: #d2d2d2;
    -webkit-box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
            box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border: 1px solid rgb(189 0 0 / 20%);
}

.product_seller_image img{
    height: 100%;
}

.product_seller_name {
    font-size: 14px;
    color: var(--color);
    font-weight: 600;
    text-transform: uppercase;
}

.seller_reveiw_count{
    font-size: 12px;
}

.view_shop_btn{
    margin-top: 20px;
}

.view_shop_btn a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
    padding: 6px 20px;
    width: 100%;
    background: rgb(189 0 0 / 4%);
    border-radius: 6px;
    border: 1px solid rgb(189 0 0 / 20%);
    display: block;
}


.accordion_button_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5px;
    background: rgb(189 0 0 / 10%) !important;
    color: var(--main-color) !important;
    padding: 9px 20px;
}

.accordion_button_custom span{
    color: var(--text-color);
}

.accordion-button:focus{
    border: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.product_addition .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.product_addition .accordion-button::after {
    width: 14px;
    height: 15px;
    background-size: contain;
}

.dp_product_descreption_text,
.dp_product_descreption_note ul li{
    font-size: 15px;
    color: var(--color);
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.dp_product_descreption_note strong{
    color: var(--primary-color);
    font-size: 14px;
}

.dp_product_descreption_note {
    background: var(--border-color);
    max-width: 360px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgb(189 0 0 / 10%);
    margin-bottom: 20px;
}

.dp_product_descreption_note ul li {
    margin: 0px;
    font-style: italic;
}

.dp_product_descreption_list{
    margin-bottom: 10px;
}

.dp_product_descreption_list strong {
    color: var(--primary-color);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.dp_product_descreption_list ul{
    padding-left: 20px;
}

.dp_product_descreption_list ul li{
    list-style: circle;
    font-size: 15px;
    color: var(--color);
    line-height: 21px;
    font-weight: 400;
}

.dp_product_descreption_image{
    max-width: 500px;
    margin-bottom: 20px;
}

.review_count_title {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.count_parcent{
    font-size: 52px;
    font-weight: 900;
}

.dp_poduct_review_note{
    font-size: 15px;
    color: var(--color);
    line-height: 21px;
    font-weight: 400;
}

.review_info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.review_count {
    width: 100%;
}

.reveiw_live {
    width: 100%;
}

.rting_live_wrapper .product_rating{
    margin: 0px;
}

.rting_live_wrapper .product_rating ul li i{
    font-size: 11px;
}


.revie_live_divide {
    height: 1px;
    width: 100%;
    background: var(--border-color);
}

.rting_live_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.rating_parcent_box {
    height: 6px;
    max-width: 170px;
    width: 100%;
    background: var(--border-color);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.rating_parcent_overlay {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 30%;
    background: rgb(111 116 127);
}

.product_rating_counting{
    font-size: 14px;
    color: var(--color);
}
/* four star */
.four_star ul li:last-child i{
    color: var(--color);
}

.four_star .rating_parcent_overlay{
    width: 15%;
}

/* three_star */

.three_star ul li:where(:last-child, :nth-child(4)) i{
    color: var(--color) !important;
}

.three_star .rating_parcent_overlay{
    width: 10%;
}

/* two_star */

.two_star ul li:where(:last-child, :nth-child(4), :nth-child(3)) i{
    color: var(--color) !important;
}

.two_star .rating_parcent_overlay{
    width: 40%;
}

/* one_star */

.one_star ul li:where(:last-child, :nth-child(4), :nth-child(3), :nth-child(2)) i{
    color: var(--color) !important;
}

.one_star .rating_parcent_overlay{
    width: 5%;
}


.customer_review_content {
    margin-top: 30px;
}

.customer_review_heading {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dfe2e6;
    border-left: none;
    border-right: none;
    padding: 10px;
}

.write_review_btn {
    margin: 20px 0px;
    text-align: right;
}

.write_review_btn button {
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    background: #f8e5e5;
    font-weight: 500;
    border-radius: 6px;
}

.review_add_form .customer_review_heading{
    margin-bottom: 20px;
}

.reveiw_form_label {
    font-size: 16px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
}

.reveiw_form_input {
    height: 36px;
    border-color: #dfe2e6;
}

.reveiw_input_inner:not(:last-child) {
    margin-bottom: 15px;
}


.rating_wrapper .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rating_wrapper .rating__input {
    position: absolute !important;
    left: -9999px !important;
}


.rating_wrapper .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 16px;
}

.rating_wrapper .rating__icon--star {
    color: orange;
}

.rating_wrapper .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating_wrapper .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating_wrapper .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.reveiw_form_submit{
    text-align: right;
}

.reveiw_form_submit button{
    background: var(--main-color);
    display: inline-block;
    color: var(--global-color);
    border-radius: 6px;
}

.review_add_form {
    display: none;
}


.imageThumb {
    max-height: 100px;
    border: 2px solid #dfe2e6;
    padding: 0px;
    cursor: pointer;
    border-radius: 6px;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: var(--main-color);
    color: var(--global-color);
    text-align: center;
    cursor: pointer;
    padding: 7px 16px;
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 6px;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.file input {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    opacity: 0;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 5px solid #ddd;
    border-radius: 8px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


.file-custom:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\2b";
    height: 100%;
    top: 0px;
    width: 100%;
    left: 0px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-size: 54px;
}

.file_uplad_inner {
    height: 100px;
    width: 100px;
}

.review_item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.review_profile_image{
    height: 50px;
    width: 50px;
}

.review_profile_image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review_item_right{
    width: 100%;
}

.review_name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color);
    line-height: 16px;
    margin-bottom: 5px;
}

.customer_rating ul li span i{
    font-size: 12px;
}

.customer_rating ul li span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review_text {
    font-size: 13px;
    font-weight: 400;
    color: var(--color);
    line-height: 18px;
}

.review_image_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
}

.review_image{
    width: calc(100% / 3 - 8px);
    border: 1px solid #dfe2e6;
    border-radius: 6px;
    overflow: hidden;
}

.review_item:not(:last-child){
    margin-bottom: 30px;
}

.review_reply_btn{
    text-align: right;
}

.review_reply_btn button {
    border: 1px solid #dfe2e6;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: var(--color);
}

.reply_form{
    display: none;
}

.reply_review_content {
    margin: 15px 0px;
    padding: 10px;
    background: var(--border-color);
    border-radius: 6px;
}

.reply_profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
}


.reply_profile img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    background: var(--bg-color);
    border: 2px solid rgb(15 23 42 / 10%);
}

.reply_profile_title {
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.product_additon_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: var(--global-color);
    padding: 20px;
    gap: 20px;
}

.product_addition{
    width: 100%;
}

.similer_shop_product{
    width: 100%;
}

.similer_shop_product_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
}

.similer_shop_product_wrapper .filter_product{
    width: 100%;
}

.similer_shop_product_wrapper .filter_product {
    width: calc(100% / 2 - 6px);
}

.xzoom-container{
    width: 100%;
}

#xzoom-default{
    width: 100%;
}

.productpreview_wrapper{
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 12px;
}

/* login page */

.login_page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_content{
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    background: var(--global-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px 20px;
}

.login_content_title {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
}

.form_input_inner{
    margin-bottom: 15px;
}

.form_input_inner label {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    color: var(--color);
    font-weight: 500;
}

.form_input_inner input{
    height: 36px;
    border-radius: 6px;
}

/* blog */

.blog_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.blog_img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog_content {
    padding: 18px;
}

.blog_content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.read_more {
    font-size: 14px;
    font-weight: 600;
    color: #d10000;
    text-decoration: none;
}

.read_more:hover {
    text-decoration: underline;
}


/* .user-toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

.user-toggle-password:hover {
    color: #000;
} */

.form_submit_btn button{
    text-align: center;
    width: 100%;
    color: var(--global-color);
    background: var(--main-color);
    border-radius: 6px;
}

.form_devide{
    border-bottom: 1px solid var(--border-color);
    position: relative;
    margin: 20px 0;
}

.form_devide span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--global-color);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color);
    font-weight: 600;
}

.sign__google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 15px;
    color: var(--color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-weight: 700;
    background: var(--bg-color);
    height: 40px;
}

.sign__google img {
    width: 20px;
}

.sign__google span {
    margin-top: 3px;
}

.main__form_text {
    text-align: center;
    color: var(--color);
    font-weight: 500;
    font-size: 15px;
}

.main__form_link {
    color: var(--main-color);
}

.forgot__password {
    display: inline-block;
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
    transition: var(--transition);
}

.user_dashboard_wrapper {
    display: flex;
    position: relative;
    align-items: flex-start;
}

.user_dashboard_nav {
    width: 300px;
    border: 1px solid var(--border-color);
    background: var(--global-color);
    position: sticky;
    top: 10px;
    padding: 15px 0;
    border-radius: 12px;
}

.close_collapse{
    display: none;
}

@media(max-width: 991px){
    .user_dashboard_nav {
        position: fixed;
        height: calc(100vh - 60px);
        top: 0px;
        left: -100%;
        overflow: auto;
        z-index: 999;
        border-radius: 0px;
        transition: var(--transition);
    }

    .filter_sidebar{
        position: fixed !important;
        height: calc(100vh - 60px);
        top: 0px !important;
        left: -100%;
        overflow: auto;
        z-index: 999;
        border-radius: 0px !important;
        transition: var(--transition);
    }

    .filter_body{
        width: 100% !important;
    }

    .user_dashboard_content{
        width: 100% !important;
    }

    .close_collapse {
        height: 30px;
        width: 30px;
        background: var(--border-color);
        border-radius: 6px;
        margin-left: auto;
        display: grid;
        place-content: center;
        margin-right: 20px;
    }
}

.user_dashboard_item {
    transition: var(--transition);
}

.user_dash_subnav_main {
    position: relative;
    display: none;
}

.user_dash_subnav {
    padding: 6px 20px;
    background: #e8c3c6;
}

.user_dash_subnav li a {
    padding: 5px 20px;
    display: block;
    color: var(--color);
    font-size: 14px;
    font-weight: bold;
}

.user_dashboard_link{
    padding: 8px 20px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 12px;
    color: var(--primary-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.nav_icon{
    position: relative;
}

.nav_icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f054";
    font-size: 14px;
}

.user_dashboard_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 0px;
    width: 5px;
    background: var(--main-color);
    transition: var(--transition);
}

.user_dashboard_link.active {
    background: var(--border-color);
}

.active.user_dashboard_link::after{
    height: 100%;
    top: 0px;
}

.user_dashboard_link:hover::after{
    height: 100%;
    top: 0px;
}

.user_dashboard_link i{
    color: var(--color);
    transition: var(--transition);
}

.user_profile {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6ebeb;
}

.user_profile_image {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 10px;
}

.user_profile_name {
    font-size: 18px;
    font-weight: 600;
    color: var(--color);
    line-height: 24px;
}

.user_dashboard_content{
    width: calc(100% - 300px);
    padding-left: 10px;
}

.user_dashboard_header {
    background: var(--global-color);
    padding: 9px 20px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collapse_btn {
    height: 30px;
    width: 30px;
    display: grid;
    place-content: center;
    background: var(--border-color);
    border-radius: 6px;
}

.user_dashboard_title {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
}

.user_dashboard_body {
    margin-top: 20px;
    
}

.dashboard_info_wrapper{
    background: var(--global-color);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
}

.dashboard_info_item {
    width: calc(100% / 2 - 6px);
    padding: 15px 6px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.dashboar_info_title {
    font-size: 14px;
    color: var(--primary-color);
    text-align: center;
}

.dashboar_info_icon {
    height: 60px;
    width: 60px;
    background: var(--border-color);
    margin: 0 auto 15px;
    border-radius: 6px;
    display: grid;
    place-content: center;
}

.dashboar_info_icon span i {
    display: flex;
    font-size: 22px;
    color: var(--color);
}

.dashboar_info_count {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: var(--color);
    line-height: 20px;
    margin-top: 6px;
}

.dahsboard_sidemap {
    padding: 20px 0;
}

.dashbard_sidemap_wrapper,
.walet_top_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.dashbard_sidemap_item{
    width: calc(100% / 2 - 6px);
    padding: 20px;
    background: var(--global-color);
    border-radius: 12px;
    text-align: center;
}

.sidemap_icon{
    margin-bottom: 7px;
}

.sidemap_icon i{
    font-size: 24px;
    font-weight: 700;
    display: inline-flex;
    color: var(--main-color);
}

.sidemap_title {
    color: var(--color);
    font-size: 18px;
    line-height: 18px;
}

.walet_top{
    padding-bottom: 20px;
}

.walet_top_wrapper{
    align-items: stretch;
}

.walet_top_balance {
    background: rgb(189 0 0 / 20%);
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
}

.walet_balance_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
}

.walet_amount {
    font-size: 32px;
    line-height: 32px;
    color: var(--main-color);
    font-weight: 600;
}

.walet_add_button {
    width: 100%;
    padding: 20px;
    background: #dce0e5;
    border-radius: 12px;
    display: grid;
    place-content: center;
    cursor: pointer;
    text-align: center;
}

.walet_add_button span i{
    font-size: 24px;
    color: var(--color);
}

.walet_add_button p{
    font-size: 18px;
    color: var(--primary-color);
}

.payment_modalbtn{
    background: var(--main-color);
    border-radius: 6px;
    color: var(--global-color);
}

.walet_payment_wrapper{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.walet_payment_item {
    width: calc(100% / 3 - 11px);
    position: relative;
}

.walet_payment_item span {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px 10px;
    width: 100%;
    display: block;
}

.walet_payment_item span img {
    height: 50px;
    object-fit: contain;
    width: unset;
    max-width: 100%;
    margin: auto;
}

.walet_payment_item input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.walet_payment_item input:checked ~ span {
    border-color: rgb(204 204 204);
    background: #e9e4e4;
}

.dashboard_table {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgb(4 24 38 / 10%);
    background: var(--global-color);
    overflow-x: auto;
}


.dashboard_table table {
    min-width: 460px;
}

.table_status{
    font-size: 12px;
}

.dashboard_table table tr th,
.dashboard_table table tr td{
    font-size: 14px;
    color: var(--color);
    vertical-align: middle;
}

.wishlist_product_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    background: var(--global-color);
    padding: 20px;
    border-radius: 12px;
}

.wishlist_product_wrapper .flash_product {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.wishlist_remove button {
    border-radius: 6px;
    background: var(--main-color);
    color: var(--global-color);
    padding: 3px 10px;
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
}

.profile_form{
    padding: 20px;
    border-radius: 12px;
    background: var(--global-color);
}

.profile_form_title {
    font-size: 18px;
    color: var(--primary-color);
    line-height: 24px;
    margin-bottom: 15px;
}

.profile_form_wrapper{
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profile_form_inner label{
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    color: var(--color);
    font-weight: 500;
}

.profile_form_inner input{
    height: 40px;
    border-radius: 6px;
}

.profile_form_inner input::placeholder{
    color: var(--color);
    font-size: 14px;
    font-weight: 300;
}

.profile_image_edit{
    border: 1px solid var(--border-color);
    padding: 24px;
    border-radius: 6px;
}

.profile_image_uploadview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #e7dddd;
}


.profile_upload_btn {
    height: 36px;
    max-width: 150px;
    width: 100%;
    margin: 0px auto;
}

.profile_image_uploadview img{
    height: 100%;
}

.profile_upload_btn .file .file-custom:after{
    display: none;
}

.profile_upload_btn .file .file-custom {
    text-align: center;
    display: grid;
    place-content: center;
    border-width: 1px;
    background: var(--border-color);
    border-radius: 6px;
}

.profile_update_submit button{
    border-radius: 6px;
    background: var(--main-color);
    color: var(--global-color);
}

.user_address_info{
    border-radius: 12px;
    background: var(--global-color);
    padding: 20px;
}

.user_address_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.add_address_btn button{
    padding: 5px 12px;
    background: var(--main-color);
    border-radius: 6px;
    font-size: 14px;
    color: var(--global-color);
}

.profile_form_inner textarea.input_control {
    height: 80px;
    padding: 10px 15px;
}

.user_address_wrapper{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.user_address_item {
    padding: 15px 30px 15px 15px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    width: 100%;
    background: var(--bg-color);
}

.user_address_item p{
    color: var(--color);
    font-size: 13px;
}

/* toast cusmtom design */

.toast-container.toast_container {
    width: 100px !important;
    max-width: 107px !important;
}

.toast-body p{
    cursor: pointer;
}

.user_address_item .btn-close {
    width: 5px !important;
    height: 5px !important;
    margin: 0px !important;
}

.user_address_item .toast-header{
    padding: 5px 7px;
}

.user_address_item .toast-body{
    padding: 7px;
}

.reward_point_box{
    margin-bottom: 20px;
}

.reward_point_box .walet_top_balance{
    width: 100%;
}

.coupon_wrapper {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.coupon_item {
    position: relative;
    padding: 20px 15px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    width: 100%;
    background: var(--global-color);
}

.coupon_title h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.coupon_input_inner {
    position: relative;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.coupon_input_inner input{
    height: 100%;
    width: calc(100% - 50px);
}

.coupon_input_inner button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    width: 54px;
    background: var(--color);
    color: var(--global-color);
}

/* category page */

.category_banner {
    height: 270px;
    width: 100%;
    background-image: url(../image/categoryproduct/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.category_banner::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    background: rgb(4 24 38 / 25%);
}

.category_banner_content{
    text-align: center;
    padding-top: 50px;
}

.category_banner_heading {
    font-size: 42px;
    color: var(--global-color);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 42px;
}

.category_banner_text {
    color: #ede7e7;
    font-size: 18px;
}

.sources_category_wrapper{
    padding: 20px;
    background: var(--global-color);
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 12px;
}

.sources_category_heading {
    font-size: 16px;
    line-height: 24px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
}

.sources_category_item{
    display: block;
}

.sources_category_image img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    margin: 0px auto 10px;
}

.sources_category_title{
    font-size: 14px;
    color: var(--color);
    line-height: 14px;
    text-align: center;
}

.sources_category {
    position: relative;
    margin-bottom: -86px;
    transform: translateY(-50%);
    z-index: 2;
}

.sources_style_content {
    padding: 20px;
    border-radius: 12px;
    background: var(--global-color);
}

.sources_style_wrapper {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.sources_style_item {
    padding: 10px;
    background: var(--global-color);
    border-radius: 12px;
    position: relative;
    width: 100%;
    border: 1px solid var(--border-color);
}

.sources_style_image {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}


.sources_style_image::after{
    content: "";
    background: rgba(0,0,0,.04);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sources_style_title{
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}

.category_slider_item{
    border-radius: 12px;
    overflow: hidden;
}

.category_slider_item img{
    max-height: 220px; 
    min-height: 150px;
}

.filter_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
}

.filter_sidebar {
    width: 240px;
    background: var(--global-color);
    border-radius: 12px;
    position: sticky;
    top: 10px;
    padding: 20px;
    padding-right: 6px;
}


.filter_sidebar_content{
    height: calc(80vh - 60px);
    overflow: auto;
    padding-right: 10px;
}

.filter_sidebar_content::-webkit-scrollbar {
    width: 10px;
    
}

.filter_sidebar_content::-webkit-scrollbar-track {
    background-color: var(--border-color);
    border-radius: 5px;
}

.filter_sidebar_content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}
  

.filter_body {
    width: calc(100% - 264px);
}

.checkbox--tqPns {
    color: var(--color);
    display: block;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
}

.checkbox--tqPns:not(:last-child) {
    margin-bottom: 7px;
}

.ant-checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    position: relative;
    vertical-align: text-bottom;
    white-space: nowrap;
}

.ant-checkbox+span {
    padding-left: 6px;
    padding-right: 6px;
}

.ant-checkbox-input {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ant-checkbox-inner {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    display: block;
    height: 14px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .3s;
    width: 14px;
}

.ant-checkbox-inner:after {
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    height: 8px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transition: all .1s cubic-bezier(.71,-.46,.88,.6);
    width: 5px;
}

.ant-checkbox-input:checked ~ .ant-checkbox-inner:after{
    border-left: 2px solid var(--main-color);
    border-top: 2px solid var(--main-color);
    transform: rotate(225deg) scale(1);
}

.filter_sidebar_block,
.filter_sidebar_listBlock {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.filter_sidebar_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.filter_sidebar_list li:not(:last-child){
    margin-bottom: 7px;
}

.filter_sidebar_list li a{
    color: var(--color);
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.load-more-button {
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    background: var(--border-color);
    line-height: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 6px;
}

.price_search_range {
    display: flex;
    align-items: center;
    gap: 6px 12px;
    flex-wrap: wrap;
}

.price_search_item{
    width: calc(50% - 6px);
}

.price_search_item input{
    height: 30px;
    border-radius: 6px;
    font-size: 12px;
}

.price_search_item label{
    font-size: 14px;
    color: var(--color);
    display: block;
}

.price_range_submit button {
    border: none;
    font-size: 14px;
    color: var(--global-color);
    line-height: 14px;
    padding: 5px 12px;
    background: var(--main-color);
    border-radius: 4px;
}

.filter_sidebar_rating li:not(:last-child){
    margin-bottom: 6px;
}

.filter_sidebar_rating li a{
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter_sidebar_rating li span{
    font-size: 16px;
    color: var(--color);
    display: block;
    font-weight: 600;
}

.filter_sidebar_rating li span i {
    display: block;
    font-size: 12px;
    margin-top: -3px;
    font-weight: 600;
    color: #ffa20f;
}

.start_wrapper_rating{
    display: flex;
    align-items: center;
    gap: 3px;
}

.filter_header {
    padding: 15px 20px;
    border-radius: 12px;
    background: var(--global-color);
    margin-bottom: 24px;
}

.filter_header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.filter_product_count {
    font-size: 14px;
    font-weight: 500;
    color: var(--color);
    line-height: 20px;
}

.filter_product_count span{
    color: var(--main-color);
}

.prduct_show_type{
    display: flex;
    align-items: center;
    gap: 12px;
}

.prduct_show_type span{
    font-size: 14px;
    color: var(--text-color);
    white-space: nowrap;
}

.prduct_show_type select:focus{
    box-shadow: none;
}

.prduct_show_type select{
    font-size: 14px;
    color: var(--color);
}

.filter_product_main{
    padding: 20px;
    background: var(--global-color);
    border-radius: 12px;
}

.filter_product_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.filter_product {
    width: 100%;
    position: relative;
    min-height: 367px;
}

.filte_product_thumb img{
    border-radius: 12px 12px 0px 0px;
    transition: var(--transition);
}


.filter_product_item {
    border-radius: 6px;
    transition: var(--transition);
    position: relative;
    transform: scale(1);
    transition: var(--transition);
}

.filter_product_item:hover{
    transform: scale(1.05);
    z-index: 9;
}

.filter_product_item::before,
.filter_product_item::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
    border-radius: 6px;
}

.filter_product_item::before {
    right: 0;
    bottom: 0;
    left: auto;
}

.filter_product_item::after {
    bottom: 0;
    right: 0;
    top: auto;
}

.filter_product_item:hover::before {
    border-bottom-color: var(--main-color);
    border-left-color: var(--main-color);
    transition: width 0.3s ease-out,
    height 0.3s ease-out 0.3s;
}

.filter_product_item:hover::after {
    border-top-color: var(--main-color);
    border-right-color: var(--main-color);
    transition: height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}

.filter_product_item:hover::before,
.filter_product_item:hover::after {
    width: 100%;
    height: 100%;
}

/* .filter_product:hover .filter_product_item {
    border-color: var(--main-color);
} */

.shop_button{
    width: 100%;
    background: var(--main-color);
    color: var(--global-color);
    border-radius: 6px;
    padding: 4px 15px;
    font-size: 14px;
}

.filte_product_content{
    padding: 15px 10px;
}

.filter_prdouct_name {
    font-size: 15px;
    line-height: 20px;
    color: var(--color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}


.filter_product_price{
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter_product_price .offer_price {
    line-height: 18px;
}

.filte_product_content .product_rating ul li span i{
    font-size: 12px;
}

.cart_page{
    min-height: 80vh;
}

.cartpage_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart_product_main {
    width: calc(100% - 344px);
}

.cart_order_title{
    padding: 20px;
    background: var(--global-color);
    border-radius: 12px;
    margin-bottom: 24px;
}

.cart_order_title h2{
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.cart_product_list{
    padding: 20px;
    background: var(--global-color);
    border-radius: 12px;
}

.cart_calculate {
    width: 320px;
}

@media(max-width: 991px){
    .cart_product_main{
        width: 100%;
    }

    .filter_sidebar_content{
        height: 100vh;
    }

    .cart_calculate {
        width: 100%;
    }
}


@media(max-width: 767px){
    .cart_item_delete {
        position: absolute;
        top: 0px;
        right: 10px;
    }
    
    .cart_product_content {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 6px;
    }
    
    .cart_item_inner {
        width: 100% !important;
        flex-direction: row-reverse;
    }
    
    .cart_product_details{
        width: 60% !important;
        margin-bottom: 4px;
    }
}

@media(max-width: 576px){
    .cart_product_image {
        height: 60px !important;
        width: 60px !important;
   }

   .cart_product_content{
        width: calc(100% - 72px) !important;
   }

    .cart_product_name {
        font-size: 12px !important;
        font-weight: 400 !important;
        margin-bottom: 0px !important;
        line-height: 16px !important;
    }

    .cart_old_price,
    .cart_offer_price{
        font-size: 12px !important;
    }

    .cart_quantity button {
        height: 24px !important;
    }

    .cart_quantity input {
        height: 24px !important;
    }
}

.cart_product_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
}

.cart_product_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efeff1;
}

.cart_product_image {
    height: 80px;
    width: 80px;
}

.cart_product_image img{
    border: 1px solid #efeff1;
    border-radius: 6px;
    height: 100%;
}

.cart_product_content {
    width: calc(100% - 92px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart_product_details {
    width: calc(36%);
}

.cart_product_name {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
}

.cart_product_subtitle {
    font-size: 13px;
    color: var(--color);
    line-height: 18px;
}

.cart_item_inner {
    width: calc(100% - 36%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_quantity {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e7e7e9;
}

.cart_quantity button {
    height: 32px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: var(--main-color);
}

.cart_quantity input {
    width: calc(100% - 72px);
    height: 32px;
    border: 1px solid #e7e7e9;
    border-bottom: none;
    border-top: none;
    outline: none;
    text-align: center;
    font-size: 15px;
    color: var(--color);
}

.cart_item_price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart_old_price{
    font-size: 15px;
    color: var(--color);
    text-decoration: line-through;
}

.cart_offer_price{
    font-size: 15px;
    color: var(--main-color);
}

.cart_item_delete button {
    height: 36px;
    width: 36px;
    background: var(--border-color);
    border: none;
    border-radius: 6px;
    display: grid;
    place-content: center;
    color: var(--main-color);
}

.order_sumury{
    padding: 20px;
    background: var(--global-color);
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 12px;
}

.sumury_title {
    font-size: 16px;
    line-height: 18px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.summery_total_product, .summury_total_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}   

.summery_total_product span, .summury_total_price span {
    font-size: 14px;
    line-height: 24px;
    color: var(--color);
}

.summery_button {
    margin-top: 30px;
}

.summery_button a {
    background-color: var(--main-color);
    color: var(--global-color);
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 10px 12px;
    text-align: center;
    border-radius: 6px;
}

.breadcumb_section{
    padding: 50px 0px;
    background-color: var(--global-color);
}

.breadcumb_title{
    text-align: center;
    text-transform: uppercase;
}

.coupon_input {
    height: 36px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon_input input {
    height: 100%;
    width: calc(100% - 90px);
    border: 1px solid #efeff1;
    border-radius: 6px;
    padding: 0px 10px;
    outline: none;
    font-size: 14px;
}

.coupon_input button{
    height: 36px;
    width: 80px;
    border: none;
    background: var(--main-color);
    color: var(--global-color);
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 6px;
}

.add_image{
    overflow: hidden;
    border-radius: 12px;
    margin-top: 24px;
}

/* checkout page */

.checkout_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout_left{
    width: 100%;
}

.checkout_right{
    width: 100%;
}   

.payment_wrapper{
    margin-top: 20px;
    padding: 20px;
    background: var(--global-color);
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 12px;
}

.payment_item {
    cursor: pointer;
    width: 100%;
    position: relative;
}

.payment_item input {
    appearance: none;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.payment_image {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid transparent;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color);
}

.payment_image img {
    width: 80px;
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: 5px;
}

.payment_item input:checked ~ .payment_image{
    border: 2px solid var(--main-color);
    border-radius: 12px;
}

.checkout_address{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    padding: 40px 20px;
    border-radius: 12px;
    background-color: var(--global-color);
}

.address_item{
    width: 100%;
}

.address_item label {
    font-size: 15px;
    color: var(--color);
    font-weight: 500;
    margin-bottom: 6px;
}

.address_item input{
    border: 1px solid var(--border-color);
    outline: none;
    height: 36px;
    width: 100%;
    background: transparent;
    font-size: 14px;
    padding: 0px 15px;
    color: var(--color);
    border-radius: 6px;
}

.address_item input::placeholder{
    color: #bcbdc7;
}

.submit_button{
    width: 100%;
    margin-top: 15px;
}

.submit_button button{
    background: var(--main-color);
    color: var(--global-color);
    border-radius: 6px;
    width: 100%;
}

.vendhor_banner_image{
    border-radius: 12px;
    overflow: hidden;
}
    
.vendhor_banner_image img {
    max-height: 150px;
    min-height: 140px;
}

.vendhor_profile_image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    border: 2px solid var(--primary-color);
}

.vendhor_info {
    margin: -25px 0px 0px 7%;
    display: flex;
    align-items: flex-end;
}

.vendhor_info_content {
    margin-bottom: 20px;
    margin-left: 16px;
}

.vendhor_info .product_rating{
    margin-bottom: 0px;
}

.vendhor_name {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.vhendor_profile.section_padding {
    padding-bottom: 0px;
}

.shop_page_title{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 500;
}

.shoppage_search{
    max-width: 300px;
    width: 100%;
    position: relative;
    height: 36px;
    border: 1px solid #d9d4d4;
    border-radius: 6px;
    overflow: hidden;
}

.shop_search_input{
    width: 100%;
    height: 100%;
}

.shop_search_input input {
    height: 100%;
    width: calc(100% - 60px);
    outline: none;
    border-radius: 6px;
    padding: 0px 15px;
    border: none;
}

.shop_search_button button{
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0px;
    right: 0px;
    border: none;
}

.shop_item_content .product_rating ul{
    justify-content: flex-start;
}

.shop_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.shop_item {
    background: var(--global-color);
    width: calc(100% / 2 - 8px);
    border-radius: 6px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
}

.shop_item_image img {
    max-width: 120px;
    width: 100%;
    margin: 20px auto;
    border-radius: 6px;
}

.shop_item_content {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.shop_item_title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.shop_item:hover .shop_item_title{
    color: var(--main-color);
    text-decoration: underline;
}

.affilate_dash_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}

.affiliate_walet {
    padding: 30px;
    width: calc(100% - 324px);
    border-radius: 12px;
    background: rgb(189 0 0 / 20%);
}

.affiliate_walet_content{
    position: relative;
}

.affiliate_walet_content span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
    display: block;
}

.wallet_balance {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 15px;
}

.walet_button{
    border: 1px solid var(--primary-color);
}


.affiliate_dash_point{
    width: 300px;
    background: var(--primary-color);
    padding: 20px;
    background: #dce0e5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.total_reward_points {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 800;
    line-height: 40px;
}

.affiliate_dash_point span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
    display: block;
}

.affilate_icons {
    font-size: 24px;
    height: 46px;
    width: 46px;
    display: grid;
    place-content: center;
    margin-bottom: 15px;
    background: rgb(189 0 0 / 20%);
    border-radius: 50%;
    color: var(--main-color);
}

.affilate_icons i{
    font-weight: 600;
}

.scroll {
    border-bottom: 1px dotted #008C44;
    padding: 18px;
    margin-top: 18px;
    width: 100%;
    z-index: 1;
    background-color: #ffcc00;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
}

.modal-content {
    border-left: 5px solid #28a745;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.modal-title {
    color: #28a745;
}


