@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@charset "UTF-8";

/*
Theme Name: b2b themes
Theme URI: https://strategywerks.ai/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:b2b themes is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

b2b themes WordPress Theme, (C) 2020 WordPress.org
b2b themes is distributed under the terms of the GNU GPL.
*/


/* ===============================
   ROOT VARIABLES
================================= */
:root {
  /***Colors**/
/*  --primary-color: #4E1322;
  --black-color:#000;
  --white-color:#fff;
  --bg-color:#fff;
  --gray-color: #F2F2F2;
  --btnbg-color:#4E1322;
  --graylight-color:#e3e4ec;
  --bluelight-color:#F1F2F7;*/
  /***fonts**/
  --font-family:"Montserrat", sans-serif;
  /***other**/
  --border-radius:10px;
  --transition: 0.3s ease;

}

/***Global style**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}
a,button{
  cursor: pointer;
}
.b2b-flex{
  display: flex;
  flex-wrap: wrap;
}
.b2b-start{
  align-items: flex-start;
}
.b2b-center{
  align-items: center;
}
body {
  background: var(--bg-color);
  color: var(--black-color);
  font-size: 16px;
  line-height: 1.4;
}

h1{
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 600;
}
h2{
 font-size: 24px;
 color: var(--black-color);
 font-weight: 600;
}
img{
  display: block;
  max-width: 100%;
}
.woocommerce-error {
    margin-top: 20px;
    outline: none;
}
.woocommerce-notices-wrapper {
    outline: none;
}

/* ===============================
   WOO COMMERCE NOTICES
================================= */

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
    border-radius: var(--border-radius);
    padding: 15px 20px;
    margin-bottom: 20px;
    border-left: 4px solid;
    font-size: 16px;
    line-height: 1.5;
}

.woocommerce-notices-wrapper .woocommerce-info {
    background: #e8f4fd;
    border-left-color: #007cba;
    color: #007cba;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: #f0f8e8;
    border-left-color: #46b450;
    color: #46b450;
}

.woocommerce-notices-wrapper .woocommerce-error {
    background: #fef2f2;
    border-left-color: #dc3232;
    color: #dc3232;
}

.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover {
    text-decoration: none;
}

.button{
  padding: 15px!important;
  background: var(--btnbg-color) !important;
  color: var(--white-color)!important;
  border: none!important;
  border-radius: var(--border-radius)!important;
  font-size: 16px!important;
  cursor: pointer!important;
  transition: var(--transition)!important;
 margin-top: 10px;
}
.button:hover{
  opacity: 0.8;
}
.verify-page {
    padding: 30px 15px;
}
.woocommerce-message{
  outline: none;
}
.verify-page, .reset-password-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.verify-page-inner, .reset-password-inner {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 22%);
    max-width: 500px;
    border-radius: 6px;
    width: 100%;
}
.reset-password-inner h2{
  margin-bottom: 15px;
}
.verify-page-inner p {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.verify-page-inner .woocommerce-message {
    margin-bottom: 15px;
}
.b2b-group:not(:last-of-type) {
  margin-bottom: 20px;
}
.b2b-group label{
  display: block;
  margin-bottom: 5px;

}
.b2b-group input, 
.b2b-group select, 
.woocommerce .custom-signup-form .b2b-group input, 
.woocommerce .custom-signup-form .b2b-group select{
  width: 100%;
  padding: 15px 20px;
  border-radius: var(--border-radius);
  border: 1px solid var(--gray-color);
  font-size: 14px;
  outline: none;
}
.b2b-group select,
.woocommerce .custom-signup-form .b2b-group select{
  background-image: url('assets/images/dropdown-icon.svg');
  background-repeat: no-repeat;
  background-position:  calc(100% - 16px) center;
  appearance: none;
}
.woocommerce .woocommerce-ordering select{
  background-image: url('assets/images/dropdown-icon.svg');
  background-repeat: no-repeat;
  background-position:  calc(100% - 16px) center;
  appearance: none;
    padding: 8px 40px 8px 15px;
  border-radius: var(--border-radius);
  border: 1px solid var(--gray-color);
  font-size: 14px;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
  opacity: 0.4;
}
.b2b-group-icon{
  position: relative;
}
.b2b-group-icon img{
 position: absolute;
 right: 16px;
 top: 50%;
 transform: translateY(-50%);
 cursor: pointer;
}
.b2b-form-btn{
  margin-top: 30px;
}
.single-product h1.entry-title {
    font-size: 26px;
}
.toast-success { background-color: #28a745 !important; }
.toast-error { background-color: #dc3545 !important; }
.toast-warning { background-color: #ffc107 !important; }
.toast-info { background-color: #17a2b8 !important; }
.toast-message a{
    background-color: transparent !important;
    text-decoration: underline !important;
padding: 0 !important   ;

}
.b2b-btn{
  width: 100%;
  padding: 15px;
  background: var(--btnbg-color);
  color: var(--white-color);
  border: none;
  border-radius: var(--border-radius);
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 10px;
  font-weight: 600;
      display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.b2b-btn:hover{
  opacity: 0.8;
}

/***signup style**/

.b2b-wrapper{
 min-height: 100vh;
}
.b2b-wrapper-left{
  width: 50%;
  position: relative;
  background-size: cover;
  min-height: 400px;
}
.b2b-wrapper-left p{
  margin-top: 10px;
  font-size: 20px;
}

.b2b-wrapper-content{
  position: absolute;
  padding: 50px;
  top: 0;
  left: 0;
}
.mt-0{
  margin-top: 0 !important;
}
.b2b-wrapper-right{
  width: 50%;
  padding: 50px;
  display: flex;
  background-color: var(--bg-color);
}
.b2b-wrapper-inner{
  width: 100%;
}
.b2b-wrapper-right h2{
  margin-top: 40px;
}
.b2b-form-box{
  margin-top: 40px;
}

.b2b-form-btn p{
  text-align: center;
  margin-top: 30px;
}
.b2b-form-btn p a{
  font-weight: bold;
  color: var(--black-color);
  text-decoration: none;
}
.b2b-form-btn p a:hover{
  text-decoration: underline;
}
.b2b-forgot a{
  font-size: 14px;
  text-decoration: none;
  color: var(--black-color);
}
.b2b-forgot a:hover{
  text-decoration: underline;
}
.page-template-signup-page {
    height: 100%;
}

.page-template-signup-page .b2b-wrapper {
    height: 100%;
}

.page-template-signup-page .b2b-wrapper .b2b-wrapper-right {
    overflow-y: auto;
    height: 100%;
}
.b2b-wrapper-right p {
    margin-top: 10px;
}
.home-header {
  background: var(--white-color);
  border-bottom: 1px solid var(--graylight-color);
  padding: 14px 0;
}

.home-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.home-header__logo .custom-logo-link {
  display: inline-flex;
}

.home-header__logo .custom-logo {
  max-height: 52px;
  width: auto;
}

.home-header__search {
  position: relative;
}

.home-header__search-form {
  display: flex;
  align-items: center;
  border: 1px solid var(--graylight-color);
  border-radius: 999px;
  overflow: hidden;
  background: var(--white-color);
}

.home-header__search-form input[type="search"] {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 16px;
  font-size: 14px;
  background: transparent;
}

.home-header__search-form button {
  border: 0;
  background: var(--btnbg-color);
  color: var(--white-color);
  width: 44px;
  min-width: 44px;
  height: 40px;
  padding: 0;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-header__search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  max-height: 420px;
  overflow: auto;
  z-index: 60;
}

.home-header__search-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: var(--black-color);
  border-bottom: 1px solid var(--graylight-color);
}

.home-header__search-item:last-of-type {
  border-bottom: 0;
}

.home-header__search-item:hover {
  background: color-mix(in srgb, var(--primary-color) 6%, white);
}

.home-header__search-item-thumb img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}

.home-header__search-item-meta {
  min-width: 0;
}

.home-header__search-item-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.home-header__search-item-sku,
.home-header__search-item-price {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}

.home-header__search-all {
  display: block;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  background: color-mix(in srgb, var(--primary-color) 8%, white);
  border-top: 1px solid var(--graylight-color);
}

.home-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-header__quick-order {
  background: var(--btnbg-color);
  color: var(--white-color);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.home-header__icon-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--graylight-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--black-color);
  position: relative;
}

.home-header__icon-link i {
  font-size: 16px;
}

.home-header__cart-wrap {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: -18px;
  z-index: 20;
}

.home-header__account-wrap {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
  z-index: 20;
}

.home-header__cart-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 72px;
  height: 20px;
}

.home-header__account-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 40px;
  height: 12px;
}

.home-header__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--btnbg-color);
  color: var(--white-color);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.widget_shopping_cart_content {
    width: 250px;
    position: absolute;
    background-color: #fff;
    border: 1px solid var(--graylight-color);
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
    left: -90px;
}
.home-header__mini-cart-content,
.home-header__cart-wrap > .widget_shopping_cart_content.home-header__mini-cart-content {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  width: 340px;
  max-height: 430px;
  overflow: auto;
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  left: auto !important;
  pointer-events: none;
  z-index: 90;
}

