/*
Theme Name:     Mistify Child
Theme URI:      https://example.com/mistify-child
Author:         Sampranarg
Author URI:     https://example.com/
Description:    Child theme for the Mistify WordPress theme.
Version:        1.0.0
Template:       mistify
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    mistify-child
*/
:root {--wp--preset--color--kubio-color-1: #656565 !important;
--kubio-color-1: #656565 !important;
}
#kubio .h-navigation_sticky .mistify-front-header__k__c6BbujDIAOY-outer>.kubio-menu>ul>li.current-menu-item>a, #kubio .h-navigation_sticky .mistify-front-header__k__c6BbujDIAOY-outer>.kubio-menu>ul>li.current_page_item>a, #kubio .h-navigation_sticky .mistify-front-header__k__c6BbujDIAOY-outer>.kubio-menu>ul>li>a.hover, #kubio .h-navigation_sticky .mistify-front-header__k__c6BbujDIAOY-outer>.kubio-menu>ul>li>a:hover {
    color: var(--wp--preset--color--kubio-color-1) !important;
}
    /* Filter Tabs */
   .tabs {
      display: inline-flex;
      width: 100% !important;
      justify-content: center;
      flex-wrap: wrap;con
      width: fit-content;
      gap: 20px;
      margin: 20px 0px 60px 0px;
      @media(max-width:767px){
        gap: 20px;

              margin: 50px 0px 40px 0px;

      }
    }

   .tab-btn {
  cursor: pointer;
  font-weight: 400;
  font-family: 'Open sans';
  text-transform: uppercase;
  color: #7e7e7e !important;
  background: none;
  border: none;
  position: relative;
  padding: 0 !important;
  padding-bottom: 5px important;
  font-size: 16px;
  transition: all 0.3s ease;
}
.tab-btn:hover{
  color: #333 !important;
  background-color: transparent !important;
}
.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.tab-btn.active {color: #333 !important;}
.tab-btn:hover::after,
.tab-btn.active::after {
  width: 100%;
}


    /* Masonry Grid */
   
    .grid {
      margin: 0 auto;
      width: 100%;
        box-sizing: border-box;
    }

    .grid-sizer,
    .gutter-sizer {
      width: 33.33%; /* 3 columns base */
    }.grid-sizer {
    width: calc((100% - 40px) / 3);

}
.grid-item {
  width: calc((100% - 40px) / 3);
      box-sizing: border-box;
      margin: 0; /* remove margin for consistent gaps */
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      display: flex;
      margin-bottom: 20px; /* vertical gap */
      transition: all 0.3s ease;
       border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 10%) !important;
        min-height: 220px;
        @media(max-width:767px){min-height:280px;}
    }
/* Hover effect for odd items: rotate clockwise */
.grid-item:nth-child(odd):hover img,
.grid-item:nth-child(odd):hover video {
  transform: rotate(1deg) scale(1.03);
}

/* Hover effect for even items: rotate counter-clockwise */
.grid-item:nth-child(even):hover img,
.grid-item:nth-child(even):hover video {
  transform: rotate(-1deg) scale(1.03);
}

/* Hover Overlay Effect */
.grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.grid-item:hover::before {
  opacity: 1;
}
    .grid-item img,
    .grid-item video {
      width: 100%;
      display: block;
      height: auto;
        transition: transform 0.4s ease-in-out;
       

    }
    .grid-item video {margin: -48px 0px;min-height:220px;object-fit:cover; @media(max-width:767px){min-height:280px;}}
    .grid-item img {min-height: 220px;object-fit: cover;
    @media(max-width:767px){min-height:280px;}}
    .category-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  border-radius: 16px;
  z-index: 10;
  user-select: none;
  pointer-events: none;
  font-weight: 600;
}

/* Video duration bottom-left */
.video-duration {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 7px;
  font-size: 11px;
  border-radius: 16px;
  z-index: 10;
  user-select: none;
  pointer-events: none;
  font-family: monospace;
  font-weight: 600;
}

    .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    

    /* Responsive */
    @media (max-width: 1024px) {
      .grid-sizer,
      .grid-item {
        width: 48%;
      }
    }

    @media (max-width: 600px) {
      .grid-sizer,
      .grid-item {
        width: 100%;
      }
    }
  
    @media (max-width: 767px) {
    #kubio .style-0xSC3AT64-container {
        align-items: flex-start;
        display: inline-flex;
        justify-content: flex-start;
    }
}


