/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --main-color: #1D1D1B;
}


/* Checkout */

.checkout-order-review {
  background-color: var(--main-color) !important;
}

.checkout-order-review:before,
.checkout-order-review:after {
  display: none;
}

#payment {
  background-color: #fff;
  padding: 5px 25px;
}


.term-sharpening #main-content {
  padding-top: 0 !important;
}


.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  margin-bottom: 0;
}

.checkout-order-review > h3 {
  color: #fff;
}
#order_review_heading {
  text-align: left;
}

.hero-title {
	margin-right: auto;
}

.home-icons {  
  flex-direction: row !important;
  gap: 10px;
  justify-content: space-between !important;
}

.home-icons li strong{
  display: block;
	font-size: 18px;
}

.product-wrapper {
	gap: 0 !important;
}

.wd-product {
  background: #F0F0F0 !important;
}
.product-element-bottom {
	padding: 25px 15px  !important;
  background: #F0F0F0 !important;
}

.title-subtitle {
	margin-bottom: 2px;
}


.product-element-bottom {
  display: grid !important;
  grid-template-columns: auto 50px !important;
}

.product-element-bottom_texts {
  text-align: left !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-brands img {
  display: none !important;
}

.on-sale-ribbon{
	position: relative;
	overflow: hidden;
}

.on-sale-ribbon::before {
	content: "ON SALE";
	position: absolute;
	top: 22px;
	right: -45px;
	width: 170px;
	background: rgb(216,41,47);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 0;
	transform: rotate(45deg);
	z-index: 20;
	box-shadow: 0 3px 8px rgba(0,0,0,0.25);
	pointer-events: none;
}

.wd-sidebar .widget {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body:not(.single-product) .wd-brand-item {
  flex-direction: column-reverse !important;
  gap: 10px;
}
body:not(.single-product) .wd-brand-item img {
  max-height: var(--wd-brand-img-height, 150px);
}

.product-element-bottom_btn .button {
  width: 45px;
  height: 45px;
}
.product-element-bottom_btn .button span {
  opacity: 0
}

.wd-product.wd-hover-standard .wd-add-btn > a {
  box-shadow: inset 0 -2px 0 #D8292F !important;
  border-radius: 3px !important;
}

.wd-add-btn-replace .add-to-cart-loop:before {
  transform: translateY(0) translateZ(0) !important;
}

.w3s-shipping-bar-text {
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.product-element-bottom_btn {
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
}


.wd-product-brands a,
.wd-brand-item,
.menu-item-50065 .menu-item  {
  background: url(/wp-content/uploads/2026/06/slider-bg.jpg) !important;
}

.menu-item-50065 .menu-item a {
  height: 100%;
  color: #fff !important;
  justify-content: center !important;
  padding: 20px !important;
  text-align: center;
}

.wd-design-full-width.wd-dropdown-menu {
  padding-bottom: 25px !important;
}

.wd-product-brands a,
.wd-brand-item a {
  color: #fff !important;
}

#hero .wd-image img {
  height: 200px !important;
  object-fit: contain !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
box-shadow: none !important;
	
}

.wd-blog-element article,
.wd-post-content {
	background: #F0F0F0 !important;
}

.pswp__bg {
  background: rgba(0,0,0,.90) !important;
  filter: blur(5px) !important;
}


.knife-types {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
	justify-content: center !important;
}
.knife-types li{
  display: flex !important;
  flex-direction: column;
  gap: 30px !important;
}

.knife-types-row .wd-image img {
  max-height: 100px;
  width: auto !important;
}


.single-post .wd-post-meta {
    display: none !important;
}

.page-id-159 .gallery-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100% !important;
}

.page-id-159 .gallery-item .wp-caption-text {
display: none;
}

blockquote {
  background: #f5f5f5;
    padding: 20px;
  border-left: 5px solid
}

.knife-types .wd-list-content.list-content {
  transform: rotate(-90deg) !important;  
	max-width: 100px;
  text-align: center;
}
/* KNIFE TYPE PAGE */
.knife-types-icon-rotate img{
  
  max-width: 260px !important; 
  width: 100%;
  
}

.knife-types-icon-rotate.gyuto img,
.knife-types-icon-rotate.kiritsuke img {    
  max-width: 232px !important;  
  width: 100%;
}

.knife-types-icon-rotate.santoku img {
  width: 178px !important;  
}

.knife-types-icon-rotate.bunka img {  
  width: 160px !important;  
}

.knife-types-icon-rotate.nakiri img,
.knife-types-icon-rotate.deba img {  
  width: 164px !important;  
}

.knife-types-icon-rotate.petty img {    
  width: 144px !important;  
}

.knife-types-icon-rotate.sujihiki img,
.knife-types-icon-rotate.yanagiba img {    
  width: 260px !important;  
}

.knife-types-icon-rotate.cleaver img {  
  width: 191px !important;  
}
/* KNIFE TYPE PAGE */


.knife-types img {
  height: 100px;
}

.knife-types img {
  width: 50px !important; 
}

.wd-prefooter {
	background: var(--main-color) !important;
}

.wd-footer {
border-top: 1px solid #fff;
}

.mc4wp-form-fields {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
}

.mc4wp-form input[type="submit"] {
  background: #d8292f !important;
}

.mc4wp-form  p {
margin-bottom: 0 !important;
}
.wd-footer,
.wd-footer a{
 color: #fff !important;
}
.wd-footer .widget {
  border-bottom: 0 !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .wd-mc4wp-wrapper > p {
  display: none !important;
}

.grid-3-col >.vc_column-inner >.wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.wrapper-content-banner .btn-style-link {
  border-bottom: 0 !important;
}

.wrapper-content-banner .banner-btn-wrapper {
	margin-top: 5px !important;
}

.promo-banner .wrapper-content-banner {
	padding: 20px !important;
}

#mc4wp-form-1 input {
  border-color: #fff
}

#mc4wp-form-1 input[type="email"] {
  border-color: #fff;
  color: #fff;
}