.home-header__account-menu {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  min-width: 160px;
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 90;
  pointer-events: none;
}

.home-header__account-menu-item {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--black-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.home-header__account-menu-item + .home-header__account-menu-item {
  margin-top: 4px;
}

.home-header__account-menu-item:hover {
  background: color-mix(in srgb, var(--primary-color) 8%, white);
  color: var(--primary-color);
}

.home-header__cart-wrap.is-hovered .home-header__mini-cart-content,
.home-header__cart-wrap:focus-within .home-header__mini-cart-content,
.home-header__cart-wrap.is-open .home-header__mini-cart-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.home-header__cart-wrap.is-hovered,
.home-header__cart-wrap:focus-within,
.home-header__cart-wrap.is-open {
  z-index: 100;
}

.home-header__account-wrap.is-hovered .home-header__account-menu,
.home-header__account-wrap:focus-within .home-header__account-menu,
.home-header__account-wrap.is-open .home-header__account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.home-header__account-wrap.is-hovered,
.home-header__account-wrap:focus-within,
.home-header__account-wrap.is-open {
  z-index: 100;
}

.home-header__mini-cart-content ul.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  column-gap: 10px;
  row-gap: 4px;
  align-items: start;
  padding: 9px 0;
  border-bottom: 1px solid var(--graylight-color);
}

.home-header__mini-cart-content .woocommerce-mini-cart-item:last-child {
  border-bottom: 0;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item .mini-cart-item__link {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 10px;
  align-items: center;
  text-decoration: none;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item .mini-cart-item__link.is-static {
  cursor: default;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item .mini-cart-item__name {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item img {
  grid-column: 1;
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0;
}

.home-header__mini-cart-content .woocommerce-mini-cart-item .quantity {
  grid-column: 2;
  grid-row: 2;
  display: block;
  margin-top: 0;
  font-size: 12px;
  opacity: 0.75;
}

.home-header__mini-cart-content a.remove.remove_from_cart_button {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffe8e8;
  color: #aa2222 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.home-header__mini-cart-content p.woocommerce-mini-cart__total {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.home-header__mini-cart-content p.woocommerce-mini-cart__buttons {
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.home-header__mini-cart-content p.woocommerce-mini-cart__buttons .button {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.2;
  min-height: 34px;
}
.b2b-wishlist-item__actions .added_to_cart.wc-forward {
  margin: 0 !important;
  padding: 11px 14px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.78) !important;
  color: var(--white-color) !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.b2b-wishlist-item__actions .added_to_cart.wc-forward::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}

.b2b-wishlist-item__actions .added_to_cart.wc-forward::after {
  display: none !important;
}

.b2b-wishlist-item__actions .added_to_cart.wc-forward:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

@media (max-width: 991px) {
  .home-header__inner {
            grid-template-columns: auto auto;
  }

  .home-header__search {
    order: 3;
            grid-column: 1 / -1;
  }

  .home-header__actions {
    justify-content: flex-end;
  }

  .home-header__mini-cart-content {
    right: -8px;
    width: min(340px, calc(100vw - 24px));
  }
}

@media (max-width: 575px) {
  .home-header__quick-order {
    padding: 8px 12px;
    font-size: 13px;
  }

  .home-header__icon-link {
    width: 36px;
    height: 36px;
  }
}
.home-footer {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 48px 0 0;
}

.home-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 24px;
}

.home-footer__col {
  background: var(--primary-color);
border: 1px solid color-mix(in srgb, var(--graylight-color) 20%, transparent);
  border-radius: 14px;
  padding: 22px;
}

.home-footer__heading {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--white-color);
}

.home-footer__logo .custom-logo-link {
  display: inline-flex;
  margin-bottom: 10px;
}

.home-footer__logo .custom-logo {
  max-height: 44px;
  width: auto;
}

.home-footer__about p,
.home-footer__contact p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--white-color);
}

.home-footer__contact p:last-child,
.home-footer__about p:last-child {
  margin-bottom: 0;
}

.home-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.home-footer__nav a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.home-footer__nav a:hover {
  text-decoration: underline;
}

.home-footer__contact a {
  color: var(--white-color);
  text-decoration: none;
}

.home-footer__contact a:hover {
  text-decoration: underline;
}

.home-footer__bottom {
  margin-top: 26px;
    border-top: 1px solid color-mix(in srgb, var(--graylight-color) 20%, transparent);
}