/**css for overiding theme css**/
#hero {
    display: none !important;
        @media (max-width: 767px) {

    display:none !important;
}
    
}
html.mistify-theme #kubio .mistify-header__k__u1zGN3yskOs-nav:not(.extra-1) {padding: 10px 0px !important;}
#kubio .header .wp-block-kubio-navigation-top-bar {display:none;}
#kubio .mistify-front-header__k__RfKm7zJUMjR-outer>.kubio-menu>ul>li.current-menu-item>a, #kubio .mistify-front-header__k__RfKm7zJUMjR-outer>.kubio-menu>ul>li.current_page_item>a, #kubio .mistify-front-header__k__RfKm7zJUMjR-outer>.kubio-menu>ul>li>a.hover, #kubio .mistify-front-header__k__RfKm7zJUMjR-outer>.kubio-menu>ul>li>a:hover {background-color:#656565;}

.kubio-offscreen {min-height:0px !important;height: 100vh;}

/*.h-y-container>:last-child {display: inline-block;}*/
.no-works-category { text-align:center;padding: 100px 0px;color: rgba(0,0,0,0.3);
    @media(max-width:767px){
    padding: 220px 0px;
}
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
/* ============================================
   CUSTOM WOOCOMMERCE ARCHIVE STYLES
   ============================================ */


/* Main Content Area */

.custom-container {
    max-width: 90%;
    margin: auto;
}
@media (min-width:1920px){
    .custom-caontainer {
        max-width: 70%;
    }
}
.shop-container {
    padding: 110px 10px 80px 10px;
}
.search-box {
    display: flex;
    justify-content: center;
}
.search-box input {
        padding: 10px 20px;
    /*font-size: 18px;*/
    border-radius: 0px;
    border-color: black;
    border-right: none;
    width: fit-content;
}
@media(max-width:767px){
    .search-box input {
        width: 100%;
    }
}
.search-box input:focus-visible {
    outline: none !important;
}
.search-btn {
        padding: 10px 30px;
    background-color: black;
    color: white;
    /*font-size: 18px;*/
    outline: none;
    border: none;
    transition: all 0.3s ease;
}
.search-btn:hover {
    background-color: #333;
}
body {
    font-family: 'Open sans';
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 5px;
    outline: 1px solid black;
    border: none;
    font-family: 'Open sans';
    border-radius: 0px;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px;
    margin: 5px 0px 0px 0px !important;
}
.custom-shop-sidebar {padding: 30px 0px 50px 0px;}
.search-status {margin-top:20px;}
.search-status a {
    margin-left: 10px;
    color: #d54e21;
    text-decoration: none;
    border: 1px solid red;
    padding: 2px 7px;
    border-radius: 3px;
}
.h-row.gutters-col-v-2 {
    display: flex;
    flex-direction: column;
}

/* Top Bar */
.shop-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.shop-results-info {
    font-size: 14px;
    color: #666;
}

.shop-sorting select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    font-size: 14px;
    min-width: 200px;
}

/* View Toggle */
.view-toggle {
    display: flex;
    gap: 5px;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 5px;
}

.view-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease;
}

