@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* .poppins-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

/*------------Common css-start----------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --orange: #fa8626;
    --orange-d: #f87000;
    --dark: #252525;
    --light-dark: #373737;
    --green: #20c1a0;
    --green-deep: #03ac89;
    --grey: #cccccc;
    --deep-grey: #777777;
    --white: #ffffff;
    --black: #000000;
    --grey-border: #b9b9b9;
}

:root {
    --orange: #fa8626;
    --orange-d: #f87000;
    --red: #ff0000;
    --dark: #252525;
    --light-dark: #373737;
    --green: #20c1a0;
    --green-deep: #03ac89;
    --grey: #cccccc;
    --deep-grey: #777777;
    --white: #ffffff;
    --black: #000000;
    --grey-border: #b9b9b9;
    --white: #ffffff;
}

body {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.home {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p,
ul,
li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--btnColor);
    transition: 0.5s;
}

li {
    list-style: none;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.padding-xxl-top {
    padding-top: 100px;
}

.padding-xxl-bottom {
    padding-bottom: 100px;
}

.padding-xl-top {
    padding-top: 90px;
}

.padding-xl-bottom {
    padding-bottom: 90px;
}

.padding-lg-top {
    padding-top: 80px;
}

.padding-lg-bottom {
    padding-bottom: 80px;
}

.padding-md-top {
    padding-top: 70px;
}

.padding-md-bottom {
    padding-bottom: 70px;
}

.padding-sm-top {
    padding-top: 60px;
}

.padding-sm-bottom {
    padding-bottom: 60px;
}

.padding-xs-top {
    padding-top: 50px;
}

.padding-xs-bottom {
    padding-bottom: 50px;
}

.cleaning_slider_row {
    margin: 0px -35px;
}

.cleaning_slider_col {
    padding: 0px 35px;
}

.btn-check:focus+.btn,
.btn:focus,
.navbar-toggler:focus {
    box-shadow: none;
}

.btn {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none !important;
}

.btn:hover {
    background-color: var(--orange-d);
    color: var(--white);
    border: 0;
}

.btn-green {
    background-color: var(--green);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

.btn-green:hover {
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--white);
}

.btn-theme {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
}

.btn-theme:hover {
    background-color: var(--orange-d);
    color: var(--white);
    border: 1px solid var(--orange-d);
}

.page_info {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.lnd_sec1 .page_info h2 {
    margin-bottom: 40px;
}

.lnd_sec1 .page_info h1 {
    margin-bottom: 40px;
}

.lnd_sec3 .lnd_sec3_in .page_info h2 {
    margin-bottom: 20px;
}

h3.pubname {
    font-size: 15px;
    font-weight: 700;
}

.products-toolbar .toolbar-left h2.product-count {
    font-size: 18px;
}

.page_info h2 {
    color: var(--dark);
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.page_info h1 {
    color: var(--dark);
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.page_info h2 span {
    color: var(--green);
}

.page_info p {
    color: var(--dark);
    margin-bottom: 25px;
}

.custom_sm_row {
    margin: 0px -16px;
}

.custom_sm_col {
    padding: 0px 16px;
}

.form-control {
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 20px;
    color: var(--deep-grey);
    box-shadow: none;
    outline: none;
    margin: 0px;
    padding: 0px 20px;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: var(--deep-grey);
    opacity: 1;
}

/*------------Common css-end----------*/

/*----------------header-start------------*/

.header_sec.fixed {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.3s ease-out;
}

.header_sec.fixed .header_top {
    display: none;
}

@keyframes headerSlideDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header_sec.fixed ul.menu_sec {
    border-bottom: 0px;
}

.header_logo {
    display: inline-block;
}

.header_logo img {
    width: 135px;
}

.header_sec {
    width: 100%;
    background: none;
    /* float: left;     */
}

ul.menu_sec {
    width: 100% !important;
    text-align: center;
    float: none;
    background: none;
    font-size: 0px;
    border-bottom: 1px solid var(--btnColor);
}

ul.menu_sec>li {
    background: none;
    border: none;
    padding: 0px 0px;
    margin: 0px 0px;
    vertical-align: bottom;
    float: none;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    position: relative;
}