.home-footer__copyright {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 20px 18px;
  color: var(--graylight-color);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
button.loading,
.button.loading,
input[type="submit"].loading{
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}
.home-header__search-form button .btn-loader,
.wc-block-components-quantity-selector__button .btn-loader,
body.single-product .related.products ul.products li.product .button .btn-loader, 
body.single-product .up-sells.upsells.products ul.products li.product .button .btn-loader,
.show-password-input .btn-loader,
.woocommerce .products ul li .button .btn-loader, .woocommerce ul.products li .button .btn-loader,
.custom-dashboard .account-menu-toggle .btn-loader{
    display: none !important;
}
.single_add_to_cart_button.loading::after,
.woocommerce-Button.loading:after,
.button.loading:after {
    display: none !important;
}
.btn-loader{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-left:8px;
}

.btn-loader span{
    width:6px;
    height:6px;
    background:#fff;
    border-radius:50%;
    display:inline-block;
    animation:dotWave 1.4s infinite ease-in-out;
}

.btn-loader span:nth-child(2){
    animation-delay:0.2s;
}

.btn-loader span:nth-child(3){
    animation-delay:0.4s;
}

@keyframes dotWave{
    0%, 60%, 100%{
        transform:translateY(0);
        opacity:0.5;
    }
    30%{
        transform:translateY(-6px);
        opacity:1;
    }
}

@media (max-width: 991px) {
  .home-footer__inner {
    grid-template-columns: 1fr;
  }
}




.b2b-home-page__header {
  margin-bottom: 22px;
}

.b2b-home-section + .b2b-home-section {
  margin-top: 44px;
}

.b2b-home-page__header h2 {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.b2b-home-page__header p {
  color: var(--black-color);
  opacity: 0.8;
}

.b2b-home-slider {
  margin: 0 -10px;
}

.b2b-home-slider .slick-track {
  margin-left: 0;
  margin-right: auto;
}

.b2b-home-all-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.b2b-home-all-products-grid .b2b-home-slide {
  padding: 0;
}

.b2b-home-all-products-loader {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.b2b-home-all-products-loader[hidden] {
  display: none !important;
}

.b2b-home-all-products-loader.is-visible {
  display: flex;
}

.b2b-home-all-products-trigger {
  width: 100%;
  height: 1px;
}

.b2b-home-slide {
  padding: 10px;
  position: relative;
}
.b2b-home-slider .slick-prev:before,
.b2b-home-slider .slick-next:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.b2b-home-slider .slick-prev:before {
    content: "\f060"!important;
}

.b2b-home-slider .slick-next:before {
    content: "\f061"!important;
}
.b2b-home-slider .slick-arrow.slick-next {
    right: -10px;
}
.b2b-home-slider .slick-arrow.slick-prev {
    left: -10px;
}
.b2b-home-card {
  display: block;
  text-decoration: none;
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  padding: 16px;
  transition: 0.25s ease;
  position: relative;
}

.b2b-home-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.b2b-home-card--order {
  height: 100%;
}

.b2b-home-card__thumb {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bluelight-color);
  margin-bottom: 12px;
}

.b2b-home-card__thumb img {
      width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.b2b-home-card__name {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: var(--black-color);
    text-align: center;
    min-height: 35px;
}

.b2b-home-card__price {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
}

.b2b-home-card__meta {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: var(--black-color);
  opacity: 0.75;
}

.b2b-home-order__number {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.b2b-home-order__items {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--black-color);
  opacity: 0.8;
  min-height: 72px;
}

.b2b-home-order__actions {
  top: 24px;
  right: 24px;
}

.b2b-home-order-again {
 width: 38px;
    height: 38px;
    margin-top: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 50% !important;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--white-color) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: 0.25s ease !important;
    text-decoration: none;
}

.b2b-home-order-again.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.b2b-home-order-again i {
  font-size: 14px;
  line-height: 1;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.b2b-home-order-again:hover {
  transform: translateY(-2px);
  filter: brightness(0.95);
}

.b2b-home-order-again::after {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: var(--white-color);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.b2b-home-order-again:hover::after,
.b2b-home-order-again:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.b2b-home-order-again.is-loading i {
  animation: b2b-repeat-spin 0.9s linear infinite;
}

.b2b-home-card__actions {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.b2b-home-add-to-cart {
  width: 38px;
  height: 38px;
  margin-top: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  text-decoration: none;
  border-radius: 50% !important;
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--white-color) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: 0.25s ease !important;
}

.b2b-home-add-to-cart i {
  font-size: 14px;
  line-height: 1;
}

.b2b-home-add-to-cart:hover {
  transform: translateY(-2px);
  filter: brightness(0.95);
}

@keyframes b2b-repeat-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.b2b-home-card__actions .added_to_cart.wc-forward {
  margin: 0 !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: var(--white-color) !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.b2b-home-card__actions .added_to_cart.wc-forward::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}

.b2b-home-card__actions .added_to_cart.wc-forward::after {
  display: none !important;
}

.b2b-home-card__actions .added_to_cart.wc-forward:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.b2b-home-wishlist-action {
  display: inline-flex;
}

.b2b-home-wishlist-action .b2b-home-wishlist-link {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid var(--white-color) !important;
  background: rgba(0, 0, 0, 0.65) !important;
  color: var(--white-color) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.b2b-home-wishlist-action .b2b-home-wishlist-link i {
  font-size: 14px;
  line-height: 1;
}

.b2b-home-wishlist-action .b2b-home-wishlist-link.is-in-wishlist i,
.b2b-home-wishlist-action .b2b-home-wishlist-link.added i {
  font-weight: 900;
}

.b2b-home-slider .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--graylight-color);
  background: var(--white-color);
  z-index: 2;
  pointer-events: all !important;
  opacity: 1 !important;
  top: 50%;
  position: absolute;
}
.b2b-home-slider .slick-arrow .btn-loader,
.b2b-home-add-to-cart .btn-loader{
  display: none !important;
}
.b2b-home-add-to-cart{
    pointer-events: all !important;
  opacity: 1 !important;
}
.woocommerce-Price-amount.amount
 {
    font-size: 14px;
}
.b2b-home-slider .slick-arrow:before {
  color: var(--primary-color);
}

.b2b-home-page__empty {
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  padding: 14px;
}

@media (max-width: 1199px) {
  .b2b-home-all-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .b2b-home-all-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .b2b-home-page {
    padding: 32px 0;
  }

  .b2b-home-page__header h2 {
    font-size: 26px;
  }

  .b2b-home-all-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top_notification {
    width: fit-content;
    background: #fff4e5;
    color: #8a5a00;
    padding: 12px 20px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ffd8a8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 15px 0;
    border-radius: 10px;
}

.top_notification i{
    font-size:16px;
}

/* ===============================
   SINGLE PRODUCT PAGE
================================= */
 #primary {
  width: 100%;
}

 .site-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
}

body.single-product .woocommerce-breadcrumb {
  margin-bottom: 18px;
  font-size: 13px;
  color: color-mix(in srgb, var(--black-color) 70%, white);
}

body.single-product .woocommerce-breadcrumb a {
  color: var(--primary-color);
  text-decoration: none;
}



body.single-product div.product > .woocommerce-product-gallery,
body.single-product div.product > .summary {
  grid-column: auto;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product div.product > .related.products,
body.single-product div.product > .up-sells.upsells.products {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  clear: both;
}
body.single-product div.product > .woocommerce-tabs{
    float: left;
}
.woocommerce div.product .woocommerce-tabs .panel h2, section.related.products h2 {
    margin-bottom: 15px;
}
body.single-product .woocommerce-product-gallery {
  position: sticky;
  top: 24px;
}

body.single-product .woocommerce-product-gallery__image {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white-color);
}
.woocommerce div.product .woocommerce-tabs .panel ul, .woocommerce div.product .woocommerce-tabs .panel ol {
    padding-left: 20px;
    margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-top: 50px;
}
body.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}

body.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

body.single-product .flex-control-thumbs li {
  list-style: none;
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  overflow: hidden;
}

body.single-product .entry-summary {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 22px;
}

body.single-product .entry-summary .product_title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.1vw, 40px);
  line-height: 1.1;
  color: var(--primary-color);
}

body.single-product .entry-summary .woocommerce-product-rating {
  margin: 0 0 8px;
}

body.single-product .entry-summary .price {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
}

body.single-product .entry-summary .price del {
  opacity: 0.55;
  font-size: 18px;
}

body.single-product .entry-summary .price ins {
  text-decoration: none;
}

body.single-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 16px;
  color: color-mix(in srgb, var(--black-color) 85%, white);
}

body.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

body.single-product .quantity .qty {
  width: 90px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid var(--graylight-color);
  text-align: center;
  padding: 0 10px;
}

body.single-product form.cart .single_add_to_cart_button {
  min-height: 46px;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  margin: 0 !important;
}

body.single-product .variations {
  width: 100%;
  margin-bottom: 10px;
}

body.single-product .variations th,
body.single-product .variations td {
  padding: 8px 8px 8px 0;
  text-align: left;
}

body.single-product .variations select {
  min-width: 220px;
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  padding: 12px 36px 12px 12px;
  background-color: var(--white-color);
}

