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




/* Scope everything to the stock card */
.stock-card-wrapper {
  width: 390px;
  font-size: 0.92rem;
  line-height: 1.3;
}

/* Card shell */
.stock-card-wrapper .stock-card {
  width: 100%;
  background: #fff;
  border: 1px solid #d7dbe1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* Header */
.stock-card-wrapper .card-header {
  background-color: var(--wd-primary-color) !important;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: .5rem .75rem;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* Section bars */
.stock-card-wrapper .group-title {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: #f5f7fa;
  color: #1f2937;
  font-weight: 700;
  font-size: .9rem;
  padding: .45rem .75rem;
  border-top: 1px solid #e3e7ed;
  border-bottom: 1px solid #e3e7ed;
}

/* Inline SVG icons in the titles */
.stock-card-wrapper .group-title .icon-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.stock-card-wrapper .group-title .icon-check-wrap { color: #198754; }
.stock-card-wrapper .group-title .icon-truck-wrap { color: #6b7280; }
.stock-card-wrapper .group-title .icon svg { display: block; }

/* Bolder solid-circle check (matches the screenshot look) */
.stock-card-wrapper .group-title .icon-check-wrap svg {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.stock-card-wrapper .group-title .icon-check-wrap circle {
  fill: #198754; /* solid green background */
  opacity: 1;
}

.stock-card-wrapper .group-title .icon-check-wrap path {
  stroke: #fff;  /* white check */
  stroke-width: 2.3;
}

/* Rows */
.stock-card-wrapper .list-group-item {
  padding: .55rem .75rem;
  background: #fff;
  border-bottom: 1px solid #eceff3;
}
.stock-card-wrapper .list-group-item:last-child {
  border-bottom: none;
}

/* Row layout */
.stock-card-wrapper .stock-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

/* Left text column */
.stock-card-wrapper .meta {
  flex: 1;
  min-width: 0; /* prevent overflow */
  text-align: left;
}
.stock-card-wrapper .meta .where {
  font-weight: 700;
  color: #111827;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stock-card-wrapper .meta .details {
  font-size: .82rem;
  color: #6b7280;
}

/* Right badges cluster */
.stock-card-wrapper .right {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  flex-shrink: 0;
}

/* Quantity pill */
.stock-card-wrapper .qty-badge {
  min-width: 2.1rem;
  padding: .15rem .5rem;
  border-radius: 8px;
  border: 1px solid #cfd6dd;
  background: #f3f5f8;
  font-weight: 700;
  font-size: .85rem;
  text-align: center;
}

/* Status pill */
.stock-card-wrapper .status-badge {
  padding: .15rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  border: 1px solid transparent;
  white-space: nowrap;
}
.stock-card-wrapper .status-instock {
  background: rgba(25,135,84,.12);
  color: #1e874f;
  border-color: rgba(25,135,84,.28);
}
.stock-card-wrapper .status-remote {
  background: rgba(107,114,128,.12);
  color: #6b7280;
  border-color: rgba(107,114,128,.28);
}

/* Subtle rounding on the outermost edges of the list area */
.stock-card-wrapper .list-group.list-group-flush > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.stock-card-wrapper .list-group.list-group-flush > .list-group-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Optional: compress vertical space a hair on small screens */
@media (max-width: 420px) {
  .stock-card-wrapper { width: 100%; }
  .stock-card-wrapper .list-group-item { padding: .5rem .65rem; }
}

/* Full width on mobile */
@media (max-width: 767px) {
  .woocommerce-variation-availability{
	  width: 100% !important;
  }
  .stock-card-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .stock-card-wrapper .stock-card {
    border-radius: 8px;
    width: 100%;
  }

  /* Optional: reduce padding slightly for tighter mobile fit */
  .stock-card-wrapper .list-group-item,
  .stock-card-wrapper .group-title,
  .stock-card-wrapper .card-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}








.woocommerce-variation-description{
	display:none !important;
}
.woocommerce-product-details__short-description{
	margin-bottom: 5px;
}
.woocommerce-product-details__short-description>p{
	margin-bottom: 5px;
}
.summary-inner>.woocommerce-product-rating{
	margin-bottom: 10px;
}
.summary-inner>.product_title{
	margin-bottom: 10px;
}
.summary-inner>.price{
	margin-bottom: 10px;
}


.cwginstock-panel-primary {
	max-width: 380px;
	display: inline-block;
	border-color: var(--wd-primary-color) !important;
}

.cwginstock-panel-heading {
	color: #fff;
    background-color: var(--wd-primary-color) !important;
    border-color: var(--wd-primary-color) !important;
}

.cwginstock-panel-heading h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.cwginstock-panel-body {
	padding: 10px;
}

.cwginstock-panel-body .form-group {
	margin-bottom: 0;
}

.cwginstock-panel-body input[type=text], .cwginstock-panel-body input[type=email] {
    margin-bottom: 5px;
	height: 30px;
}


.whb-top-bar .wd-tools-element .wd-tools-count {
    line-height: 16px !important;
}


.wd-search-cat{
	display: none !important;
}


.slick-active img {
	border: 1px solid #e6e6e6;
}

.woocommerce-product-gallery__image {
	border: 1px solid #e6e6e6;
}

.widget-product-img img {
	border: 1px solid #e6e6e6;
}


.ppcp-dcc-order-button {
	width: 100%;
    height: 55px;
	font-size: 20px;
    z-index: 9999;
    background-color: var(--wd-primary-color);
    color: white;
	display: flex;
}

.ppcp-dcc-order-button:hover {
    color: white;
}

.mailchimp-newsletter {
	margin-bottom: 0px;
}

.mailchimp-newsletter label {
	display: unset;
}

.wlpr-message-info {
	background-color: #0693e3;
}

.cart_totals {
	margin-bottom: 20px;
}

.search-no-results .shop-loop-head{
	height: 0px;
	margin-bottom: 0px;
}



.form-well {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.no-results-container {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.no-results-container h2 {
	margin-bottom: 0px;
}

.no-results-container input::placeholder {
  color: #c5c5c5;
}



.wd-prefooter{
	display:none;
}

.home .main-page-wrapper{
	padding-top: 0px;
}

.woocommerce-checkout .wlpr-message-info{
	margin-bottom: 5px !important;
}
.wc-block-components-notice-banner{
	margin-top: 0px !important;
}

.product_meta>.cr_brand{
	display:none !important;
}



.elementor-widget-container .fas {
	color: #0693e3 !important;
} 



.single-product p.price{
	display: inherit !important;
}
.single-product p.price ins{
	display: block !important;
}