.main-menu li a,
.main-menu li span {
    font-family: "custom-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-family: inherit !important;
    font-weight: 600 !important;
}

.sub-menu li a span {
    text-transform: capitalize !important;
}

.title {
    line-height: 1.2;
    margin-bottom: 20px;
}

.rating-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

.rating-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.customers-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

.customers-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}



.stickyCard {
    top: 70px !important;
}


/* brand identity section */
.scroll_collection {
    width: 100%;
    height: auto;
}

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

.brand_scrolling {
    width: 100%;
    height: auto;
    position: relative;
}

.brand_scrolling::after {
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, var(--bs-body-bg), #0000);
}

.brand_scrolling::before {
    width: 150px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(to left, var(--bs-body-bg), #0000);
}

.scroll-container {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}

.scroll_content {
    display: inline-flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.scroll_language {
    min-width: 300px;
    height: 130px;
    color: var(--absolute-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.primary_color {
    color: var(--bs-primary);
}


/* testimonial-card */
.testimonial_card {
    width: 100%;
    height: auto;
    border-radius: 7px;
    background-color: var(--bs-white);
    padding: 20px;
}

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

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

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

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

.widget--about a {
    padding-right: 10px;
}

.google_embled_map {
    margin-top: 25px;
    width: 100%;
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
}

.google_embled_map iframe {
    width: 100%;
    height: 100%;
}

.widget--about {
    width: 90%;
}

.developed_by a img {
    width: 80px;
    height: auto;
}

.developed_by a {
    color: var(--absolute-white);
}

.developed_by a:hover {
    color: var(--absolute-white);
}

.developed_by {
    text-align: right;
}

.contact_us_fixed {
    position: fixed;
    right: 0;
    top: 50%;
    width: 53px;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: var(--box-shadow);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 99;
}

.call,
.support {
    text-align: center;
    cursor: pointer;
}

.call i,
.support i {
    color: var(--bs-primary);
    font-size: 18px;
}

.call p,
.support p {
    font-size: 11px;
    color: var(--title-color);
}

.chat_call {
    right: -235px;
}

.supt_comp {
    right: -235px;
}

.chat_call,
.supt_comp {
    position: fixed;
    top: 50%;
    width: 200px;
    height: auto;
    box-shadow: var(--box-shadow);
    background-color: var(--bs-white);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s;
}

.d_flex {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
}

.closeBox {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    height: 25px;
    background-color: var(--bs-white);
    color: var(--title-color);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

.chat_call a {
    color: var(--bs-primary);
    font-size: 15px;
}

.chat_call button,
.supt button {
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 5px;
    border: none;
    outline: none;
    height: 30px;
    font-size: 13px;
}

.chat_call span {
    font-size: 11px;
    position: relative;
    display: block;
}

.chat_call span::after {
    width: 50px;
    height: 0.5px;
    background-color: var(--title-color);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.chat_call span::before {
    width: 50px;
    height: 0.5px;
    background-color: var(--title-color);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.supt {
    text-align: center;
}

.supt p {
    font-size: 13px;
    color: var(--title-color);
    margin-bottom: 3px;
}

.supt a {
    font-size: 14px;
    color: var(--bs-primary);
}

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

.blog_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.blog_dtls {
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-radius: 6px;
}

.blog_dtls h4 {
    text-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}


.grid_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 475px;
    width: 100%;
    margin: 0 auto;
}

.img_view,
.reels_img {
    width: 24%;
    height: 100%;
}

.img_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.img_view img {
    height: 48%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.reels_img {
    height: 100%;
}

.reels_img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.for_mobile_Baner {
    display: none;
}

.video_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.mobile_vid {
    width: 48.5%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.short_banner_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.short_banner_flex img {
    width: 48.5%;
    height: auto;
}

.mobile_vid iframe,
.mobile_vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget {
    display: flex;
    flex-direction: column;
}

.widget a:first-child {
    margin-bottom: 10px;
}

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

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

.top-offer-text marquee span img {
    width: 50px;
    height: auto;
}

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

/* CSS FOR FASHIONS */
.announcement_fashion {
    padding: 12px 50px;
}

.announcement_fashion a {
    width: 15%;
}

.announcement_fashion marquee {
    width: 60%;
}

.web_setting {
    width: 20%;
}

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

.collection_menu,
.search_for_lg {
    cursor: pointer;
}

.header-main {
    padding: 15px 6%;
}

.dropdown-menu li a,
.sub-menu li a {
    color: var(--title-color) !important;
}


.main-menu {
    gap: 10px;
}

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

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

.collection_dropdown {
    margin-top: 15px !important;
}

.collection_dropdown li a {
    text-transform: capitalize !important;
    font-family: inherit !important;
    font-size: 15px;
}

.sub-menu li a span {
    font-size: 14px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner video,
.banner img {
    width: 100%;
    height: calc(100vh - (43px + 75px));
    object-fit: cover;
}

.carousel .carousel_prev_btn {
    width: 40px;
    height: 40px;
    left: 10%;
    right: auto;
    bottom: 8%;
    top: auto;
    font-size: 25px;
    opacity: 1;
    color: var(--absolute-white);
}

.carousel .carousel_nxt_btn {
    width: 40px;
    height: 40px;
    left: 16%;
    right: auto;
    bottom: 8%;
    top: auto;
    font-size: 25px;
    opacity: 1;
    color: var(--absolute-white);
}

.play_pause_btn {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--absolute-white);
    font-size: 22px;
    bottom: 8%;
    left: 13%;
    color: var(--absolute-white);
    background-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel_page_indicator {
    position: absolute;
    left: 20%;
    bottom: 9%;
    z-index: 999;
    color: var(--absolute-white);
    font-weight: 700;
}

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

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

.product__thumbnail img {
    height: 460px !important;
    width: 100%;
    object-fit: cover;
}

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

/* category */
.category_items {
    margin-top: 50px;
    margin-bottom: 50px;
}

.category_items h2 {
    font-size: 1.5rem;
    column-rule: var(--title-color);
    margin-bottom: 0px;
    text-transform: uppercase;
}

.category_cards {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.category_card {
    width: 23%;
    margin: 1%;
}

.category_card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.category_card h5 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: var(--title-color);
    padding-top: 5px;
}

/* see_buy_section */
.see_buy_section {
    width: 100%;
    margin-bottom: 50px;
}

.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;
    border-radius: 10px;
}

.see_buy_card .see_buy_video iframe {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 10px;
}

.see_buy_video img {
    width: 70px;
    height: 70px;
    margin: -50px auto 0px auto;
    border-radius: 8px;
}

.footer_video {
    width: 100%;
    height: 700px;
}

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


/* categoty-section */
.styled-title::after {
    display: none !important;
}

.store-product__top img {
    aspect-ratio: inherit;
    height: 460px;
    width: 100%;
}

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

.shop_card {
    width: 23%;
    margin: 1%;
    margin-bottom: 15px;
    position: relative;
}

.shop_card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.shop_card .product_price {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    background-color: #00000038;
    backdrop-filter: blur(7px);
    color: var(--absolute-white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    position: absolute;
    bottom: 10%;
    left: 0;
    text-align: center;
    font-weight: 600;
}

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

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

.instagram_post {
    height: 540px;
    cursor: pointer;
    position: relative;
}

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

/* instagram-modal */
.ins_modal_cnt{
    overflow: hidden; 
    border-radius: 20px;
}
.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;
}

.product_details_image{
    height: 540px;
}

.for_ony_mobile{
    display: none;
}