body.single-product .product_meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--graylight-color);
  font-size: 14px;
      display: flex;
    flex-direction: column;
    gap: 10px;
  color: color-mix(in srgb, var(--black-color) 82%, white);
}

body.single-product .product_meta .sku_wrapper .sku,
body.single-product .product_meta .posted_in a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin-left: 6px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 18%, white);
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary-color) 8%, white);
  color: var(--primary-color);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s ease;
}

body.single-product .product_meta .posted_in a {
  margin-bottom: 6px;
}

body.single-product .product_meta .posted_in a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

body.single-product .woocommerce-tabs {
  margin-top: 34px;
}






/* Refinement pass to neutralize Woo default styling conflicts */
body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin-bottom: 0;
}

body.single-product.woocommerce div.product div.summary {
  clear: none;
}

body.single-product.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  left: 16px;
  top: 16px;
  right: auto;
  min-height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
}

body.single-product.woocommerce div.product form.cart .variations td.value {
  padding-bottom: 12px;
}

body.single-product .reset_variations {
  display: inline-flex;
  margin-top: 8px;
  font-size: 13px;
  color: var(--primary-color);
  text-decoration: none;
}

body.single-product .single_variation_wrap {
  width: 100%;
}

body.single-product .woocommerce-variation-price {
  margin-bottom: 10px;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}

body.single-product .woocommerce-product-attributes {
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  overflow: hidden;
}

body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--graylight-color);
}

body.single-product .woocommerce-product-attributes tr:last-child th,
body.single-product .woocommerce-product-attributes tr:last-child td {
  border-bottom: 0;
}

 .related.products ul.products,
 .up-sells.upsells.products ul.products,
.woocommerce .products ul, .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}

.related.products ul.products li.product,
 .up-sells.upsells.products ul.products li.product,
 .woocommerce .products ul li, .woocommerce ul.products li{
  list-style: none;
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  background: var(--white-color);
  padding: 16px!important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
  position: relative!important;
  transition: 0.25s ease;
}

 .related.products ul.products li.product:hover,
.up-sells.upsells.products ul.products li.product:hover,
.woocommerce .products ul li:hover, .woocommerce ul.products li:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.related.products ul.products li.product .woocommerce-loop-product__title,
 .up-sells.upsells.products ul.products li.product .woocommerce-loop-product__title,
 .woocommerce .products ul li h2.woocommerce-loop-product__title, .woocommerce ul.products li h2.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px !important;
  line-height: 1.45;
  color: var(--black-color);
  text-align: center;
  min-height: 35px;
  margin: 0;
}

body.single-product .related.products ul.products li.product .price,
body.single-product .up-sells.upsells.products ul.products li.product .price,
.woocommerce .products ul li .price, .woocommerce ul.products li .price  {
  display: block!important;
  margin-top: 8px;
  text-align: center;
  color: var(--primary-color) !important;
  font-weight: 600!important;
  font-size: 14px!important;
}

body.single-product .related.products ul.products li.product a,
 .woocommerce .products ul li a, .woocommerce ul.products li a {
  text-decoration: none;
}

body.single-product .related.products ul.products li.product img,
body.single-product .up-sells.upsells.products ul.products li.product img,
 .woocommerce .products ul li a img, .woocommerce ul.products li a img {
  width: 100% !important;
  height: auto !important;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: var(--bluelight-color);
  margin-bottom: 10px;
}

body.single-product .related.products ul.products li.product .star-rating,
body.single-product .up-sells.upsells.products ul.products li.product .star-rating {
  margin: 8px auto 0 !important;
}

body.single-product .related.products ul.products li.product .button,
body.single-product .up-sells.upsells.products ul.products li.product .button,
 .woocommerce .products ul li .button, .woocommerce ul.products li .button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
  text-decoration: none !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--white-color) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: 0.25s ease !important;
  min-width: 0;
      font-size: 0 !important;
}

body.single-product .related.products ul.products li.product .button:hover,
body.single-product .up-sells.upsells.products ul.products li.product .button:hover,
 .woocommerce .products ul li .button:hover, .woocommerce ul.products li .button:hover{
  transform: translateY(-2px);
  filter: brightness(0.95);
}

body.single-product .related.products ul.products li.product .button::before,
body.single-product .up-sells.upsells.products ul.products li.product .button::before,
 .woocommerce .products ul li .button::before, .woocommerce ul.products li .button::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: var(--white-color);
}

body.single-product .related.products ul.products li.product .product_type_variable::before,
body.single-product .related.products ul.products li.product .product_type_external::before,
body.single-product .related.products ul.products li.product .product_type_grouped::before,
body.single-product .up-sells.upsells.products ul.products li.product .product_type_variable::before,
body.single-product .up-sells.upsells.products ul.products li.product .product_type_external::before,
body.single-product .up-sells.upsells.products ul.products li.product .product_type_grouped::before,
 .woocommerce .products ul li .product_type_variable::before{
  content: "\f06e";
}

body.single-product .related.products ul.products li.product .added_to_cart.wc-forward,
body.single-product .up-sells.upsells.products ul.products li.product .added_to_cart.wc-forward {
  position: absolute;
  top: 24px;
  right: 68px;
  margin: 0 !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: var(--white-color) !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

body.single-product .related.products ul.products li.product .added_to_cart.wc-forward::before,
body.single-product .up-sells.upsells.products ul.products li.product .added_to_cart.wc-forward::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}

body.single-product .related.products ul.products li.product .added_to_cart.wc-forward::after,
body.single-product .up-sells.upsells.products ul.products li.product .added_to_cart.wc-forward::after {
  display: none !important;
}

/* ===============================
   404 PAGE
================================= */
.b2b-404-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 40px 20px;
  text-align: center;
}

.b2b-404-page__inner {
  max-width: 600px;
  width: 100%;
}

.b2b-404-page__header h1 {
  font-size: clamp(40px, 8vw, 80px);
  line-height: 1;
  margin-bottom: 12px;
}

.b2b-404-page__header p {
  font-size: 18px;
  opacity: 0.8;
  max-width: 450px;
  margin: 0 auto;
}

.b2b-404-page__content {
  margin-top: 30px;
}

.b2b-404-page__content .search-form {
  max-width: 400px;
  margin: 15px auto;
  display: flex;
  border: 1px solid var(--graylight-color);
  border-radius: 999px;
  overflow: hidden;
}

.b2b-404-page__content .search-form label {
  display: none;
}

.b2b-404-page__content .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 10px 16px;
  background: transparent;
}

.b2b-404-page__content .search-form .search-submit {
  margin: 0 !important;
  border-radius: 0 !important;
}

.b2b-404-page__home-link {
  margin-top: 15px !important;
  display: inline-block;
  text-decoration: none;
}
body.single-product .related.products ul.products li.product .onsale,
body.single-product .up-sells.upsells.products ul.products li.product .onsale {
  left: 24px;
  top: 24px;
  right: auto;
  min-height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  background: var(--primary-color);
  color: var(--white-color);
}

body.single-product .comments-area,
body.single-product .post-navigation {
  display: none;
}

/* ===============================
   CART PAGE
================================= */
body.woocommerce-cart #primary {
  width: 100%;
}



body.woocommerce-cart .entry-header,
body.woocommerce-cart .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-cart form.woocommerce-cart-form {
  margin-bottom: 20px;
}

body.woocommerce-cart table.shop_table.cart {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white-color);
  border-collapse: separate;
  border-spacing: 0;
}

