/* 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 {
    background-color: var(--bs-white);
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 999;
}

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

.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 {
    width: 135px;
}

.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: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category_card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

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

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

.banner video,
.banner img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

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

.flash-deal-countdown h2 {
    font-size: 35px;
    color: var(--title-color);
    font-family: var(--bs-body-font-family) !important;
    margin-bottom: 15px;
}

.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: visible; */
}

.clearence_sale_section .product__thumbnail img,
.top_rated_product_sec .product__thumbnail img,
.featured_deals_section .product__thumbnail img {
    height: 480px !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: 10px;
    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: 35px;
    font-family: var(--bs-body-font-family) !important;
    text-align: center;
}

/* 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: 400px;
    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;
}

.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;
    position: relative;
}

.product_details_sec{
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #fff;
    width: 95%;
}

.see_buy_card .see_buy_video {
    width: 100%;
}

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

.mb_20 {
    margin-bottom: 35px;
}

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

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

.just_prod_img img {
    object-fit: cover;
}

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

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


/* 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;
}

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

.instagram_feed_flex {
    gap: 0px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
}

.instagram_post {
    cursor: pointer;
    position: relative;
    aspect-ratio: 2 / 3;
}

.instagram_post span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--absolute-white);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #00000041;
    opacity: 0;
    transition: all 0.3s;
}

.instagram_post:hover span {
    opacity: 1;
}

.instagram_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 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: 3 / 2;
    object-fit: cover;
}

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

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

.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: 55px;
}

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

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

.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: 90%;
}

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

.widget--about .social_media {
    margin-top: 35px;
}

.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: 26%;
}

.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,
.product_details_image img {
    height: 500px;
}

.easyzoom {
    width: 100% !important;
}


/* instagram-modal */
.ins_modal_cnt {
    overflow: hidden;
    border-radius: 0px;
}

.ins_modal_bdy {
    height: 85vh;
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.ins_pic {
    width: 55%;
    height: 100%;
}

.ins_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ins_content {
    width: 45%;
    position: relative;
    height: 100%;
}

.ins_content .ins_acc {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ins_acc button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--title-color);
    color: var(--absolute-white);
    font-size: 15px;
    border: none;
    outline: none;
}

.ins_content .ins_acc h2 {
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 0px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.ins_content .ins_acc h2 span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.ins_content .ins_acc h2 span img {
    width: 25px;
    height: auto;
}

.ins_content p {
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.ins_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #f1f1f1;
}

.ins_footer small {
    display: block;
    text-align: center;
}


/* lightbox-modal-css*/
#lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 400px;
    transition: transform 0.35s cubic-bezier(.21, .67, .21, 1.02), opacity 0.25s;
    opacity: 0;
    transform: scale(0.96) translateY(20px);
}

#lightbox-overlay.show #lightbox-modal {
    opacity: 1;
    transform: scale(1.00) translateY(0);
}

#lightbox-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#lightbox-img-container button {
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%;
    height: 40px;
    border: none;
    outline: none;
    background-color: var(--bs-primary);
    color: var(--absolute-white);
    font-size: 16px;
}

#lightbox-img {
    max-width: 400px;
    height: 53.7vh;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    transition: opacity 0.4s;
    background: #eee;
}

.side-preview {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 36vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.35s;
    filter: blur(1.5px);
}

.side-preview-left {
    left: -36%;
}

.side-preview-right {
    right: -36%;
}

.side-preview iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.19);
    transition: transform 0.18s;
}

.side-preview:hover img {
    transform: scale(1.05);
}

#lightbox-caption {
    margin: 18px 0;
    font-size: 17px;
    color: #222;
}

#close-btn,
#prev-btn,
#next-btn {
    position: absolute;
    top: 16px;
    font-size: 20px;
    color: var(--absolute-white);
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 10px;
    user-select: none;
}

#close-btn {
    right: 45px;
}

#prev-btn {
    left: -65%;
    top: 48%;
    font-size: 20px;
}

#next-btn {
    right: -65%;
    top: 48%;
    font-size: 20px;
}

#add-to-cart {
    margin-top: 10px;
    padding: 12px 48px;
    font-size: 18px;
    background: #202020;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.07em;
    box-shadow: 0 2px 11px rgba(50, 20, 50, 0.09);
    transition: background 0.2s;
}

#add-to-cart:hover {
    background: #c45a20;
}

/* 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-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

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

.login_modal_rtl {
    padding-right: 10px;
}

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

.advertise_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* details_section */
.details_section .product__thumbnail img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}


/* video-container-fixed */
.video_container_fixed {
    position: fixed;
    bottom: 5.5%;
    left: 3%;
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 99;
}

.video_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.video_container_fixed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_container_fixed #playSign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--absolute-white);
    font-size: 25px;
    cursor: pointer;
}

.video_container_fixed #crossVideo{
    position: absolute;
    top: 2%;
    right: 2%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: var(--absolute-white);
}

.video_container_fixed #soundOffOn{
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--absolute-white);
}

.height-24-rem{
    height: 24rem;
    scrollbar-width: none;
}

.finds_whats_you_need{
    padding-top: 50px;
}

.todays_deal{
    margin-top: 70px;
}

/* right-fixed-css */
.chat_support_fixed{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: auto;
    border: 1px solid #cecece;
    background-color: var(--absolute-white);
    z-index: 99;
}
.chat_support_fixed span:last-child{
    border-bottom: none;
}
.chat_support_fixed span{
    width: 50px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
}
.chat_support_fixed span img{
    width: 30px;
}
.chat_with_admin{
    width: 200px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    padding-top: 15px;
    border: 1px solid #8f8f8f;
}
.chat_with_admin img{
    width: auto;
    height: 200px;
}
.chat_form{
    width: 100%;
    padding: 10px;
}

.show_for_575{
    display: none;
}