ul.menu_sec>li>a {
    padding: 15px 20px;
    display: block;
    color: var(--white);
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

ul.menu_sec>li>a:hover {
    background-color: none;
    color: #0072ff;
}

ul.menu_sec li:hover a {
    color: var(--btnColor);
    background: none;
}

ul.menu_sec>li.current-menu-item a {
    color: var(--btnColor);
    background: none;
}

ul.menu_sec>li.current-menu-item::before {
    color: var(--whiteClr);
    visibility: visible;
    opacity: 1;
}

ul.menu_sec>li:hover::before {
    color: #f93739;
}

ul.menu_sec li:hover a:before,
.nav_top ul li.current-menu-item a:before {
    display: block;
}

ul.menu_sec li>ul,
ul.menu_sec ul {
    position: absolute;
    left: 0%;
    width: 220px;
    padding: 7px 0px;
    height: auto;
    top: 100%;
    text-align: left;
    background: var(--green);
    z-index: 1;
}

ul.menu_sec li.active ul li a {
    color: var(--whiteClr);
    background: none;
}

ul.menu_sec li:hover ul li a {
    color: var(--whiteClr);
    background: none;
}

ul.menu_sec li>ul li a .far.fa-user {
    padding-right: 5px;
}

ul.menu_sec li>ul li {
    display: list-item;
    background: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

ul.menu_sec li>ul li:last-child {
    border: none;
}

ul.menu_sec li>ul li a {
    width: 100% !important;
    display: inline-block;
    padding: 10px 15px !important;
    position: relative;
    color: #0d233f !important;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

ul.menu_sec li>ul li a::before {
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: var(--white);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

ul.menu_sec li>ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

ul.menu_sec li>ul li a {
    color: var(--white) !important;
    background: none;
}

ul.menu_sec li>ul li a:hover {
    color: var(--whiteBtnText) !important;
    background: none;
}

ul.slimmenu li .sub-toggle {
    background: none;
    top: 0px;
    right: -16px;
}

ul.slimmenu li .sub-toggle i {
    width: 14px;
    height: 18px;
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    background: none;
    position: relative;
    top: 0px;
}

ul.menu_sec li>ul li.has-submenu a {
    padding: 6px 15px 6px 35px !important;
}

.nav_top .collapse-button,
.nav_top .collapse-button:hover,
.nav_top .collapse-button:focus {
    background-color: transparent;
}

.collapse-button {
    width: 48px;
}

.collapse-button .icon-bar {
    width: 28px;
    margin: 4px 0;
    background-color: #4d4184;
}

.nav_top .menu-collapser {
    background: none;
    color: transparent;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 0;
}

.header_logo_mobile {
    display: none;
}

.header_top {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0px;
}

.social_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.social_menu li {
    display: inline-flex;
}

.social_menu li:not(:last-child) {
    margin-right: 35px;
}

.social_menu li i {
    color: var(--green);
    font-size: 24px;
}

.header_center {
    background: var(--white);
    padding: 10px 0px;
}

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

.header_frm_desk {
    width: 435px;
    position: relative;
}

.header_frm_desk .form-control {
    width: 100%;
    background: var(--white);
    border-radius: 8px;
    padding: 0px 50px 0px 20px;
}

.header_frm_desk .form-control.header_frm_btn {
    width: 30px;
    height: 30px;
    right: 12px;
    top: 5px;
    position: absolute;
    background: url(../images/ocs-search.png) no-repeat center center;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-size: 22px;
}

.header_center2 {
    margin-right: -160px;
    position: relative;
}

.header_center3_in {
    display: flex;
    justify-content: space-between;
}

.header_center3_in ul li {
    display: inline-flex;
    padding: 0px 15px;
    color: var(--deep-grey);
}

.header_center3_in ul li:not(:last-child) {
    border-right: 3px solid var(--deep-grey);
}

.header_center3_in ul li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    color: var(--deep-grey);
    transition: 0.5s;
}

.header_center3_in ul li i {
    margin-right: 10px;
}

.header_center3_in ul li a:hover {
    color: var(--orange);
}

.cart_header a {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    padding-right: 30px;
    color: var(--orange);
    transition: 0.5s;
}

.cart_header a:hover {
    color: var(--orange-d);
}

.cart_header a span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--grey);
    font-size: 15px;
    right: 0px;
    top: 0px;
    position: absolute;
    border-radius: 100%;
}

.header_bottom {
    background: #fa8626;
}

.header_bottom ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.banner_sec img {
    width: 100%;
}

.lnd_sec1_in .category_grid {
    display: flex;
    gap: 15px;
}

.category_grid .category_grid_item {
    width: 15.6%;
}

.category_box {
    width: 100%;
    position: relative;
    z-index: 1;
    background: var(--white);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    transition: 0.5s;
}

.category_box .category_box_media {
    width: 100%;
    display: block;
}

.category_carousel.owl-carousel .owl-item .category_box_media img {
    border-radius: 15px;
}

.category_box_media_info {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_box_media_info h3 {
    color: var(--white);
    font-weight: 500;
    background: var(--orange);
    padding: 8px 15px;
    font-size: 18px;
}

.category_box_link {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}

.category_box:hover .category_box_media_info::before {
    background: rgba(0, 0, 0, 0.3);
}

.category_col {
    margin-top: 30px;
}

.category_main_row {
    margin: 0px -15px;
}

.category_main_col {
    padding: 0px 15px;
}

.category_main_col2 .category_box {
    height: 630px;
}

.lnd_sec1 {
    border-bottom: 1px solid var(--grey-border);
}

.lnd_sec2 {
    border-bottom: 1px solid var(--grey-border);
}

.selling_box_media {
    width: 100%;
    height: 430px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.selling_box_media::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.selling_box_media img,
.owl-carousel .owl-item .selling_box img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
}

.selling_box_info h5 {
    color: var(--dark);
    margin-bottom: 20px;
    transition: 0.5s;
    min-height: 50px;
}

.selling_box_info h6 {
    color: var(--dark);
    margin-bottom: 25px;
    display: block;
}

.selling_box_info span {
    color: #333333;
    text-decoration: line-through;
    font-size: 16px;
}

.selling_box_info span.sale-badge {
    text-decoration: none;
}

.selling_box_info strong {
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    margin: 0 8px;
}

.selling_box_info .btn-theme {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: inherit;
}

.selling_box {
    width: 100%;
    position: relative;
    transition: 0.5s;
    text-align: center;
}

.selling_box_link {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}

.selling_box:hover .selling_box_info h5 {
    color: var(--orange);
}

.selling_box:hover .selling_box_media::before {
    visibility: visible;
    opacity: 1;
}

.selling_box:hover .btn-theme {
    background-color: var(--orange-d);
    color: var(--white);
    border: 1px solid var(--orange-d);
}

.selling_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}

.selling_col {
    width: 17%;
    margin-top: 40px;
    padding: 15px;
    border-radius: 10px;
    margin-right: 35px;
    border: 1px solid #dddddd;
}

.selling_row div:nth-child(5n + 0).selling_col {
    margin-right: 0;
}

.lnd_sec2_btn {
    text-align: center;
}

.popular_carousel.owl-theme .owl-nav {
    display: block;
}

.popular_carousel.owl-theme .owl-dots {
    display: none;
}

.popular_carousel.owl-carousel .owl-nav .owl-prev,
.popular_carousel.owl-carousel .owl-nav .owl-next {
    width: 21px;
    height: 35px;
    line-height: 35px;
    background: none;
    font-size: 0px;
    display: inline-block;
    left: -40px;
    top: 32%;
    position: absolute;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.popular_carousel.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -40px;
}

.popular_carousel.owl-carousel .owl-nav .owl-prev::before,
.popular_carousel.owl-carousel .owl-nav .owl-next::after {
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 35px;
}

.popular_carousel.owl-carousel .owl-nav .owl-prev::before {
    content: "";
    background: url(../../assets/images/left-arrow.png) no-repeat 0 0;
    left: 50%;
    top: 50%;
    position: absolute;
}

.popular_carousel.owl-carousel .owl-nav .owl-next::after {
    content: "";
    color: #ffffff;
    background: url(../../assets/images/right-arrow.png) no-repeat 0 0;
    left: 50%;
    top: 50%;
    position: absolute;
}

.popular_row {
    padding-top: 40px;
    position: relative;
}

.popular_row .popular_carousel_nav .popular_carousel_prev {
    position: absolute;
    left: -40px;
    top: 45%;
    background: #fb8626;
    color: #ffffff;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.popular_row .popular_carousel_nav .popular_carousel_next {
    position: absolute;
    right: -40px;
    top: 45%;
    background: #fb8626;
    color: #ffffff;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.lnd_sec2_btn .btn-green {
    padding: 8px 30px;
    font-size: 16px;
}

.lnd_sec4 {
    background: var(--green);
}

.lnd_sec4_in {
    padding: 0px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lnd_sec4_in h3 {
    color: var(--dark);
}

.lnd_sec4_in_lt {
    width: 60%;
}

.footer_sec {
    background: var(--light-dark);
}

.footer_logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer_logo img {
    width: 190px;
}

.footer_top_lt_col1 {
    padding-right: 100px;
}

.footer_top_lt_col1 p {
    color: var(--white);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.footer_top h4 {
    color: var(--orange);
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.footer_top .footer_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_top .footer_menu li {
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.footer_top .footer_menu li:not(:last-child) {
    margin-bottom: 25px;
}

.footer_top .footer_menu li a {
    color: #ffffff;
    transition: 0.5s;
}

.footer_top .footer_menu li a:hover {
    color: var(--orange);
}

.footer_top .footer_contact {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_top .footer_contact li {
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.footer_top .footer_contact li:not(:last-child) {
    margin-bottom: 25px;
}

.footer_top .footer_contact li a {
    color: #ffffff;
    transition: 0.5s;
}

.footer_top .footer_contact li a:hover {
    color: var(--orange);
}

.footer_bottom_in {
    border-top: 1px solid var(--orange);
    text-align: center;
    padding: 25px 0px;
}

.footer_bottom p {
    font-size: 14px;
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.footer_bottom p a {
    color: var(--orange);
}

.footer_top_rt {
    padding-top: 60px;
}

.header_center3_in_mobile {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    padding: 20px 50px;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.product .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper a img {
    width: auto;
    max-width: 100%;
    height: 320px;
    box-shadow: none;
    margin: 0 auto;
}

.woocommerce-breadcrumb {
    display: none;
}

.site-main .product {
    margin-top: 50px;
}

.site-main .product .summary .product_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark);
}

.site-main .product .summary .price-custom {
    margin: 20px 0;
}

.site-main .product .summary .price-custom del {
    color: var(--grey);
}

.site-main .product .summary .price-custom del,
.site-main .product .summary .price-custom ins {
    margin-right: 20px;
    font-weight: 600;
}

.site-main .product .summary .price-custom del {
    font-size: 20px;
}

.site-main .product .summary .price-custom ins {
    font-size: 24px;
    color: var(--orange);
    text-decoration: none;
}

.site-main .product .summary .single_add_to_cart_button {
    background: var(--orange);
    padding: 12px 30px;
    height: 40px;
    color: var(--white);
    font-weight: 600;
    border-radius: 30px;
    transition: all ease-in-out 0.3s;
}

.site-main .product .summary .single_add_to_cart_button:hover {
    background: var(--orange-d);
}

.lnd_sec3 .popular_row .owl-carousel .owl-item .item .popular_carousel_box {
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.product_meta div {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.product_meta div.sku_wrapper {
    display: block;
}

.product_meta div strong {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    width: 17%;
    display: inline-block;
}

.woocommerce div.product p.price del {
    opacity: 1;
    margin-right: 15px;
}

.woocommerce-notices-wrapper {
    margin-top: 0px;
}

.woocommerce div.product span.price del .woocommerce-Price-amount {
    color: var(--deep-grey);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-size: 20px;
    color: var(--orange);
    text-decoration: none;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
    border-radius: 8px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--orange);
    border-radius: 8px;
    color: var(--white);
    border: 0;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background: var(--orange-d);
}

.woocommerce .product .summary .price {
    margin: 15px 0;
}

.cart .quantity button {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: var(--green);
    color: var(--white);
    border: 0;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.cart .quantity button:hover {
    background: var(--green-deep);
}

.cart .quantity button.minus {
    border-radius: 30px 0 0 30px;
}

.cart .quantity button.plus {
    border-radius: 0 30px 30px 0;
}

.cart .quantity .input-text.qty {
    height: 40px;
    margin: 0 -5px;
    vertical-align: top;
    background: var(--white);
    border: 1px solid var(--green);
}

.woocommerce div.product p.stock {
    font-size: 13px;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 25px;
}

.woocommerce-product-details__short-description {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 15px;
}

.woocommerce-product-details__short-description h3 {
    font-size: 16px;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    color: var(--dark);
    line-height: 24px;
}

.related.products {
    clear: both;
}

.related.products h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 0px solid #eee;
}

.woocommerce .content-area .woocommerce-products-header {
    margin-top: 50px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
}

.woocommerce .content-area .woocommerce-products-header h1.page-title {
    font-size: 30px;
    line-height: 29px;
    padding-bottom: 12px;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border: 1px solid var(--orange) !important;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    font-size: 12px;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    font-size: 14px;
}

.woocommerce ul.products li.product {
    padding: 15px;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
    height: 250px;
    margin: 0 auto 10px;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--dark);
    font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #333333;
}

.woocommerce ul.products li.product .price del {
    color: #333333;
    font-size: 16px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.product a.button {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    font-size: 16px;
    border: 1px solid var(--orange);
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none !important;
    /*box-shadow:2px 2px 9px -5px rgba(0, 0, 0, 0.75);*/
}

.woocommerce ul.products li.product a.button:hover {
    background-color: var(--orange-d);
    color: var(--white);
    border: 1px solid var(--orange-d);
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover {
    background-color: var(--orange-d) !important;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    background-color: var(--orange);
    color: var(--white);
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    background-color: var(--orange-d) !important;
}

.woocommerce-cart .woocommerce-cart-form {
    margin-top: 50px;
}

.cart-collaterals .cart_totals h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents tr td .updat-btn-cart {
    background-color: var(--green);
    color: var(--white);
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: capitalize;
    -moz-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.75);
}

.woocommerce-cart-form .woocommerce-cart-form__contents tr td .updat-btn-cart:hover {
    background-color: var(--green-deep);
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}

.widget_wpc_filters_widget {
    margin-top: 50px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}

.widget_wpc_filters_widget .wpc-filter-layout-search-field .wpc-filter-header {
    display: none;
}

.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-field {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-icon {
    left: 0px;
    width: 40px;
    cursor: pointer;
}

.widget_wpc_filters_widget .wpc-filter-search-form .wpc-search-icon:before {
    margin-left: 12px;
}

.widget_wpc_filters_widget .wpc-filter-header .wpc-filter-title {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 12px;
}

.flickity-page-dots {
    display: none;
}

.whtsapp {
    position: absolute;
    top: 0px;
    right: -55px;
    font-size: 24px;
    padding: 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #f5f5f5;
    color: var(--green);
    border-radius: 8px;
}

.whtsapp:hover {
    background: var(--green);
    color: #ffffff;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    position: relative;
}

.woocommerce ul.products li.product .onsale {
    background-color: transparent;
    color: #333333;
    position: absolute;
    bottom: -35px;
    top: inherit;
}

.selling_col .selling_box .selling_box_info span.sale-badge {
    color: var(--dark);
    font-size: 16px;
    text-decoration: none;
}

.woocommerce-page .related.products ul.products.columns-6 li.product {
    width: 15.5%;
    margin: 0 15px 0 0;
}

.custom-load-more-container {
    text-align: center;
    margin: 40px 0;
}

.custom-load-more-btn {
    padding: 12px 30px;
    background-color: #20c1a0;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-load-more-btn:hover {
    background-color: var(--orange);
    transform: scale(1.05);
}

.custom-load-more-loader {
    display: inline-block;
    margin-left: 15px;
    color: #666;
    font-style: italic;
    font-size: 14px;
}

.ajax-search-dropdown .ajax-search-results-list .ajax-search-item a {
    width: 100%;
}

.ajax-search-dropdown .ajax-search-results-list .ajax-search-item a img {
    float: left;
    border-radius: 4px;
}

.ajax-search-dropdown .ajax-search-results-list .ajax-product-info {
    padding-left: 8px;
}

.ajax-search-dropdown .ajax-search-results-list .ajax-product-info strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0;
    border-radius: 8px 0 0 8px;
    height: 34px;
    font-size: 14px;
}

.woocommerce-cart table.cart td.actions .coupon .button {
    background: var(--green);
    color: var(--white);
    font-size: 14px;
    border-radius: 0 8px 8px 0;
    height: 34px;
    padding: 5px 15px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}

.woocommerce-cart table.cart td.actions .coupon .button:hover {
    background: var(--orange);
}

.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-basket {
    color: var(--orange);
}

.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-basket .xoo-wsc-items-count {
    background-color: var(--orange);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-btn {
    background: var(--green);
    color: var(--white);
    border: 0;
    border-radius: 30px;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-btn:hover {
    background: var(--orange);
}

.xoo-wsc-container .xoo-wsc-header span.xoo-wsch-text {
    font-size: 14px;
    font-weight: 600;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wscb-icon {
    color: var(--orange);
}

.popular_carousel_box .selling_box_info span.sale-badge {
    text-decoration: none;
}

.product .summary.entry-summary .price .sale-badge {
    margin-left: 15px;
    color: var(--green);
}

.woocommerce ul.products li.product .price {
    display: inline;
}

.related.products ul.products li.product .price span.sale-badge {
    color: var(--green);
}

/* other-con */
.other-con {
    padding: 70px 0px;
}

.other-con .tab-content h1 {
    color: var(--green);
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.other-con .tab-content>p {
    text-align: justify;
    margin-bottom: 14px;
}

.other-con .tab-content form h2 {
    color: var(--green);
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.other-con .wpcf7-spinner {
    display: none;
}

.other-con textarea {
    height: 67px;
}

.other-con .btn-primary {
    padding: 10px 42px;
}

.other-con .tab-content>h2 {
    color: var(--green);
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0px 7px 0px;
    text-transform: capitalize;
}

.banner_sec .slides_wrapper .slide {
    position: relative;
}

.banner_sec .slides_wrapper .slide .banner_caption {
    position: absolute;
    content: "";
    left: 12%;
    bottom: 38%;
    max-width: 500px;
    min-width: 320px;
}

.banner_sec .slides_wrapper .slide .banner_caption h1 {
    color: var(--green);
    font-weight: bold;
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.banner_sec .slides_wrapper .slide .banner_caption .rest-banner {
    color: var(--green);
    font-weight: bold;
    font-size: 34px;
    text-transform: capitalize;
}

.banner_sec {
    position: relative;
}

.banner_sec .banner_caption p {
    color: var(--dark);
    font-size: 24px;
    font-weight: 500;
    transition: 0.5s;
}

.banner_sec .banner_caption p .btn-shop {
    background-color: var(--orange);
    color: var(--white);
    background-color: var(--orange);
    color: var(--white);
    border-radius: 30px;
    font-size: 16px;
    padding: 8px 24px;
    margin-top: 15px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.banner_sec .banner_caption p .btn-shop:hover {
    background-color: var(--green);
}

.banner_sec .prev {
    left: 27px;
}

.banner_sec .next {
    right: 27px;
}

.banner_sec .prev:hover,
.banner_sec .next:hover {
    opacity: 1;
}

.banner_sec .prev,
.banner_sec .next {
    width: 45px;
    height: 45px;
    font-size: 20px;
    position: absolute;
    content: "";
    border-radius: 100%;
    color: #fff;
    top: 57%;
    /* background: linear-gradient(90deg, #f8f8f8, #fff); */
    box-shadow: 0 4px 10px #0700001c;
    background-color: #ff8236;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.7;
}

.dropdown_menu {
    box-shadow: 0px 18px 15px 0px #0000001a;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    border: none;
    border-radius: 0px;
}

.dropdown_menu li {
    width: 100%;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    border-bottom: 0.2px solid #ccc;
}

.dropdown_menu li a:hover {
    background-color: var(--orange);
    color: #ffffff;
}

.dropdown_menu li a:hover {
    color: #ffffff !important;
}

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

.dropdown_menu li a {
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    color: #373737 !important;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
}

.new-rel {
    padding: 50px 0px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    background-color: var(--orange) !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 0.618em 1.4em !important;
}

.woocommerce-form-register__submit {
    margin-top: 10px !important;
}

.lost_password>a {
    color: var(--orange);
    font-size: 14px;
}

.woocommerce-checkout .tab-content {
    max-width: 1050px;
    margin: 0 auto;
    display: block;
}

.ocs-checkout .woocommerce-checkout h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ocs-checkout .woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 500;
}

.ocs-checkout .woocommerce form .form-row .woocommerce-input-wrapper .input-text {
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--green);
    font-size: 14px;
}

.ocs-checkout .woocommerce form .form-row .woocommerce-input-wrapper .input-text:focus-visible {
    outline: 0;
    border-color: var(--orange);
}

.ocs-checkout .woocommerce form p.form-row {
    margin-bottom: 15px;
}

.ocs-checkout .select2-container .select2-dropdown,
.ocs-checkout .select2-container .select2-selection {
    border: 1px solid var(--green);
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
}

.ocs-checkout .woocommerce table.shop_table td {
    font-size: 14px;
}

.ocs-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    border: 0;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 0;
}

.ocs-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    font-size: 18px;
    float: right;
}

.ocs-checkout .woocommerce table.shop_table tfoot th {
    font-weight: 500;
    font-size: 14px;
    color: #252525;
}

.ocs-checkout .form-row.place-order,
.woocommerce-checkout #payment div.form-row {
    background: #fff;
    text-align: center;
    padding: 0;
    padding-top: 15px;
}

.ocs-checkout .woocommerce #payment #place_order,
.ocs-checkout .woocommerce-page #payment #place_order {
    background: var(--orange);
    padding: 8px 20px;
    width: 100%;
    font-size: 16px;
    height: 50px;
    border-radius: 8px;
    float: none;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}

.ocs-checkout .woocommerce #payment #place_order:hover,
.ocs-checkout .woocommerce-page #payment #place_order:hover {
    background: #d9731e;
}

.ocs-checkout .woocommerce-checkout #payment {
    background: none;
}

.ocs-checkout #add_payment_method #payment ul.payment_methods,
.ocs-checkout .woocommerce-cart #payment ul.payment_methods,
.ocs-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-radius: 8px;
    background: #f5f5f5;
    border: 0;
}

.ocs-checkout .woocommerce form.checkout_coupon {
    margin: 10px 0;
    padding: 10px;
    border-radius: 8px;
}

.ocs-checkout .woocommerce form.checkout_coupon p.form-row {
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce {
    padding: 25px;
    border: 0.5px solid #ccc;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.woocommerce-checkout .order_details li {
    font-size: 13px !important;
}

.woocommerce-checkout .order_details li>strong {
    font-size: 18px !important;
    margin-top: 2px;
}

.woocommerce-checkout #btn-razorpay {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    border-radius: 30px;
    margin-top: 60px;
}

.woocommerce-checkout #btn-razorpay:hover {
    background-color: var(--green);
    color: var(--white);
    border: 1px solid var(--white);
}

.woocommerce-checkout #btn-razorpay-cancel {
    color: #252525;
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #ccc;
    margin-left: 24px;
}

.woocommerce-checkout #btn-razorpay-cancel:hover {
    background-color: #b9b9b9;
}

/* .form-control::placeholder {
      color: #a0a0a0 !important;
    } */
.header_center3_in_desk {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.header_center3_in_desk .user_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_center3_in_desk .user_dropdown {
    position: relative;
}

.header_center3_in_desk .user_dropdown>a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.header_center3_in_desk .user_dropdown .username {
    font-weight: 500;
    text-transform: capitalize;
}

/* dropdown hidden by default */
.header_center3_in_desk .user_dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 34px;
    left: 10px;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    /* padding: 6px 12px; */
    min-width: 140px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.header_center3_in_desk .user_dropdown .dropdown_menu li {
    list-style: none;
    margin: 6px 0;
}

.header_center3_in_desk .user_dropdown .dropdown_menu li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.header_center3_in_desk .user_dropdown .dropdown_menu li a:hover {
    color: #0073aa;
}

.header_center3_in_desk .user_dropdown .dropdown_menu li.logout a {
    color: #e63946;
}

.woocommerce-MyAccount-navigation {
    padding: 0px 12px;
}

.woocommerce-MyAccount-navigation ul {
    width: 80%;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}

.woocommerce-MyAccount-navigation ul li {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 13px 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--orange);
    transform: translateX(3px);
}

.woocommerce-MyAccount-content p {
    font-size: 17px;
    line-height: 22px;
    margin: 14px;
}

.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-order-received address {
    line-height: 30px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    margin-top: 30px;
}

.woocommerce-order-received .woocommerce-order-details .button-primary {
    border-radius: 30px;
    background-color: var(--green);
    color: #fff;
}

.woocommerce-order-received .woocommerce p:first-child {
    margin-bottom: 40px;
}

.ri-user-line {
    margin-right: 0px !important;
}

.ajax-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.ajax-search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ajax-search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.ajax-search-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.ajax-product-info {
    display: flex;
    flex-direction: column;
}

.ajax-product-info .price {
    font-size: 14px;
    color: #27ae60;
}

.woocommerce-account .addresses .title .edit {
    border: 1px solid var(--green);
    padding: 5px 12px;
    border-radius: 30px;
    color: var(--green);
    font-size: 14px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
    margin: 20px 10px;
}

.woocommerce-product-gallery .flex-control-thumbs>li img {
    border-radius: 15px;
    border: 1px solid #dddddd;
}

.ocs-qr {
    text-align: center;
}

.ocs-qr img {
    height: 200px;
    width: auto;
    border: 2px solid #333333;
    border-radius: 6px;
}

.delcheck {
    margin-bottom: 25px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.delcheck label {
    font-size: 14px;
    font-weight: 500;
}

.delcheck input {
    padding: 0px;
    width: 155px;
    border-radius: 0px;
    border: 0px solid #ddd;
    height: 28px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.delcheck .button {
    padding: 7px 15px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 30px !important;
}

.delcheck input:focus-visible {
    outline: 0;
}

.delcheck input:-internal-autofill-selected {
    background-color: transparent !important;
}

.del-rlts {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 13px;
}

/* somnath */
/* =====================
   BANNER CSS
   ===================== */
.blog-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.blog-banner .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.blog-banner .banner-content h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--dark);
    margin-bottom: 15px;
}

.blog-banner .banner-content p {
    font-size: 18px;
    color: var(--dark);
    font-weight: 600;
}

/* =====================
   BLOG LIST CSS
   ===================== */
.blog-wraper {
    padding: 60px 0px;
}

.blog-card {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

/* Image */
.blog-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

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

/* ================
   NEW DATE BADGE POSITION (TOP-LEFT)
   ================ */
.blog-date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(250, 134, 38, 0.95);
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
}

.blog-date-badge i {
    font-size: 14px;
}

/* Content */
.blog-card-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
}

.blog-card-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    min-height: 50px;
}

.blog-card-content h3 a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.blog-card-content h3 a:hover {
    color: #fa8626;
}

.blog-card-content p {
    font-size: 15px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
}

/* Read More Button */
.btn-theme {
    display: inline-block;
    padding: 10px 22px;
    background: #fa8626;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-theme:hover {
    background: #d9731e;
}

/* ===========================================
   COMPACT BLOG DETAILS PAGE DESIGN
   =========================================== */
.blog-details-page {
    padding: 25px 0;
    font-family: var(--font-body);
}

/* ===========================================
   PREMIUM HEADING DESIGN
   =========================================== */
.featured-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.featured-title::before {
    content: "";
    width: 6px;
    height: 28px;
    background: #fa8626;
    border-radius: 4px;
}

.featured-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fa8626;
    opacity: 0.4;
    border-radius: 2px;
}