body.woocommerce-cart table.shop_table.cart thead th {
  background: color-mix(in srgb, var(--primary-color) 6%, white);
  color: var(--black-color);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 12px;
  border-bottom: 1px solid var(--graylight-color);
}

body.woocommerce-cart table.shop_table.cart td {
  padding: 14px 12px;
  border-top: 1px solid var(--graylight-color);
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart tr:first-child td {
  border-top: 0;
}

body.woocommerce-cart td.product-thumbnail img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
}

body.woocommerce-cart td.product-name a {
  color: var(--black-color);
  text-decoration: none;
  font-weight: 600;
}

body.woocommerce-cart td.product-name a:hover {
  color: var(--primary-color);
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  color: var(--primary-color);
  font-weight: 600;
}

body.woocommerce-cart .product-remove a.remove {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color) !important;
  background: color-mix(in srgb, var(--primary-color) 8%, white);
  border: 1px solid color-mix(in srgb, var(--primary-color) 25%, white);
  font-size: 18px;
  line-height: 1;
}

body.woocommerce-cart .product-remove a.remove:hover {
  color: var(--white-color) !important;
  background: var(--primary-color);
}

body.woocommerce-cart .quantity .qty {
  width: 84px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--graylight-color);
  text-align: center;
}

body.woocommerce-cart .actions {
  background: color-mix(in srgb, var(--gray-color) 28%, white);
}

body.woocommerce-cart .actions .coupon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.woocommerce-cart .actions .coupon .input-text {
  min-width: 220px;
  height: 44px;
  border: 1px solid var(--graylight-color);
  border-radius: 999px;
  padding: 0 14px;
}

body.woocommerce-cart .actions .button {
  border-radius: 999px !important;
  margin-top: 0 !important;
  min-height: 44px;
  padding: 11px 18px !important;
}

body.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 18px;
  align-items: start;
}

body.woocommerce-cart .cross-sells {
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  background: var(--white-color);
  padding: 14px;
}

body.woocommerce-cart .cross-sells > h2 {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--primary-color);
}

body.woocommerce-cart .cart_totals {
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  background: var(--white-color);
  padding: 14px;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--primary-color);
}

body.woocommerce-cart .cart_totals table.shop_table {
  margin: 0 0 14px;
  border: 0;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  border-top: 1px solid var(--graylight-color);
  padding: 10px 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr:first-child th,
body.woocommerce-cart .cart_totals table.shop_table tr:first-child td {
  border-top: 0;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--primary-color);
  font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  text-align: center;
  border-radius: 999px !important;
}

body.woocommerce-cart .return-to-shop .button {
  border-radius: 999px !important;
}

/* WooCommerce Cart Block */
body.woocommerce-cart .wp-block-woocommerce-cart {
  margin-top: 8px;
}

