/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme (For WOOCOMMERCE functionality style only)
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/************************************** My account **************************************/
/* My account dashboard links/buttons */
.wd-nav-my-acc.wd-icon-top > li {
  --nav-shadow: none;
}
.wd-nav-my-acc.wd-icon-top > li > a {
  border-radius: 6px;
  border: 1px solid #e5f2e4;
  background: #fff;
  height: 100%;
}
.wd-nav-my-acc li a .wd-nav-icon:before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.wd-nav-my-acc li.wd-my-acc-orders a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/order-history-2-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-quotes a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/message-quote-1-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-invoices a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/receipt-1-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-edit-address a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/marker-6-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-payment-methods a .wd-nav-icon:before {
  content: var(--wd-my-acc-nav-icon, '\f140');
  display: block;
  font-weight: 400;
  font-family: 'woodmart-font';
  color: #2e5f2a;
}
.wd-nav-my-acc li.wd-my-acc-edit-account a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/user-pen-1-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-sms-notifications a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/comment-3-1.svg');
}
.wd-nav-my-acc li.wd-my-acc-wishlist a .wd-nav-icon:before {
  content: var(--wd-my-acc-nav-icon, '\f140');
  display: block;
  font-weight: 400;
  font-family: 'woodmart-font';
  color: #2e5f2a;
  font-size: 44px;
}
.wd-nav-my-acc li.wd-my-acc-customer-logout a .wd-nav-icon:before {
  background-image: url('/wp-content/uploads/2025/12/sign-out-alt-1-1.svg');
}
.wd-nav-my-acc.wd-icon-top > li > a:hover {
  border-radius: 6px;
  border: 1px solid #e5f2e4;
  background: #e5f2e4;
}
.wd-nav-my-acc li.wd-my-acc-payment-methods a .wd-nav-icon,
.wd-nav-my-acc li.wd-my-acc-wishlist a .wd-nav-icon {
  width: auto;
}

/* My account dahsboard navigation */
.woocommerce-MyAccount-navigation-link a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: url('/wp-content/uploads/2025/12/dashboard-icon-grey.svg');
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url('/wp-content/uploads/2025/12/order-history-1-1.svg');
}
.woocommerce-MyAccount-navigation-link--quotes a::before {
  background-image: url('/wp-content/uploads/2025/12/message-quote-1.svg');
}
.woocommerce-MyAccount-navigation-link--invoices a::before {
  background-image: url('/wp-content/uploads/2025/12/receipt-1.svg');
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url('/wp-content/uploads/2025/12/marker-7-1.svg');
}
.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: var(--wd-my-acc-nav-icon, '\f142');
  display: block;
  font-weight: 600;
  font-family: 'woodmart-font';
  font-size: 20px;
  margin-top: -10px;
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: url('/wp-content/uploads/2025/12/user-pen-1.svg');
}
.woocommerce-MyAccount-navigation-link--sms-notifications a::before {
  background-image: url('/wp-content/uploads/2025/12/comment-2-1.svg');
}
.woocommerce-MyAccount-navigation-link--wishlist a::before {
  background-image: url('/wp-content/uploads/2025/12/heart-5-1.svg');
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: url('/wp-content/uploads/2025/12/sign-out-alt-1.svg');
}
.woocommerce-MyAccount-navigation-link a:hover::before,
.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-MyAccount-navigation-link a:hover::after,
.woocommerce-MyAccount-navigation-link.is-active a::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(1376%)
    hue-rotate(66deg) brightness(93%) contrast(88%);
}
.woocommerce-MyAccount-navigation-link {
  position: relative;
}
.woocommerce-MyAccount-navigation-link a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/wp-content/uploads/2025/12/Frame-184.svg');
  right: 0;
  position: absolute;
}

/* My account order status mark styles */
.woocommerce-account mark.order-status {
  display: inline-flex;
  line-height: 2.5em;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: -0.25em 0;
  cursor: inherit !important;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 500;
  padding: 0;
}
.woocommerce-account mark.order-status span {
  margin: 0 1em;
}
.woocommerce-account mark.status-completed {
  background: #c8d7e1;
  color: #003d66;
}
.woocommerce-account mark.status-processing {
  background: #c6e1c6;
  color: #2c4700;
}
.woocommerce-account mark.status-on-hold {
  background: #f8dda7;
  color: #94660c;
}
.woocommerce-account mark.status-pending {
  background: #e5e5e5;
  color: #454545;
}
.woocommerce-account mark.status-cancelled {
  background: #e5e5e5;
  color: #454545;
}
.woocommerce-account mark.status-refunded {
  background: #e5e5e5;
  color: #454545;
}
.woocommerce-account mark.status-failed {
  background: #eba3a3;
  color: #570000;
}

/* Sms notifications page customisation */
.wd-empty-sms-notifications:before {
  content: '\f125';
  font-family: 'woodmart-font';
}
.sms-notification-option-wrapper {
  max-width: 535px;
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
}
.sms-notification-option-wrapper .sms-notification-option {
  margin: 0 0 5px;
  justify-content: center;
}
.sms-notification-option-wrapper .sms-notification-option label {
  margin: 0;
}
.woocommerce-account .woocommerce-Button.sms-notification-save-btn {
  padding: 5px 28px;
  min-height: 48px;
  font-size: 16px;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(
    --btn-accented-transform,
    var(--btn-transform, uppercase)
  );
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}
.woocommerce-account .woocommerce-Button.sms-notification-save-btn:hover {
  background-color: var(--btn-accented-bgcolor-hover);
}

/* Order again in my account */
.woocommerce-account .woocommerce-button.order-again {
  background-color: #e6af0b;
  color: #000000;
}
.woocommerce-account .woocommerce-button.order-again:hover {
  background-color: var(--btn-accented-bgcolor-hover);
  color: var(--btn-accented-color);
}