#mc4wp-form-1 input[type="email"]::placeholder {
  color: #fff;
  opacity: 1;
}

#mc4wp-form-1 input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

#mc4wp-form-1 input[type="email"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#mc4wp-form-1 input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

#mc4wp-form-1 input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

#media_image-2 img {
  max-width: 320px !important;
}

.wd-post.blog-design-masonry h3 {
  font-weight: bold;
  font-size: 19px;  
}

.blog-design-masonry {
  --wd-post-align: flex-start !important;
}

.woocommerce-cart .actions .coupon {
  text-align: left !important;
}

.woocommerce-cart #pwgc-redeem-gift-card-number {
  max-width: 230px;
  margin-right: 5px;
}

#place_order {
  margin-bottom: 15px;
}

.wd-post-thumb img {
  aspect-ratio: 4/2;
  object-fit: cover;
}


.grid-col-3 .wpb_wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 15px;
}


.brand-image .wd-image img {
  max-width: 350px;
  width: 100%;
}

.invert-color img {
  filter: invert(1);
}
#menu-main-menu-mobile-en .wd-sub-menu li > a img, .wd-nav-img {
  flex: 0 0 auto;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  max-height: unset !important;
  margin-inline-end: 7px;
  line-height: 0;
  transform: rotate(-90deg);
  margin-right: 20px;
}


.img-invert img {
  filter: invert(1);
}


.w3s-responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.w3s-responsive-table table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.w3s-responsive-table th,
.w3s-responsive-table td {
    padding: 12px;
    vertical-align: middle;
    white-space: normal;
}

.w3s-responsive-table h3 {
    margin: 0;
    font-size: 18px;
}

.w3s-responsive-table p {
    margin: 0;
}

ul.knife-types a {
  text-decoration: none;
}
.page-template-content-page .wd-page-title .container,
.page-template-content-page #main-content.container{
  max-width: 1100px;
}

@media (max-width: 1400px) {
    .grid-col-3 .wpb_wrapper {
      grid-template-columns: 1fr 1fr  !important;
  }
}

@media (max-width: 768px) {
    .w3s-responsive-table table {
        min-width: 650px;
    }

    .w3s-responsive-table h3 {
        font-size: 16px;
    }

    .w3s-responsive-table th,
    .w3s-responsive-table td {
        padding: 10px;
        font-size: 14px;
    }
    .grid-col-3 .wpb_wrapper {
      grid-template-columns: 1fr  !important;
  }
}

@media (max-width: 1024px) {
  .home-icons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
   .home-icons li {
    justify-content: center !important;
    flex-direction: column;
   }
   .home-icons .wd-list-content {
    text-align: center !important;
   }
   #hero .wd-image img {
    height:100px !important;
    object-fit: contain !important;
  }
  .wd-page-title h1.entry-title {
    font-size: 24px; 
  }

}

@media (max-widtH: 767px) {
    .product-element-bottom {

  grid-template-columns:1fr !important;
}
  .product-element-bottom .wd-add-btn,
  .product-element-bottom .wd-add-btn a {
    width: 100% !important;
  }
}

@media (max-width: 675px) {
  #hero .vc_row.vc_column-gap-35 > .vc_column_container{
    padding: 0 !important;
  }
  #hero .wd-image img {
    height:60px !important;
    object-fit: contain !important;
  }
}

