@media only screen and (min-width:767px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }
    .mobile-filter-toggle {
        display: none;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .d-flex.single_product {
      display: block !important;
      width: 100%;
   }
   .add_cart_btn {
    width: 100%;
   }
  .order_now_btn {
    width: 98%;
    margin-left:0;
}
    .pro_img {
    height: 158px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
    
    .pro_img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        max-width: 100% !important;
        display: block;
    }
    
    .product_item_inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    
    .category-product {
        width: 100% !important;
        overflow: hidden;
    }
    header#navbar_top {
    position: inherit;
}
    .product_sliders {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
    .cat_img a {
    display: block;
    height: 100%;
}
.cat_img img {
    height: 100%;
}
    .cat_img {
    height: 75px;
    text-align: center;
}
    
    .topcategory {
     grid-template-columns: repeat(3,1fr);
   }
    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter_sort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 0 6px;
        margin-top: 12px;
    }
    .filter_sidebar {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 30px;
        transition: 0.35s all;
        background: #fff;
    }
    .filter_sidebar.active {
        background: #fff;
        z-index: 9999;
        height: 100%;
        width: 97%;
        top: 2px;
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }
    .filter_sidebar.active::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	background-color: #F5F5F5;
    }
    
    .filter_sidebar.active::-webkit-scrollbar
    {
    	width: 6px;
    	background-color: #F5F5F5;
    }
    
    .filter_sidebar.active::-webkit-scrollbar-thumb
    {
    	background-color: #177c41;
    }

    .filter_btn {
        display: inline-block;
        background: #6a39c2;
        color: #fff;
        width: 55px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
        border: 1px solid #ddd;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
    }
    .filter_close {
        background: #177c41;
        padding: 10px 15px;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        margin: 8px 0;
        cursor: pointer;
        display: block;
    }
    .sidebar-menu {
        display: none;
    }
      li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -35px;
        background: #7f36a6;
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    
    li.mobile_home a {
        color: #fff;
    }
    
	.scrolltop {
	    display: none !important;
	}
    .hightlight_cont ul {

    padding-left: 5px;
}
    .mobile_hide {
        display:none;
    }
    .desktop_hide {
        display:block;
    }
    .sorting-section {
    margin-top: -15px;
}
    .card-body.cartlist {
    overflow-x: scroll;
}
.section-title-header .section-title-name {
    font-size: 15px;
}

#content {
    margin-left: 0;
    padding-top: 0;
}

   .meta_description {
   	display: none;
   }
	.mm-ocd {
    display: none;
   }
    .page-sort {
        padding-right: 6px;
    }
    .showing-data {
        display: none;
    }
    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }
.mobile-filter-toggle span {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }
    .feature-products p {
        padding-left: 20px;
    }