/* Featured Image */
.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

/* Meta Box */
.post-meta {
    margin: 5px 0 18px;
    background: #fafafa;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #444;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.post-meta span {
    margin-right: 12px;
}

/* Content */
.post_content {
    font-size: 15px;
    line-height: 1.65;
    color: #333;
}

.post_content p {
    margin-bottom: 15px;
}

/* ===========================
   SIDEBAR (COMPACT)
   =========================== */
.sidebar-block {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-block h3 {
    background-color: #fa8626;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
}

.sidebar-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-block ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.4;
}

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

.sidebar-block ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
    word-break: break-word;
    /* FIX TITLE BREAKING ISSUE */
}

.sidebar-block ul li a:hover {
    color: #fa8626;
}

/* ======= CATEGORY/TAG TITLE SECTION ======= */
.archive-title-sec {
    padding: 60px 0 40px;
    text-align: center;
}

.archive-title-sec h1 {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
}

/* ======= BLOG LIST CSS (CLONED FROM YOUR BLOG TEMPLATE) ======= */
.blog-wraper {
    padding: 50px 0px 60px;
}

.blog-card {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

/* Image */
.blog-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

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

/* DATE BADGE */
.blog-date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(250, 134, 38, 0.95);
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
}

/* Content */
.blog-card-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    padding-bottom: 0px;
}

