/* announcement-css-11-09-25 */
.theme-announcement {
    padding-top: 7px;
    padding-bottom: 7px;
}

.theme-announcement p {
    font-size: 14px;
}

/* top search-bar */
.header_middle {
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: var(--bs-white);
    z-index: 9999;
    transition: all 0.5s;
}

.search-box {
    width: 40%;
}

.search_for_lg {
    cursor: pointer;
}

.search_in_select {
    width: 90%;
}

.search-box .button_search {
    width: 10%;
}

.search_heading {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.search_heading p {
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 0px;
}

.search_heading span {
    font-size: 18px;
    color: var(--title-color);
    cursor: pointer;
}

.search_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-result-box {
    border: none !important;
}


/* nav-bar */
.header {
    width: 100%;
    height: auto;
}

.theme_container {
    max-width: 1470px;
    padding: 0 16px !important;
    margin: 0 auto;
}

.nav_flex {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar_call {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: var(--title-font) !important;
}

.navbar_call a {
    font-weight: 500 !important;
}

.navbar_call a i {
    font-size: 17px;
    color: var(--title-color);
    padding-right: 8px;
}

.view_in_web {
    display: block;
}

.view_in_mob {
    display: none;
}

.flex_mob {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-account {
    fill: none;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 24px;
    max-height: 24px;
}

.list-separator>li {
    padding-left: 13px;
    padding-right: 13px;
}

.list-separator>li:last-child {
    padding-right: 0px;
}

.list-separator>li:not(:last-child) {
    position: relative;
}

.nav_flex .navbar_call,
.nav_flex .web_logo,
.nav_flex .nav_action {
    width: 30%;
}

.nav_flex .web_logo {
    text-align: center;
}

.nav_action .list-separator {
    justify-content: end;
    width: 100%;
}

.web_logo .logo img {
    height: 50px;
    width: auto;
}

.menu_icon {
    font-size: 20px;
    color: var(--title-color);
}

.text_title {
    color: var(--title-color);
}

.search_for_mobile {
    display: none;
}


/* category */
.category_items {
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.category_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_scroll_btn,
.right_scroll_btn {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
}

.category_cards {
    width: 92%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 25px;
    overflow-x: scroll;
}

.category_cards::-webkit-scrollbar {
    display: none !important;
}


.category_card {
    width: 90px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category_card img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: cover;
}

.category_card h5 {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: var(--title-color);
    padding-top: 5px;
    width: 80px;
    text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* banner-section */
.theme_banner {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.banner_flex_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


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



.banner video,
.banner img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 30px;
}

/* flash_deal */
.flash_deal {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-bottom: 70px;
}

.flash-deal-countdown h2 {
    font-size: 45px;
    color: var(--title-color);
    margin-bottom: 15px;
    display: flex;
    width: max-content;
    margin: 0 auto 10px auto;
    position: relative;
}

.flash-deal-countdown h2::after {
    margin-bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background-color: #f7a700;
    clip-path: polygon(0 100%, 100% 15%, 100% 100%, 0% 100%);
    z-index: -1;
    transform: rotate(180deg);
}

.content_center {
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.view_all_btn a {
    color: var(--title-color);
}

/* clearance sale */
.product {
    background-color: transparent !important;
}

.custom_product_top {
    height: auto !important;
    overflow: hidden;
}

.clearence_sale_section .product__thumbnail img,
.top_rated_product_sec .product__thumbnail img,
.featured_deals_section .product__thumbnail img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}

.bg_tranparent {
    background-color: transparent !important;
    border: none !important;
}

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

.clearence_sale_section .product_details,
.top_rated_product_sec .product_details {
    margin-top: 5px;
    padding-bottom: 6px;
}

.product__title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
    text-align: left;
}

.product_details .btn-wishlist {
    font-size: 18px;
    color: var(--title-color);
}

.heading_section {
    font-size: 45px;
    text-align: center;
    position: relative;
    display: flex;
    width: max-content;
    margin: 0 auto;
}

.heading_section::after {
    margin-bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background-color: #f7a700;
    clip-path: polygon(0 100%, 100% 15%, 100% 100%, 0% 100%);
    z-index: -1;
    transform: rotate(180deg);
}

/* recomended_product_section */
.recomended_product_section {
    margin-top: 70px;
}

.nav_btn_gap {
    gap: 20px;
}

.tab_nav_btns {
    margin-top: 10px;
}

.tab_nav_btns button {
    font-size: 16px;
    width: max-content;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-color: var(--absolute-white);
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
}

.nav--tabs button.active {
    background-color: var(--bs-primary);
    color: var(--absolute-white);
    border-bottom: none;
}

.nav--tabs button.active::after {
    display: none;
}

.recomended_product_section .product__thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.recommended-product-grid {
    --repeat: 5;
}

/* top_rated_product_sec */
.top_rated_product_sec {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.flex_col {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.top_rated_product_sec .swiper-nav {
    margin-top: 10px;
}

.left_right_swiper_btn div {
    border: 1px solid var(--bs-primary);
    border-radius: 0px !important;
    background-color: transparent;
    color: var(--title-color);
}

.items_center {
    justify-content: center;
}


/* middle_banner */
.middle_banner {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.middle_banner_img {
    position: relative;
}

.middle_banner_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.mdl_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 12%;
    padding-right: 12%;
}


/* see_buy_section */
.see_buy_section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.see_buy_card {
    width: 100%;
    height: auto !important;
}

.see_buy_card .see_buy_video {
    width: 100%;
}

.see_buy_card .see_buy_video video {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.mb_20 {
    margin-bottom: 35px;
}

.mt_10 {
    margin-top: 10px;
}

.for_you_prod {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    row-gap: 10px;
}

.just_for_you_banner {
    width: 39%;
    height: auto;
    overflow: hidden;
    margin: 0.5%;
    position: relative;
}

.relative_heading {}

.just_for_you_banner .vertical-carousel .carousel-item a img {
    height: 305px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.just_for_card {
    width: 19%;
    margin: 0.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.just_prod_img img {
    object-fit: cover;
    border-radius: 15px;
}

.just_for_you_section {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

/* video_banner */
.video_banner {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.video_banner video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}


/* shop by categories */
.shop_by_price_section {
    margin-top: 60px;
}

.shop_price_flex {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 20px auto 0px auto;
}

.shop_card {
    width: 24%;
    margin: 0.5%;
    position: relative;
}

.shop_card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.shop_card .product_price {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    color: var(--absolute-white);
    font-size: 18px;
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_card .product_price {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

/* blog_section */
.blog_section {
    margin-top: 60px;
}

.blog_section .heading_section {
    margin-bottom: 8px;
}

.blog_card {
    width: 100%;
    height: auto;
}

.blog_card img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
    border-radius: 20px;
}

.blog_dtls {
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.border_none * {
    border: none !important;
}

.blog_dtls h4 {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* testimonial-card */
.testimonial_section {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 100px;
}

.testimonial_section .heading_section {
    margin-bottom: 8px;
}

.testimonial_card {
    width: 100%;
    height: auto;
    background-color: var(--bs-white);
    padding: 20px;
    min-height: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 20px;
}

.testimonial_card .rating_review i {
    font-size: 12px;
    /* color: var(--bs-primary); */
    padding-right: 2px;
}

.testimonial_card .rating_review i.active {
    color: var(--bs-primary);
}

.testimonial_card h5 {
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 8px;
}

.testimonial_card p {
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 6px;
}

.review_from {
    padding-top: 10px;
}

.review_from h6 {
    font-size: 15px;
    color: var(--title-color);
    margin-bottom: 0px;
}

.review_from img {
    width: 25px;
    height: auto;
}

/* footer */
.footer {
    background-color: var(--absolute-dark);
    z-index: 1;
    position: relative;
    padding-top: 30px;
}

.footer .widget {
    text-align: start;
}

.footer-bottom {
    margin-top: 20px;
}

.footer-top {
    padding-block: 1.375rem;
}

.footer-main {
    padding-block: 1.25rem;
}

.widget--about p i,
.widget--about a i {
    margin-right: 5px;
}

.widget--about a {
    padding-top: 8px;
    display: block;
}

.widget--about {
    width: 40%;
    padding-bottom: 20px;
}

.widget--about img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.footer_flex,
.footer_coopyright_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer_coopyright_flex {
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 1px solid #6c757d;
}

.company_abt_ftr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    border-bottom: 1px solid #6c757d;
}

.Acc_ftr,
.quick_ftr,
.other_ftr {
    width: 12%;
}

.newsltr_ftr {
    width: 25%;
}

.admin_login img {
    width: 30px;
    height: auto;
    margin-right: 15px;
    filter: invert(100%);
}

/* feature_flex */
.feature_flex {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.feature_card i {
    font-size: 45px;
    padding-bottom: 10px;
}

/* product_details-page */
.product_details_image {
    height: 420px;
    border-radius: 15px;
}

/* featured_deals_section */
.featured_deals_section {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

/* more_store_section */
.more_store_section {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

/* login-modal */
.login_modal_body {
    padding: 0px !important;
}

.login_modal_content {
    border-radius: 20px !important;
}

.login_modal_rtl {
    padding-right: 25px;
}

.advertise_img {
    width: 100%;
    height: 550px;
}

.advertise_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.modal_close_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: var(--title-color);
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: transparent;
    z-index: 99;
}

/* home-categories */
.category_heading {
    margin-bottom: 10px;
}

.home_categories {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.category_heading h3 {
    font-size: 35px;
    font-family: var(--bs-body-font-family) !important;
}


/* vertially carousel */
.vertical-carousel {
    width: 100%;
}

.vertical-carousel .carousel-inner {
    height: auto;
    overflow: hidden;
}

.vertical-carousel .carousel-item {
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
}

.vertical-carousel .carousel-item.active {
    transform: translateY(0);
}

.vertical-carousel .carousel-item-next,
.vertical-carousel .carousel-item-prev {
    transform: translateY(0);
}

.vertical-carousel .carousel-item-next.carousel-item-start,
.vertical-carousel .carousel-item-prev.carousel-item-end {
    transform: translateY(0);
}

.vertical-carousel .carousel-item-next:not(.carousel-item-start),
.vertical-carousel .active.carousel-item-end {
    transform: translateY(-100%);
}

.vertical-carousel .carousel-item-prev:not(.carousel-item-end),
.vertical-carousel .active.carousel-item-start {
    transform: translateY(100%);
}

.vertical-carousel .carousel-control-prev-icon,
.vertical-carousel .carousel-control-next-icon {
    transform: rotate(90deg);
}

.carousel-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__actions a {
    border-radius: 10px !important;
    background-color: var(--bs-primary) !important;
    color: var(--absolute-white) !important;
}

/* new-css-24/09/2025 */
.position_navbar {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--absolute-white);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 85%;
    height: auto;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
}

.position_navbar::after {
    width: 37px;
    height: 37px;
    position: absolute;
    content: "";
    top: 0px;
    left: -36px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 20px -17px 0 2px var(--absolute-white);
    pointer-events: none;
}

.position_navbar::before {
    width: 37px;
    height: 37px;
    position: absolute;
    content: "";
    top: 0px;
    right: -36px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -23px -17px 0 2px var(--absolute-white);
    pointer-events: none;
}

.category_menu a i {
    font-size: 13px !important;
}

.category_menu {
    position: relative;
}

.category_menu h5 {
    cursor: pointer;
}

.dropdown_categoty {
    position: absolute;
    top: 45px;
    left: 0;
    background-color: var(--absolute-white);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown_categoty ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.dropdown_categoty ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 200px;
}

.dropdown_categoty ul li:last-child {
    border-bottom: none;
}

.product_category_cnt {
    width: 100%;
}

.product_category_cnt h5 {
    text-align: left;
}

.store-product {
    border-radius: 20px;
}

.recommended-product-flex {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.recomended_product_section .product {
    width: 19%;
    margin: 0.5%;
    height: auto;
}

.recomended_banner {
    width: 39%;
    height: 360px;
    margin: 0.5%;
}

.recomended_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* ************************
   02.12: Back to Top
   ********************* */
.back-to-top {
    position: fixed;
    -webkit-box-shadow: 0 0.25rem 0.875rem rgba(var(--bs-primary-rgb), 0.1);
    box-shadow: 0 0.25rem 0.875rem rgba(var(--bs-primary-rgb), 0.1);
    font-size: 1rem;
    bottom: 11%;
    right: 2.3%;
    color: var(--absolute-white) !important;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    cursor: pointer;
    background-color: var(--bs-primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* whatsapp chat css start */
.social-chat-icons {
    position: fixed;
    bottom: 20%;
    right: 2%;
    z-index: 9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #5fd568;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animate-pulse 3s linear infinite;
}

.social-chat-icons a img {
    width: 25px;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(104, 255, 74, 0.7), 0 0 0 0 rgba(80, 255, 74, 0.7);
    }

    40% {
        box-shadow: 0 0 0 30px rgba(255, 109, 74, 0.0), 0 0 0 0 rgba(110, 255, 74, 0.7);
    }

    80% {
        box-shadow: 0 0 0 30px rgba(255, 109, 74, 0.0), 0 0 0 20px rgba(255, 109, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 20px rgba(255, 109, 74, 0);
    }
}

/* bootstap-css-overwrite */
.card{
    border-radius: 15px !important;
}

.midle_banner_heading{
    font-size: 45px;
}

#filtered-products .product{
    border: none !important;
}

.language-dropdown button{
   color: var(--absolute-white) !important;
}

.header_web_logo{
    text-align: left !important;
}

.similar_product_img{
    width: 100% !important;
    height: 100% !important;
}