body.woocommerce-cart .wc-block-cart {
  color: var(--black-color);
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__main {
  padding-right: 24px;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
  border-left: 1px solid var(--graylight-color);
  padding-left: 24px;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items thead {
  border-bottom: 1px solid var(--graylight-color);
}

body.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 1px solid var(--graylight-color);
  padding: 16px 0;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .wc-block-components-product-image img {
  border-radius: 10px;
}

body.woocommerce-cart .wc-block-components-product-name {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  color: var(--black-color);
}

body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-formatted-money-amount {
  color: var(--black-color);
  font-weight: 600;
}

body.woocommerce-cart .wc-block-components-product-badge {
  border-radius: 999px;
  border-color: var(--graylight-color);
  color: var(--primary-color);
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid var(--graylight-color);
  border-radius: 8px;
  overflow: hidden;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  border: 0 !important;
  background: var(--white-color);
}

body.woocommerce-cart .wc-block-components-quantity-selector button,
body.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  color: var(--primary-color);
  box-shadow: 0 0 0;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: var(--primary-color);
  text-decoration: none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  text-decoration: underline;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel,
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon,
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title {
  border-color: var(--graylight-color);
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .wc-block-components-title {
  color: var(--primary-color);
  font-weight: 700;
}

body.woocommerce-cart .wc-block-components-panel__button {
  color: var(--black-color);
}

body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-components-totals-item__value {
  color: var(--black-color);
  font-weight: 700;
}

body.woocommerce-cart .wc-block-cart__submit-container {
  margin-top: 14px;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wc-block-components-checkout-place-order-button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 46px;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.88;
}

body.woocommerce-cart .wc-block-components-notice-banner {
  border-radius: 10px;
  border: 1px solid var(--graylight-color);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
body.woocommerce-cart .wc-block-cart__empty-cart,
body.woocommerce-cart .cart-empty {
  margin: 20px auto 0;
  padding: 34px 28px;
  border: 1px solid var(--graylight-color);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--primary-color) 3%, white) 0%,
    var(--white-color) 100%
  );
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block::before,
body.woocommerce-cart .wc-block-cart__empty-cart::before,
body.woocommerce-cart .cart-empty::before {
  content: "";
  position: absolute;
  inset: -60px auto auto -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 8%, transparent);
  pointer-events: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > *:not(.block-editor-warning),
body.woocommerce-cart .wc-block-cart__empty-cart > *,
body.woocommerce-cart .cart-empty > * {
  position: relative;
  z-index: 1;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h3,
body.woocommerce-cart .cart-empty {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  font-weight: 700;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block p,
body.woocommerce-cart .wc-block-cart__empty-cart p,
body.woocommerce-cart .return-to-shop {
  margin: 0 auto;
  max-width: 520px;
  color: color-mix(in srgb, var(--black-color) 80%, white);
  font-size: 15px;
  line-height: 1.6;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.woocommerce-cart .wc-block-cart__empty-cart .wc-block-components-button,
body.woocommerce-cart .return-to-shop .button {
  margin-top: 18px !important;
  min-width: 220px;
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(78, 19, 34, 0.14);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-button:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover,
body.woocommerce-cart .wc-block-cart__empty-cart .wc-block-components-button:hover,
body.woocommerce-cart .return-to-shop .button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display: none !important;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-featured-product {
  margin-top: 28px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  text-align: left;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-grid__product {
  list-style: none;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  background: var(--white-color);
  position: relative;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  max-width: 100% !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-grid__product:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image a {
  display: block;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  height: auto !important;
  object-fit: cover;
  border-radius: 10px;
  background: var(--bluelight-color);
  margin: 0 0 12px !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 35px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--black-color);
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title a,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-name a {
  color: inherit;
  text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-price {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: var(--primary-color) !important;
  font-size: 14px;
  font-weight: 600;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del {
  opacity: 0.6;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button .wp-element-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button a {
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--primary-color) !important;
  color: transparent !important;
  border: 1px solid var(--white-color) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  text-decoration: none !important;
  overflow: hidden;
  min-width: 0;
      font-size: 0;
      margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button .wp-element-button::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button a::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: var(--white-color);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .added_to_cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button .added_to_cart {
  display: none !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
    margin-bottom: 15px !important;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .onsale {
  position: absolute;
     right: auto;
    left: 12px;
    top: 12px;
  min-height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 11px;
  font-weight: 600;
}

/* ===============================
   CHECKOUT PAGE (Match Cart Styles)
================================= */
body.woocommerce-checkout #primary {
  width: 100%;
}

body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-checkout form.checkout,
body.woocommerce-checkout .woocommerce-checkout {
  color: var(--black-color);
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-checkout-payment {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
  margin-bottom: 16px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--primary-color);
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .form-row textarea {
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--white-color);
}

body.woocommerce-checkout table.shop_table {
  border: 0;
  margin: 0 0 12px;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  border-top: 1px solid var(--graylight-color);
  padding: 10px 0;
}



body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  color: var(--primary-color);
  font-weight: 700;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout .woocommerce-checkout-payment .button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 46px;
  text-decoration: none !important;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  opacity: 0.88;
}

/* WooCommerce Checkout Block */
body.woocommerce-checkout .wc-block-checkout {
  color: var(--black-color);
}

body.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 24px;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  border-left: 1px solid var(--graylight-color);
  padding-left: 24px;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-block-components-select select {
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-checkout__order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: var(--graylight-color);
}

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-checkout__totals-title {
  color: var(--primary-color);
  font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 46px;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover {
  opacity: 0.88;
}

/* ===============================
   ORDER RECEIVED PAGE (Match Cart Styles)
================================= */
body.woocommerce-order-received #primary {
  width: 100%;
}

body.woocommerce-order-received .entry-header,
body.woocommerce-order-received .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-order-received .woocommerce-notice {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-color) 6%, white);
  padding: 14px 16px;
  color: var(--black-color);
  margin-bottom: 25px;
}
section.woocommerce-order-details {
    margin-top: 15px;
}
section.wc-block-order-confirmation-additional-fields-wrapper {
    margin-top: 15px;
}
section.wc-block-order-confirmation-additional-fields-wrapper h2 {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
  margin-bottom: 16px;
}

body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--primary-color);
}

body.woocommerce-order-received table.shop_table {
  border: 0;
  margin: 0;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
  border-top: 1px solid var(--graylight-color);
  padding: 10px;
}



body.woocommerce-order-received .woocommerce-order-details .order-total th,
body.woocommerce-order-received .woocommerce-order-details .order-total td {
  color: var(--primary-color);
  font-weight: 700;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  border: 1px solid var(--graylight-color);
  border-radius: 12px;
  padding: 12px;
  background: color-mix(in srgb, var(--primary-color) 3%, white);
}
button, input, select, textarea {
  outline: none;
}
.wc-block-components-checkbox.wc-block-components-address-form__hostinger-reach-newsletter-optin {
    margin-top: 15px;
    font-size: 14px;
}

.wc-block-components-checkbox.wc-block-components-address-form__hostinger-reach-newsletter-optin span.wc-block-components-checkbox__label {
    font-size: 14px;
}
/***Responsive style**/
@media screen and (max-width: 1199px) {
  h1{
    font-size: 40px;
  }
  h2{
   font-size: 22px;
 }
 .b2b-wrapper-right, .b2b-wrapper-content{
  padding: 30px;
}

 .site-main {
  padding: 24px 16px 42px;
}

body.single-product .related.products ul.products,
body.single-product .up-sells.upsells.products ul.products,
.woocommerce .products ul, .woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.woocommerce-cart .cart-collaterals {
  grid-template-columns: minmax(0, 1fr);
}



body.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
body.woocommerce-cart .wc-block-cart__empty-cart,
body.woocommerce-cart .cart-empty {
  max-width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


}

@media screen and (max-width: 767px) {
  h1{
    font-size: 32px;
  }
  h2{
   font-size: 20px;
 }
 .b2b-wrapper-right, .b2b-wrapper-content{
  padding: 15px;
  width: 100%;
}
.b2b-wrapper-left{
  width: 100%;
}
body.woocommerce-cart .wc-block-cart .wc-block-cart__main {
  padding-right: 0;
}
body.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  border-left: 0;
  padding-left: 0;
  margin-top: 18px;
}
body.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
  border-left: 0;
  padding-left: 0;
  margin-top: 18px;
}
.page-template-signup-page .b2b-wrapper .b2b-wrapper-right{
  height: auto;
}

body.single-product div.product {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

body.single-product .woocommerce-product-gallery {
  position: static;
}

body.single-product .entry-summary {
  padding: 16px;
}

body.single-product .entry-summary .product_title {
  font-size: 28px;
}

body.single-product .entry-summary .price {
  font-size: 24px;
}

body.single-product .variations select {
  min-width: 100%;
  width: 100%;
}

body.single-product .related.products ul.products,
body.single-product .up-sells.upsells.products ul.products,
.woocommerce .products ul, .woocommerce ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product .related.products ul.products li.product .button,
body.single-product .up-sells.upsells.products ul.products li.product .button,
.woocommerce .products ul li .button, .woocommerce ul.products li .button {
  top: 16px;
  right: 16px;
}

body.single-product .related.products ul.products li.product .onsale,
body.single-product .up-sells.upsells.products ul.products li.product .onsale,
.woocommerce .products ul li  .onsale, .woocommerce ul.products li .onsale  {
  left: 16px;
  top: 16px;
}

body.woocommerce-cart .site-main {
  padding: 24px 12px 42px;
}

body.woocommerce-cart table.shop_table.cart td,
body.woocommerce-cart table.shop_table.cart th {
  padding: 10px;
}

body.woocommerce-cart td.product-thumbnail img {
  width: 62px;
  height: 62px;
}

body.woocommerce-cart .actions .coupon {
  width: 100%;
  margin-bottom: 10px;
}

body.woocommerce-cart .actions .coupon .input-text,
body.woocommerce-cart .actions .coupon .button,
body.woocommerce-cart .actions > .button[name="update_cart"] {
  width: 100%;
}

body.woocommerce-cart .wc-block-cart-items td,
body.woocommerce-cart .wc-block-cart-items th {
  padding-left: 0;
  padding-right: 0;
}

body.woocommerce-cart .wc-block-components-sidebar-layout {
  gap: 14px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
body.woocommerce-cart .wc-block-cart__empty-cart,
body.woocommerce-cart .cart-empty {
  padding: 26px 18px;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h3,
body.woocommerce-cart .cart-empty {
  font-size: 28px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.woocommerce-cart .wc-block-cart__empty-cart .wc-block-components-button,
body.woocommerce-cart .return-to-shop .button {
  width: 100%;
  min-width: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-grid__product {
  padding: 12px !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button {
  top: 16px;
  right: 16px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .onsale {
  left: 16px;
  top: 16px;
}

body.woocommerce-checkout .site-main {
  padding: 24px 12px 42px;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-checkout-payment {
  padding: 12px;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout .woocommerce-checkout-payment .button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button {
  width: 100%;
}
}

/* ===============================
   MY ACCOUNT: EDIT ACCOUNT
================================= */
body.woocommerce-account.woocommerce-edit-account #primary {
  width: 100%;
}

body.woocommerce-account.woocommerce-edit-account .entry-header,
body.woocommerce-account.woocommerce-edit-account .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-account.woocommerce-edit-account .entry-title,
body.woocommerce-account.woocommerce-edit-account .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-account.woocommerce-edit-account .woocommerce {
  color: var(--black-color);
}

body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
}



body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content form .form-row input.input-text,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content form .form-row select,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content form .form-row textarea {
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--white-color);
}

body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .button,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content button.button,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content input.button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 46px;
}

body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content input.button:hover {
  opacity: 0.88;
}

/* ===============================
   MY ACCOUNT: EDIT ADDRESS
================================= */
body.woocommerce-account.woocommerce-edit-address #primary {
  width: 100%;
}

body.woocommerce-account.woocommerce-edit-address .entry-header,
body.woocommerce-account.woocommerce-edit-address .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-account.woocommerce-edit-address .entry-title,
body.woocommerce-account.woocommerce-edit-address .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-account.woocommerce-edit-address .woocommerce {
  color: var(--black-color);
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
}

/* ===============================
   MY ACCOUNT: ORDERS
================================= */
body.woocommerce-account.woocommerce-orders .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-account.woocommerce-orders .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}



body.woocommerce-account.woocommerce-edit-address .woocommerce-Address,
body.woocommerce-account.woocommerce-edit-address .woocommerce-Address address,
body.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
  margin-bottom: 16px;
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--primary-color);
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row input.input-text,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row select,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row textarea {
  border: 1px solid var(--graylight-color);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--white-color);
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .button,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content button.button,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content input.button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 46px;
}

body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content input.button:hover {
  opacity: 0.88;
}

/* ===============================
   MY ACCOUNT: SALESMEN
================================= */
body.woocommerce-account.woocommerce-salesmen #primary {
  width: 100%;
}

body.woocommerce-account.woocommerce-salesmen .entry-header,
body.woocommerce-account.woocommerce-salesmen .woocommerce-products-header {
  margin-bottom: 18px;
}

body.woocommerce-account.woocommerce-salesmen .entry-title,
body.woocommerce-account.woocommerce-salesmen .woocommerce-products-header__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--primary-color);
}

body.woocommerce-account.woocommerce-salesmen .woocommerce {
  color: var(--black-color);
}

body.woocommerce-account.woocommerce-salesmen .woocommerce-MyAccount-content {
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  background: var(--white-color);
  padding: 16px;
}

body.woocommerce-account.woocommerce-salesmen table,
body.woocommerce-account.woocommerce-salesmen .shop_table,
body.woocommerce-account.woocommerce-salesmen .woocommerce-table {
  width: 100%;
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: var(--white-color);
}

body.woocommerce-account.woocommerce-salesmen table th,
body.woocommerce-account.woocommerce-salesmen table td,
body.woocommerce-account.woocommerce-salesmen .shop_table th,
body.woocommerce-account.woocommerce-salesmen .shop_table td,
body.woocommerce-account.woocommerce-salesmen .woocommerce-table th,
body.woocommerce-account.woocommerce-salesmen .woocommerce-table td {
  padding: 12px;
  border-top: 1px solid var(--graylight-color);
}

body.woocommerce-account.woocommerce-salesmen table thead th,
body.woocommerce-account.woocommerce-salesmen .shop_table thead th,
body.woocommerce-account.woocommerce-salesmen .woocommerce-table thead th {
  background: color-mix(in srgb, var(--primary-color) 6%, white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
  color: var(--black-color);
}

body.woocommerce-account.woocommerce-salesmen .button,
body.woocommerce-account.woocommerce-salesmen button.button,
body.woocommerce-account.woocommerce-salesmen input.button {
  border-radius: 999px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
  min-height: 42px;
  text-decoration: none !important;
}

body.woocommerce-account.woocommerce-salesmen .button:hover,
body.woocommerce-account.woocommerce-salesmen button.button:hover,
body.woocommerce-account.woocommerce-salesmen input.button:hover {
  opacity: 0.88;
}

@media screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content,
  body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content,
  body.woocommerce-account.woocommerce-edit-address .woocommerce-Address,
  body.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields {
    padding: 12px;
  }

  body.woocommerce-account.woocommerce-salesmen .woocommerce-MyAccount-content {
    padding: 12px;
  }

  body.woocommerce-account.woocommerce-salesmen table th,
  body.woocommerce-account.woocommerce-salesmen table td,
  body.woocommerce-account.woocommerce-salesmen .shop_table th,
  body.woocommerce-account.woocommerce-salesmen .shop_table td,
  body.woocommerce-account.woocommerce-salesmen .woocommerce-table th,
  body.woocommerce-account.woocommerce-salesmen .woocommerce-table td {
    padding: 10px;
  }
}




.b2b-wishlist-page__header {
  margin-bottom: 20px;
}

.b2b-wishlist-page__header h1 {
  margin: 0 0 6px;
  font-size: 34px;
  color: var(--primary-color);
}

.b2b-wishlist-page__header p {
  margin: 0;
  opacity: 0.8;
}

.b2b-wishlist-page__content {
  background: var(--white-color);
  border: 1px solid var(--graylight-color);
  border-radius: 16px;
  padding: 16px;
}

.b2b-wishlist-page__empty {
  margin: 0;
  padding: 14px;
  background: color-mix(in srgb, var(--primary-color) 6%, white);
  border-radius: 10px;
}

.b2b-wishlist-page .wishlist_table {
  margin-bottom: 0;
}

.b2b-wishlist-page .wishlist_table td,
.b2b-wishlist-page .wishlist_table th {
  vertical-align: middle;
}

.b2b-wishlist-page .wishlist_table td.product-thumbnail img {
  width: 72px;
  border-radius: 10px;
}

.b2b-wishlist-page .wishlist_table .product-name a {
  color: var(--black-color);
  text-decoration: none;
  font-weight: 600;
}

.b2b-wishlist-page .wishlist_table .add_to_cart_button,
.b2b-wishlist-page .wishlist_table .button {
  border-radius: 999px !important;
  padding: 8px 14px !important;
}

.b2b-wishlist-list {
  display: grid;
  gap: 12px;
}

.b2b-wishlist-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--graylight-color);
  border-radius: 12px;
}

.b2b-wishlist-item__thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}