.view-btn.active {
    background: white;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Active Filters */
.active-filters {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

/* Products Grid/List View */
.products-wrapper {
    transition: all 0.3s ease;
}

/* Grid View (Default) */
.products.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* List View */
.products.list-view {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

 .product-card-inner {
    display: flex;
    width: 100%;
    gap: 0px;
    padding: 0px;
    background-color: #000000F5;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}


.products.list-view .product-image {
    flex: 0 0 200px;
}

.products.list-view .product-details {
    flex: 1;
}

.products.list-view .product-excerpt {
    display: block;
    margin: 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Product Cards */



/* Product Badges */
.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.badge {
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.badge-sale
 {
    background: #e74c3c;
    color: white;
    text-transform: capitalize;
    border-radius: 0px;
    font-weight: 400;
 }

.badge-outofstock {
    background: #95a5a6;
    color: white;
}

.badge-featured {
    background: #3498db;
    color: white;
}

/* Product Image */
.product-image {
    position: relative;
    overflow: hidden;
    padding-top: 0; 
    background: #f8f8f8;
}

.product-image-link {
    height: 220px;
    width: 100%;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.custom-product-card:hover .product-image img {
    transform: scale(1.05);
}

/* Quick Actions */
.product-quick-actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 3;
}

.custom-product-card:hover .product-quick-actions {
    opacity: 1;
    transform: translateY(0);
}

.product-quick-actions .button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.product-quick-actions .button:hover {
    background: white;
    color: #3498db;
    transform: scale(1.1);
}

/* Product Details */
.product-details {
    padding: 0px;
    flex: 1;
    display: flex;
    background-color: white !important;
    flex-direction: column;

}
@media(max-width:767px){
    .product-card-inner {
        gap: 0px;
		background: none;
    }
    .product-details {
        padding: 0px !important;
    }
}
.product-category {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-category a {
    color: #666;
    text-decoration: none;
}

.product-category a:hover {
    color: #3498db;
}

.product-title {
color: white !important;
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Open sans';
    margin:10px 0px 3px 0px;
    transition: all 0.3s ease;
}
.product-title a {
        text-decoration: none;

}
.product-title a:hover {
    text-decoration: underline;
}
    .product-title a {
    color: black !important;
}

/* Product Rating */
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 12px;
}

.star-rating {
    display: inline-block;
    position: relative;
    font-family: star;
    font-size: 1em;
    height: 1em;
    line-height: 1;
    width: 5.3em;
    margin: 0 !important;
}
.woocommerce .star-rating {
    overflow: visible !important;
}
.woocommerce .star-rating span {
    overflow: visible;
}
.woocommerce .star-rating::before,.woocommerce .star-rating span::before {
    top: -2px !important;
}
.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    overflow: hidden;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    color: #f39c12;
    position: absolute;
    left: 0;
    top: 0;
}

.rating-count {
    color: #666;
}

.no-rating {
    color: #999;
    font-style: italic;
}

/* Product Price */
.product-price {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.woocommerce table.shop_table .product-price {
	color: white;
}
@media(max-width:767px) {
.woocommerce table.shop_table .product-price {
	color: black;
}}
.product-price del {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

.product-price ins {
    background: none;
    text-decoration: none;
}

/* Product Excerpt (List View Only) */
.product-excerpt {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 10px 0;
}

/* Product Actions */
.product-actions {
    margin-top: auto;
    padding-top: 10px;
}





/* Pagination */
.woocommerce-pagination {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}
.products.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    height: 220px;
    display: block;
    box-shadow: none;
    object-fit: cover;
    box-shadow: 0px 1px 3px rgba(0, 0, 0.25);
}
.product-image {
    overflow:hidden;
}
.products.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 25% !important;
}
@media(max-width:768px){
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 48% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0px 0px 10px 0px;
    }
}

.product-price ins {
    color: #f39c12;
}
.product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop */
    gap: 20px;
    width:100%;
}

/* Tablet */
@media (max-width: 1024px) {
    .product-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .product-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}
.product-actions a {
    border-radius: 0px !important;
    transition: all 0.3s ease;
    font-size: 16px !important;
    display: flex !important;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
        border: 1px solid black !important;
    background-color: white !important;
    color: black !important;
    font-weight: 600 !important;
    
}
.product-actions a:hover {
    background-color: black !important;
    border: 1px solid black !important;
    color: white !important;
}
.product-image {
    overflow: hidden;
}
.product-image img {
    transition: all 0.3s ease;
}
.product-card-inner:hover .product-image img {
    transform: scale(1.05);
}
.product-quick-actions {
    display: none;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    border-width: 5px;
    border-radius: 7px 7px 0px 0px;
}

.woocommerce-message:focus,.woocommerce-message:focus-visible {
    outline:none !important;
}
.woocommerce-message button {
        font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    background-color: black;
    color: white;
}
 .wc-block-components-product-badge, .wc-block-components-product-price__regular {
    display: none !important;
}
.wc-block-cart-items__header-image {
    padding: 10px !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px !important;
    text-decoration: none !important;
}
.wc-block-cart-item__remove-link {    color: red !important;
    font-size: 12px !important;
  }
    .wc-block-components-product-price__value {padding: 0px !important;margin: 0px !important;font-size:16px;font-family:'Open sans';font-weight:500;}
    
    .wc-block-components-formatted-money-amount{
            font-size: 18px;
    font-weight: 800;
    font-family: 'Open sans';
    color: red;

    }
    .woocommerce-message a {
            font-family: 'OPen sans';
    font-weight: 600 !important;
    border-radius: 0px !important;
    padding: 14px 28px !important;
}
.wc-block-components-product-metadata__description {
    display: none !important;
}
.wc-block-cart__submit-button,.woocommerce div.product form.cart .button {
    background-color:#000 !important;
    color: white !important;
    text-decoration: none !important;
}
.wc-block-cart__submit-button .wc-block-components-button__text {
    text-decoration: none !important;
    font-family: 'Open sans';
}
    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    
    color: #333 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open sans';
    border-radius: 0px !important;
}
 .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    
   background-color: #000 !important;
   color: white !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input-coupon {
    border-radius: 0px !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: black;
    text-decoration: none !important;
    color: white !important;
}
input {
    border-radius: 0px !important;
}
[data-kubio] button:not(.single_add_to_cart_button):not(.checkout-button):hover,
[data-kubio] input[type="button"]:hover {
    background-color: #f2f2f2;
}
 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
     font-family: 'Open sans' !important;
     font-size: 20px !important;
 }
.wc-block-components-sidebar {
    position: sticky;
    top: 100px;
}
.woocommerce-checkout, .woocommerce-billing-fields h3, #order_review_heading, .woocommerce-info, .form-row,  .additional-information-heading, .woocommerce-info a {
    font-family:'Open sans' !important;
}
 .woocommerce-billing-fields h3, #order_review_heading,   .additional-information-heading, .my-heading,.woocommerce-order-details__title,.woocommerce-column__title {
    margin: 10px 0px !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}