.blog-card-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    min-height: 50px;
}

.blog-card-content h3 a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.blog-card-content h3 a:hover {
    color: #fa8626;
}

.blog-card-content p {
    font-size: 15px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
}

/* Read More Button
   .btn-theme {
   display: inline-block;
   padding: 10px 22px;
   background: #fa8626;
   color: #fff !important;
   border-radius: 50px;
   font-size: 14px;
   font-weight: 600;
   transition: 0.3s;
   }
   .btn-theme:hover {
   background: #d9731e;
   }*/
.post_content h2,
.post_content h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog-wraper .blog-card-content h3 {
    margin-bottom: 15px;
}

.sidebar {
    margin-top: 5px;
}

.blog-details-page .post_content p a {
    color: var(--orange);
}

.banner_sec .slides_wrapper.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 3%;
    font-size: 44px;
}

.banner_sec .slides_wrapper.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 3%;
    font-size: 44px;
}

.sr-only {
    display: none;
}

.blog-inner-cta {
    background: #fa8626 url(../../assets/images/book-texture.png) no-repeat center right;
    /* background: linear-gradient(90deg, rgba(250, 134, 38, 1) 0%, rgba(237, 118, 21, 1) 50%, rgba(217, 69, 0, 1) 100%);*/
    border-radius: 15px;
    text-align: center;
    padding: 40px 0;
}

.blog-inner-cta strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
}

.blog-inner-cta a {
    background: var(--white);
    color: var(--orange);
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
}

.blog-inner-cta a:hover {
    background: #f5f5f5;
}