.b2b-wishlist-item__title {
  margin: 0 0 6px;
  font-size: 18px;
}

.b2b-wishlist-item__title a {
  color: var(--black-color);
  text-decoration: none;
}

.b2b-wishlist-item__price {
  margin-bottom: 0;
  color: var(--primary-color);
  font-weight: 600;
}

.b2b-wishlist-item__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.b2b-wishlist-item__actions .button {
  border-radius: 999px !important;
  padding: 8px 14px !important;
  text-decoration: none !important;
  margin: 0;
}

.b2b-wishlist-item__remove {
  background: transparent !important;
  color: #a11a1a !important;
  border: 1px solid #e7b1b1 !important;
}

.b2b-quick-order-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.b2b-quick-order-item__summary {
  margin: 0;
  color: var(--black-color);
  opacity: 0.75;
  font-size: 13px;
}

.b2b-quick-order-item__reorder {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--white-color) !important;
  text-decoration: none !important;
}

.b2b-quick-order-item__reorder:hover {
  filter: brightness(0.95);
}

.b2b-quick-order-item__reorder.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.b2b-quick-order-item__reorder.is-loading i {
  animation: b2b-repeat-spin 0.9s linear infinite;
}

.woocommerce-variation-availability {
    margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 15px 0;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    border: 0;
    margin: 0;
}


form.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-size: 18px;
    font-weight: bold;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 15px;
}