.feature-products {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    left: -300px;
    width: 300px;
    padding-top: 10px;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.category-breadcrumb {
    justify-content: center;
}
.feature-products.active {
    left: 0;
}

    .mobile-menu.active {
    left: 0;
}
.mobile-menu {
    width: 300px;
    left: -300px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar-thumb
{
	background-color: #177c41;
}

.mobile-search {
    background-color: #fff;
    padding: 15px 16px;
    padding-top: 0;
}
.mobile-search form {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    background-color: #70439f;
    height: 40px;
    overflow: hidden;
    position: relative;
    border-color: hsla(0,0%,100%,.09);
}
.mobile-search form svg {
    height: 16px;
    width: 16px;
    color: #fff;
}
.slider-section{
    margin-top: -116px;
}
.homeproduct{
    padding-top:0px !important;
    overflow: hidden;
    width: 100%;
}

.homeproduct .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    max-width: 100% !important;
    overflow: hidden;
}

.homeproduct .row {
    margin-left: -1px !important;
    margin-right: -0px !important;
}

.homeproduct .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 375px !important;
    max-width: 100% !important;
    overflow: hidden;
}
.brand-grid{
        width: 19.666667%;
}
.product_item{
    width: 100%;
    padding: 4px !important;
    float: inline-start;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.section-title-name-custom{
    font-size: larger !important;
    margin-bottom: 0px;
}
.owl-carousel-slider > .owl-stage-outer > .owl-stage > .owl-item{
    /*width: 362.8px;*/
    /*margin-right: 15px;*/
    /*margin-left: 4px;*/
}
.owl-carousel-slider{
        /*height: 345px;*/
}
.pro_price-row{
    display: block !important;
}
.pro_name a{
       font-size: 11px; 
}
.pro_price {
    width: 100%;
    float: inline-start;
}
.new_price-id{
    width: 100%;
}
.product_item_inner .sale-badge{
       right: 8px !important;
       top: 8px !important;
       left: auto !important;
}
    
    .product_item_inner .sale-badge:first-of-type {
        right: 8px !important;
    }
    
    .product_item_inner .sale-badge:last-of-type {
        right: 8px !important;
        top: 50px !important;
    }

.pro_btn button {
    /*background: #7e579a;*/
    color: #fff;
    width: 100% !important;
    /*padding: 6px 0px;*/
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    /*width: 100%;*/
    transition: all .5s ease;
    /*border-radius: 0px;*/
    border: 0.5px solid var(--purple);
    height: 36px;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Buy Now Button Fix for Phone View - Locked Styles */
.pro_btn .buy-btn,
.pro_btn .buy-now-btn,
.pro_btn a.buy-btn,
.product_item_inner .buy-btn,
.product_item_inner .buy-now-btn,
.product_item_inner a.buy-btn {
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

/* Prevent JavaScript from changing button styles */
.pro_btn .buy-btn.processing,
.pro_btn .buy-now-btn.processing,
.pro_btn a.buy-btn.processing,
.product_item_inner .buy-btn.processing,
.product_item_inner .buy-now-btn.processing,
.product_item_inner a.buy-btn.processing {
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.pro_btn .buy-btn .icon-box,
.pro_btn .buy-now-btn .icon-box,
.pro_btn a.buy-btn .icon-box,
.product_item_inner .buy-btn .icon-box,
.product_item_inner .buy-now-btn .icon-box,
.product_item_inner a.buy-btn .icon-box {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.pro_btn .buy-btn.processing .icon-box,
.pro_btn .buy-now-btn.processing .icon-box,
.pro_btn a.buy-btn.processing .icon-box {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 36px !important;
}

.pro_btn .buy-btn .icon,
.pro_btn .buy-now-btn .icon,
.pro_btn a.buy-btn .icon,
.product_item_inner .buy-btn .icon,
.product_item_inner .buy-now-btn .icon,
.product_item_inner a.buy-btn .icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    flex-shrink: 0 !important;
}

.pro_btn .buy-btn .label,
.pro_btn .buy-now-btn .label,
.pro_btn a.buy-btn .label,
.product_item_inner .buy-btn .label,
.product_item_inner .buy-now-btn .label,
.product_item_inner a.buy-btn .label {
    flex: 1 !important;
    padding: 0 12px 0 8px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.pro_btn .buy-btn.processing .label,
.pro_btn .buy-now-btn.processing .label,
.pro_btn a.buy-btn.processing .label {
    padding: 0 12px 0 8px !important;
    font-size: 11px !important;
}

/* Buy Now Button Specific Styles for Phone View */
.buy-btn.buy-now-btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 158% !important;
    height: 38px !important;
    border-radius: 24px !important;
    border: 1px solid #a080d0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: flex !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(160, 128, 208, 0.2) !important;
}

.pro_btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

.pro_btn form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.cart_btn,
.order_button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Our Customers Review Section - Phone View Fixes */
.customer-review {
    padding: 0px 8px !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.customer-review.owl-carousel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.customer-review .owl-stage-outer {
    overflow: visible !important;
    padding: 10px 0 !important;
    width: 100% !important;
    position: relative !important;
}

.customer-review .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.customer-review .owl-item {
    padding: 5px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

.customer-review .owl-item > div {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.customer-review .review-card {
    height: 100% !important;
    min-height: 250px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

.customer-review .review-card .review-media {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    display: block !important;
    visibility: visible !important;
}

.customer-review .review-card .review-img,
.customer-review .review-card .review-iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 250px !important;
    object-fit: cover !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.customer-review .review-card .review-iframe {
    border: 0 !important;
}

.customer-review .play-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 5 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 24px !important;
}

/* Customer Review Navigation - Phone View */
.customer-review.owl-carousel .owl-nav,
.customer-review.owl-theme .owl-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.customer-review.owl-carousel .owl-nav .owl-prev,
.customer-review.owl-carousel .owl-nav .owl-next,
.customer-review.owl-theme .owl-nav .owl-prev,
.customer-review.owl-theme .owl-nav .owl-next {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-review.owl-carousel .owl-nav .owl-prev,
.customer-review.owl-theme .owl-nav .owl-prev {
    left: 5px !important;
    right: auto !important;
}

.customer-review.owl-carousel .owl-nav .owl-next,
.customer-review.owl-theme .owl-nav .owl-next {
    right: 5px !important;
    left: auto !important;
}

/* Section Title - Phone View */
.section-title-header-custom {
    padding: 0 8px !important;
    margin-bottom: 15px !important;
    display: block !important;
    visibility: visible !important;
}

.section-title-name-custom {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    display: block !important;
    visibility: visible !important;
}

/* Customer Review Section - Standard Height and Visibility */
.homeproduct .customer-review-section,
.homeproduct[style*="overflow"] {
    overflow: visible !important;
    position: relative !important;
    min-height: 300px !important;
}

.customer-review .owl-wrapper-outer {
    overflow: visible !important;
    width: 100% !important;
}

.customer-review .owl-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

/* All Review Button - Phone View */
.all-review-btn {
    width: auto !important;
    min-width: 150px !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    margin: 15px 0 !important;
    border-radius: 25px !important;
}

/* Customer Review Container - Phone View */
.homeproduct .customer-review {
    padding: 0px 4px !important;
    overflow: visible !important;
    display: block !important;
}

.homeproduct .col-sm-12 .customer-review {
    padding: 0px 4px !important;
    overflow: visible !important;
    display: block !important;
    width: 100% !important;
}

/* Customer Review Section Container - Phone View */
.homeproduct .col-sm-12 {
    overflow: visible !important;
}

.homeproduct {
    overflow: visible !important;
}

/* Ensure Review Items are Visible */
.customer-review .p-2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    padding: 8px !important;
}

/* You May Like Section - Phone View Fixes */
.related-product-section,
.row.mb-5 {
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
    padding: 15px 0 !important;
}

.related-title {
    padding: 0 8px !important;
    margin-bottom: 15px !important;
    display: block !important;
    visibility: visible !important;
}

.related-title h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-inner.owl-carousel.related_slider {
    padding: 0px 8px !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

.related_slider .owl-stage-outer {
    overflow: visible !important;
    padding: 10px 0 !important;
    width: 100% !important;
    position: relative !important;
}

.related_slider .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.related_slider .owl-item {
    padding: 5px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

.related_slider .owl-item .product_item {
    height: 100% !important;
    min-height: 380px !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
}

.related_slider .owl-item .product_item_inner {
    height: 100% !important;
    min-height: 380px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.related_slider .pro_img {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.related_slider .pro_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.related_slider .pro_des {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 8px 4px !important;
    min-height: 150px !important;
}

.related_slider .pro_name {
    min-height: 60px !important;
    max-height: 80px !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    flex-shrink: 0 !important;
}

.related_slider .pro_name a {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.related_slider .pro_price-row {
    margin-top: auto !important;
    width: 100% !important;
}

.related_slider .pro_btn {
    margin-top: auto !important;
    flex-shrink: 0 !important;
    width: 100% !important;
}

.related_slider .pro_btn .buy-btn,
.related_slider .pro_btn .buy-now-btn,
.related_slider .pro_btn a.buy-btn {
    width: 100% !important;
    height: 36px !important;
    font-size: 11px !important;
}

/* Related Slider Navigation - Phone View */
.related_slider .owl-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

.related_slider .owl-nav .owl-prev,
.related_slider .owl-nav .owl-next {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: all !important;
    cursor: pointer !important;
}

.related_slider .owl-nav .owl-prev {
    left: 5px !important;
    right: auto !important;
}

.related_slider .owl-nav .owl-next {
    right: 5px !important;
    left: auto !important;
}

.related_slider .owl-nav .owl-prev:hover,
.related_slider .owl-nav .owl-next:hover {
    background: #f5f5f5 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Container Fixes for You May Like */
.col-sm-12[style*="overflow"] {
    overflow: visible !important;
}

.pro_des {
    width: 104% !important;
    max-width: 104% !important;
    padding: 0px !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    justify-content: space-between !important;
}

.pro_name {
    padding: 0 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0 !important;
}

.pro_price-row {
    margin-top: auto !important;
    width: 100% !important;
}
.mobile-search form input {
    text-align: left;
    padding-left: 15px;
    color: #000;
}

.mobile-search form button {
    background-color: #70439f;
    flex: 0 0 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.logo-image img {
    height: 40px;
    width: auto;
}
.mobile-menu-close {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobile-menu-close i {
    font-size: 22px;
}
.first-nav .parent-category {
    display: block;
    line-height: 33px;
}
.first-nav .menu-category-list {
    display: block;
}
.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}
.first-nav .parent-category .menu-category-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.mobile-menu li.parent-category {
    position: relative;
}
.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}
.mobile-menu span.menu-category-toggle.active i {
    transform: rotate(180deg);
}
.second-nav {
    padding: 0 0px;
    background-color: #fff;
}
.second-nav.active {
    min-height: 15px;
}
.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}
.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 40px;
}
span.menu-subcategory-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease;
}
span.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}
li.childcategory {
    display: block;
}
ul.third-nav {
    padding: 0;
    background-color: #f2f2f2;
}
li.parent-category.active {
    background-color: rgba(0,0,0,.05);
}
li.parent-subcategory.active {
    background-color: #fff;
}

.menu-childcategory-name {
    display: block;
    padding: 10px 0;
    padding-left: 60px;
}
header .toggle {
    margin-top: 0;
    padding-left: 30px;
}
.mobile-menu-social .mobile-social-list .mobile-social-link i {
    color: #c0c0c0;
    font-size: 16px;
}
.mobile-menu-social .mobile-social-list .mobile-social-link {
    border: 2px solid #c0c0c0;
    padding: 5px 13px;
    border-radius: 5px;
    display: block;
}
.mobile-menu-social .mobile-menu-social {
    display: flex;
    column-gap: 5px;
    padding-left: 20px;
}
    .logo-area {
        display: none;
    }
    .menu-area {
        display: none;
    }
    .header-left {
        justify-content: center;
    }
    .header-right {
        display: none;
    }
	.category-item {
	    padding: 5px 0;
	}
	.category-item p {
	    font-weight: 400;
	}
.qty-cart .quantity {
    height: 35px;
    margin-left: 4px;
}
	.quantity .minus,.quantity .plus {
	    height: 35px;
	    line-height: 35px;
	    width: 35px;
	    font-size: 35px;
	}
.d-flex.single_product.col-sm-6 {
    margin-left: 4px;
    margin-top: 10px;
}

	.qty-cart {
	    width: auto !important;
	}
	.cus-order-2 {
	    order: 0;
	}
	.cus-order-1 {
	    order: 1;
	}
	.newsletter-title{
	    font-size: 1.2em !important;
	}
	.chheckout-section {
	    padding: 10px 0;
	}
	.cart_details{
	    margin-bottom: 15px;
	}
    .success-img img {
        width: 200px;
    }
    .phone-views{
        padding-top: 15px !important;
    }
    .product-name{
        font-size: 18px !important;
    }
    .feature-section-footer{
         width: 50%;
         text-align: justify;
    }
    .product_slider > .owl-stage-outer > .owl-stage > .owl-item{
        /*width: 360.625px;*/
        margin-right: 0px;
        margin-left: 0px;
        /*padding: 0px 20px;*/
    }
    .flash_sale_slider > .owl-stage-outer > .owl-stage > .owl-item{
        width: 360.625px;
        margin-right: 0px;
        margin-left: 0px;
        /*padding: 0px 20px;*/
    }
	/*.main_product_inner {*/
	/*    grid-template-columns: 1fr;*/
	/*}*/
	 
	 .main_product_inner {
        display: grid;
        grid-template-columns: 1fr 1fr!important;
        grid-gap: 8px !important;
        overflow: hidden;
        padding: 0px 4px !important;
        margin: 0 auto;
    }

	.qty-cart {
		grid-template-columns: 130px auto;
	}
	.quantity .minus {
		width: 40px;
	}
	.quantity .plus {
		width: 40px;
	} 
	.compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }
    
	.add-to-cart.mobile-fix {
		position: fixed;
		bottom: 64px;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 10px;
		margin: 0 10px;
	}
	.footer-top {
		padding: 30px 0;
	}
	.footer-menu ul li img {
		margin: 0 auto;
		display: block;
	}
	.front-view-flex {
		padding: 10px 0px;
	}
	.front_category_title h1 {
		font-size: 20px;
	}
	.front-view-item {
		margin-bottom: 15px;
	}
	.front-view-title a {
		font-size: 13px;
	}
	.home-page-section-title-box h3 {
		font-size: 20px;
	}
	.category-banner-products {
		padding: 20px 5px;
	}
    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }
    .flash_all {
        margin-top: 10px;
    }
    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }
	.main-header {
	    display: none;
	}
	.mobile-header {
	    display: block;
	    background-color: #fff;
	}
	.mobile-top {
	    background: #108BC3;
	    padding: 8px 0;
	}
	.mobile-top ul{
		text-align: right;
	}
	.mobile-top ul li a {
	    color: #fff;
	    margin: 0 5px;
	}
	.menu-bar i {
    font-size: 22px;
}
.mobile-logo {
    display: grid;
    grid-template-columns: 13% 45% 42%;
    text-align: center;
    font-size: 15px;
    height: 70px;
    align-items: center;
}
	.fixed-top .mobile-logo {
		margin-bottom: 0px;
	}
.menu-logo img {
    width: auto;
    height: 36px;
    margin-top: 0;
    margin-left: 12px;
}
.footer-menu ul li a {
    text-align: center;
    text-transform: capitalize;
}
	.main-search.mobile-search {
	    margin: 18px 0;
	    padding: 0 10px;
	}
.menu-bar {
    margin-top: 0;
}

.menu-bag .margin-shopping {
    position: relative;
    width: 107px;
   text-align: right;
}
.menu-bag .margin-shopping span {
    position: absolute;
    display: inline-block;
    background-color: #70439f;
    height: 21px;
    border-radius: 50px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    top: -1px;
    /*right: 0;*/
}
.menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
    font-size: 22px;
}
.menu-bag {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    margin-right: 31px;
}
	.menu-bag ul li a {
	    margin-right: 15px;
	    position: relative;
	}
	.menu-bag li span {
	    background: #E62E04;
	    font-size: 10px;
	    color: #fff;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    width: 15px;
	    height: 15px;
	    border-radius: 50px;
	    line-height: 15px;
	}

	.slider-item {
	    height: 150px;
	    margin-top: 0px;
	}
	.footer-about p {
	    text-align: center;
	}
	.footer-bottom {
    margin-bottom: 24px;
    padding-bottom: 77px;
}
	
	.footer-about {
        text-align: center;
        padding: 0 15px;
    }
	.footer_nav {
	    display: block;
	}

	/* Footer - Accounts and Contact US Side by Side in Phone View */
	.footer-section .row.footer-main-content {
	    display: flex !important;
	    flex-wrap: wrap !important;
	}

	.footer-section .col-lg-2.col-md-6.col-sm-6.col-6.mb-4.footer-menu:nth-of-type(4),
	.footer-section .col-lg-2.col-md-6.col-sm-6.col-12.mb-4:nth-of-type(5) {
	    width: 50% !important;
	    max-width: 50% !important;
	    flex: 0 0 50% !important;
	    padding-left: 8px !important;
	    padding-right: 8px !important;
	    margin-bottom: 20px !important;
	}

	.footer-section .col-lg-2.col-md-6.col-sm-6.col-6.mb-4.footer-menu:nth-of-type(4) {
	    padding-right: 4px !important;
	}

	.footer-section .col-lg-2.col-md-6.col-sm-6.col-12.mb-4:nth-of-type(5) {
	    padding-left: 4px !important;
	}

	/* Footer Policy Links - Side by Side in Phone View */
	.footer-policy-links {
	    display: flex !important;
	    flex-wrap: wrap !important;
	    justify-content: center !important;
	    align-items: center !important;
	    list-style: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	}

	.footer-policy-links .list-inline-item {
	    display: inline-block !important;
	    margin-bottom: 0 !important;
	    margin-right: 5px !important;
	    margin-left: 5px !important;
	}

	.footer-policy-link {
	    font-size: 11px !important;
	    color: #4a4a4a !important;
	    text-decoration: none !important;
	    white-space: nowrap !important;
	    display: inline-block !important;
	}

	.footer-policy-link:hover {
	    color: #6c3eb2 !important;
	    text-decoration: underline !important;
	}

	.footer-policy-separator {
	    display: inline !important;
	    color: #999 !important;
	    margin: 0 3px !important;
	    font-size: 11px !important;
	}

	/* Checkout Page Footer - Match Home Page Footer Style in Phone View */
	.footer-section {
	    padding: 20px 8px !important;
	    background-color: #eae4ef !important;
	}

	.footer-section .container {
	    padding-left: 8px !important;
	    padding-right: 8px !important;
	    max-width: 100% !important;
	}

	.footer-main-content {
	    padding-bottom: 20px !important;
	    border-bottom: 1px solid #e0d9e7 !important;
	}

	.footer-logo-area {
	    text-align: center !important;
	    margin-bottom: 15px !important;
	}

	.footer-logo-area img {
	    width: 180px !important;
	    max-width: 100% !important;
	    height: auto !important;
	    margin: 0 auto !important;
	    display: block !important;
	}

	.footer-description {
	    font-size: 13px !important;
	    line-height: 1.6 !important;
	    text-align: center !important;
	    padding: 0 5px !important;
	    margin-top: 10px !important;
	    color: #000000 !important;
	}

	.footer-heading {
	    font-size: 16px !important;
	    font-weight: 700 !important;
	    margin-bottom: 12px !important;
	    text-align: center !important;
	    color: #6c3eb2 !important;
	}

	.footer-menu {
	    margin-bottom: 20px !important;
	    text-align: center !important;
	}

	.footer-menu ul {
	    list-style: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	}

	.footer-menu ul li {
	    margin-bottom: 8px !important;
	    text-align: center !important;
	}

	.footer-menu ul li a,
	.footer-link {
	    font-size: 13px !important;
	    color: #777 !important;
	    text-decoration: none !important;
	    display: inline-block !important;
	    padding: 4px 0 !important;
	    text-align: center !important;
	}

	.footer-menu ul li a:hover,
	.footer-link:hover {
	    color: #6c3eb2 !important;
	    text-decoration: underline !important;
	}

	.footer-contact-info {
	    text-align: center !important;
	    list-style: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	}

	.footer-contact-info li {
	    margin-bottom: 10px !important;
	    font-size: 13px !important;
	    text-align: center !important;
	}

	.footer-bottom-content {
	    padding-top: 15px !important;
	    text-align: center !important;
	}

	.footer-bottom-content .copyright {
	    text-align: center !important;
	    margin-bottom: 15px !important;
	}

	.footer-bottom-content .copyright p {
	    font-size: 11px !important;
	    line-height: 1.5 !important;
	    color: #888 !important;
	    margin: 0 !important;
	    padding: 0 8px !important;
	}

	.social-icons {
	    display: flex !important;
	    justify-content: center !important;
	    align-items: center !important;
	    flex-wrap: wrap !important;
	    gap: 10px !important;
	    margin-top: 10px !important;
	}

	.social-icon-link {
	    width: 35px !important;
	    height: 35px !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	    background: #6c3eb2 !important;
	    color: #fff !important;
	    border-radius: 50% !important;
	    font-size: 16px !important;
	    text-decoration: none !important;
	    transition: all 0.3s ease !important;
	}

	.social-icon-link:hover {
	    background: #4a148c !important;
	    transform: scale(1.1) !important;
	    color: #fff !important;
	}

	/* Footer Columns - Match Home Page */
	.footer-section .col-lg-4,
	.footer-section .col-lg-2,
	.footer-section .col-md-6,
	.footer-section .col-md-12,
	.footer-section .col-sm-6,
	.footer-section .col-sm-12,
	.footer-section .col-6,
	.footer-section .col-12 {
	    width: 100% !important;
	    max-width: 100% !important;
	    padding-left: 8px !important;
	    padding-right: 8px !important;
	    margin-bottom: 25px !important;
	}

	/* Accounts and Contact US Side by Side */
	.footer-section .col-lg-2.col-md-6.col-sm-6.col-6.mb-4.footer-menu:nth-of-type(4),
	.footer-section .col-lg-2.col-md-6.col-sm-6.col-12.mb-4:nth-of-type(5) {
	    width: 50% !important;
	    max-width: 50% !important;
	    flex: 0 0 50% !important;
	    padding-left: 8px !important;
	    padding-right: 8px !important;
	    margin-bottom: 20px !important;
	}

	.footer-section .col-lg-2.col-md-6.col-sm-6.col-6.mb-4.footer-menu:nth-of-type(4) {
	    padding-right: 4px !important;
	}

	.footer-section .col-lg-2.col-md-6.col-sm-6.col-12.mb-4:nth-of-type(5) {
	    padding-left: 4px !important;
	}

	/* Footer Row - Flexbox for Accounts and Contact US */
	.footer-section .row.footer-main-content {
	    display: flex !important;
	    flex-wrap: wrap !important;
	}

	.section-title-left h4 {
	    font-size: 16px;
	}
	.section-title-right a {
	    font-size: 13px;
	}
	.product-info .name {
	    height: 70px;
	}
	.product-info {
	    padding: 15px 10px;
	}
	.row>* {
	    padding-right: calc(var(--bs-gutter-x) * .3);
	    padding-left: calc(var(--bs-gutter-x) * .3);
	}
	.feature-title ul {
	    text-align: center;
	    overflow-y: scroll;
	}
	.feature-title h4 {
		text-align: center;
	    margin-bottom: 10px;
	}
	.footer-top {
	    padding-bottom: 32px;
	}

	.category-sidebar {
	    position: fixed;
	    z-index: 9999;
	    width: 100%;
	    top: 0;
	    background: #fff;
	    left: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: 0.35s all;
	}
	.close_filter {
	    position: absolute;
	    top: 0;
	    right: 12px;
	    border: 2px solid #ddd;
	    font-size: 19px;
	    padding: 0px 10px;
	    border-radius: 50px;
	    background: #d3b520;
	    color: #fff;
	}
	.close_filter,.show_filter {
	    display: block;
	}
	.show_filter {
	    display: inline-block;
	    margin-right: 10px;
	    margin-left: 8px;
	}
	.page-title h5 {
   		 font-size: 16px;
	}
	.product-section {
	    margin-top: 0;
	}
	.sort-form select {
	    font-size: 14px;
	}
	.category-sidebar.active {
	    visibility: visible;
	    opacity: 1;
	}
	.auth-section, .checkout-shipping {
      margin-top: 5px;
    }
	.payment-form .gap-3 {
	    gap: 0 !important;
	}
	.modal-view.quick-product {
    	width: 100%;
	}
	.quick-product .short_description,.quick-product .details_short {
	    display: none;
	} 	
	.quick-product-img {
	    width: 20%;
	}
	.quick-product-content {
	    width: 80%;
	}
	.close-modal {
	    left: 50%;
	    top: -17px;
	    transform: translateX(-50%);
	}
	.vcart-section {
	    margin-top: 60px;
	}
	.menu-product{
		display: none;
	}
	.details-wishlist {
        display: none !important;
    }
    a.details-wishlist.compare_store.cursor {
    display: none !important;
}
}
@media only screen and (min-width:767px) and (max-width:991px) {
.menu-product{
	display: none;
}

}
@media only screen and (min-width:992px) and (max-width:1140px) {


}
@media only screen and (min-width:1141px){


}