.header_top p {
    animation: flow 2s ease-in-out infinite;
    background: linear-gradient(-45deg,
            #fbb03b,
            #f7931e,
            #f15a24,
            #d4145a,
            #9e005d,
            #662d91);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
}

@keyframes flow {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #cfc8d8;
    border-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 16px;
    line-height: 26px;
}

.proview .product-price span {
    font-size: 24px;
}

.proview .product-price span.current-price {
    color: var(--orange);
    font-weight: 600;
    margin: 0 20px;
}

.proview .product-price span.original-price {
    color: var(--light-dark);
    float: left;
}

.proview .product-price span.badge-custom {
    background: var(--red);
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 3px;
    font-size: 16px;
}

.proview .quantity-selector {
    float: left;
    margin-right: 20px;
}

.btn-add2cart {
    background: var(--orange);
    padding: 12px 30px;
    height: 40px;
    color: var(--white);
    line-height: 14px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    border: 0;
    transition: all ease-in-out 0.3s;
}

.btn-add2cart:hover {
    background: var(--orange-d);
}

.product-info.proview .product-author {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.product-info.proview .product-author span {
    font-weight: 600;
    color: var(--green);
}

.static-container {
    margin: 50px 0;
}

.static-container h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.static-container h2,
.static-container h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.account-page .account-card .nav.account-tabs .nav-item .nav-link {
    color: #1FC0A0;
    font-weight: 500;
}

.account-page .account-card .nav.account-tabs .nav-item .nav-link.active {
    color: var(--orange);
}

.account-page .account-card .tab-content .tab-pane .form-label {
    font-weight: 500;
}

.btn-orange {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid var(--orange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
}

.btn-orange:hover {
    background-color: var(--orange-d);
    color: var(--white);
}

.header_center3 .header_center3_in ul li.dropdown .dropdown-menu li {
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.header_center3_in ul li.dropdown .dropdown-menu li:not(:last-child) {
    border-right: 0;
}

.header_center3 .header_center3_in ul li.dropdown .dropdown-menu li a.dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
}

.blog-list-page h1.page-h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.blog-list-page .secondary-label {
    font-size: 18px;
    font-weight: 600;
}
/*=====product===*/

.qty-wrapper input[type="number"]::-webkit-outer-spin-button,
    .qty-wrapper input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .qty-wrapper input[type="number"] {
        -moz-appearance: textfield;
    }
    .qty-btn:hover {
        background-color: #14a385 !important;
    }
    .qty-btn:active {
        background-color: #118f74 !important;
    }

    .product-page .product-title {
        font-size: 28px;
        font-weight: 600;
        color: #333;
        line-height: 42px;
    }
    .product-page .main-image {
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 20px;
        background: #ffffff;
    }
    .product-page .main-image img {
        max-height: 500px;
        width: 100%;
        object-fit: contain;
        height: 320px;
    }
    .product-page .thumbnail-item {
        border: 2px solid transparent;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    .product-page .thumbnail-item.active,
    .product-page .thumbnail-item:hover {
        border-color: #007bff;
    }
    .product-page .product-card {
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .product-page .product-card:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .product-page .product-card .product-image {
        background: #f8f9fa;
        padding: 15px;
    }
    .product-page .product-card .product-image img {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }
    .product-page .product-card .product-name {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .product-page .product-card .product-name a {
        color: #333;
        text-decoration: none;
    }
    .product-page .product-card .product-name a:hover {
        color: #007bff;
    }
    .rating-input {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .rating-input input {
        display: none;
    }
    .rating-input label {
        cursor: pointer;
        font-size: 24px;
        color: #ddd;
        margin-right: 5px;
    }
    .rating-input label:hover,
    .rating-input label:hover ~ label,
    .rating-input input:checked ~ label {
        color: #ffc107;
    }
.delivery-check{
    background: #F5F5F5;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
}
.delivery-check input.form-control{
    background: var(--white);
}
.product-tabs .nav.nav-tabs .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: var(--green);
}
.product-tabs .nav.nav-tabs .nav-item .nav-link.active{
    color: var(--orange);
}
.product-tabs .product-description p,
.product-tabs .product-description{
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
}
.product-tabs .tab-pane .table tr td{
    font-weight: 400;
}




/*=====product===view===*/








/* ===== Search Autocomplete Dropdown ===== */
.search-autocomplete-wrapper {
    position: relative;
}

.search-autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.06);
    max-height: 460px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.search-autocomplete-dropdown::-webkit-scrollbar {
    width: 5px;
}

.search-autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.search-autocomplete-dropdown.active {
    display: block;
    animation: searchDropdownFadeIn 0.15s ease-out;
}

@keyframes searchDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-autocomplete-item {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-autocomplete-item:first-child {
    border-radius: 8px 8px 0 0;
}

.search-autocomplete-item:hover,
.search-autocomplete-item.selected {
    background-color: #f7f8fa;
}

.search-autocomplete-item:last-child {
    border-bottom: none;
}

.search-autocomplete-item img {
    width: 52px;
    height: 62px;
    object-fit: contain;
    margin-right: 12px;
    border-radius: 6px;
    flex-shrink: 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 3px;
}

.search-autocomplete-item-info {
    flex: 1;
    min-width: 0;
}

.search-autocomplete-item-name {
    font-weight: 600;
    color: #222;
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-autocomplete-item-meta {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
    line-height: 1.4;
}

.search-autocomplete-item-meta span {
    display: inline-block;
    margin-right: 10px;
}

.search-autocomplete-item-meta i {
    margin-right: 3px;
    font-size: 10px;
}

.search-autocomplete-item-price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.search-autocomplete-item-price {
    color: #e74c3c;
    font-size: 14px;
    font-weight: 700;
}

.search-autocomplete-item-price-regular {
    color: #aaa;
    font-size: 12px;
    text-decoration: line-through;
}

.search-autocomplete-item-discount {
    background: #27ae60;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

.search-autocomplete-no-results {
    padding: 24px 15px;
    text-align: center;
    color: #888;
    font-size: 13px;
}

.search-autocomplete-loading {
    padding: 24px 15px;
    text-align: center;
    color: #888;
    font-size: 13px;
}

.search-autocomplete-view-all {
    display: block;
    padding: 12px;
    text-align: center;
    background: #f8f9fa;
    color: #444;
    font-weight: 600;
    font-size: 13px;
    border-top: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.search-autocomplete-view-all:hover {
    background: #eef0f2;
    color: #222;
    text-decoration: none;
}

/* Static Search Box Styles - Mobile Only */
.static-search {
    display: none;
    padding: 10px 15px;
    background: var(--white-color);
}

.static-search.d-md-none {
    display: block;
}

.static-search .static-search-inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.static-search .static-search-input {
    width: 100%;
    height: 44px;
    padding: 0 50px 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    font-size: 15px;
    background: #f5f5f5;
    transition: all 0.3s ease;
    color: var(--dark-color);
}

.static-search .static-search-input::placeholder {
    color: #999;
}

.static-search .static-search-input:focus {
    outline: none;
    border-color: var(--orange-color);
    background: var(--white-color);
    box-shadow: 0 2px 8px rgba(250, 134, 38, 0.15);
}

.static-search .static-search-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 36px;
    height: 36px;
    border: none;
    background: var(--orange-color);
    color: var(--white-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.static-search .static-search-btn:hover {
    background: var(--dark-color);
    transform: scale(1.05);
}

.static-search .static-search-btn:active {
    transform: scale(0.95);
}

.static-search .search-autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: var(--white-color);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    z-index: 1000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.static-search .search-autocomplete-dropdown.show {
    display: block;
}

.cart-items .table-responsive .table tbody tr td:last-child {
    text-align: center;
}

.cart-items .btn-ico {
    font-size: 18px;
    border: 0;
    background: #ffffff;
    color: #ff0000;
}

.bg-theme {
    background: #FB8626;
}

.checkout-steps .form-check-input:checked {
    background-color: #FB8626;
    border-color: #FB8626;
}

.checkout-steps .step-content .btn:focus-visible,
.checkout-steps .step-content .btn:disabled {
    background-color: #FB8626;
    border-color: #FB8626;
    box-shadow: none;
}

.category-page .category-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

.category-page .filter-sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 100px;
}

.category-page .filter-title {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.category-page .product-card {
    background: #fff;
}

.category-page .product-image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.category-page .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-page .product-info {
    padding: 0;
}

.category-page .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    min-height: 42px;
    text-align: center;
}

.category-page .product-name a {
    color: inherit;
    text-decoration: none;
}

.category-page .product-name a:hover {
    color: var(--green);
}

.category-page .product-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    text-align: center;
    margin-bottom: 10px;
}

.category-page .product-price .original-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: normal;
}

.category-page .product-actions {
    padding: 0 15px 15px;
}

.category-page .add-to-cart-btn {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
}

.category-page .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.category-page .product-badge span {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}

.category-page .badge-new {
    background: #28a745;
    color: #fff;
}

.category-page .badge-sale {
    background: #e74c3c;
    color: #fff;
}

.category-page .filter-section .filter-title {
    cursor: pointer;
}

.category-page .filter-section .filter-title .fa {
    transition: transform 0.3s ease;
}

.category-page .filter-section .filter-title[aria-expanded="false"] .fa {
    transform: rotate(-90deg);
}

.category-page .filter-options {
    max-height: 250px;
    overflow-y: auto;
}

.category-page .filter-option {
    padding: 5px 0;
}

.category-page .filter-option label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
}

.category-page .filter-option label:hover {
    color: #FA8625;
}

.category-page .filter-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.category-page .filter-search {
    margin-bottom: 10px;
}

.category-page .filter-search input {
    font-size: 13px;
}

.category-page .price-range-slider {
    padding: 10px 5px;
}

.category-page .price-inputs {
    display: flex;
    gap: 10px;
    align-items: center;
}

.category-page .price-inputs input {
    width: 100%;
}

.category-page .applied-filters {
    margin-bottom: 15px;
}

.category-page .applied-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: #e9ecef;
    border-radius: 20px;
    font-size: 12px;
    margin: 2px;
}

.category-page .applied-filter-tag .remove-filter {
    cursor: pointer;
    color: #dc3545;
    font-weight: bold;
}

.category-page .load-more-options {
    font-size: 13px;
    color: #007bff;
    cursor: pointer;
    padding: 5px 0;
}

.category-page .load-more-options:hover {
    text-decoration: underline;
}

.products-grid .products-items .product-col {
    padding: 15px;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 10px;
    float: left;
    margin: 0 25px 25px 0;
    position: relative;
    width: 22.05%;
}

.products-grid ul.products-items {
    clear: both;
}

.products-grid ul.products-items li.product-col:nth-child(4n+0) {
    margin-right: 0;
}

.products-grid ul.products-items li.product-col:nth-child(4n+1) {
    clear: both;
}

#load-more-container {
    clear: both;
}
.static-container p{
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 400;
    color: #5a5a5a;
}
.static-container ul li{
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
}
.coupon-section .input-group .btn.btn-outline-primary{
    padding: 8px 9px;
    font-size: 14px;
}
.coupon-section .input-group .form-control{
    font-size: 14px;
}
.grnd-total strong{
    font-weight: 600;
}
.btn-clear{
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #FB8626;
    color: #FB8626;
    transition: all ease-in-out 0.3s;
}
.btn-clear:hover{
    background: #F8F9FA;
    color: #FB8626;
}
.link-anchor{
    color: #FB8626;
}
.link-anchor:hover{
    color: #1FC0A0;
}
.blog-details-body h1{
    font-size: 32px;
}
.blog-details-body .blog-content p{
    margin-bottom: 20px;
}
.blog-details-body .blog-content h4{
    margin-bottom: 10px;
}
.tagss a{
    margin-right: 12px;
}
.socal-media a{
    margin: 0 5px;
}






/* Responsive */

@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

@media only screen and (min-width: 1690px) and (max-width: 1799px) {}

@media (max-width: 1599px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .padding-xxl-top {
        padding-top: 80px;
    }

    .padding-xxl-bottom {
        padding-bottom: 80px;
    }

    .padding-xl-top {
        padding-top: 70px;
    }

    .padding-xl-bottom {
        padding-bottom: 70px;
    }

    .padding-lg-top {
        padding-top: 60px;
    }

    .padding-lg-bottom {
        padding-bottom: 60px;
    }

    .padding-md-top {
        padding-top: 50px;
    }

    .padding-md-bottom {
        padding-bottom: 20px;
    }

    .padding-sm-top {
        padding-top: 40px;
    }

    .padding-sm-bottom {
        padding-bottom: 40px;
    }

    .padding-xs-top {
        padding-top: 30px;
    }

    .padding-xs-bottom {
        padding-bottom: 30px;
    }

    .social_menu li i {
        font-size: 18px;
    }

    .social_menu li:not(:last-child) {
        margin-right: 25px;
    }

    .form-control {
        height: 40px;
        line-height: 45px;
        font-size: 14px;
    }

    .header_frm_desk .form-control.header_frm_btn {
        background-size: 19px;
    }

    .header_frm_desk {
        width: 400px;
    }

    .header_center3_in ul li a {
        font-size: 18px;
        line-height: 20px;
    }

    .header_logo img {
        width: 120px;
    }

    .header_top {
        padding: 6px 0px;
    }

    .header_bottom ul li a {
        padding: 12px 15px;
        font-size: 17px;
    }

    .category_main_col2 .category_box {
        height: 530px;
    }

    .selling_box_media {
        height: 250px;
    }

    .selling_box_info h5 {
        min-height: 44px;
    }

    .popular_row {
        padding-top: 20px;
    }

    .lnd_sec4_in {
        padding: 0px 70px;
    }

    .btn-green,
    .btn-theme,
    .btn {
        padding: 8px 30px;
        font-size: 16px;
    }

    .lnd_sec2_btn .btn-green {
        padding: 8px 30px;
        font-size: 16px;
    }

    .footer_top_lt_col1 p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer_top h4 {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .footer_top .footer_menu li {
        font-size: 16px;
    }

    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer_top .footer_contact li {
        font-size: 16px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .footer_top_lt_col1 {
        padding-right: 65px;
    }

    .footer_logo img {
        width: 170px;
    }

    .footer_bottom_in {
        padding: 13px 0px;
    }

    ul.slimmenu li .sub-toggle i {
        top: 2px;
    }

    ul.menu_sec li>ul li a {
        font-size: 15px;
    }

    .selling_box_info strong {
        font-size: 16px;
    }
.products-grid .products-items .product-col{
    padding: 10px;
}
.category-page .product-actions {
    padding: 0 5px 5px;
}

}

@media only screen and (min-width: 766px) and (max-width: 1399px) {
    .new-rel .products {
        display: flex;
    }

    .new-rel .products li .button {
        padding: 8px 23px !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1440px) {
    .home .btn-theme {
        padding: 6px 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .btn-green,
    .btn-theme,
    .btn {
        padding: 10px 35px;
        font-size: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 30px;
    }

    .lnd_sec2_btn .btn-green {
        padding: 10px 50px;
        font-size: 18px;
    }

    .social_menu li i {
        font-size: 18px;
    }

    .social_menu li:not(:last-child) {
        margin-right: 20px;
    }

    .header_top {
        padding: 10px 0px;
    }

    .header_logo img {
        width: 110px;
    }

    .header_center {
        padding: 12px 0px;
    }

    .form-control {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .header_frm_desk {
        width: 385px;
    }

    .header_frm_desk .form-control {
        padding: 0px 40px 0px 15px;
    }

    .header_frm_desk .form-control.header_frm_btn {
        background-size: 16px;
        right: 5px;
        top: 5px;
    }

    .header_center3_in ul li a {
        font-size: 16px;
        line-height: 18px;
    }

    .header_center3_in ul li:not(:last-child) {
        border-right: 2px solid var(--deep-grey);
    }

    .header_center3_in ul li {
        padding: 0px 10px;
    }

    .cart_header a {
        font-size: 18px;
        line-height: 18px;
        padding-right: 25px;
    }

    .header_center3_in ul li i {
        margin-right: 5px;
    }

    .cart_header a span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }

    ul.menu_sec>li>a {
        padding: 10px 15px;
        font-size: 15px;
    }

    ul.menu_sec li>ul li a {
        font-size: 14px;
    }

    ul.menu_sec li>ul,
    ul.menu_sec ul {
        width: 180px;
    }

    .category_box {
        height: 220px;
    }

    .category_main_col2 .category_box {
        height: 470px;
    }

    .selling_box_media {
        height: 270px;
    }

    .selling_col {
        margin-top: 30px;
    }

    .footer_top_lt_col1 p {
        font-size: 12px;
    }

    .footer_top .footer_menu li {
        font-size: 14px;
    }

    .footer_top .footer_contact li {
        font-size: 14px;
    }

    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer_top_lt_col1 {
        padding-right: 55px;
    }

    .footer_bottom p {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .page_info {
        max-width: 600px;
    }

    .page_info h2 {
        margin-bottom: 15px;
    }

    .padding-xxl-top {
        padding-top: 80px;
    }

    .padding-xxl-bottom {
        padding-bottom: 80px;
    }

    .padding-xl-top {
        padding-top: 70px;
    }

    .padding-xl-bottom {
        padding-bottom: 70px;
    }

    .padding-lg-top {
        padding-top: 40px;
    }

    .padding-lg-bottom {
        padding-bottom: 40px;
    }

    .padding-md-top {
        padding-top: 40px;
    }

    .padding-md-bottom {
        padding-bottom: 40px;
    }

    .padding-sm-top {
        padding-top: 40px;
    }

    .padding-sm-bottom {
        padding-bottom: 40px;
    }

    .padding-xs-top {
        padding-top: 30px;
    }

    .padding-xs-bottom {
        padding-bottom: 30px;
    }

    .btn-green,
    .btn-theme,
    .btn {
        padding: 8px 35px;
        font-size: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 30px;
    }

    .lnd_sec2_btn .btn-green {
        padding: 10px 50px;
        font-size: 18px;
    }

    .social_menu li i {
        font-size: 18px;
    }

    .social_menu li:not(:last-child) {
        margin-right: 20px;
    }

    .header_top {
        padding: 10px 0px;
    }

    .header_logo img {
        width: 110px;
    }

    .header_center {
        padding: 12px 0px;
    }

    .form-control {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .header_frm_desk {
        width: 385px;
    }

    .header_frm_desk .form-control {
        padding: 0px 40px 0px 15px;
    }

    .header_frm_desk .form-control.header_frm_btn {
        background-size: 16px;
        right: 5px;
        top: 5px;
    }

    .header_center3_in ul li a {
        font-size: 16px;
        line-height: 18px;
    }

    .header_center3_in ul li:not(:last-child) {
        border-right: 2px solid var(--deep-grey);
    }

    .header_center3_in ul li {
        padding: 0px 10px;
    }

    .cart_header a {
        font-size: 18px;
        line-height: 18px;
        padding-right: 25px;
    }

    .header_center3_in ul li i {
        margin-right: 5px;
    }

    .cart_header a span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }

    ul.menu_sec>li>a {
        padding: 10px 15px;
        font-size: 15px;
    }

    ul.menu_sec li>ul li a {
        font-size: 14px;
    }

    ul.menu_sec li>ul,
    ul.menu_sec ul {
        width: 180px;
    }

    .category_box {
        height: 180px;
    }

    .category_main_col2 .category_box {
        height: 390px;
    }

    .category_box_media img {
        width: 100%;
    }

    .selling_box_media {
        height: 310px;
    }

    .selling_row {
        margin: 0px -10px;
    }

    .selling_col {
        margin-top: 30px;
        width: 25%;
        padding: 0px 10px;
    }

    .footer_top_lt_col1 p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer_top .footer_menu li {
        font-size: 14px;
    }

    .footer_top .footer_contact li {
        font-size: 14px;
    }

    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer_top_lt_col1 {
        padding-right: 0px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .lnd_sec4_in {
        padding: 0px 0px;
    }

    .footer_bottom_in {
        padding: 15px 0px;
    }

    .footer_top h4 {
        margin-bottom: 20px;
        font-size: 19px;
    }

    .footer_top_rt {
        padding-top: 70px;
    }

    .popular_carousel.owl-carousel .owl-nav .owl-prev,
    .popular_carousel.owl-carousel .owl-nav .owl-next {
        width: 21px;
        height: 35px;
        left: -25px;
        top: 32%;
    }

    .popular_carousel.owl-carousel .owl-nav .owl-next {
        left: inherit;
        right: -25px;
    }

    .popular_carousel.owl-carousel .owl-nav .owl-next::after,
    .popular_carousel.owl-carousel .owl-nav .owl-prev::before {
        background-size: 15px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .woocommerce-order-received .woocommerce ul.order_details li {
        padding-right: 1.4em;
        margin-right: 1.4em;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce ul.order_details li {
        padding-right: 1.5em;
        margin-right: 1.5em;
    }

    .woocommerce-checkout .order_details .method {
        margin-top: 20px;
    }

    .woocommerce-checkout .order_details li>strong {
        font-size: 15px !important;
    }

    .woocommerce-checkout .order_details li {
        font-size: 11px !important;
    }

    .woocommerce-checkout .woocommerce {
        padding: 16px;
    }

    .header_frm_desk {
        width: 250px;
        margin-left: -110px;
    }

    ul.menu_sec>li>a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .header_center3_in ul li a {
        font-size: 24px;
        line-height: 13px;
        font-weight: 500;
    }

    .header_center3_in ul li {
        padding: 0px 4px;
    }

    .header_center3_in ul li:not(:last-child) {
        border-right: 1.5px solid var(--deep-grey);
    }

    .cart_header a {
        font-size: 24px;
        line-height: 15px;
        padding-right: 24px;
    }

    .cart_header a span {
        top: 3px;
        background: var(--orange);
        color: #fff;
    }

    .header_center {
        padding: 10px 0px;
    }

    .header_top {
        padding: 8px 0px;
    }

    ul.slimmenu li .sub-toggle {
        background: none;
        top: 0px;
        right: -9px;
        width: 23px;
    }

    ul.menu_sec li>ul li a {
        font-size: 13px;
    }

    .category_main_row {
        margin: 0px -10px;
    }

    .category_main_col {
        padding: 0px 10px;
    }

    .category_col {
        margin-top: 20px;
    }

    .category_box {
        height: 140px;
    }

    .category_main_col2 .category_box {
        height: 300px;
    }

    .selling_col {
        width: 33.33%;
    }

    .selling_box_media {
        height: 300px;
        margin-bottom: 20px;
    }

    .lnd_sec4_in_lt {
        width: 80%;
    }

    .footer_logo img {
        width: 130px;
    }

    .featured-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .woocommerce-order-received .woocommerce ul.order_details li {
        margin-bottom: 20px;
    }

    .woocommerce-checkout .order_details .method {
        margin-top: 0px;
    }

    .woocommerce-order-received .woocommerce-order-overview {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .woocommerce-order-received .woocommerce ul.order_details {
        margin: 0 0 1em;
    }

    /* .woocommerce-order-received .order_details .method {
	margin-top: 20px;
} */
    .woocommerce-order-received .woocommerce-column--2 {
        margin-top: 22px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 13px 10px;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul {
        width: 100%;
    }

    .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0px 12px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 8px 8px 0 0;
    }

    .woocommerce-page div.product .woocommerce-tabs {
        margin: 0 -20px;
        padding: 25px 18px 20px;
        background: #fb8626;
        background: linear-gradient(180deg,
                rgba(251, 134, 38, 1) 0%,
                rgba(255, 255, 255, 1) 100%);
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        background: #fff;
    }

    .expense-production .woocommerce {
        display: flex;
        flex-wrap: wrap;
    }

    .banner_sec .slides_wrapper .slide .banner_caption {
        left: 13%;
        bottom: 38%;
    }

    .banner_sec .slides_wrapper .slide .banner_caption .rest-banner {
        font-size: 18px;
        width: 80%;
    }

    .banner_sec .slides_wrapper .slide .banner_caption h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner_sec .banner_caption p {
        font-size: 14px;
    }

    .selling_col {
        border: none;
        margin-right: 0px;
    }

    .banner_sec {
        overflow-x: hidden;
        margin-top: 0px;
    }

    .content-area {
        margin-top: 22px;
    }

    .banner_sec .prev,
    .banner_sec .next {
        width: 34px;
        height: 34px;
        font-size: 14px;
        top: 57%;
    }

    .other-con {
        padding: 40px 0px;
    }

    .other-con .tab-content h1 {
        font-size: 20px;
    }

    .other-con .tab-content form h2 {
        font-size: 28px;
    }

    .other-con .tab-content>h2 {
        font-size: 18px;
    }

    .other-con .tab-content>p {
        font-size: 14px;
    }

    .navigation-portrait .nav-menus-wrapper {
        height: 100vh;
    }

    .nav-overlay-panel {
        height: 100vh;
    }

    .navigation-portrait .nav-menu {
        text-align: left;
    }

    .nav-menus-wrapper-close-button {
        font-weight: 700;
        font-size: 18px;
        height: 24px;
    }

    .navigation-portrait .megamenu-panel.nav-submenu {
        padding: 10px 15px;
        box-shadow: 0 1px 13px -5px rgba(0, 0, 0, 0.2);
    }

    .navigation-portrait .megamenu-panel.nav-submenu .megamenu-lists .megamenu-list {
        margin-bottom: 5px;
    }

    .navigation-portrait .megamenu-panel.nav-submenu .megamenu-lists .megamenu-list .menu-item a {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        padding: 15px;
    }

    .woocommerce-cart .woocommerce-cart-form {
        margin-top: 30px;
    }

    .product_meta div strong {
        width: 30%;
    }

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3,
    .woocommerce ul.products li.product h2 {
        flex-grow: 1;
    }

    .woocommerce ul.products li.product a.button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .woocommerce .content-area .woocommerce-products-header {
        margin-top: 15px;
        margin-bottom: 0;
        background: #fff;
        border-radius: 0;
        padding: 0;
        text-align: center;
    }

    .woocommerce .woocommerce-result-count {
        font-size: 14px;
        color: var(--green);
    }

    .woocommerce-ordering .orderby {
        width: 60px;
        border: 0;
    }

    .woocommerce-ordering .orderby {
        text-indent: -450px;
        position: relative;
        background: url(../../assets/images/filter-3-fill.png) no-repeat center center;
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--green);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin-top: -35px;
    }

    .woocommerce-ordering .orderby:focus-visible {
        outline: 0;
    }

    .woocommerce-ordering .orderby:before {
        content: "\f1de";
        position: absolute;
        left: 0;
        top: 0;
        font-family: "FontAwesome";
        font-size: 24px;
        display: block;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        border-top: 1px solid #ddd;
    }

    .woocommerce-page .related.products ul.products.columns-6 li.product {
        width: 50%;
        margin: 0;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 0;
        width: 50%;
        clear: none;
        float: none;
        border-radius: 0;
    }

    .woocommerce .content-area .woocommerce-products-header h1.page-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .header_center3 .cart_header {
        /* margin-left: 20px; */
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .site-main .product .summary .product_title {
        font-size: 18px;
    }

    .product_meta div {
        font-size: 16px;
    }

    .product_meta div span {
        font-weight: 500;
    }

    .product_meta div strong {
        font-size: 16px;
    }

    .padding-xxl-top {
        padding-top: 50px;
    }

    .padding-xxl-bottom {
        padding-bottom: 50px;
    }

    .padding-xl-top {
        padding-top: 40px;
    }

    .padding-xl-bottom {
        padding-bottom: 40px;
    }

    .padding-lg-top {
        padding-top: 30px;
    }

    .padding-lg-bottom {
        padding-bottom: 30px;
    }

    .padding-md-top {
        padding-top: 30px;
    }

    .padding-md-bottom {
        padding-bottom: 30px;
    }

    .padding-sm-top {
        padding-top: 30px;
    }

    .padding-sm-bottom {
        padding-bottom: 30px;
    }

    .padding-xs-top {
        padding-top: 30px;
    }

    .padding-xs-bottom {
        padding-bottom: 30px;
    }

    .header_sec {
        left: inherit;
        top: inherit;
        position: inherit;
        padding: 0px;
        background: var(--white);
        border-top: 3px solid var(--orange);
    }

    .header_sec.fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        border-top: 3px solid var(--orange);
    }

    .header_sec .container {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .header_logo {
        margin: 10px 0px 10px 15px;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        transform: inherit;
        position: inherit;
        width: 110px;
    }

    .header_logo img {
        width: 80px;
    }

    .top_nav {
        padding-right: 0px;
    }

    .active-menu .collapse-button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 11px 0 -13px;
    }

    .active-menu .collapse-button span:nth-child(2) {
        opacity: 0;
    }

    .active-menu .collapse-button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -9px;
        position: relative;
    }

    .active-menu {
        overflow: hidden;
    }

    .collapse-button {
        width: 40px;
        margin-top: 0px;
        background: none !important;
        border: none;
        border-radius: 0px;
        font-size: 34px;
        color: var(--whiteColor);
        padding: 0px !important;
        outline: none;
        margin-right: 0px;
        right: 15px;
        top: -30px;
    }

    .collapse-button:hover,
    .collapse-button:focus {
        color: #6377ee;
        background-color: none !important;
    }

    .collapse-button .icon-bar {
        height: 4px;
        width: 40px;
        margin: 7px 0;
        color: var(--orange);
        background-color: var(--orange);
    }

    .slimmenu.menu_sec.collapsed {
        width: 100% !important;
        left: 0;
        top: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        z-index: 100;
        border-top: 0px;
        margin-top: 0px;
        padding: 0px 0px;
        transform: inherit;
        text-align: inherit;
        display: block;
    }

    .menu-collapser {
        background-color: inherit;
        width: auto;
        right: 0px;
        top: 0px;
        position: absolute;
        padding: 0px;
    }

    ul.slimmenu.collapsed li a {
        border-bottom: 1px solid var(--white);
        display: inline-block;
        width: 100%;
        color: var(--white);
    }

    ul.slimmenu.collapsed li a:hover {
        background: var(--orange);
    }

    ul.menu_sec>li>a {
        padding: 10px 15px;
        font-size: 15px;
    }

    ul.menu_sec>li::before {
        display: none;
    }

    ul.menu_sec li .sub-toggle i {
        font-size: 16px;
        transform: inherit;
        color: var(--white);
    }

    ul.menu_sec li .sub-toggle {
        top: 2px;
        right: 10px;
        left: inherit;
    }

    ul.menu_sec li>ul,
    ul.menu_sec ul {
        width: 100%;
        height: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        position: inherit;
        transform: inherit;
        background: none;
        float: left;
    }

    ul.menu_sec li>ul li {
        width: 100%;
        display: inline-block;
    }

    ul.menu_sec li>ul li a:hover {
        color: var(--whiteColor) !important;
        background: #6377ee;
        width: 100%;
        display: inline-block;
    }

    ul.menu_sec li>ul li a::after {
        background: #6377ee;
    }

    ul.menu_sec li>ul li a:hover:before {
        display: none;
    }

    ul.slimmenu.collapsed li>ul {
        padding: 0px 15px;
    }

    ul.menu_sec>li::after {
        display: none;
    }

    ul.menu_sec>li a::before {
        display: none;
    }

    ul.menu_sec li:hover a:before,
    .nav_top ul li.current-menu-item a:before {
        display: none;
    }

    ul.menu_sec>li {
        margin: 0px 0px;
    }

    ul.menu_sec li>ul li a {
        padding: 10px 15px !important;
    }

    ul.menu_sec>li:nth-child(3) {
        margin-left: 0px;
    }

    ul.slimmenu li .sub-toggle i {
        top: -6px;
    }

    .header_sec.fixed ul.menu_sec>li {
        margin: 0px;
    }

    .header_sec.fixed ul.menu_sec>li>a {
        padding: 10px 15px;
        font-size: 15px;
    }

    ul.slimmenu.collapsed li:last-child a {
        border-bottom: 0px;
    }

    .header_top_in {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
    }

    .header_center3_in_mobile {
        display: flex;
    }

    .header_center3_in_desk {
        display: flex;
    }

    .social_menu li:not(:last-child) {
        margin-right: 20px;
    }

    .header_center {
        padding: 0px 0px;
    }

    .top_nav {
        width: 100%;
        position: relative;
        z-index: 4;
        float: left;
    }

    .header_center_in {
        padding-right: 15px;
        padding-left: 15px;
    }

    .category_box {
        height: 180px;
    }

    .category_main_col2 .category_box {
        height: 189px;
        display: block;
    }

    .selling_col {
        width: 50%;
    }

    .selling_box_media {
        height: 330px;
    }

    .popular_carousel.owl-carousel .owl-nav .owl-prev,
    .popular_carousel.owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        background: var(--white);
        -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        -o-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
        border-radius: 100%;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        position: relative;
        transform: inherit;
        margin: 5px;
    }

    .popular_carousel.owl-carousel .owl-nav .owl-prev::before,
    .popular_carousel.owl-carousel .owl-nav .owl-next::after {
        width: 15px;
        height: 24px;
        background-size: 13px;
    }
    .lnd_sec4_in_lt {
        width: 100%;
    }

    .lnd_sec4_in {
        flex-direction: column;
    }

    .lnd_sec4_in h3 {
        margin-bottom: 20px;
    }

    .footer_top .footer_menu {
        margin-bottom: 20px;
    }

    .footer_top_rt {
        padding-top: 30px;
    }

    .footer_top .footer_menu li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer_top .footer_contact li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .lnd_sec4 {
        text-align: center;
    }

    .header_center2 {
        display: none;
    }

    .product .woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper a img {
        height: 200px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        padding: 12px 40px;
    }

    .social_menu {
        margin: 0 auto;
    }

    .header_center_in .header_center1 {
        margin-left: 0;
    }

    .nav-toggle {
        top: -64%;
        left: 20px;
    }

    .navigation-portrait .nav-search {
        margin-right: 0;
        padding: 0;
    }

    .main_header_area {
        background: white;
    }

    .navigation-portrait .nav-search-button {
        background-color: var(--orange-d);
    }

    .mb-grid {
        padding: 0;
    }

    .header_center3_in_desk .user_dropdown .dropdown_menu {
        min-width: 130px;
    }

    .header_center3_in_desk {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
    }

    .header_center3 .header_center3_in ul .dropdown a.dropdown-toggle {
        font-size: 14px;
    }

    .header_center3 .header_center3_in ul .dropdown .dropdown-menu li a.dropdown-item {
        font-size: 14px;
    }

    .header_center3_in_desk .user_menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .delete-account .btn.btn-outline-danger {
        margin-top: 12px;
    }

    .header_center3_in_desk .user_dropdown {
        position: relative;
    }

    .header_center3_in_desk .user_dropdown>a {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

    .header_center3_in_desk .user_dropdown .username {
        font-weight: 500;
        text-transform: capitalize;
    }

    .account-page .account-content h2 {
        font-size: 14px;
    }

    .account-page .account-content .btn.btn-primary {
        padding: 8px 15px;
        font-size: 14px;
    }

    .account-page .account-content {
        font-size: 16px;
    }

    /* hide logout dropdown by default */
    .header_center3_in_desk .user_dropdown .dropdown_menu {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        /* border: 1px solid #ddd; */
        border-radius: 5px;
        /* padding: 5px 10px; */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    /* show logout only on hover */
    .header_center3_in_desk .user_dropdown:hover .dropdown_menu {
        display: block;
    }

    .header_center3_in_desk .dropdown_menu li.logout a {
        color: #e63946;
        font-size: 14px;
        text-decoration: none;
    }

    .header_center3_in_desk .dropdown_menu li.logout a:hover {
        text-decoration: underline;
    }

    .dropdown_menu li a:hover {
        background-color: #00c2a1;
        color: #fff;
        text-decoration: none;
    }

    .logged-in .cart_header a {
        padding-right: 15px;
    }

    .logged-in.cart_header a span {
        right: -5px;
    }

    .logged-in .header_center3_in_desk {
        gap: 5px;
    }

    .logged-in .header_center_in .header_center1 {
        margin-left: 45px;
    }

    .logged-in .nav-toggle {
        left: 15px;
    }

    .woocommerce-account .addresses .title .edit {
        margin: 15px 0;
        float: left;
    }

    .logged-in .header_center3_in .user_menu .user_dropdown .user_trigger .ri-user-line {
        font-size: 24px;
    }

    .blog-banner img {
        height: 220px;
    }

    .blog-banner .banner-content h1 {
        font-size: 28px;
    }

    .blog-card-img {
        height: 180px;
    }

    .post-meta {
        font-size: 12px;
        padding: 7px 10px;
    }

    .post_content {
        font-size: 16px;
    }

    .sidebar-block ul li {
        padding: 8px 12px;
    }

    .archive-title-sec {
        padding: 40px 0 25px;
    }

    .archive-title-sec h1 {
        font-size: 28px;
    }

    .category_box_media img {
        border-radius: 10px;
    }

    .category_box_media_info::before {
        display: none;
    }

    .add2home {
        display: block;
        position: fixed;
        top: 17%;
        left: 52px;
        right: 52px;
        background: rgb(255, 255, 255);
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
        border-radius: 10px;
        z-index: 999;
        text-align: center;
    }

    .add2home strong {
        font-size: 18px;
        font-weight: 600;
    }

    .add2home #a2hs-install {
        background: var(--orange);
        border: 0;
        font-size: 14px;
        padding: 4px 18px;
        border-radius: 30px;
        color: var(--white);
        margin-right: 10px;
    }

    .add2home #a2hs-close {
        background: var(--green);
        border: 0;
        font-size: 14px;
        padding: 4px 18px;
        border-radius: 30px;
        color: var(--white);
        margin-left: 10px;
    }

    .add2home p {
        margin: 10px 0;
    }

    .category_main_col.category_main_col2 .category_col .category_box .category_box_media img {
        height: 100%;
        transform: translateY(-115px);
    }

    /*====end max-width: 767px====*/
}

@media (max-width: 575px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 15px !important;
    }

    .woocommerce-order-received .order_details .method {
        margin-top: 0px;
    }

    .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 10px;
    }

    .banner_sec .slides_wrapper .slide .banner_caption .rest-banner {
        width: 100%;
    }

    .banner_sec .slides_wrapper .slide .banner_caption h1 {
        font-size: 18px;
    }

    .banner_sec .banner_caption p {
        font-size: 14px;
    }

    .banner_sec .slides_wrapper .slide .banner_caption {
        left: 0%;
        bottom: 5%;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .banner_sec .banner_caption p .btn-shop {
        padding: 5px 20px;
        margin-top: 8px;
    }

    .banner_sec .prev,
    .banner_sec .next {
        width: 30px;
        height: 30px;
        font-size: 14px;
        top: 50%;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .selling_box_media {
        height: 290px;
    }

    .flickity-slider .carousel-cell .selling_box {
        padding: 0 20px;
    }

    .flickity-slider .carousel-cell .selling_box .selling_box_info {
        padding: 0 10px;
    }

    .flickity-button:focus {
        box-shadow: 0 0 0 5px #fa8626 !important;
    }

    .selling_box_info h6 {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .flickity-slider .carousel-cell {
        margin-right: 20px;
        background: #f5f5f5;
        padding: 15px 0;
        border-radius: 15px;
        width: 265px;
    }

    .woocommerce-page .widget_wpc_filters_widget {
        background: #f5f5f5;
        padding: 10px 20px;
        margin: 0 -15px;
        border: 0;
        border-radius: 0;
    }

    .selling_box_info h5 {
        min-height: auto;
        margin-bottom: 8px;
    }

    .widget.widget_wpc_filters_widget .wpc-filters-open-button-container .wpc-open-close-filters-button {
        margin-bottom: 0;
        border: 0;
    }

    .wpc-open-close-filters-button {
        margin-bottom: 20px;
    }

    .wpc-filters-widget-content.wpc-show-counts-yes {
        display: block;
        position: absolute;
        background: #fff;
        z-index: 99;
        left: 0;
        right: 0;
        padding: 10px 15px;
        border: 1px solid #ddd;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 15px 10px 15px 30px;
        font-size: 16px;
        font-weight: 600;
    }

    .woocommerce ul.products li.product {
        flex: 1 1 calc(50% - 0px);
        /* two cards per row with gap */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
        background: #ffffff;
    }

    .woocommerce ul.products li.product {
        border-top-color: #ffffff;
    }

    .woocommerce ul.products li.product:nth-child(even) {
        border-right-color: #ffffff;
        border-left-color: #ffffff;
    }

    .woocommerce ul.products li.product:nth-child(odd) {
        border-left-color: #ffffff;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__link {
        display: flex !important;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        position: relative;
    }

    .woocommerce ul.products li.product .onsale {
        position: absolute;
        bottom: 10px;
        top: inherit;
        min-height: auto;
        min-width: auto;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
    }

    .woocommerce ul.products li.product .price ins {
        margin-left: 8px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
        font-size: 16px;
    }

    .menu-logo {
        padding: 8px 0 0 26px;
    }

    .menu-logo a img {
        height: 28px;
    }

    .whtsapp {
        position: relative;
        top: 3px;
        right: 0;
        display: inline-block;
    }

    .site-main .product {
        margin-top: 20px;
    }

    .woocommerce div.product div.images {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .home .btn-theme {
        padding: 7px 35px;
        font-size: 14px;
    }

    .selling_col {
        width: 100%;
        margin-top: 30px;
        padding: 0px 0px;
    }

    .selling_box_media {
        height: 260px;
    }

    .selling_row {
        margin: 0px 0px;
    }

    .selling_box_media img {
        object-fit: contain;
    }

    .sale-badge {
        font-size: 18px;
    }

    .featured-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .post_content h2,
    .post_content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sidebar .sidebar-block:last-child {
        margin-bottom: 0px;
    }

    .blog-card-content h3 {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .selling_col {
        width: 50%;
        padding: 15px;
        border: 1px solid #dddddd;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
    }
}



/* Hide on desktop and larger tablets */
@media (min-width: 768px) {
    .static-search {
        display: none !important;
    }
}


@media (max-width: 991px) {

    .main_header_area,
    .main_header_area.sticky {
        position: absolute !important;
        width: 100% !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
        overflow: visible !important;
        box-shadow: none !important;
    }

    .main_header_area .nav-header {
        display: none !important;
    }

    .header_sec.fixed .mobile-search-bar {
        display: block !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .header_center_in {
        display: flex !important;
        align-items: center;
    }

    .header_center1 {
        margin-right: auto;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #333;
        border-radius: 2px;
    }

    .mobile-search-bar {
        display: block !important;
        padding: 10px 15px;
        background: #fff;
    }

    .mobile-search-wrap {
        position: relative;
        width: 100%;
    }

    input.mobile-search-input,
    input.mobile-search-input[type="text"] {
        width: 100% !important;
        height: 44px !important;
        padding: 0 48px 0 16px !important;
        border: 1px solid #ddd !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        color: #333 !important;
        background: #fff !important;
        outline: none !important;
        box-sizing: border-box !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    input.mobile-search-input::placeholder {
        color: #aaa !important;
    }

    input.mobile-search-input:focus {
        border-color: #999 !important;
        box-shadow: none !important;
    }

    button.mobile-search-btn {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 44px !important;
        height: 44px !important;
        border: none !important;
        background: transparent !important;
        color: #888 !important;
        font-size: 16px !important;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .mobile-search-wrap .search-autocomplete-dropdown {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        z-index: 10000;
        display: none;
        max-height: 70vh;
        overflow-y: auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .mobile-search-wrap .search-autocomplete-dropdown.active {
        display: block;
    }

    .mobile-search-wrap .search-autocomplete-item {
        display: flex;
        align-items: center;
        padding: 10px 12px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
    }

    .mobile-search-wrap .search-autocomplete-item:hover,
    .mobile-search-wrap .search-autocomplete-item.selected {
        background-color: #f7f8fa;
    }

    .mobile-search-wrap .search-autocomplete-item:last-child {
        border-bottom: none;
    }

    .mobile-search-wrap .search-autocomplete-item img {
        width: 48px;
        height: 58px;
        object-fit: contain;
        margin-right: 10px;
        border-radius: 6px;
        flex-shrink: 0;
        background: #f9f9f9;
        border: 1px solid #eee;
        padding: 2px;
    }

    .mobile-search-wrap .search-autocomplete-item-info {
        flex: 1;
        min-width: 0;
    }

    .mobile-search-wrap .search-autocomplete-item-name {
        font-weight: 600;
        color: #222;
        font-size: 13px;
        margin-bottom: 3px;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mobile-search-wrap .search-autocomplete-item-meta {
        font-size: 11px;
        color: #888;
        margin-bottom: 4px;
    }

    .mobile-search-wrap .search-autocomplete-item-meta span {
        display: inline-block;
        margin-right: 8px;
    }

    .mobile-search-wrap .search-autocomplete-item-meta i {
        margin-right: 3px;
        font-size: 10px;
    }

    .mobile-search-wrap .search-autocomplete-item-price-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 2px;
    }

    .mobile-search-wrap .search-autocomplete-item-price {
        color: #e74c3c;
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-search-wrap .search-autocomplete-item-price-regular {
        color: #aaa;
        font-size: 12px;
        text-decoration: line-through;
    }

    .mobile-search-wrap .search-autocomplete-item-discount {
        background: #27ae60;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 4px;
    }

    .mobile-search-wrap .search-autocomplete-no-results,
    .mobile-search-wrap .search-autocomplete-loading {
        padding: 20px 15px;
        text-align: center;
        color: #888;
        font-size: 13px;
    }

    .mobile-search-wrap .search-autocomplete-view-all {
        display: block;
        padding: 12px;
        text-align: center;
        background: #f8f9fa;
        color: #444;
        font-weight: 600;
        font-size: 13px;
        border-top: 1px solid #eee;
        border-radius: 0 0 8px 8px;
    }

    .mobile-search-wrap .search-autocomplete-view-all:hover {
        background: #eef0f2;
        text-decoration: none;
    }

    .selling_box_info .btn-theme {
        width: auto;
    }
}

@media (max-width: 767px) {
    .search-autocomplete-dropdown {
        max-height: 350px;
        border-radius: 0 0 8px 8px;
        top: 100%;
    }

    .search-autocomplete-item {
        padding: 8px 10px;
    }

    .search-autocomplete-item img {
        width: 44px;
        height: 54px;
    }

    .search-autocomplete-item-name {
        font-size: 12px;
    }

    .search-autocomplete-item-price {
        font-size: 13px;
    }

    .product-page .product-info.proview .product-title {
        font-size: 18px;
    }

    .products-grid .products-items li.product-col {
        flex: 1 1 calc(50% - 0px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
        background: #ffffff;
    }

    .products-grid .products-items li.product-col {
        margin: 0;
        width: 50%;
        clear: none;
        float: none;
        border-radius: 0;
        border-top-color: #ffffff;
    }

    .products-grid .products-items li.product-col:nth-child(odd) {
        border-left-color: #ffffff;
    }

    .products-grid .products-items li.product-col:nth-child(even) {
        border-right-color: #ffffff;
        border-left-color: #ffffff;
    }

    .products-grid ul.products-items li.product-col:nth-child(4n+1) {
        clear: none;
    }

    .products-grid ul.products-items {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        border-top: 1px solid #ddd;
    }

    .category-page .product-name {
        margin: 10px 0;
    }

    .category-page .product-price {
        margin-bottom: 10px;
    }

    .popular_row .popular_carousel_nav .popular_carousel_prev {
        left: 5px;
    }

    .popular_row .popular_carousel_nav .popular_carousel_next {
        right: 5px;
    }

    .header_center3_in ul li a {
        font-size: 18px;
    }

    .header_center3_in ul.dropdown-menu {
        padding: 0;
    }

.header_center3_in ul.dropdown-menu li {
    display: block;
}

.header_center3_in ul.dropdown-menu li a {
    padding: 15px;
}

.mobile-search-bar {
    display: block !important;
    padding-top: 5px;
}
.tagss a{
    margin-bottom: 12px;
}
.rcnt-post .media .media-body{
    margin-top: 12px;
}




}

/* ===== Mobile Menu Toggle & Search Bar ===== */
.mobile-menu-toggle {
    display: none;
}

@media (min-width: 992px) {
    .mobile-search-bar {
        display: none !important;
    }
}