.woocommerce-checkout-review-order-table {
    background-color: #f3faff;
}
.shop_table thead {
    background-color: #272525;
    color: white;
}
.select2-dropdown--below {top:-28px;}
 .select2-search__field {height:36px;}
 .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    background-color: blue;
    padding: 14px 28px;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 600;
    border-radius: 0;
}
.woocommerce form .form-row .input-text,.select2-container .select2-dropdown, .select2-container .select2-selection {
    border-radius: 0px !important;
}
.woocommerce ul.order_details,.woocommerce .woocommerce-customer-details address
 {
    margin: 0 0 3em;
    list-style: none;
    margin: 0 !important;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 30px !important;
}
/*#masthead h4 {color: white !important;}*/
.home .elementor-location-header h4 {
  color: white !important;
}

#masthead {transition: all 0.3s ease;}
.active-header {
    background-color: white;
}
.elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item a.hfe-menu-item, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .sub-menu a.hfe-sub-menu-item {color: #545454 !important;}

.elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item.current-menu-item a.hfe-menu-item, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item.current-menu-ancestor a.hfe-menu-item {color: white !important;}
.elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item a.hfe-menu-item:hover, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .sub-menu a.hfe-sub-menu-item:hover, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item.current-menu-item a.hfe-menu-item, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item a.hfe-menu-item.highlighted, .elementor-1474 .elementor-element.elementor-element-5dd5f3b .menu-item a.hfe-menu-item:focus {color: white !important;}
.elementor-1474 .elementor-element.elementor-element-c4f7dd9 div.hfe-nav-menu-icon svg {
    fill: black !important;
}


/* SECTION 1 */
.product-top {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px;
	align-items: start;
}

.product-info h1 {
	margin-bottom: 16px;
}.product-info p {
    text-align: center;
}
.product-top-1 .wc-block-cart__submit-button, .woocommerce div.product form.cart .button {
    width: 100%;
    padding: 16px 20px;
    border-radius: 0px;
    background-color: white !important;
    border: 1px solid black;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'Open sans' !important;
    color: black !important;
}.product-top-1 .wc-block-cart__submit-button:hover, .woocommerce div.product form.cart .button:hover {
   
    
    background-color: black !important;
    border: 1px solid black;
    color: white !important;
}
.product-main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
	display: none !important;
}
/* SECTION 2 */
.product-gallery-section {
	margin-top: 80px;
}

/* SECTION 3 */
.product-tabs-section {
	margin-top: 100px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.product-top {
		grid-template-columns: 1fr;
	}
}
.product-gallery-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 20px;
	margin-top: 60px;
}

.gallery-thumbnail {
	width: 100%;
	cursor: pointer;
	object-fit: cover;
}
.product-description-section,
.product-reviews-section {
	margin-top: 80px;
}