/************************************** Related products widget **************************************/
/* Product summary styling */
.product-image-summary-wrap {
  display: flex;
  gap: 64px;
}
.product-image-summary {
  flex: 1;
}
/* Adjust grid size for product image and summary */
.product-image-summary .product-images.wd-grid-col {
  --wd-col-lg: 5 !important;
  --wd-col-md: 6 !important;
  --wd-col-sm: 12 !important;
}
.product-image-summary .summary.entry-summary.wd-grid-col {
  --wd-col-lg: 7 !important;
  --wd-col-md: 6 !important;
  --wd-col-sm: 12 !important;
}
/* Sidebar styling */
.single-product-sidebar-wrapper {
  width: 25%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: fit-content;
}
.single-product-sidebar-wrapper .widget-title {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
}
.single-product-sidebar-wrapper .product_list_widget {
  padding-left: 0 !important;
  --list-mb: 0;
}
/* Remove ul dots for the related products */
.single-product-sidebar-wrapper .product_list_widget li {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 0;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.single-product-sidebar-wrapper .product_list_widget li:last-child {
  border: 1px solid #f0f0f0;
  margin-bottom: 0 !important;
}
/* Product item layout in sidebar */
.single-product-sidebar-wrapper .widget-product-wrap {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
/* Product image styling in sidebar */
.single-product-sidebar-wrapper .widget-product-img {
  flex-shrink: 0;
  min-width: 125px;
  min-height: 125px;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  margin-inline-end: 0 !important;
}
.single-product-sidebar-wrapper .widget-product-img img {
  width: 100%;
  height: 100%;
  min-width: 132px;
  max-width: 132px;
  object-fit: cover;
}
/* Product details styling in sidebar */
.single-product-sidebar-wrapper .widget-product-info {
  flex: 1;
  min-width: 0;
  padding-block: 12px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.single-product-sidebar-wrapper .widget-product-info .wd-entities-title {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 136.842% */
  margin-bottom: 0 !important;
}
.single-product-sidebar-wrapper .widget-product-info a.wd-entities-title:hover {
  color: var(--wd-primary-color);
}
.single-product-sidebar-wrapper .widget-product-info .widget-product-category,
.single-product-sidebar-wrapper .widget-product-info .woocommerce-price-suffix {
  font-family: var(--eux-normal-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
.single-product-sidebar-wrapper .widget-product-info .woocommerce-price-suffix {
  line-height: 26px; /* 185.714% */
  margin-bottom: 0 !important;
}
.single-product-sidebar-wrapper .widget-product-info .price {
  color: rgba(49, 54, 53, 0.5);
  font-family: var(--eux-normal-font-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 136.842% */
  display: flex;
  gap: 8px;
}
.single-product-sidebar-wrapper
  .widget-product-info
  .price
  .woocommerce-Price-amount {
  color: #000;
}
.single-product-sidebar-wrapper .widget-product-info .price small {
  display: block !important;
}
.single-product-sidebar-wrapper .widget-product-info .price .price-prefix,
.single-product-sidebar-wrapper .widget-product-info .price .price-suffix {
  display: none !important;
}

/************************************** Product archive loop list view **************************************/
.wd-products.elements-list {
  --wd-gap: 10px !important;
}
.wd-product.product-list-item .product-element-top {
  flex-basis: 10% !important;
}
.wd-product.product-list-item .product-list-content {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between;
}
.wd-product.product-list-item .wd-add-btn > a span {
  min-height: 0 !important;
  font-size: var(--btn-font-size, 13px) !important;
  padding: 0 !important;
}
.wd-product.product-list-item .title-categories {
  flex-basis: 45% !important;
}
.wd-product.product-list-item .title-categories h3 {
  margin-bottom: 5px;
}
.wd-product.product-list-item .wd-product-detail.wd-product-sku {
  flex-basis: 10% !important;
}
.wd-product.product-list-item .price {
  flex-basis: 20% !important;
  min-width: 150px;
}
.wd-product.product-list-item .wd-add-btn.wd-btn-replace {
  flex-basis: 10% !important;
}
.wd-product.product-list-item .wd-add-btn.buttons-col {
  flex-basis: 15% !important;
  align-content: flex-start;
}
.wd-product.product-list-item .wd-add-btn-custom {
  min-width: 148px !important;
}
.wd-product.product-list-item .wd-add-btn > a,
.wd-product.product-list-item .wd-add-btn > button,
.wd-product.product-list-item .wd-add-btn-custom > a,
.wd-product.product-list-item .wd-add-btn-custom > button {
  width: 100% !important;
  height: 36px !important;
  max-height: 36px !important;
}
.wd-product.product-list-item .woocommerce-product-details__short-description,
.wd-product.product-list-item .product-list-content .wd-star-rating {
  display: none;
}
/* .wd-product.product-list-item .product-list-content .wd-star-rating {
    align-self: center;
} */

/************************************** Shop page/Cat page **************************************/
/* Main wrapper, breadcrumbs, etc. */
.woodmart-archive-shop .main-page-wrapper {
  position: relative;
}
.woodmart-archive-shop #main-content {
  padding-top: 0;
  padding-bottom: 60px;
}
.woodmart-archive-shop .single-breadcrumbs-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
}
.woodmart-archive-shop .single-breadcrumbs-wrapper .breadcrumbs-inner {
  padding-bottom: 16px;
  padding-top: 15px;
}
.woodmart-archive-shop .wd-sidebar,
.woodmart-archive-shop .wd-content-area {
  margin-top: 89px !important; /* 55px + 34px */
}
.woodmart-archive-shop .wd-products-element {
  padding-bottom: 60px;
}

/* Cat title and desc */
.woodmart-archive-shop .term-title-description {
  border-radius: 12px;
  background: var(--wd-primary-color);
  padding: 41px 36px;
  margin-top: 12px;
  margin-bottom: 30px;
}
.woodmart-archive-shop .term-title-description .term-title,
.woodmart-archive-shop .term-title-description .term-description {
  color: #fff;
}
.woodmart-archive-shop .term-title-description .term-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 86.667% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.woodmart-archive-shop .term-title-description .term-description {
  font-size: 16px;
  margin-top: 30px;
}

/* Shop tools */
.shop-loop-head .wd-shop-tools {
  justify-content: space-between;
  flex: 1;
}
.shop-loop-head {
  margin-top: 0;
  gap: 46px;
}
.shop-loop-head .wd-shop-tools .wd-products-per-page,
.shop-loop-head .shop-ordering-wrap .woocommerce-ordering select {
  color: #313635;
}
.shop-loop-head .wd-shop-tools .wd-products-per-page,
.shop-loop-head .shop-ordering-wrap .woocommerce-ordering select {
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shop-loop-head .shop-ordering-wrap .woocommerce-ordering select {
  border-radius: 6px;
  border: 1px solid rgba(49, 54, 53, 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline-end: 30px;
  padding-inline-start: 20px;
  font-size: 15px !important;
}

/* Filters at the top when select */
.woodmart-archive-shop .wd-active-filters {
  margin-bottom: 32px;
  column-gap: 0;
}
.woodmart-archive-shop .wd-active-filters .wd-clear-filters,
.woodmart-archive-shop .wd-active-filters .widget_layered_nav_filters a {
  background: #e5f2e4;
  padding: 10px 15px;
}
.woodmart-archive-shop .wd-active-filters .wd-clear-filters {
  border-inline-end: none;
  border-radius: 12px 0 0 12px;
}
.woodmart-archive-shop .wd-active-filters .widget_layered_nav_filters a {
  line-height: 1;
}
.woodmart-archive-shop .wd-active-filters .widget_layered_nav_filters ul {
  column-gap: 0;
}
/* Only add border when parent has more than one child */
/* Except the last child  */
.woodmart-archive-shop
  .wd-active-filters
  > *:not(:only-child):not(:last-child) {
  border-right: 1px solid #fff;
}
/* Only add border when parent has more than one child */
/* Except the last child  */
.woodmart-archive-shop
  .wd-active-filters
  .widget_layered_nav_filters
  ul
  li:not(:only-child):not(:last-child) {
  border-right: 1px solid #fff;
}
/* Only add border radius to the last child */
.woodmart-archive-shop
  .wd-active-filters
  .widget_layered_nav_filters
  ul
  li:last-child
  a {
  border-radius: 0 12px 12px 0;
}

/* Filter sidebar */
.woodmart-archive-shop .wd-sidebar h5.widget-title {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.woodmart-archive-shop .wd-sidebar li a {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.woodmart-archive-shop .wd-sidebar li span.count {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
}
.woodmart-archive-shop .wd-sidebar .product-categories li:hover > .count {
  color: #fff;
  background-color: var(--wd-primary-color) !important;
  border-color: var(--wd-primary-color) !important;
}
.woodmart-archive-shop .wd-sidebar .wd-swatches-filter.wd-labels-on .count {
  display: none;
}
.woodmart-archive-shop .wd-sidebar .cat-parent.wd-active-parent > .children,
.woodmart-archive-shop .wd-sidebar .cat-parent.wd-active-parent > ul.children {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
}

/* Term description - faqs */
.woodmart-archive-shop .wd-term-desc {
  padding-top: 60px;
  margin-top: 0;
}
.woodmart-archive-shop
  .wd-term-desc
  .cat-faqs
  .wd-accordion.wd-style-default
  > .wd-accordion-item:first-of-type {
  border-top: none;
}
.woodmart-archive-shop
  .wd-term-desc
  .cat-faqs
  .wd-accordion.wd-style-default
  > .wd-accordion-item:last-of-type {
  border-bottom: none;
}
.woodmart-archive-shop .wd-term-desc .cat-faqs p {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.woodmart-archive-shop .wd-term-desc .cat-faqs .wd-accordion-title-text {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.woodmart-archive-shop .wd-term-desc .cat-faqs .wd-accordion-title {
  --wd-accordion-spacing: 30px;
}

/************************************** Product archive single product style **************************************/
.wd-product.wd-hover-standard .product-wrapper {
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  --wd-prod-bg: #fff;
  padding: 0;
  --wd-prod-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wd-product .product-wrapper .product-element-top {
  border-radius: 12px 12px 0 0;
}
.wd-product.wd-hover-standard .product-wrapper .product-element-bottom {
  --wd-prod-bg-sp: 30px;
  padding: var(--wd-prod-bg-sp);
  align-items: flex-start;
  padding-top: 20px;
}
.wd-product.wd-hover-standard .product-wrapper .product-element-bottom > a,
.wd-product.wd-hover-standard
  .product-wrapper
  .product-element-bottom
  > a
  .single_add_to_cart_button {
  width: 100%;
}
.wd-product.wd-hover-standard .product-wrapper .product-element-bottom > a {
  margin-top: 18px;
}
.wd-product.wd-hover-standard
  .product-wrapper
  .product-element-bottom
  .wd-product-cats,
.wd-product.wd-hover-standard
  .product-wrapper
  .product-element-bottom
  h3.wd-entities-title,
.wd-product.wd-hover-standard .product-wrapper .product-element-bottom .price {
  text-align: left;
}
.wd-product h3.wd-entities-title {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
}
.wd-product .wd-product-cats a {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wd-product .wd-product-cats a:not(:first-child),
.wd-product .wd-product-sku {
  display: none;
}
.wd-product .wd-product-cats {
  font-size: 0 !important; /* Remove the comma for cats */
}
.wd-product .wd-product-cats a {
  font-size: 16px !important; /* Restore the original font size for cat link */
}
.wd-product .price {
  font-family: var(--eux-normal-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 108.333% */
}
.wd-product .price,
.wd-product .price .amount {
  color: #000;
}
.wd-product .price del .amount {
  color: rgba(49, 54, 53, 0.5);
}
.wd-product .price small {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.wd-product .price .price-prefix,
.wd-product .price .price-suffix {
  display: none;
}
.wd-product .product-wrapper a button.single_add_to_cart_button {
  border-radius: 6px;
  border: 1.5px solid var(--btn-default-bgcolor);
  background: transparent;
  color: var(--btn-default-bgcolor);
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.wd-product .product-wrapper a:hover button.single_add_to_cart_button {
  background-color: var(--btn-default-bgcolor);
  color: #ffffff;
}
/* .wd-product .product-wrapper .wd-wishlist-btn a::before {
    filter: brightness(0);
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2025/12/tool-box-1-1.svg');
    margin-inline-end: 0 !important;
} */
.wd-product .wd-star-rating {
  width: 100%;
}

/* Quick view */
.product-quick-view.single-product-content a.view-details-btn {
  transform: none !important;
  transition: none !important;
  bottom: -30px;
}
.product-quick-view.single-product-content a.view-details-btn:hover {
  transform: none !important;
  transform: translateY(0) !important;
}

/* Product label */
.product-labels {
  max-width: unset !important;
}
.product-label.trade-favourite {
  background-color: var(--wd-alternative-color);
}

/* Price display based on sorting */
.hide-larger-price
  .price:has(.amount ~ .amount)
  :is(.amount ~ .amount, [aria-hidden='true']:not(.amount)) {
  display: none;
}
.show-larger-price
  .price:has(.amount ~ .amount)
  :is(.amount:not(.amount ~ .amount), [aria-hidden='true']:not(.amount)) {
  display: none;
}

/************************************** Single product page **************************************/
.single-product #main-content {
  padding-block: 7px;
}
.single-product .single-breadcrumbs-wrapper .wd-breadcrumbs {
  padding-bottom: 16px;
  padding-inline: 15px;
  padding-top: 8px;
}
.single-product-page {
  padding-top: 26px;
}
.single-product-page > .container {
  --wd-single-spacing: 80px;
}

.single-product-page table.variations {
  --wd-var-table-mb: 0;
}
.single-product-page table.variations tr {
  display: table-row !important;
}
.single-product-page table.variations th.label.cell,
.single-product-page table.variations td.value.cell {
  display: table-cell !important;
  vertical-align: top;
}
.single-product-page table.variations th.label.cell {
  width: 15%;
  padding: 20px 20px 0 0;
}
.single-product-page table.variations td.value.cell {
  width: 35%;
  padding: 13px 20px 6px 0;
}
.single-product-page table.variations th.label.cell.label-mobile {
  display: none !important;
}
.single-product-page .variation-required-message {
  margin-top: -32px;
  --wd-tags-mb: 30px;
}
.single-product-page .product_title {
  color: #262626;
  font-family: var(--eux-title-font-family);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 111.765% */
  text-transform: uppercase;
  --wd-mb: 13px;
}
.single-product-page
  .summary-inner
  .woocommerce-product-rating:not(.custom-rating),
.single-product-page .summary-inner > .price,
.single-product-page .summary-inner .wd-wishlist-btn:not(.custom-wishlist),
.single-product-page .summary-inner .product_meta,
.single-product-page .summary-inner .wd-social-icons {
  display: none;
}
.single-product-page .sku-ratings {
  border-bottom: 1px solid #7d7d7d4d;
  width: 100%;
  --wd-mb: 18px;
}
.single-product-page .sku-ratings .inner-wrap {
  --wd-gap-sm: 13px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  gap: var(--wd-gap-sm);
}
.single-product-page .price.custom-price {
  color: var(--wd-primary-color);
  font-family: var(--eux-normal-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 27px;
  --wd-tags-mb: 22px;
}
.single-product-page .price.custom-price,
.single-product-page .price.custom-price .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product-page .price.custom-price .woocommerce-Price-amount {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.single-product .price small,
.single-product .price .price-suffix {
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #313635;
}
.single-product-page .wd-wishlist-btn.custom-wishlist {
  flex: none;
  order: 99;
}
.single-product-page .special-order-message-wrapper {
  order: 100;
}
.single-product-page .special-order-message {
    display: flex;
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f1f1f1;
    border-radius: 4px;
    margin-bottom: 32px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    max-width: 428px;
}
.single-product-page .special-order-message:hover {
        background: #e5e5e5;
}
.single-product-page .special-order-message .right .title {
    --wd-tags-mb: 5px;
    text-transform: uppercase;
}
.single-product-page
  .out-of-stock-wishlist-wrapper
  .wd-wishlist-btn.custom-wishlist {
  margin-top: 16px;
}
.single-product-page .summary-inner .wd-wishlist-btn a {
  --btn-height: 57px;
  width: var(--btn-height, 57px);
  height: var(--btn-height, 57px);
  background: #f0e9d7;
  border-radius: var(--btn-accented-brd-radius);
}
.single-product-page .summary-inner .wd-wishlist-btn a::before {
  font-size: 32px;
  margin-inline-end: 0 !important;
}
.single-product-page .wd-wishlist-btn a::after {
  left: 40%;
}
.single-product-page .wd-wishlist-btn .wd-action-text {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  bottom: 0;
  left: 180%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  pointer-events: none;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 999;
}
.single-product-page
  .product-image-summary
  .summary-inner
  .wd-wishlist-btn
  .wd-action-text {
  display: block;
}
.single-product-page .wd-wishlist-btn:hover .wd-action-text {
  opacity: 1;
  visibility: visible;
}
.single-product-page .wd-wishlist-btn .wd-added-icon {
  inset-inline-end: calc(var(--wd-action-icon-size, 1.1em) - min(0.4em, 15px));
  inset-inline-start: unset;
}
.single-product-page .woocommerce-variation-add-to-cart,
.single-product-page form.cart {
  align-items: center;
  gap: 16px;
}
.single-product-page .summary-inner .single_add_to_cart_button,
.single-product-page .summary-inner .wc-atq-add-to-quote-btn {
  --btn-height: 57px;
  min-height: var(--btn-height, 57px) !important;
  border-radius: var(--btn-accented-brd-radius);
}
.single-product-page .summary-inner .wc-atq-add-to-quote-btn {
  background: #fff !important;
  color: var(--wd-primary-color) !important;
  border: 1.5px solid var(--wd-primary-color);
  box-shadow: none !important;
}
.single-product-page .summary-inner .wc-atq-add-to-quote-btn:hover {
  background: var(--btn-accented-bgcolor) !important;
  color: #fff !important;
}
.single-product-page .wd-reset-side-lg .reset_variations,
.single-product-page .sku-ratings,
.single-product-page .sku-ratings .woocommerce-review-link,
.single-product-page .woocommerce-product-details__short-description,
.single-product-page table.variations select,
.single-product-page table.variations select option,
.single-product-page .woocommerce-price-suffix,
.single-product-page div.quantity input[type='number'],
.single-product-sidebar-wrapper .widget-product-info .widget-product-category,
.single-product-sidebar-wrapper .widget-product-info .woocommerce-price-suffix,
.single-product-page .price.custom-price small {
  color: #313635;
}
.single-product-page .wd-reset-side-lg .reset_variations {
  margin-left: 0;
  font-family: var(--eux-normal-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-product-page .product-design-default .wd-product-brands a {
  box-shadow: none;
}
.single-product-page div.quantity input {
  --wd-form-brd-color: rgba(49, 54, 53, 0.5);
  --wd-form-brd-width: 1px;
}
.single-product-page div.quantity input[type='button'] {
  min-width: 40px;
  height: 57px;
  color: #2e5f2a;
  font-size: 20px;
}
.single-product-page div.quantity input[type='button']:hover {
  color: var(--btn-accented-color, #fff);
}
.single-product-page div.quantity input[type='number'] {
  width: 50px;
  height: 57px;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product-page .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.single-product-page .sku-ratings .separator {
  font-size: 18px;
  color: rgb(125 125 125 / 30%);
  font-weight: 500;
}
.single-product-page .sku-ratings {
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-product-page .sku-ratings .sku_wrapper .meta-label {
  font-size: 16px;
  font-weight: 700;
}
.single-product-page .variation-labels label {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product-page .variation-labels label::after {
  content: '';
}
.single-product-page table.variations select,
.single-product-page table.variations select option {
  border-radius: 6px;
  border: 1px solid rgba(49, 54, 53, 0.5);
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-product-page .woocommerce-variation-availability {
  border-radius: 50px;
  background: #e5f2e4;
  padding: 5px 8px;
  align-items: flex-end;
  margin-top: 10px;
}
.single-product-page p.stock,
.single-product-page .woocommerce-variation-availability {
  display: none !important;
}
.single-product-page .woocommerce-variation-availability p,
.single-product-page p.stock {
  color: #44883e !important;
  font-family: 'Stack Sans Headline';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}
p.stock.wd-style-default.in-stock:before {
  border-radius: 50px;
  font-size: 16px;
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url('/wp-content/uploads/2025/12/check-20-1.svg');
  margin-inline-end: 8px !important;
}
.single-product-page .woocommerce-product-gallery img {
  --wd-brd-radius: 8px;
}
.single-product-page .product-tabs-wrapper .wd-nav-tabs .wd-nav-link {
  --nav-pd: 10px 0;
}
.single-product-page p.stock:not(.woocommerce-variation-availability p.stock) {
  width: fit-content;
  border-radius: 50px;
  background: #e5f2e4;
  padding: 5px 8px;
  align-items: center;
  margin-top: 10px;
}
.single-product-page
  p.stock.out-of-stock:not(
    .woocommerce-variation-availability p.stock.out-of-stock
  ),
.single-product-page
  .woocommerce-variation-availability:has(p.stock.out-of-stock) {
  background: #ffe5e5;
}
.single-product-page .woocommerce-variation-availability p.stock.out-of-stock,
.single-product-page p.stock.out-of-stock {
  color: #b50808 !important;
}

/* Tabs */
.single-product-page .product-tabs-wrapper {
  --wd-single-spacing: 60px;
}
.single-product-page .product-tabs-wrapper .container {
  max-width: none;
  padding-inline: 0;
}
.single-product-page .product-tabs-wrapper .wd-nav-wrapper {
  background: #e5e5e5;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 54px !important;
}
.single-product-page .product-tabs-wrapper .wd-nav-wrapper .wd-nav-tabs {
  --nav-gap: 78px;
}
.single-product-page .product-tabs-wrapper .wd-accordion-item {
  width: 100%;
  max-width: var(--wd-container-w);
  padding-inline: 15px;
  margin-inline: auto;
}
.single-product-page .product-tabs-wrapper .wd-nav-wrapper .wd-tabs-title {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 190% */
  text-transform: uppercase;
}
.single-product-page
  .product-tabs-wrapper
  .wd-nav-wrapper
  li.active
  .wd-tabs-title {
  color: var(--wd-primary-color);
}

.single-product-page .container.related-and-upsells h2.title {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
}

/* Bottom sticky button */
.single-product .wd-sticky-btn form.cart .custom-price,
.single-product .wd-sticky-btn form.cart .custom-wishlist {
  display: none !important;
}
.single-product .wd-sticky-btn .wc-atq-add-to-quote-btn {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(
    --btn-accented-transform,
    var(--btn-transform, uppercase)
  );
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
  min-height: 42px !important;
}
.single-product .wd-sticky-btn .price small,
.single-product .wd-sticky-btn .price .price-suffix {
  font-size: 12px;
}

/************************************** My account - login/reg page **************************************/
.woocommerce-account:has(.custom-login-layout) .wd-page-title {
  display: none;
}
.woocommerce-account:has(.custom-login-layout) #main-content.container {
  background: #e5e5e5;
  max-width: unset;
  padding-inline: unset;
  margin-inline: unset;
  padding-block: 50px;
  margin-bottom: 70px;
}
.woocommerce-account:has(.custom-login-layout)
  #main-content.container
  > .wd-content-area {
  width: 100%;
  max-width: var(--wd-container-w);
  padding-inline: 20px;
  margin-inline: auto;
}
.woocommerce-account .wd-registration-page {
  max-width: var(--wd-container-w);
}
.woocommerce-account #customer_login {
  gap: 30px;
  flex-wrap: nowrap !important;
  margin: unset;
  --btn-accented-brd-radius: 6px;
}
.woocommerce-account .custom-login-layout .col-left,
.woocommerce-account .custom-login-layout .col-right {
  margin-bottom: 0;
}
.woocommerce-account .custom-login-layout .col-left {
  padding: 20px 50px 37px;
  background: #fff;
  border-radius: 6px;
  flex-basis: 40%;
  --wd-form-color: #313635;
}
.woocommerce-account .custom-login-layout .col-left .logo-wrapper {
  display: flex;
  justify-content: center;
}
.woocommerce-account .custom-login-layout .col-left p,
.woocommerce-account .woocommerce-ResetPassword p {
  color: #313635;
}
.woocommerce-account .custom-login-layout .wd-login-title {
  text-align: center;
  margin-bottom: 6px;
  color: #262626;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 146.154% */
}
.woocommerce-account .custom-login-layout form label {
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-account .custom-login-layout #customer_login,
.woocommerce-account .custom-login-layout .wd-login-divider {
  margin-bottom: 8px;
}
.woocommerce-account .custom-login-layout .wd-login-divider span {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 10px;
}
.woocommerce-account .custom-login-layout .col-right {
  position: relative;
  min-height: 645px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 64px 60px;
  flex: 1;
  max-width: none;
  background:
    linear-gradient(
      180deg,
      rgba(46, 95, 42, 0) -19.83%,
      rgba(46, 95, 42, 0.9) 89.75%
    ),
    url('/wp-content/uploads/2025/12/Rectangle-181.png') lightgray 50% / cover
      no-repeat;
  border-radius: 6px;
}
.woocommerce-account .custom-login-layout .col-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.woocommerce-account .custom-login-layout .form-image-content {
  color: #fff;
  z-index: 2;
}
.woocommerce-account .custom-login-layout .image-heading {
  color: #fff;
  font-family: var(--eux-title-font-family);
  font-size: 40px;
  line-height: normal;
  margin-bottom: 30px;
}
.woocommerce-account .custom-login-layout .image-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.woocommerce-account .custom-login-layout .image-buttons .btn {
  padding: 15px 30px;
  background: var(--wd-alternative-color);
  display: inline-block;
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: var(--btn-accented-brd-radius);
}

/************************************** Mini cart **************************************/
.cart-widget-side.wd-side-hidden {
  --wd-side-hidden-w: 410px;
}
.cart-widget-side .wd-heading span.title {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
}
.cart-widget-side .wd-heading .close-side-widget a {
  flex-direction: row-reverse;
  column-gap: 13px;
}
.cart-widget-side .woocommerce-mini-cart-item .cart-item-image {
  margin-inline-end: 24px;
}
.cart-widget-side .woocommerce-mini-cart-item .cart-item-image img {
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  border-radius: 8px;
}
.cart-widget-side .woocommerce-mini-cart-item .remove {
  background-color: #efdede;
  color: #ac1919;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  span.wd-entities-title {
  color: #000;
  font-family: var(--eux-normal-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cart-widget-side .woocommerce-mini-cart-item .cart-info div.quantity {
  margin-top: 18px;
  margin-bottom: 11px;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  div.quantity
  input[type='button'] {
  min-width: 50px;
  min-height: 38px;
  font-size: 15px;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  div.quantity
  input[type='number'] {
  width: 50px;
  height: 38px;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  div.quantity
  input[type='button'],
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  div.quantity
  input[type='number'] {
  --wd-form-brd-width: 1px;
  --wd-form-brd-color: rgba(49, 54, 53, 0.5);
}
.cart-widget-side .woocommerce-mini-cart-item .cart-info .wd-product-sku span,
.cart-widget-side .woocommerce-mini-cart-item .cart-info .variation span,
.cart-widget-side .woocommerce-mini-cart-item .cart-info .variation p,
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  div.quantity
  input[type='number'],
.cart-widget-side .woocommerce-mini-cart-item .cart-info .quantity-unitprice,
.cart-widget-side .woocommerce-mini-cart-item .cart-info .item-subtotal,
.cart-widget-side .shopping-cart-widget-footer .total small {
  color: #313635;
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  .wd-product-sku
  span.wd-label,
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  .variation
  span.item-variation-name {
  font-weight: 700;
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  .quantity-unitprice
  .amount,
.cart-widget-side .shopping-cart-widget-footer .total {
  font-family: var(--eux-normal-font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 146.154% */
}
.cart-widget-side
  .woocommerce-mini-cart-item
  .cart-info
  .quantity-unitprice
  .amount,
.cart-widget-side .woocommerce-mini-cart-item .cart-info .item-subtotal span,
.cart-widget-side .shopping-cart-widget-footer .total .amount {
  color: #000;
}
.cart-widget-side .woocommerce-mini-cart-item .cart-info .item-subtotal small,
.cart-widget-side .shopping-cart-widget-footer .total small {
  font-weight: 400;
}
.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__total {
  padding-block: 20px;
  --btn-accented-brd-radius: 6px;
}
.cart-widget-side
  .shopping-cart-widget-footer
  .woocommerce-mini-cart__total
  .tax_label,
.cart-widget-side
  .shopping-cart-widget-footer
  .woocommerce-mini-cart__total
  small {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cart-widget-side .shopping-cart-widget-footer a {
  padding: 17px 36px;
  height: 57px;
}
.cart-widget-side .shopping-cart-widget-footer a.button.checkout {
  --btn-accented-color: var(--wd-primary-color);
  background: #fff;
  border: 1.5px solid var(--wd-primary-color);
}
.cart-widget-side .shopping-cart-widget-footer a.button.checkout:hover {
  --btn-accented-color: #fff;
  background: var(--wd-primary-color);
  border: 1.5px solid var(--wd-primary-color);
}

/************************************** Cart/pad/checkout header **************************************/
.woocommerce-cart .wd-page-title.page-title,
.woocommerce-checkout .wd-page-title.page-title,
.wpd_pickup_delivery .wd-page-title.page-title {
  background: #fff;
}
.wd-checkout-steps {
  --wd-link-color: #000;
  --wd-title-color: #000;
}
.wd-checkout-steps .inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.wd-checkout-steps .step-icon {
  display: flex;
  width: 33px;
  height: 33px;
  padding: 9px;
  border-radius: 50px;
}
.wd-checkout-steps .step-active .step-icon,
.wd-checkout-steps .step-complete .step-icon {
  background: #44883e;
}
.wd-checkout-steps .step-active .step-icon img,
.wd-checkout-steps .step-complete .step-icon img {
  filter: brightness(0) invert(1);
}
.wd-checkout-steps .step-inactive .step-icon {
  background: transparent;
  border: 1px solid #44883e;
}
.wd-checkout-steps a,
.wd-checkout-steps span {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 180.952% */
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
.wd-checkout-steps li {
  gap: 55px !important;
}
.wd-checkout-steps li:not(:last-child):after {
  margin-inline-end: 40px;
  margin-top: 40px;
}

/************************************** Cart page **************************************/
.woocommerce-cart .wd-content-layout {
  padding-block: 60px;
}
.woocommerce-cart .wd-builder-off .wd-shipping-progress-bar {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form {
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.woocommerce-cart .shop_table thead {
  background: #e5f2e4;
}
.woocommerce-cart .shop_table thead,
.woocommerce-cart .shop_table tr {
  border-radius: 12px 12px 0 0;
}
.woocommerce-cart .shop_table tr th:first-child {
  border-radius: 12px 0 0 0;
}
.woocommerce-cart .shop_table tr th:last-child {
  border-radius: 0 12px 0 0;
}
.woocommerce-cart .shop_table tr th,
.woocommerce-cart .shop_table .cart_item .product-name > a,
.woocommerce-cart .shop_table .cart_item .product-name .wd-product-detail span,
.woocommerce-cart .shop_table .cart_item .product-name .variation span,
.woocommerce-cart .shop_table .cart_item .product-name .variation p,
.woocommerce-cart .shop_table .cart_item .product-price span,
.woocommerce-cart
  .shop_table
  .cart_item
  .product-quantity
  div.quantity
  input[type='number'],
.woocommerce-cart .shop_table .cart_item .product-subtotal span,
.woocommerce-cart .cart_totals h2 {
  font-family: var(--eux-normal-font-family);
}
.woocommerce-cart .shop_table tr th {
  color: var(--wd-primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  text-transform: capitalize;
}
.woocommerce-cart .shop_table tr :is(td, th):last-child {
  padding-inline-end: 12px;
  text-align: center;
}
.woocommerce-cart .shop_table .product-remove {
  width: 100px;
}
.woocommerce-cart .shop_table .cart_item .product-remove .remove {
  background: #efdede;
  padding: 7px;
  border-radius: 50px;
  width: 23px;
  height: 23px;
}
.woocommerce-cart .shop_table .cart_item .product-remove .remove::before {
  color: #ac1919;
  font-size: 9px;
}
.woocommerce-cart .shop_table .cart_item .product-thumbnail img {
  border-radius: 8px;
}
.woocommerce-cart .shop_table .cart_item .product-name > a {
  color: #262626;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-cart .shop_table .cart_item .product-name .wd-product-detail span,
.woocommerce-cart .shop_table .cart_item .product-name .variation span,
.woocommerce-cart .shop_table .cart_item .product-name .variation p,
.woocommerce-cart .shop_table .wd-cart-action-row input {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.woocommerce-cart
  .shop_table
  .cart_item
  .product-name
  .wd-product-sku
  span.wd-label,
.woocommerce-cart
  .shop_table
  .cart_item
  .product-name
  .variation
  span.item-variation-name {
  font-weight: 700;
}
.woocommerce-cart .shop_table .cart_item .product-price span {
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.woocommerce-cart
  .shop_table
  .cart_item
  .product-quantity
  div.quantity
  input[type='number'] {
  width: 46px;
  color: #313635;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-cart
  .shop_table
  .cart_item
  .product-quantity
  div.quantity
  input[type='button'] {
  width: 40px;
}
.woocommerce-cart
  .shop_table
  .cart_item
  .product-quantity
  div.quantity
  input[type='number'],
.woocommerce-cart
  .shop_table
  .cart_item
  .product-quantity
  div.quantity
  input[type='button'] {
  height: 38px;
  --wd-form-brd-width: 1px;
  --wd-form-brd-color: rgba(49, 54, 53, 0.5);
}
.woocommerce-cart .shop_table .cart_item .product-subtotal span.amount {
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}
.woocommerce-cart .shop_table .wd-cart-action-row td.actions {
  padding: 15px 10px;
}
.woocommerce-cart .shop_table .wd-cart-action-row .cart-actions {
  margin-top: 0;
}
.woocommerce-cart .cart_totals {
  border-radius: 12px;
  background: var(--wd-primary-color);
}
.woocommerce-cart .cart_totals .cart-totals-inner {
  padding: 38px 41px !important;
}
.woocommerce-cart .cart_totals .cart-totals-inner .shop_table {
  --wd-mb: 32px;
}
.woocommerce-cart .cart_totals tr :is(td, th):last-child {
  padding-inline-end: 0;
  text-align: right;
}
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals span,
.woocommerce-cart .cart_totals {
  color: #fff !important;
}
.woocommerce-cart .cart_totals h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
}
.woocommerce-cart .cart_totals .cart-subtotal,
.woocommerce-cart .cart_totals .cart-subtotal th,
.woocommerce-cart .cart_totals .cart-subtotal .amount {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.woocommerce-cart .cart_totals .cart-subtotal small {
  font-weight: 400;
}
.woocommerce-cart .cart_totals .cart-subtotal th,
.woocommerce-cart .cart_totals .cart-subtotal td {
  border-bottom: 0.5px solid rgba(229, 229, 229, 0.2);
  padding-bottom: 18px;
}
.woocommerce-cart .cart_totals .shipping .woocommerce-shipping-methods label {
  font-size: 20px;
  color: #ffffff;
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  padding-top: 32px;
}
.woocommerce-cart .cart_totals .order-total,
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total strong .amount {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 92.857% */
}
.woocommerce-cart .cart_totals .order-total small {
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
  border-radius: 6px;
  background: var(--wd-alternative-color);
  padding: 17px 27px;
  color: #000;
}

/* Cross sells */
.woocommerce-cart .cross-sells {
  margin-top: 60px;
  margin-bottom: 73px;
}
.woocommerce-cart .cross-sells h3.title {
  color: #000;
  font-family: var(--eux-title-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
  --wd-tags-mb: 48px;
}

/************************************** Checkout page **************************************/
.woocommerce-checkout form.woocommerce-checkout {
  margin-bottom: 30px;
}
.woocommerce-checkout h3 {
  --eux-h3-font-size: 30px;
  line-height: 36px;
  --wd-tags-mb: 50px;
}

/* Customer billing details */
.woocommerce-checkout #customer_details {
  flex: 1;
  max-width: unset;
}
.woocommerce-checkout #customer_details label,
.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details textarea {
  font-family: var(--eux-normal-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout #customer_details label {
  color: #313635;
}
.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details textarea,
.woocommerce-checkout #customer_details .select2-container--default,
.woocommerce-checkout
  #customer_details
  .select2-container--default
  .select2-results__option {
  color: #585858;
  font-weight: 400;
}
.woocommerce-checkout #billing_country_field, 
.woocommerce-checkout #shipping_country_field {
  display: none;
}
.woocommerce-checkout #billing_address_2_field, 
.woocommerce-checkout #shipping_address_2_field {
  padding-top: 23px !important;
}
.woocommerce-billing-fields__field-wrapper, 
.woocommerce-shipping-fields__field-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 12px !important;
  column-gap: 20px !important;
  justify-content: space-between !important;
}
.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details span.select2-selection,
.woocommerce-checkout #customer_details textarea {
  border-radius: 6px;
  border: 1px solid rgba(49, 54, 53, 0.5);
}
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    border-top: 1px solid rgba(49, 54, 53, 0.5);
    padding-top: 20px;
}

/* Order review */
.woocommerce-checkout .checkout-order-review {
  flex: 0 0 40% !important;
  background-color: transparent !important;
  padding: 0 !important;
  --custom-order-summary-sp: 38px;
}
.woocommerce-checkout .checkout-order-review::before,
.woocommerce-checkout .checkout-order-review::after {
  display: none;
}
.woocommerce-checkout .checkout-order-review h3 {
  text-align: left !important;
  line-height: 38px;
  --wd-tags-mb: 0px;
  border-radius: 12px 12px 0 0;
  background-color: var(--wd-primary-color) !important;
  padding: var(--custom-order-summary-sp);
}

.woocommerce-checkout .checkout-order-review .wd-table-wrapper {
  background-color: var(--wd-primary-color) !important;
  --wd-brd-radius: 0 0 12px 12px;
  padding: 5px var(--custom-order-summary-sp) 33px;
  margin-bottom: 18px;
}
.woocommerce-checkout .checkout-order-review .wd-table-wrapper,
.woocommerce-checkout .checkout-order-review h3,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper span,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper p,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper small {
  --wd-title-color: #fff;
  color: #fff !important;
}
.woocommerce-checkout .checkout-order-review .wd-table-wrapper th,
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .cart-product-label,
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .wd-product-sku,
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .wd-checkout-prod-total,
.woocommerce-checkout .wd-checkout-prod-cont .wd-checkout-prod-title small,
.woocommerce-checkout #payment .wc_payment_methods li label,
.woocommerce-checkout #payment .wc_payment_methods li p,
.woocommerce-checkout #payment .place-order p,
.woocommerce-checkout #payment .place-order label {
  font-family: var(--eux-normal-font-family);
}
.woocommerce-checkout .checkout-order-review .wd-table-wrapper thead th {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
}
.woocommerce-checkout .checkout-order-review .wd-table-wrapper th,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper td {
  padding-block: 20px;
}
.woocommerce-checkout .wd-checkout-prod .wd-checkout-prod-img {
  margin-inline-end: 22px;
}
.woocommerce-checkout .wd-checkout-prod .wd-checkout-prod-img img {
  min-width: 80px;
  max-width: 80px;
  border-radius: 8px;
}
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .cart-product-label {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .wd-product-sku {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
.woocommerce-checkout
  .wd-checkout-prod-cont
  .wd-checkout-prod-title
  .wd-product-sku
  .wd-label {
  font-weight: 700;
}
.woocommerce-checkout .wd-checkout-prod-cont .product-total,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper tfoot th,
.woocommerce-checkout .checkout-order-review .wd-table-wrapper tfoot td {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.woocommerce-checkout .wd-checkout-prod-cont .product-total small {
  display: inline-block;
  font-weight: 400;
}
.woocommerce-checkout .cart-subtotal small {
  display: block;
  font-weight: 400;
}
.woocommerce-checkout
  .checkout-order-review
  .wd-table-wrapper
  tfoot
  .order-total
  th {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 92.857% */
}
.woocommerce-checkout
  .checkout-order-review
  .wd-table-wrapper
  tfoot
  .order-total
  td
  strong
  .amount {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.woocommerce-checkout
  .checkout-order-review
  .wd-table-wrapper
  tfoot
  .order-total
  small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}

/* Payment */
.woocommerce-checkout #payment {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: rgba(229, 229, 229, 0.6);
  padding: 20px;
}
.woocommerce-checkout #payment .wc_payment_methods {
  --list-mb: 20px;
}
.woocommerce-checkout #payment .wc_payment_methods li {
  padding-left: 23px;
  padding-right: 6px;
}
.woocommerce-checkout #payment .wc_payment_methods li:has(input:checked) {
  border-radius: 12px;
  background: #fff;
  padding: 20px 6px 20px 23px;
  --li-mb: 22px;
}
.woocommerce-checkout #payment .wc_payment_methods li > label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.woocommerce-checkout #payment .wc_payment_methods li input {
  width: 15px;
  height: 15px;
  margin-inline-end: 12px;
}
.woocommerce-checkout #payment .wc_payment_methods li > div {
  padding: 0;
  padding-left: 30px;
  margin-top: 0;
}
.woocommerce-checkout #payment .wc_payment_methods li p {
  color: #313635;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-checkout #payment .payment_methods .payment_box {
  box-shadow: none;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  padding-top: 30px;
  border-top: 1px solid rgb(49 54 53 / 15%);
}
.woocommerce-checkout #payment .place-order {
  padding-inline: 20px;
}
.woocommerce-checkout #payment .place-order button {
  margin-top: 26px;
  border-radius: 6px;
  background: var(--wd-alternative-color);
  color: #000;
  font-family: 'Stack Sans Headline';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.woocommerce-checkout span.optional {
  top: 0;
}
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods {
  --list-mb: 0px;
}
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods li {
  padding: 0 6px 0 23px !important;
  margin-bottom: 10px !important;
}

.woocommerce-checkout
  #main-content
  .wd-content-area
  .entry-content
  > .woocommerce
  > p {
  text-align: center;
}
.woocommerce-checkout
  #main-content
  .wd-content-area
  .entry-content
  > .woocommerce
  > p
  a.button {
  padding: 5px 28px;
  min-height: 48px;
  font-size: 16px;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(
    --btn-accented-transform,
    var(--btn-transform, uppercase)
  );
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}
.woocommerce-checkout
  #main-content
  .wd-content-area
  .entry-content
  > .woocommerce
  > p
  a.button:hover {
  background-color: var(--btn-accented-bgcolor-hover);
}
.woocommerce-checkout .hubspot-form-container {
  margin-block: 90px 30px;
}

/************************************** Responsive adjustments **************************************/
@media (max-width: 992px) {
  /* Related products widget */
  .product-image-summary-wrap {
    flex-direction: column;
  }
  .single-product-sidebar-wrapper {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding-left: 0;
    padding-top: 20px;
  }
  .product-image-summary .summary.entry-summary {
    min-width: auto;
  }
  .product-image-summary .product-images {
    min-width: auto;
  }
}

@media (max-width: 768.98px) {
  /* Product list view */
  .wd-product.product-list-item .product-list-content,
  .wd-product.product-list-item .wd-add-btn.buttons-col {
    flex-direction: column !important;
  }
  .wd-product.product-list-item .wd-add-btn.buttons-col {
    align-content: center !important;
  }
  .wd-product.product-list-item .wd-add-btn > a,
  .wd-product.product-list-item .wd-add-btn > button {
    width: auto !important;
  }
  .wd-product.product-list-item .product-list-content .wd-star-rating {
    justify-content: center;
  }

  /* My account login/reg page */
  .woocommerce-account .custom-login-layout #customer_login {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .wd-manage-on thead .product-total {
    display: table-cell !important;
  }
  .wd-checkout-prod-total {
    text-align: right !important;
  }
}

@media (max-width: 480px) {
  /* Product archive single product style */
  .wd-product.wd-hover-standard .product-wrapper .product-element-bottom {
    --wd-prod-bg-sp: 10px;
  }
  .wd-product.wd-hover-standard
    .product-wrapper
    .product-element-bottom
    > a
    button.single_add_to_cart_button {
    font-size: 15px;
  }
  .wd-product h3.wd-entities-title,
  .wd-product .price {
    font-size: 17px;
  }
  .wd-product .wd-product-cats a {
    font-size: 13px !important;
  }
  .wd-product .product-wrapper .wd-wishlist-btn a::before {
    font-size: 16px;
  }
  .wd-product.wd-hover-standard .product-wrapper .product-element-bottom > a {
    margin-top: 2px;
  }

  /* Carousel for related products/cross-sells products */
  .container.related-and-upsells .wd-carousel,
  .woocommerce-cart .cross-sells .wd-carousel {
    padding-bottom: 80px !important;
  }

  /* Single product page */
  .single-product #main-content {
    padding-block: 0;
  }
  .single-product-page > .container {
    padding-inline: 0px;
    --wd-single-spacing: 40px;
  }
  .single-product .single-breadcrumbs-wrapper {
    margin-bottom: 12px;
  }
  .single-product .single-breadcrumbs-wrapper .wd-breadcrumbs {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  .single-product-page,
  .single-product-page .woocommerce-product-gallery .wd-carousel {
    padding-top: 0 !important;
  }
  .single-product-page .wd-product-brands {
    --wd-mb: 16px;
  }
  .single-product-page .wd-product-brands img {
    max-width: 90px;
    min-height: 30px;
  }
  .single-product-page .product_title {
    --wd-mb: 10px;
    font-size: 38px;
  }
  .single-product-page .sku-ratings .inner-wrap {
    flex-direction: column;
    align-items: flex-start;
    --wd-gap-sm: 10px;
    padding-bottom: 16px;
  }
  .single-product-page .sku-ratings .separator {
    display: none;
  }
  .single-product-page table.variations {
    display: block;
    width: 100%;
  }
  .single-product-page table.variations th.label.cell.label-desktop {
    display: none !important;
  }
  .single-product-page table.variations th.label.cell.label-mobile,
  .single-product-page table.variations tbody,
  .single-product-page table.variations th,
  .single-product-page table.variations tr {
    display: block !important;
  }
  .single-product-page table.variations th,
  .single-product-page table.variations tr,
  .single-product-page table.variations th.label.cell {
    width: 100%;
  }
  .single-product-page table.variations label:after {
    content: '';
  }
  .single-product-page table.variations th.label.cell.label-mobile {
    color: #000;
    font-family: var(--eux-normal-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
  .single-product-page table.variations td.value.cell {
    padding: 0 !important;
  }
  .single-product-page table.variations select {
    max-width: none !important;
  }
  .single-product-page table.variations .wd-reset-bottom-md .wd-reset-var {
    --wd-reset-btn-space: 17px;
  }
  .single-product-page .single_variation_wrap {
    --wd-reset-btn-space: 20px;
    margin-top: var(--wd-reset-btn-space);
  }
  .single-product-page .wd-reset-bottom-md .wd-reset-var {
    position: unset;
    margin-top: 20px;
  }
  .single-product-page .variation-required-message {
    --wd-tags-mb: 0;
  }
  .single-product-page .woocommerce-variation-availability {
    margin-top: 54px;
    margin-bottom: 23px;
  }
  .single-product-page .summary-inner .single_add_to_cart_button,
  .single-product-page .summary-inner .wc-atq-add-to-quote-btn {
    flex: 1 !important;
  }
  .single-product-page div.quantity {
    flex: 1 1 100%;
  }
  .single-product-page div.quantity input[type='button'] {
    min-width: 57px;
  }
  .single-product-page div.quantity input[type='number'] {
    width: 100%;
  }
  .single-product-page .price.custom-price {
    --wd-tags-mb: 0;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 0 !important;
  }
  .single-product-page .custom-price.price::after {
    content: '';
    width: 100%;
    order: 1;
  }
  .single-product-page .custom-price.price .woocommerce-Price-amount,
  .single-product-page .custom-price.price [aria-hidden='true'],
  .single-product-page .custom-price.price .woocommerce-price-suffix,
  .single-product-page .custom-price.price .price-suffix,
  .single-product-page .custom-price.price .price-wrapper {
    order: 2;
  }
  .single-product-page .custom-price.price .price-wrapper {
    display: flex;
    flex-direction: column;
  }
  .single-product-page .price.custom-price .woocommerce-Price-amount {
    margin-right: 8px;
  }
  .single-product-page .summary-inner .wd-wishlist-btn a {
    background: #e5f2e4;
  }
  .single-product-sidebar-wrapper {
    display: none;
  }
  .single-product-page .product-tabs-wrapper {
    padding-block: 0 !important;
    margin-bottom: 67px !important;
  }
  .single-product-page
    .product-tabs-wrapper
    .wd-accordion-item
    .wd-accordion-title {
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .single-product-page
    .product-tabs-wrapper
    .wd-accordion-item
    .wd-accordion-title
    .wd-accordion-title-text {
    font-family: var(--eux-title-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 211.111% */
    text-transform: uppercase;
  }
  .single-product-page
    .product-tabs-wrapper
    .wd-accordion-item
    .wd-accordion-title
    .wd-accordion-title-text,
  .single-product-page .product-tabs-wrapper .wd-accordion-item p {
    color: #313635;
  }

  /* Shop/cat page */
  .woodmart-archive-shop #main-content {
    padding-bottom: 30px;
  }
  .woodmart-archive-shop .wd-sidebar {
    margin-top: 0 !important;
  }
  .woodmart-archive-shop .single-breadcrumbs-wrapper {
    position: unset;
  }
  .woodmart-archive-shop .single-breadcrumbs-wrapper .breadcrumbs-inner {
    padding-bottom: 15px;
    padding-top: 12px;
    padding-inline: 20px;
  }
  .woodmart-archive-shop .wd-content-area {
    margin-top: 0 !important;
  }
  .woodmart-archive-shop .term-title-description {
    margin-top: 0;
    margin-bottom: 39px;
    padding: 41px 26px;
  }
  .woodmart-archive-shop .term-title-description .term-description {
    margin-top: 13px;
  }
  .woodmart-archive-shop .shop-loop-head {
    flex-direction: row !important;
    margin-top: 0;
    margin-bottom: 22px;
  }
  .woodmart-archive-shop .wd-shop-tools {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .woodmart-archive-shop .shop-ordering-wrap {
    flex-basis: 50%;
  }
  .shop-loop-head .shop-ordering-wrap .woocommerce-ordering select {
    padding-inline-start: 10px;
  }
  .woodmart-archive-shop .wd-product-element {
    border: 1px solid #e5e5e5;
  }
  .woodmart-archive-shop .wd-loop-footer {
    margin-top: 40px;
  }
  .woodmart-archive-shop .wd-products-element {
    padding-top: 8px;
  }
  .woodmart-archive-shop .wd-term-desc {
    padding-top: 70px;
  }
  .woodmart-archive-shop .wd-term-desc {
    border-top: 1px solid #e5e5e5;
  }
  .woodmart-archive-shop .wd-term-desc .cat-faqs > h2,
  .woodmart-archive-shop .wd-term-desc .cat-faqs > p {
    text-align: center;
  }

  /* My account login/reg page */
  .woocommerce-account #main-content.container {
    padding: 18px 5px 28px;
  }
  .woocommerce-account #main-content.container > .wd-content-area {
    padding-inline: 0;
  }
  .woocommerce-account .custom-login-layout .col-left {
    padding: 20px;
  }
  .woocommerce-account .custom-login-layout #customer_login,
  .woocommerce-account .custom-login-layout .wd-login-divider,
  .woocommerce-account .custom-login-layout .wd-login-title {
    margin-bottom: 20px;
  }
  .woocommerce-account .custom-login-layout .col-right {
    min-height: 342px;
    padding: 30px 20px;
    background:
      linear-gradient(
        180deg,
        rgba(46, 95, 42, 0) -19.83%,
        rgba(46, 95, 42, 0.9) 89.75%
      ),
      url('/wp-content/uploads/2025/12/Rectangle-182.png') lightgray 50% / cover
        no-repeat;
  }
  .woocommerce-account .custom-login-layout .image-heading {
    font-size: 30px;
  }

  /* Mini cart */
  .cart-widget-side.wd-side-hidden {
    --wd-side-hidden-w: 298px;
  }
  .cart-widget-side .wd-heading span.title {
    font-size: 22px;
  }
  .cart-widget-side .woocommerce-mini-cart-item .cart-item-image {
    margin-inline-end: 17px;
  }
  .cart-widget-side .woocommerce-mini-cart-item .cart-item-image img {
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
  .cart-widget-side
    .woocommerce-mini-cart-item
    .cart-info
    span.wd-entities-title {
    font-size: 17px;
  }
  .cart-widget-side .woocommerce-mini-cart-item .cart-info .wd-product-sku span,
  .cart-widget-side
    .woocommerce-mini-cart-item
    .cart-info
    .wd-product-sku
    span {
    font-size: 14px;
  }

  /* Cart/pad/checkout header */
  .wd-checkout-steps li:not(.step-active) {
    display: none !important;
  }
  .woocommerce-cart .wd-page-title.page-title,
  .woocommerce-checkout .wd-page-title.page-title,
  .wpd_pickup_delivery .wd-page-title.page-title {
    padding-block: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .woocommerce-cart .wd-page-title.page-title .container,
  .woocommerce-checkout .wd-page-title.page-title .container,
  .wpd_pickup_delivery .wd-page-title.page-title .container {
    padding-block: 0;
  }

  /* Cart page */
  /* Shop table */
  .woocommerce-cart .wd-content-layout {
    padding-block: 13px;
  }
  .woocommerce-cart .shop-table-with-img tr {
    min-height: 214px;
    padding-inline-end: 13px;
    gap: 0;
    margin-bottom: 18px;
  }
  .woocommerce-cart .shop_table .cart_item {
    padding-block: 15px;
  }
  .woocommerce-cart .shop_table .product-remove {
    justify-content: flex-end;
    top: 18px;
    inset-inline-end: 13px;
  }
  .woocommerce-cart .shop_table .cart_item .product-thumbnail {
    inset-inline-start: 18px;
    top: 15px;
  }
  .woocommerce-cart .shop_table .cart_item .product-thumbnail img {
    min-width: 80px;
    max-width: 80px;
  }
  .woocommerce-cart .shop_table .cart_item .product-name {
    padding-bottom: 13px;
  }
  .woocommerce-cart .shop_table .cart_item .product-name > a {
    font-size: 20px;
    font-weight: 700;
  }
  .woocommerce-cart .shop_table .cart_item td.product-price {
    border-top: 1px solid #e5e5e5;
  }
  .woocommerce-cart .shop_table .cart_item td.product-price,
  .woocommerce-cart .shop_table .cart_item td.product-quantity {
    border-bottom: 1px solid #e5e5e5;
    padding-block: 10px;
  }
  .woocommerce-cart .shop_table .cart_item td.product-subtotal {
    border-bottom: none;
    padding-block: 10px;
  }
  .woocommerce-cart .shop_table_responsive td:before {
    color: #262626;
    font-family: var(--eux-normal-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .woocommerce-cart
    .shop_table
    .cart_item
    .product-quantity
    div.quantity
    input[type='button'] {
    width: 32px;
  }
  .woocommerce-cart
    .shop_table
    .cart_item
    .product-quantity
    div.quantity
    input[type='number'] {
    width: 50px;
  }
  .woocommerce-cart
    .shop_table
    .cart_item
    .product-quantity
    div.quantity
    input[type='number'],
  .woocommerce-cart
    .shop_table
    .cart_item
    .product-quantity
    div.quantity
    input[type='button'] {
    height: 28px;
  }
  /* Totals */
  .woocommerce-cart .cart_totals {
    margin-bottom: 30px;
  }
  .woocommerce-cart .cart_totals .cart-totals-inner {
    padding: 26px 20px !important;
  }
  .woocommerce-cart .cart_totals h2 {
    font-family: var(--eux-title-font-family);
    text-transform: uppercase;
    --wd-mb: 28px;
  }
  .woocommerce-cart .cart_totals .cart-subtotal {
    border-bottom: none;
    margin-bottom: 17px;
  }
  .woocommerce-cart .cart-totals-inner .shop_table_responsive td:before {
    color: #fff;
    font-family: vare(--eux-normal-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
  }
  .woocommerce-cart .cart_totals .order-total td {
    padding-top: 0;
  }
  /* Cross sells */
  .woocommerce-cart .cross-sells {
    margin-bottom: 57px;
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
  }
  .woocommerce-cart .cross-sells h3.title {
    --wd-tags-mb: 24px;
  }

  /* Checkout */
  .woocommerce-checkout #main-content {
    padding-block: 26px;
  }
  .woocommerce-checkout h3 {
    --wd-tags-mb: 43px;
  }
  .woocommerce-checkout form.woocommerce-checkout {
    --wd-row-gap: 10px;
    flex-direction: column;
  }
  .woocommerce-billing-fields__field-wrapper {
    row-gap: 0 !important;
  }
  .woocommerce-checkout #billing_address_2_field {
    padding-top: 0 !important;
  }
  .woocommerce-checkout .checkout-order-review {
    --custom-order-summary-sp: 18px;
  }
  .woocommerce-checkout .checkout-order-review h3 {
    padding: var(--custom-order-summary-sp);
  }
  .woocommerce-checkout .checkout-order-review .wd-table-wrapper {
    padding: 10px var(--custom-order-summary-sp) 26px;
  }
  .woocommerce-checkout
    .checkout-order-review
    .wd-table-wrapper
    tfoot
    .order-total
    td
    strong
    .amount {
    font-size: 28px;
  }
  .woocommerce-checkout .checkout-order-review .wd-table-wrapper {
    margin-bottom: 10px;
  }
  .woocommerce-checkout .checkout-order-review .wd-table-wrapper th,
  .woocommerce-checkout .checkout-order-review .wd-table-wrapper td {
    padding-block: 18px;
  }
  .woocommerce-checkout .wd-checkout-prod {
    align-items: flex-start;
  }
  .woocommerce-checkout .wd-checkout-prod .wd-checkout-prod-img {
    margin-inline-end: 16px;
  }
  .woocommerce-checkout .wd-checkout-prod .wd-checkout-prod-img img {
    min-width: 63px;
    max-width: 63px;
  }
  .woocommerce-checkout .wd-checkout-prod-cont {
    display: flex;
  }
  .woocommerce-checkout #payment {
    padding: 10px;
  }
  .woocommerce-checkout
    #payment
    .woocommerce-terms-and-conditions-wrapper
    .woocommerce-privacy-policy-text {
    font-size: 14px;
  }
  .woocommerce-checkout #payment .place-order {
    padding-inline: 0;
  }
  .woocommerce-checkout #payment .place-order button {
    margin-top: 20px;
  }
}