.layered-nav-link .wd-swatch{
  display: none;
}

.layered-nav-link .wd-filter-lable{
  margin-left: 0px !important;
}

.w3s-sold-out-archive {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.w3s-sold-out-sidebar {
  min-width: 0;
}

.w3s-sold-out-sidebar,
.w3s-sold-out-sidebar * {
  box-sizing: border-box;
}

.w3s-sold-out-sidebar .widget {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.w3s-sold-out-sidebar input[type="search"]{
  box-sizing: border-box !important;
}

.w3s-sold-out-filter-close,
.w3s-sold-out-filter-overlay,
.w3s-sold-out-filter-toggle {
  display: none;
}

.w3s-sold-out-filter-widget .widget-title {
  margin-bottom: 14px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.w3s-sold-out-filter-search-wrap {
  width: 100%;
  margin-bottom: 12px;
}

.w3s-sold-out-filter-search {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  color: var(--main-color);
  font-size: 14px;
}

.w3s-sold-out-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.w3s-sold-out-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dedede;
  background: #fff;
  color: var(--main-color) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.w3s-sold-out-filter-chip:hover {
  border-color: var(--main-color);
}

.w3s-sold-out-filter-chip span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.w3s-sold-out-filter-list {
  max-height: 260px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}

.w3s-sold-out-filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  color: #777;
  line-height: 1.35;
}

.w3s-sold-out-filter-list a:hover,
.w3s-sold-out-filter-item.chosen a {
  color: var(--main-color);
}

.w3s-sold-out-filter-item.chosen .w3s-sold-out-filter-name {
  font-weight: 700;
}

.w3s-sold-out-filter-list .count {
  min-width: 28px;
  padding: 1px 8px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.w3s-sold-out-filter-item.chosen .count {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.w3s-sold-out-clear-filters {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  background: var(--main-color);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.w3s-sold-out-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.w3s-sold-out-toolbar .woocommerce-result-count {
  margin-bottom: 0;
}

.w3s-sold-out-ordering {
  margin-bottom: 0;
}

.w3s-sold-out-ordering select {
  min-width: 210px;
}

.w3s-sold-out-main .woocommerce-pagination {
  margin-top: 34px;
  text-align: center;
}

.w3s-sold-out-main .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.w3s-sold-out-main .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  border: 0;
}

.w3s-sold-out-main .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--main-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.w3s-sold-out-main .woocommerce-pagination .page-numbers.current {
  width: 34px;
  min-width: 34px;
  background: var(--main-color);
  color: #fff;
}

.w3s-sold-out-main .woocommerce-pagination a.page-numbers:hover {
  color: #d8292f;
}

.w3s-sold-out-main .woocommerce-pagination .page-numbers.prev,
.w3s-sold-out-main .woocommerce-pagination .page-numbers.next {
  font-size: 28px;
  font-weight: 400;
}

.grid.col-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.grid.col-2 > .wpb_column > .vc_column-inner > .wpb_wrapper >.vc_row {
  display: flex;
  align-items: stretch;
  margin-inline: 0  !important;
}

.grid.col-2 > .wpb_column > .vc_column-inner > .wpb_wrapper >.vc_row > .wpb_column,
.grid.col-2 > .wpb_column > .vc_column-inner > .wpb_wrapper >.vc_row > .wpb_column > .vc_column-inner {
  height: 100% !important;
}


body.page-id-33 .vc_row.wpb_row.vc_inner.vc_row-fluid{
    position: relative;
}

body.page-id-33 .row-link-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
}

body.page-id-33 .wd-button-wrapper,
body.page-id-33 .wd-button-wrapper a{
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
  .w3s-sold-out-archive {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .w3s-sold-out-archive {
    display: block;
  }

  .w3s-sold-out-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .w3s-sold-out-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .w3s-sold-out-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    width: min(360px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    padding: 58px 20px 24px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 8px 0 28px rgba(0, 0, 0, 0.22);
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  .w3s-sold-out-archive.filters-open .w3s-sold-out-sidebar {
    transform: translateX(0);
  }

  .w3s-sold-out-filter-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #dedede;
    background: #fff;
    color: var(--main-color);
    font-size: 26px;
    line-height: 1;
  }

  .w3s-sold-out-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
  }

  .w3s-sold-out-archive.filters-open .w3s-sold-out-filter-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  body.w3s-sold-out-filters-open {
    overflow: hidden;
  }

  .w3s-sold-out-ordering select {
    width: 100%;
  }

  .w3s-sold-out-main .woocommerce-pagination ul.page-numbers {
    gap: 12px;
  }
  .grid.col-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr;
  }
}