.product-description-section h2,
.product-reviews-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.product-description-section {letter-spacing: 0.54px;}
.description-content {
	font-size: 16px;
	line-height: 1.8;
}

.product-reviews-section {
	border-top: 1px solid #eee;
	padding-top: 40px;
}
.single-product-container {
    width: 70%;
    margin: 0 auto;
    padding: 120px 0px 80px 0px;
}
@media(max-width:767px){
    .single-product-container {
        width: 100%;
    margin: 0 auto;
    padding: 85px 10px 40px 10px;
		box-sizing: border-box;
    }
}
.custom-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    display: none;
}
.entry-title {
    text-align: center;
    font-size: 54px !important;
    font-weight: 500 !important;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
   
}
.single-product-container h2 {
    font-size: 36px;
             font-weight: 500 !important;

}
.single-product-container h3 {
    font-size: 28px;
             font-weight: 500 !important;

}
 @media(max-width:767px){
    .entry-title {
     font-size: 28px !important;
         font-weight: 500 !important;

 }
 .single-product-container h2 {
    font-size: 26px;
}
.single-product-container h3 {
    font-size: 22px;
}
}
.single-product-page .woocommerce-product-details__short-description {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.54px;
}
h1.entry-title {display: block !important;line-height: 1.2;
    font-size: 24px;}
    
    /* Custom quantity input label */
.custom-quantity-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

/* Quantity container */
.quantity {
    display: flex;
    align-items: center;
    max-width: 160px;
    margin-bottom: 15px;
}

/* Quantity input box */
.quantity input.qty {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 32px;
    margin: 0 5px;
    font-size: 16px;
}

/* Plus / Minus buttons */
.quantity button.plus,
.quantity button.minus {
    background: #0071a1;
    color: #fff;
    border: none;
    width: auto !important;
    height: auto !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 14px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity button.plus:hover,
.quantity button.minus:hover {
    background: #005177;
}
.woocommerce .quantity .qty {border-radius: 5px !important;}
.woocommerce div.product form.cart {display: flex;gap:10px;}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s;
}
.woo-cart-shortcode {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #fff; /* Change color as needed */
}

.woo-cart-shortcode .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}
.header-account,
.header-login,
.header-register {
    text-decoration: none;
    color: #fff; /* change as needed */
    font-weight: 600;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.header-login:hover,
.header-register:hover,
.header-account:hover {
    color: #ffcc00; /* hover color */
}
.header-account,.header-login,.header-register {
        background-color: black;
    padding: 7px 20px 9px 20px;
    border-radius: 24px;
    font-size: 16px;
    margin: 0px !important;
}
.account-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-empty-cart {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    font-family: 'Open sans' !important;
}
@media (max-width:767px){
    .custom-empty-cart {
        height: 70vh;
    }
}
.custom-empty-cart h4 {
        font-family: 'Open sans' !important;

}
.back-to-shop {
        background-color: black;
    color: white !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    padding: 10px 24px;
    border-radius: 24px;
        font-family: 'Open sans' !important;

}
.kubio-post-content a, .kubio-post-content a:hover, .kubio-post-content a:visited {
    text-decoration: none !important;
}



/**cart css **/
.cart-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-cart-form {
    width:70%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 30%;
}
.card-details .cart-collaterals .cart_totals {
    width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto !important;
}
@media(max-width:767px){
    .card-details .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-cart-form {

    width: 100% !important;

}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}
}
.custom-shop-sidebar {
    display: none;
}
.woocommerce-product-search {
    width: fit-content;
}
input,.woocommerce form .form-row .input-text, .select2-container .select2-dropdown, .select2-container .select2-selection, textarea {
        border-color: transparent !important;
    background-color: #f2f2f2f2 !important;
    border-bottom: 2px solid #a4a4a4 !important;
    border-radius: 0px !important;
    outline: none !important;
}
/* input,.woocommerce form .form-row .input-text {
		min-width: 200px;

} */
.product-details-section {
    margin-top: 30px;
}
.elementor-1474 .elementor-element.elementor-element-6c4ef7e div.hfe-nav-menu-icon {
    color: white;
    border-radius: 50%;
    /* font-size: 4px; */
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none !important;
}
/* ===== Cart Layout ===== */
.woocommerce-cart .woocommerce {
    display: flex;
    gap: 20px; /* exact gap requested */
    align-items: center;
	justify-content: center;
}

