/**
 * Theme Name: DanielFarnitures
 * Template: twentytwentyone
 */

body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
nav,
ul,
li,
input,
button,
label,
th,
td {
    font-family: "Inter", serif !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message:hover,
.woocommerce-notices-wrapper .woocommerce-message:focus,
.m-to-c {
    background-color: #40BF52 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 24px !important;
    padding: 15px !important;
    border: 0px !important;
}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward,
.w-to-c {
    background-color: #40BF52 !important;
    color: #ffffff !important;
    border: 0px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    padding: 8px 24px 8px 24px !important;
}

button:not(:hover):not(:active):not(.has-background) {
    background-color: transparent;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.75px !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background-color: rgb(255, 255, 255) !important;
}

.woocommerce-breadcrumb a {
    color: #848484 !important;
}

.page-title {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    margin: 0px !important;
}

.sale-products,
.default-order .woocommerce-ordering .orderby {
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: 0.75px !important;
}

.default-order .woocommerce-ordering .orderby {
    background-color: rgb(239, 239, 239) !important;
    border: 0px !important;
    outline: none !important;
}


.orderby option {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.35px !important;
}

ul.products li.product,
.product-card {
    box-sizing: border-box !important;
    justify-content: start !important;
}

.red-left-color {
    background: linear-gradient(to right, #ED3237 35%, transparent 50%);
}

ul.products li.product .woocommerce-loop-product__title,
.text1,
.product-name1,
.title-products .woocommerce-loop-product__title {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.38px !important;
    margin: 0px !important;
}

ul.products li.product .woocommerce-loop-product__title:hover,
.product-name1 a:hover,
.product-name1:hover {
    color: rgb(209, 2, 2);
}

.woocommerce-Price-amount {
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.13px !important;
}

.recently-title,
.title-products .woocommerce-loop-product__title,
.slider-desc1,
.one-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.shop-page {
    border-bottom: 1px solid rgb(182, 182, 182, 0.4) !important;
}

/* sale tag*/
.onsale {
    border-radius: 0 !important;
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: black;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.75px !important;
    line-height: 12px !important;
}

ul.products li.product .button.add_to_cart_button:hover {
    background-color: rgb(209, 2, 2) !important;
    color: white !important;
}

.add-to-wishlist {
    color: black !important;
    bottom: 15px;
    right: 30px;
    position: absolute;
    background-color: white !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-wishlist1 {
    color: black !important;
    height: 30px;
    width: 30px;
    text-decoration: none !important;
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fafa-icon {
    display: none;
    transform: translateY(0px);
    bottom: 33px;
    right: 30px;
    position: absolute;

}

.fafa-icon-cart {
    display: none;
    transform: translateY(0px);
    bottom: 73px;
    right: 30px;
    position: absolute;

}

.product-image-wrapper:hover .fafa-icon,
.product-image-wrapper:hover .fafa-icon-cart,
.product-image-wrapper .fafa-icon:hover,
.product-image-wrapper .fafa-icon-cart:hover {
    display: block !important;
    color: black !important;
    transform: translateY(-20px);
    transition: transform 300ms ease;
    background-color: white !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}


.product-thumbnail {
    position: relative;
    background-color: white !important;
}

/* .product-thumbnail .primary-image {
    width: auto !important;
    max-width: 100%;
    height: 200px !important;
    margin: auto !important;
} */

/* .product-thumbnail img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product-thumbnail:hover img.hover-image,
ul.products li.product .product-image-wrapper:hover .hover-image,
ul.products li.product .product-image-wrapper .button.add_to_cart_button:hover~.hover-image,
ul.products li.product .product-image-wrapper .wishlist-icon:hover~.hover-image,
ul.products li.product .product-image-wrapper .fafa-icon:hover~.hover-image {
    opacity: 1;
} */

.sale-filter {
    background-color: rgb(239, 239, 239) !important;
}

.filtertitle {
    font-weight: 700 !important;
    background-color: rgb(239, 239, 239) !important;
    line-height: 30px !important;
    font-size: 15px !important;
    letter-spacing: 0.75px !important;
}

.category_filter {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    letter-spacing: 0.75px !important;
}

ul li .page-numbers {
    background-color: rgb(238, 238, 238);
    text-decoration: none;
    padding: 10px 15px 10px 15px !important;
    margin-right: 10px !important;
    font-weight: 400 !important;
}

ul li .page-numbers.current {
    background-color: black;
    color: white;
}


/* cart page */
.singular .entry-title,
.wishlist_title {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    text-align: center;
    margin: 0px !important;
    border-bottom: 0px !important;
    color: #000000 !important;
}

.post-title {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    margin: 0px !important;
    border-bottom: 0px !important;
    color: #000000 !important;
}

.singular .entry-header {
    border-bottom: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
    padding: 1rem 3rem;
    border: 0px;
    background-color: #40BF52 !important;
    color: white !important;
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 400;
}

.product-name a {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    color: #000;
    text-decoration: none;
}

td.product-thumbnail {
    padding: 30px 40px 30px 0px !important;
}

.product-remove a.remove {
    border-radius: 0% !important;
    border: 0px solid white !important;
    text-decoration: none !important;
}

.product-remove a.remove:hover {
    background: transparent !important;
    color: rgb(209, 2, 2) !important
}

.coupon {
    border: 1px solid #EFEFEF !important;
}

.coupon .input-text {
    border: none !important;
}

.coupon .button {
    background-color: white !important;
    border: none !important;
    color: black !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.coupon .button:hover {
    color: rgb(209, 2, 2) !important;
}

.updatecart,
.emptycart {
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    border: none !important;
    color: #adadad !important;
    background-color: #f4f4f4 !important;
}

.updatecart:hover,
a.checkout-button:hover {
    background-color: rgb(209, 2, 2) !important;
    border: none !important;
    color: white !important;
    text-decoration: none !important;
}

a.checkout-button {
    border: none !important;
}

.carttotal {
    background-color: #EFEFEF !important;
}

.carttotal h2,
.text2 {
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
    border-color: rgb(215, 215, 215);
}

.emptycart {
    background-color: white !important;
    color: #000 !important;
    border: 1px solid #EFEFEF !important;
}

.emptycart:hover {
    color: rgb(209, 2, 2) !important;
    border-color: rgb(209, 2, 2) !important;
}

.updatecart:disabled {
    background-color: #EFEFEF !important;
    color: #828282 !important;
}

.order-total th,
.order-total td {
    border-bottom: 0px;
}

.cart-subtotal th,
.cart-subtotal td {
    border-top: 0px;
}

.cart_totals .shop_table tbody tr td {
    text-align: end !important;
}

.cross-sells h2 {
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 700px;
}


/* wishlist */
.fa.fa-solid {
    color: rgb(0, 0, 0) !important;
}

.productimage {
    width: 180px !important;
    height: 180px !important;
}

.stockstatus {
    color: rgb(41, 126, 41) !important;
    font-size: 15px !important;
    line-height: 23px !important;
    text-transform: capitalize !important;
}

.addtocartbutton a {
    padding: 10px 40px 10px 40px !important;
}

tr.wishlist-product td {
    border-left: none !important;
    border-right: none !important;
    border-color: #EBEBEB !important;
}

tr.wishlist-product-head th {
    border: none !important;
}

.removefromwishlist {
    background-color: rgb(64, 191, 82) !important;
    color: white;
}

/* .entry-content img { */
/* border-radius: 50%; */
/* } */

/* header */
.main-menu {
    background-color: #ffffff;
    box-shadow: 0px 6px 16px 0px rgba(25, 25, 25, 0.06) !important;

}

.btn-close {
    background-color: #ffffff;
}

/* footer */

.site-footer-section {
    background-color: #373435;
    color: white;
}

.site-footer {
    max-width: 100% !important;
}

.copyright-section {
    background-color: #ed3237;
}

.company-address {
    background-color: white;
    color: black;
}

.company-add-icon {
    color: #ed3237;
}

.footer-main-headings {
    font-weight: 600 !important;
}

.menu-items {
    color: rgb(207, 199, 199) !important;
    background-color: transparent !important;
}

.footer-navigation-wrapper li .svg-icon {
    background-color: #ED3237 !important;
    fill: #ffffff;
    padding: 5px;
    border-radius: 4px;
    height: 26px !important;
    width: 26px !important;
}

.footer-navigation-wrapper li a {
    background-color: transparent !important;
}

.footer-navigation-wrapper {
    justify-content: start !important;
}

.sign-up-button {
    background-color: #ed3237 !important;
}

.emial-input {
    border-color: #ed3237 !important;
}

.footer-navigation-wrapper li a {
    padding-right: 16px !important;
    padding-left: 0px !important;
    color: white;
}

.menu-about-menu-container ul li,
.menu-about-menu-container ul {
    list-style: none !important;
    padding-left: 0px !important;
    padding: 3px 0px 3px 0px !important;
}

.menu-about-menu-container ul li a {
    color: rgb(207, 199, 199) !important;
    text-decoration: none;
}

/* homepage */
.slider-heading1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #373435 !important;
}

.slider-heading2 {
    font-size: 67px;
    line-height: 84px;
    letter-spacing: 4.64px;
    font-weight: 500;
    color: #ED3237 !important;
}

.slider-desc1,
.child,
.market-menu li .sub-menu li a {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #373435 !important;
    font-weight: 400 !important;
}

.parent-category1.border-start-forde,
.border-start-forde.parent1 {
    border-left: 0px !important;
}

.home-desc1 {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #373435 !important;
    font-weight: 400 !important;
    padding-bottom: 11px !important;
    border-bottom: 2px solid rgb(217, 217, 217, 0.4) !important;
}

.home-desc11 {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #373435 !important;
    font-weight: 400 !important;
    background-color: white !important;
}

.slider-btn,
.slider-btn:hover {
    font-size: 16px !important;
    color: #F5F5F5 !important;
    font-weight: 500 !important;
    background-color: #ED3237 !important;
    outline: none !important;
    outline-offset: 0px !important;
    border: 1px solid #ED3237 !important;
    line-height: 36px !important;
}

.blog-btn {
    font-size: 24px !important;
    color: #F5F5F5 !important;
    font-weight: 500 !important;
    background-color: #ED3237 !important;
    width: auto !important;
}

.background1 {
    background-color: #F2F2F2;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.home-slider1 .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#slick-slide-control00 {
    display: none;
}

.home-slider .slick-dots li.slick-active button:before,
.home-slider1 .slick-dots li.slick-active button:before {
    color: #ED3237 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border: none !important;
    width: 16px !important;
    height: 16px !important;
}

.home-slider .slick-dots li button:before {
    color: white !important;
    opacity: 1 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.home-slider1 .slick-dots li button:before {
    color: rgb(220, 220, 220, 0.5) !important;
    opacity: 1 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.slider2-heading1 {
    font-size: 36px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #373435;
    background-color: transparent !important;
}

.aboutus-des {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px !important;
}


.slider2-heading2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #373435 !important;
}



.category-slider .slick-prev,
.category-slider .slick-next,
.category-slider2 .slick-prev,
.category-slider2 .slick-next,
.category-slider1 .slick-prev,
.category-slider1 .slick-next {
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 1;
}

.shoppage-slider .slick-prev,
.shoppage-slider .slick-next {
    position: absolute;
    top: -39px;
    right: 0px;
    z-index: 1;
}


.category-slider .slick-prev,
.category-slider2 .slick-prev,
.category-slider1 .slick-prev,
.shoppage-slider .slick-prev {
    left: auto;
    right: 60px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-image: url('./assets/images/arrow_back.png') !important;
}

.category-slider .slick-next,
.category-slider2 .slick-next,
.category-slider1 .slick-next,
.shoppage-slider .slick-next {
    right: 0px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-image: url('./assets/images/arrow_forward.png') !important;
}

.slick-next:before,
.slick-prev:before {
    content: '' !important;
}

.background2 {
    background-color: rgb(237, 50, 55, 0.1);
}

.heading1 {
    font-size: 24px;
    font-weight: 400;
    color: #373435 !important;
    position: absolute;
    top: 20px;
    left: 30px;
}

.heading9 {
    font-size: 24px;
    font-weight: 400;
    color: #373435 !important;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.headingtop-9 {
    font-size: 24px;
    font-weight: 400;
    color: #373435 !important;
    position: absolute;
    top: 20px;
    left: 30px;
}

.heading2 {
    font-size: 18px;
    color: #373435 !important;
    line-height: 22px;
}

.background3 {
    background-color: #FAFAFA;
}

.background4 {
    background-color: #D9D9D9;
}

.heading3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 500;
    line-height: 16px;
}

.heading4 {
    font-size: 16px;
    letter-spacing: 1.2px;
}

.background-image-1 {
    background-image: url('./assets/images/Subtract.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.background-image-2 {
    background-image: url('./assets/images/Subtract\ \(1\).png');
    background-repeat: no-repeat;
    background-size: contain;
}

.background5 {
    background-color: #373435;
}

.heading5 {
    font-size: 24px;
    font-weight: 500;
}

.heading6 {
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 500;
}

.heading7 {
    font-size: 36px;
    font-weight: 500;
}

.slick-track {
    margin: 0px !important;
}

.heading8 {
    font-size: 18px;
    font-weight: 500;
}

.new-product-image .attachment-woocommerce_thumbnail {
    border-radius: 50%;
    height: 240px !important;
    width: 240px !important;
}

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


/* my-account page */
.desc1 {
    font-size: 15px;
    line-height: 24px;
    color: #373435;
    font-weight: 400;
}

.bordercolor {
    border-color: #ebebeb !important;
}

.desc2 {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.desc2:hover {
    background-color: #ED3237 !important;
}

/* #dropdownMenuLink1 .dropdown-menu { */
/* display: none; */
/* position: absolute; */
/* top: 100%; */
/* left: -40px; */
/* } */
/*  */
/* .nav-item:hover .dropdown-menu { */
/* display: none; */
/* opacity: 1; */
/* } */

/* Initially hide all dropdown menus */
.sticky-submenu {
    display: none;
    width: 100%;
    position: absolute !important;
    left: 0px !important;
}

/* Show dropdown menu when the parent menu item has the active class */

.sticky-submenu {
    transition: max-height 0.3s ease;
    max-height: 0;
    display: none;
}

.nav-item.active .sticky-submenu,
.sticky-submenu:has(.home-desc1.active) {
    max-height: 500px;
    display: flex;
}

.home-desc1.active,
.home-desc1:focus,
.home-desc1:hover {
    background-color: white !important;
    border-bottom: 2px solid #f05456 !important;
    /* Optional underline for active state */
}

.desc3 {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    color: #373435;
}

.colorbrown {
    color: #373435 !important;
}

/* input[type=checkbox],
input[type=radio] {
    width: 15px !important;
    height: 15px !important;
} */

#overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, white 25%, rgb(121, 121, 121, 0.5) 25%);
    z-index: 9999;
    overflow: hidden;
}

.content-wrapper {
    background-color: white;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
}

.cart-content {
    max-height: 500px;
    overflow-y: auto;
}

.cart-item-image .product-image {
    height: 145px !important;
    width: 114px !important;
}

.footer-buttons {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    /* Slightly white background for the buttons */
}

.footer-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #007bff;
    /* Blue background for buttons */
    color: white;
}

.button1 {
    border: 1pc solid black;
}

.button1:hover {
    border: 1px solid #ED3237;
    color: #ED3237 !important;
}

.button2:hover {
    background-color: #ED3237 !important;
}

.woocommerce.columns-4 {
    flex: 0 0 50% !important;
    max-width: 100% !important;
    margin: 0px !important;
}

.menu-text {
    font-size: 18px;
    color: #000 !important;
    border-radius: 8px !important;
}

.menu-text1 {
    font-size: 18px;
    color: #000 !important;
}

.home-slider {
    overflow: hidden !important
}

.contact-container {
    box-shadow: 0px 5px 10px 0px rgba(120, 120, 120, 0.15) !important;
}

.margintop {
    margin-top: -370px;
}

.productsdownMenu {
    display: none !important;
}

.productsdrop:hover .productsdownMenu {
    display: block !important;
}

.hoverhome {
    position: absolute;
    left: 0px;
}

.parent,
.market-menu li a {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #ED3237 !important;
    font-weight: 600;
    background-color: white !important;
    text-decoration: none !important;
}

.product-categories {
    display: flex;
    overflow: hidden;
    width: 1200px;
    flex-wrap: wrap;
}

.wardrobe-bg {
    background-image: url('./assets/images/bg-contact.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
}

.desc4 {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500;
    color: #373435 !important;
}

.desc5 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #000000;
}

.desc6 {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px;
    color: #848484;
}

.desc7 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #848484;
}

.features-collection-bg {
    background-color: #ffffff;
}

.features-collection-bg1 {
    background-color: #E3E3E3 !important;
}

.desc8 {
    font-size: 20px !important;
    font-weight: 600;
    color: #373435 !important;
}

.desc9 {
    font-size: 16px !important;
    font-weight: 500;
    color: #373435 !important;
    line-height: 27px !important;
}

.woocommerce {
    max-width: 100% !important
}

.woocommerce .woocommerce-form-login__rememberme {
    margin: 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    overflow: visible;
    gap: 30px;
    border-bottom: 1px solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    color: rgb(209 2 2);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none !important;
}

.nav-item {
    background-color: #ffffff !important;
    color: #000 !important;
}

a.nav-link:focus {
    background-color: transparent !important;
}

.nav-item.active {
    background-color: #FBD6D7 !important;
}

.search-bar.active .search-btn {
    background-color: #FBD6D7;
    /* Change to any color */
    color: white;
}

/* Optional: Add border or glow effect */
.search-bar.active {
    border: 2px solid #FBD6D7;
}

.shop-page-header .woocommerce-products-header {
    border-bottom: none !important;
}

.shoppage-slider .slick-slide img,
.cat-img {
    display: block;
    height: 150px !important;
    width: 150px !important;
    border-radius: 50% !important;
}

.cat-img1 {
    display: block;
    height: 132px !important;
    width: 132px !important;
    border-radius: 50% !important;
}

.design-shapes-h {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 39px !important;
    color: #373435 !important;
}

.bottom-line {
    border-bottom: 1px solid #727272;
}

.c-form {
    background-color: #F5F5F5 !important;
    outline: none !important;
}

.wpcf7-response-output {
    padding: 0px !important;
    margin: 0px !important;
}

.contact-us-section {
    background: url('./assets/images/bg-contact.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    padding: 5rem 0;
    /* Additional padding if needed */
}

.service-h {
    font-size: 38px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
    letter-spacing: 1.2px !important;
    color: #373435 !important;
}

.service-faqh {
    font-size: 24px !important;
    line-height: 29px !important;
    letter-spacing: 1.2px !important;
    font-weight: 500 !important;
    color: #373435 !important;
}

.faq-button {
    font-size: 20px !important;
    line-height: 24px !important;
    color: #373435 !important;
}

.faq-q {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: #170F49 !important;
    box-shadow: none !important;
}

.faq-q:hover {
    background-color: white !important;
}

.my-own.accordion .accordion-button:not(.collapsed):first-of-type {
    color: #4A3AFF !important;
}

.my-own.accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0px !important;
}

.my-own.accordion {
    --bs-accordion-border-color: white !important;
    --bs-accordion-btn-padding-x: 0px !important
}

.faq-a {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #6F6C90 !important;
}

.faq-button:hover,
.faq-button.active {
    background-color: #FBD6D7 !important;
}

.blog-h {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 39px !important;
    letter-spacing: 1.2px !important;
    color: #373435 !important;
}

.blog-sbh {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    color: #000000 !important;
}

.post-des.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 100% !important;
}

.read-more {
    outline-style: none !important;
    border: 0px !important;
}

.search-btn {
    color: #191919 !important;
}

.blog-des {
    color: black !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.sector-h {
    font-size: 24px;
    line-height: 29px;
    color: #373435;
    font-weight: 400;
}

.get-des {
    font-size: 20px !important;
    color: #717171 !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.dropshadow {
    box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
}

.contactus-bg {
    background-image: url(./assets/images/getintouch-bg.png) !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.twitter-icon:hover rect {
    fill: #ED3237;
}

.twitter-icon:hover path {
    fill: #373435;
}

.get-head {
    font-size: 28px !important;
    color: #ffffff !important;
    line-height: 32px !important;
    font-weight: 600 !important;
}

.get-desc {
    font-size: 18px !important;
    color: #C9C9C9 !important;
    line-height: 27px !important;
}

.input-contact,
.input-contact:hover,
.input-contact:focus {
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    background-color: #ffffff;
}

.contact-input-h {
    color: #808080 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.contact-w,
.c-me-w1 span label span,
.c-me-w span label span {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000000 !important;
    font-weight: normal !important;
}

.contact-btn,
.contact-btn:hover {
    font-size: 18px !important;
    line-height: 22px !important;
    color: white !important;
    background-color: #ED3237 !important;
    outline-offset: 0px !important;
    border: 0px !important;
}

.circle-check:checked {
    background-color: #ED3237 !important;
    outline: none !important;
    box-shadow: none !important;
}

.outline {
    outline: none !important;
}

.circle-check {
    background-color: #E0E0E0 !important;
    border: none !important;
}

.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: row-reverse;
    width: 100% !important;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-product-gallery ol {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px !important;
    max-width: 15% !important;
    margin-right: 4px !important;
}

.woocommerce-product-gallery ol li {
    margin: 0px 0px 10px 0px !important;
    width: 100% !important;
}


.product-images {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 10;
    height: 100%;
}

.bod-bg {
    background-color: #ffffff !important;
    margin-top: 15px !important;
    position: absolute !important;
    color: #49454F !important;
    font-size: 12px !important;
    line-height: 16px !important;
    z-index: 20 !important;
}

.bod-input {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #79747E !important;
    background-color: #ffffff !important;
    color: #1D1B20 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.bod-check {
    outline: none !important;
    box-shadow: none !important;
    border-color: #616161 !important;
}

.bod-checked p {
    display: flex !important;
    align-items: center !important;
}

.faq-section {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 10;
    height: 100%;
}

.bod-contact-submit p {
    margin: 0px !important;
}

.c-me-w1,
.c-me-w {
    filter: none !important;
}

.c-me-w1 span label {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px 0px 10px 0px;
}

.c-me-w span label {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.c-me-w span label input,
.c-me-w1 span label input {
    background-color: #E0E0E0 !important;
    border: 2px solid #e0e0e0 !important;
    box-shadow: none !important;
    outline: none !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
}

.c-me-w span label input:checked {
    background-color: #E0E0E0 !important;
    border: 2px solid #ED3237 !important;
}

.c-me-w1 span label input:checked {
    background-color: #ed3237 !important;
    border: 2px solid #ED3237 !important;
}

.category-item input:checked {
    background-color: #ED3237 !important;
    border: 2px solid #ED3237 !important;
    color: white !important;
}

.c-me-w span label input[type=checkbox]:after {
    content: "" !important;
    display: block !important;
    left: 5px !important;
    top: 2px !important;
    position: absolute;
    width: 6px !important;
    height: 10px !important;
    border: 2px solid #ED3237 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: rotate(30deg) !important;
}

.category-item input[type=checkbox]:after {
    content: "" !important;
    display: block !important;
    left: 7px !important;
    top: 4px !important;
    position: absolute;
    width: 6px !important;
    height: 10px !important;
    border: 2px solid #ffffff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: rotate(30deg) !important;
}

.c-me-w1 span label input[type=checkbox]:after {
    content: "" !important;
    display: block !important;
    left: 5px !important;
    top: 2px !important;
    position: absolute;
    width: 6px !important;
    height: 10px !important;
    border: 2px solid #ffffff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: rotate(30deg) !important;
}

.market-menu {
    list-style: none !important;
    display: flex;
}

ul.market-menu.menu-2 li {
    padding: 0px 48px 0px 16px !important;
    border-left: 1px dotted black;
}

.child-categories.no-border {
    border-left: 0px solid red !important;
}

.parent1 {
    border-left: 0px solid red !important;
}

.market-menu .menu-item .sub-menu-toggle {
    display: none !important;
}

.product-id {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    line-height: 17px !important;
    color: black;
}

.stock-status {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.75px !important;
    line-height: 18px !important;
    color: black;
}

.product-desc {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    line-height: 19px !important;
    color: black;
}

.product-desc-1 {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.75px !important;
    line-height: 24px !important;
    color: #848484 !important;
}

.product-price .price,
.price-products .price {
    display: flex !important;
    align-items: center !important;
    margin: 0px !important;
}

.product-item .price {
    display: flex !important;
    align-items: center !important;
    margin: 0px !important;
    justify-content: center !important;
}

.product-price .woocommerce-Price-amount {
    font-size: 36px !important;
    font-weight: 700 !important;
    letter-spacing: 0.9px !important;
    line-height: 36px !important;
    color: black !important;
}

.product-price .price del,
.price-products .price del,
.product-item .price del {
    order: 1 !important;
    padding-left: 8px !important;
}

.product-price .price del .woocommerce-Price-amount,
.product-price del .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0.9px !important;
    line-height: 20px !important;
}

.single_variation_wrap {
    width: 100%;
}

.add-to-cart-btn .cart,
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
}

.add-to-cart-btn .cart .single_add_to_cart_button {
    background-color: #ffffff !important;
    color: #373435 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    outline: none !important;
    border: 1px solid #999999 !important;
    letter-spacing: 1.05px !important;
    text-transform: uppercase !important;
    padding-top: 15px !important;
    margin-left: 16px !important;
    padding-bottom: 15px !important;
    border-radius: 20px !important;
    width: 75% !important;
    align-items: end !important;
}

.custom-quantity input.qty {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
    /* Standard */
    text-align: center;
    border: 1px solid #ddd;
}

.custom-quantity input.qty::-webkit-inner-spin-button,
.custom-quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-quantity {
    display: flex;
    align-items: center;
    width: 20% !important;
}

.custom-quantity .minus,
.custom-quantity .plus {
    background-color: #EDEDED !important;
    color: rgb(0, 0, 0) !important;
    border: none !important;
    padding: 15px !important;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    border-radius: 0px !important;
}

.custom-quantity .minus {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding-left: 20px !important;
}

.custom-quantity .plus {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding-right: 20px !important;
}


.custom-quantity input.qty {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 45px !important;
    text-align: center;
    font-size: 16px !important;
    border: none !important;
    background-color: #EDEDED;
    color: #000 !important;
}

.product-buynow {
    background-color: #ED3237 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    outline: none !important;
    border-radius: 20px !important;
}

.single-product .woocommerce-variation-add-to-cart .button {
    padding: 15px !important;
}

.acfhead {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.75px !important;
    line-height: 24px !important;
    color: #000000 !important;
}

.affdesc {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.75px !important;
    line-height: 19px !important;
    color: black;
}

.product-sku {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.75px !important;
    line-height: 18px !important;
    color: black !important;
}

.product-sku-id {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    line-height: 18px !important;
    color: #848484 !important;
}

.product-overview {
    font-size: 28px !important;
    color: #000000 !important;
    line-height: 44px !important;
    font-weight: 600 !important;
}

.modal-backdrop {
    z-index: 10 !important;
}

.border-start-forde {
    border-left: 1px solid rgb(182, 182, 182, 0.4) !important;
}

.cart-badge {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 10;
}

.search-bar:hover .dropdown-menu {
    display: none !important;
}

.search-bar .dropdown-menu {
    display: none;
}

.search-bar .dropdown-menu.show {
    display: block !important;
}

.product-title .entry-title {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px !important;
    margin: 0px !important;
    border-bottom: 0px !important;
    text-align: start !important;
    color: #000000 !important;
}

.submit-button p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.submit-button p .wpcf7-spinner {
    order: 1 !important;
    /* Spinner comes first */
}

.submit-button p .b-submit {
    order: 2 !important;
    /* Button comes second */
}

.category-slider.similar-products-slider .slick-list .slick-track li.product {
    margin: 10px !important;
}

.thumbnail-image {
    transition: opacity 0.5s ease-in-out;
}

.thumbnail-image.hovered {
    opacity: 0.8;
    /* Optional: Slight transparency on hover */
}

.input-border {
    border: 3px solid #B6B6B6 !important;
    border-radius: 4px !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.blog-sbh {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog-des {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* .product-description { */
/* border: 1px solid #E3E3E3 !important; */
/* } */

.details-acc .accordion-item {
    border: 1px solid #E3E3E3 !important;
    border-radius: 16px !important;
}

.bg-about {
    background-image: url('./assets/images/bg-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-contact-container {
    background-color: #F5F5F5;
}

.margintop1 {
    margin-top: -110px;
}

.descabout {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500;
    color: #373435 !important;
}

.bg-payment {
    background-image: url('./assets/images/payment-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-privacy {
    background-image: url('./assets/images/bg-privacy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-refund {
    background-image: url('./assets/images/bg-refund.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-terms {
    background-image: url('./assets/images/bg-terms.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-carrer {
    background-image: url('./assets/images/carrers.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carrers-text {
    font-size: 32px !important;
    line-height: 39px !important;
    font-weight: 600;
    color: #373435 !important;
    letter-spacing: 1.2px;
}

.carrers-text1 {
    font-size: 20px !important;
    line-height: 40px !important;
    font-weight: 500;
    color: #373435 !important;
}

.carrers-faq {
    color: #263197 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-top: 1px solid #dee2e6 !important;
}

.bg-checkout {
    background-color: #EFEFEF !important;
    padding: 30px !important;
}

.c-details label {
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce-page form .form-row .input-text,
.woocommerce-checkout .select2-container .select2-selection {
    border: 1px solid rgb(136, 136, 136);
    outline: none !important;
}

.woocommerce-page table.shop_table th {
    text-align: start !important;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 18px !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 15px !important;
}

.form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

}

.form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox input {
    outline: none !important;
    flex-shrink: 0 !important;
}

.c-drop {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #EFF6FF;
}

.btn-apply {
    background-color: #757575 !important;
    color: white !important;
    font-size: 15px !important;
}

.btn-remove {
    background-color: #ED3237 !important;
    color: white !important;
    font-size: 15px !important;
}

/* mobile screen */

@media (max-width: 767px) {
    .contact-container {
        box-shadow: 0px 5px 10px 0px rgba(120, 120, 120, 0.15) !important;
        margin-top: 0px !important;
        position: relative;
    }

    .product-images {
        position: static !important;
    }

    .faq-section {
        position: static !important;
        top: 110px;
        z-index: 10;
        height: 100%;
    }

    .woocommerce-product-gallery {
        display: block !important;
        flex-direction: row-reverse;
        width: 100% !important;
    }

    .woocommerce-product-gallery ol {
        display: flex !important;
        flex-direction: row !important;
        padding: 0px !important;
        max-width: 80% !important;
        margin-right: 4px !important;
    }

    .woocommerce-product-gallery ol li {
        margin: 10px 10px 10px 0px !important;
        width: 100% !important;
    }

    .add-to-cart-btn .cart .single_add_to_cart_button {
        margin-left: 5px !important;
    }

    .home-slider .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .home-slider .slick-dots li.slick-active button:before,
    .home-slider .slick-dots li button:before {
        font-size: 10px !important;
        line-height: 10px !important;
    }

    .slick-dots li {
        margin-left: none !important;
        margin-right: none !important;
    }

    .home-slider1 .slick-dots {
        position: absolute;
        bottom: -20px;
        font-size: 10px;
        line-height: 10px;
    }

    .slider2-heading1 {
        font-size: 18px;
    }

    .category-slider .slick-prev,
    .category-slider .slick-next {
        top: -40px;
    }

    .category-slider2 .slick-prev,
    .category-slider2 .slick-next {
        top: 115% !important;
        bottom: 10px !important;
    }

    .woocommerce-Price-amount {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .woocommerce-breadcrumb {
        padding-left: 8px;
        padding-right: 8px;
    }

    .shop-page div .woocommerce-breadcrumb {
        padding: 0px !important;
    }

    .category-slider2 .slick-prev {
        left: 40% !important;
    }

    .category-slider2 .slick-next {
        left: 55% !important;
    }

    .category-slider.recently-products .slick-prev,
    .category-slider.recently-products .slick-next,
    .category-slider.similar-products-slider .slick-prev,
    .category-slider.similar-products-slider .slick-next {
        top: -35px;
    }

    .category-slider1 .slick-prev,
    .category-slider1 .slick-next {
        top: -45px;
    }

    .heading1 {
        font-size: 14px;
        font-weight: 400;
        color: #373435 !important;
        position: absolute;
        top: 20px;
        left: 30px;
    }

    .background-image-1 {
        background-image: url('./assets/images/Subtract.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .background-image-2 {
        background-image: url('./assets/images/Subtract\ \(1\).png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .best-seller-products ul.products li.product {
        margin-bottom: 14px !important;
    }

    .woocommerce .onsale {
        right: 15px !important;
    }

    .new-product-image .attachment-woocommerce_thumbnail {
        border-radius: 50%;
        height: 180px !important;
        width: 180px !important;
    }

    .n-padding {
        margin-top: -20px !important;
    }

    .heading2,
    .heading8,
    .aboutus-des,
    .headingtop-9,
    .faq-button,
    .slider2-heading2,
    .sign-up-button {
        font-size: 14px !important;
    }

    .blog-des,
    .desc4,
    .faq-q,
    .faq-a,
    .descabout,
    .slider-heading1,
    .carrers-faq {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .carrers-text1 {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .heading7,
    .get-head,
    .design-shapes-h,
    .wishlist_title,
    .service-h,
    .blog-h,
    .footer-main-headings {
        font-size: 20px !important;
    }

    .get-des,
    .desc8,
    .blog-btn {
        font-size: 18px !important;
    }

    .service-faqh,
    .blog-sbh,
    .carrers-text {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .shoppage-slider .slick-prev,
    .shoppage-slider .slick-next {
        top: -17px;
    }

    .products-row ul.products,
    .best-seller-container .woocommerce ul.products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    ul.products::before {
        content: none !important;
    }

    .product-price .amount,
    .addtocartbutton .add_to_cart_button,
    .slider-desc1 {
        font-size: 14px !important;
    }

    .product-price .woocommerce-Price-amount {
        font-size: 24px !important;
    }

    .product-price .price del .woocommerce-Price-amount,
    .product-price del .woocommerce-Price-amount {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .addtocartbutton .add_to_cart_button {
        padding: 10px !important;
    }

    .cat-img1 {
        display: block;
        height: 100px !important;
        width: 100px !important;
        border-radius: 50% !important;
    }

    .shoppage-slider .slick-slide img,
    .cat-img {
        display: block;
        height: 100px !important;
        width: 100px !important;
        border-radius: 50% !important;
    }

    /* .productsdownMenu { */
    /* display: block !important; */
    /* } */
    /*  */
    /* .productsdownMenu.categoires-prodcuts { */
    /* display: none !important; */
    /* } */
    /*  */
    /* .dropdown-menu.productsdownMenu { */
    /* display: none !important; */
    /* } */
    /*  */
    /* .productsdrop .productsdownMenu .product-categories .product-categories { */
    /* display: block !important; */
    /* position: relative; */
    /* } */
    /*  */
    .market-menu {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

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

    .home-desc1 {
        padding: 13px !important;
        border-bottom: 0px solid #c4bdbd !important;
    }

    .one-ltext {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .blog-sbh {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .blog-des {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .red-left-color {
        background: none;
    }

    .product-categories {
        display: flex;
        overflow: hidden;
        width: auto;
        flex-wrap: wrap;
    }

    .border-start-forde {
        border-left: 0px !important;
    }

    .navbar-collapse {
        max-height: 65vh;
        overflow-y: auto;
    }

    .menu-items {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .footer-navigation-wrapper li .svg-icon {
        background-color: #ED3237 !important;
        fill: #ffffff;
        padding: 5px;
        border-radius: 6px;
        height: 30px !important;
        width: 30px !important;
    }

    .blog-btn {
        width: 100% !important;
    }

    .sticky-submenu {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        max-height: 100% !important;
    }

    .nav-link+.sticky-submenu {
        max-height: 100% !important;
    }

    .sticky-submenu:has(.home-desc1.active) {
        max-height: 100% !important;
    }

    .productsdownMenu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
    }

    .productsdownMenu.show {
        max-height: 500px;
        /* Adjust according to content height */
        opacity: 1;
        visibility: visible;
    }

    #dropdownImage.active {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }


    .search-dp {
        position: absolute !important;
        left: 0 !important;
        min-width: fit-content;
        max-width: 100%;
    }

    .filterbutton {
        font-size: 14px !important;
        color: black !important;
        border: none;
        padding-top: 12px !important;
        padding-bottom: 11px !important;
        background-color: #EFEFEF !important;
        border-radius: 0px !important;
        margin-right: 2px !important;
    }

    .custom-quantity .minus,
    .custom-quantity .plus {
        padding: 10px !important;
        font-size: 15px;
    }


    .custom-quantity input.qty {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        width: 30px !important;
    }

    .single-product .woocommerce-variation-add-to-cart .button,
    .add-to-cart-btn .cart .single_add_to_cart_button {
        padding: 10px !important;
    }
}

.filter-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
    padding: 20px;
}

/* When active, show the sidebar */
.filter-sidebar.active {
    right: 0;
}

.fliter-check {
    border: 2px solid #B6B6B6 !important;
    border-radius: 4px !important;
}

.filter-text {
    font-size: 16px !important;
    line-height: 20PX !important;
    color: black !important;
}

.woocommerce-MyAccount-navigation-link a,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content p:first-of-type,
.wc-item-meta-label{
    font-size: 18px !important;
}
.border-table,
.border-table td{
    border: 1px dashed rgb(184, 184, 184) !important;
}