header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-address-fields {
    margin-top: 15px;
}
header.woocommerce-Address-title.title h2 {
    padding-right: 15px;
}
form.woocommerce-EditAccountForm.edit-account span#account_display_name_description {
    display: block;
    margin-top: 10px;
}
@media (max-width: 767px) {
  .b2b-wishlist-page {
    padding: 28px 0 40px;
  }
.woocommerce-page div.product div.summary {
    margin-top: 45px !important;
    float: left;
}
  .b2b-wishlist-page__header h1 {
    font-size: 28px;
  }

  .b2b-wishlist-page__content {
    padding: 10px;
  }

  .b2b-wishlist-item {
    grid-template-columns: 72px 1fr; /* Keep thumb and meta side-by-side */
    gap: 12px;
    padding: 8px;
    row-gap: 12px; /* Add space between rows */
  }

  .b2b-wishlist-item__thumb img {
    width: 72px;
    height: 72px;
  }

  .b2b-wishlist-item__actions {
    grid-column: 1 / -1; /* Make actions span full width */
    justify-content: center; /* Align buttons to the left */
  }

  .b2b-wishlist-item__title {
    font-size: 16px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 10px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-ordering select {
    width: 100%;
}
.woocommerce ul.order_details li {
    width: 100%;
    border: 0;
    margin-bottom: 8px;
}
.home-header__mini-cart-content, .home-header__cart-wrap > .widget_shopping_cart_content.home-header__mini-cart-content{
    width: 300px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 12px;
    line-height: 1.2;
}

.wc-block-components-formatted-money-amount {
    font-size: 14px;
}

span.wc-block-components-checkbox__label {
    font-size: 14px;
}

span.wc-block-components-address-card__address-section.wc-block-components-address-card__address-section--secondary {
    font-size: 14px;
}
body.woocommerce-order-received table.shop_table th, body.woocommerce-order-received table.shop_table td {
    font-size: 13px;
}
body.woocommerce-order-received .woocommerce-customer-details address {
    font-size: 14px;
}
}

/* ===============================
   WOOCOMMERCE PAGINATION
================================= */
.woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-pagination ul.page-numbers li {
  list-style: none;
  margin: 0;
   border: 0 !important;
}

.woocommerce-pagination ul.page-numbers .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--graylight-color);
  border-radius: 999px;
  background: var(--white-color);
  color: var(--black-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
}

.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
  cursor: default;
}

.woocommerce-pagination ul.page-numbers .dots {
  border: 0;
  background: transparent;
  padding: 0 6px;
}

/* ===============================
   SEARCH PAGE
================================= */

.page-header {
  margin-bottom: 30px;
}

.page-title {
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.search-term {
  color: var(--black-color);
}

.search-result-count {
  font-size: 18px;
  color: var(--black-color);
  margin-bottom: 20px;
}

.no-results {
  text-align: center;
  padding: 40px 0;
}

.no-results .page-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.no-results .search-form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  border: 1px solid var(--graylight-color);
  border-radius: 999px;
  overflow: hidden;
}

.no-results .search-form label {
  display: none;
}

.no-results .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 12px 16px;
  background: transparent;
}

.no-results .search-form .search-submit {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 12px 20px !important;
  background: var(--btnbg-color) !important;
  color: var(--white-color) !important;
  border: 0 !important;
}

/* ===============================
   SEARCH RESULTS
================================= */

body.search .entry {
  border: 1px solid var(--graylight-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--white-color);
  transition: var(--transition);
}

body.search .entry:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

body.search .entry-header {
  position: relative;
}

body.search .entry-title {
  font-size: 18px;
  margin: 0;
  padding: 15px;
  background: var(--bg-color);
}

body.search .entry-title a {
  text-decoration: none;
  color: var(--black-color);
}

body.search .entry-title a:hover {
  color: var(--primary-color);
}

body.search .post-thumbnail {
  margin: 0;
}

body.search .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

body.search .entry-content {
  padding: 15px;
}

body.search .entry-content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}

body.search .entry-footer {
  padding: 0 15px 15px;
  font-size: 12px;
  color: var(--gray-color);
}

/* ===============================
   CUSTOM PAGE TEMPLATE CONTENT
================================= */

.page-template-page-custom .entry-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.page-template-page-custom .entry-content h1,
.page-template-page-custom .entry-content h2,
.page-template-page-custom .entry-content h3,
.page-template-page-custom .entry-content h4,
.page-template-page-custom .entry-content h5,
.page-template-page-custom .entry-content h6 {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-template-page-custom .entry-content h1 {
  font-size: 36px;
}

.page-template-page-custom .entry-content h2 {
  font-size: 28px;
}

.page-template-page-custom .entry-content h3 {
  font-size: 24px;
}

.page-template-page-custom .entry-content h4 {
  font-size: 20px;
}

.page-template-page-custom .entry-content h5 {
  font-size: 18px;
}

.page-template-page-custom .entry-content h6 {
  font-size: 16px;
}

.page-template-page-custom .entry-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: var(--black-color);
}

.page-template-page-custom .entry-content ul,
.page-template-page-custom .entry-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-template-page-custom .entry-content li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.page-template-page-custom .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: var(--border-radius);
}

.page-template-page-custom .entry-content blockquote {
  border-left: 4px solid var(--primary-color);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: var(--gray-color);
}



.page-template-page-custom .entry-content .wp-block-group,
.page-template-page-custom .entry-content .wp-block-columns {
  margin-bottom: 20px;
}

.page-template-page-custom .entry-content .wp-block-button .wp-block-button__link {
  background: var(--btnbg-color);
  color: var(--white-color);
  padding: 12px 24px;
  border-radius: var(--border-radius);
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}

.page-template-page-custom .entry-content .wp-block-button .wp-block-button__link:hover {
  background: var(--primary-color);
}

/* ===============================
   MY ACCOUNT NAVIGATION
================================= */

.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  color: var(--black-color);
  transition: var(--transition);
}

.woocommerce-MyAccount-navigation ul li span {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
  transition: var(--transition);
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--bg-color);
  color: var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li span i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-MyAccount-navigation ul li.is-active a i {
  color: var(--white-color);
}
body.search .product.type-product {
    display: flex;
    align-items: center;
}

body.search .product.type-product h2.entry-title.default-max-width {
    padding: 0 0 15px;
}

body.search .product.type-product figure.post-thumbnail {
    width: 300px;
}

body.search .product.type-product .entry-content {
    width: calc(100% - 300px);
}
.search .navigation.pagination {
    display: none;
}
.woocommerce-table__product-name.product-name a {
    color: var(--primary-color);
}
.wc-block-checkout-empty .wc-block-checkout-empty__title{
     color: var(--primary-color);
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    max-width: 400px;
    margin: 15px auto 30px;
}

.wc-block-checkout-empty span.wp-block-button {
    display: block;
}
.wc-block-checkout-empty span.wp-block-button a.wp-block-button__link{
    background-color: var(--primary-color);
}
.woocommerce-table__product-name.product-name a:hover {
    text-decoration: none;
}

.wswc-salesmen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.wswc-salesmen-title {
    margin: 0;
}

.wswc-salesmen-btn {
    white-space: nowrap;
}

.wswc-salesmen-list {
    margin-top: 10px;
}

.wswc-salesmen-subtitle {
    margin: 0 0 12px;
}

.wswc-salesmen-table {
    width: 100%;
    border-collapse: collapse;
}

.wswc-salesmen-table th,
.wswc-salesmen-table td {
    text-align: left;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
}

.wswc-salesmen-table thead th {
    background: #f7f7f7;
    font-weight: 600;
}

.wswc-salesmen-empty {
    margin: 0;
}

.wswc-salesmen-form {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: 6px;
    margin: 6px 0 18px;
}

.wswc-form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.wswc-form-row label {
    font-weight: 600;
}

.wswc-form-row input {
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
}

.wswc-form-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wswc-btn-secondary {
    background: #e9e9e9;
    border-color: #e1e1e1;
    color: #222;
}

.wswc-btn-danger {
    background: #f6d5d5;
    border-color: #efc2c2;
    color: #8a1f1f;
}

.wswc-salesmen-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.wswc-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wswc-icon-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
div#primary {
    min-height: calc(100vh - 401px);
}
@media (max-width: 600px) {
    .wswc-salesmen-header {
        align-items: flex-start;
    }
}
@media (max-width: 767px) {


body.search .product.type-product {
    flex-direction: column;
}

body.search .product.type-product figure.post-thumbnail {
    width: 100%;
}

body.search .product.type-product .entry-content {
    width: 100%;
}
.page-title {
    font-size: 28px;
    margin-bottom: 0;
}
}