/* .elementor-1474 .elementor-element.elementor-element-bb4203e .elementor-heading-title a {
	color: black !important;
} */
.woocommerce-cart .woocommerce-cart-form {
    flex: 2;
    margin: 0;
}

.woocommerce-cart .cart-collaterals {
    flex: 1;
    margin: 0;
    position: sticky;
    top: 20px;
}

/* Remove extra spacing */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .woocommerce-cart-form {
    padding: 0;
}

/* ===== Cart Table Structure ===== */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* Product title */
.woocommerce table.shop_table .product-name a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/* Price alignment */
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
    text-align: right;
    font-weight: 600;
}

/* Image size */
.woocommerce table.shop_table .product-thumbnail img {
    width: 70px;
}

/* ===== Coupon & Update Cart Buttons ===== */
.woocommerce-cart table.cart td.actions .button,#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
 {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    background-color: white;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 1px solid #000;
    color: black;
	 flex-shrink: 0;
 }
 .woocommerce-cart table.cart td.actions .button:hover,#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover
 {
    background-color: black;
    color: white;
 }
/* Disabled button */
.woocommerce button:disabled,
.woocommerce .button:disabled,
.woocommerce .button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    border: none !important;
    background-color: #d6d6d6 !important;
}

/* ===== Cart Totals Table ===== */
.cart_totals {
    padding: 20px;
    border: 1px solid #eee;
}

.cart_totals h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cart_totals table th,
.cart_totals table td {
    padding: 12px 0;
    font-size: 16px;
}


/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce {
        flex-direction: column;
    }

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width: 100%;
	}
    .woocommerce-cart .cart-collaterals {
        position: static;
        width: 100%;
    }

    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce table.shop_table .product-thumbnail img {
        width: 55px;
    }
}
/* Global font */
body,
button,
input,
select,
textarea {
   font-family: 'Open Sans', sans-serif !important;
}

/* WooCommerce */
.woocommerce,
.woocommerce button,
.woocommerce input,
.woocommerce select {
    font-family: 'Open Sans', sans-serif !important;
}
.woocommerce a.remove {
    font-size: 24px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.cart-icon {
	background-color: transparent;
}
.cart-icon, #card-icon {
    border-radius: 50%;
	background-color: transparent;
    height: 24px;
    width: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
 {
	 svg {
		 height: 28px !important;
	width: 28px !important;
	 }
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	display: flex;
	gap: 10px;
}
	body:not(.home) #masthead .main-title a {
	color: black !important;
}

body.home #masthead .main-title a {
	color: white !important;
}

.shop-container {
  width: 100%;
  max-width: 1200px;   /* Desktop max width */
  margin: 0 auto;
  box-sizing: border-box;
}

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .shop-container {
    max-width: 960px;
  }
}



@media(max-width:767px){
	.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: 100% !important;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
justify-content: end;
	flex-wrap: wrap;
}
	.woocommerce #content table.cart td.actions .coupon .coupon-error-notice, .woocommerce table.cart td.actions .coupon .coupon-error-notice, .woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice, .woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
text-align: center;
	}
	.product-top-1 {
		padding-top: 60px;
	}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.shop-container {
		padding: 100px 10px 80px 10px !important;
	}
	.woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {
		content: none;
	}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: none !important;
	}
	.woocommerce table.shop_table .product-subtotal {
		display: none;
	}
	.product-actions a {
		padding: 20px 32px !important;
	}
}

	@media(max-width:767px){
		.elementor-1474 .elementor-element.elementor-element-6c4ef7e .menu-item a.hfe-menu-item:hover, .elementor-1474 .elementor-element.elementor-element-6c4ef7e .sub-menu a.hfe-sub-menu-item:hover, .elementor-1474 .elementor-element.elementor-element-6c4ef7e .menu-item.current-menu-item a.hfe-menu-item, .elementor-1474 .elementor-element.elementor-element-6c4ef7e .menu-item a.hfe-menu-item.highlighted, .elementor-1474 .elementor-element.elementor-element-6c4ef7e .menu-item a.hfe-menu-item:focus {
		color: #545454 !important;
			
	}
	}
	#payment_method_bacs, #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
		width: fit-content !important;
	}
