/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 03:08:27 */
/* =========================
   PRODUCT LIST VIEW (WoodMart)
   ========================= */

/* Desktop list view adjustments */
@media (min-width: 769px) {
	.wd-product.product-list-item li{
		    float: left;
    margin-right: 30px;
	}
  .wd-product.product-list-item [class*="short-description"] {
   /* max-height: 60px !important;
    min-height: 60px !important; */
  }

  .wd-product.product-list-item .wd-add-btn .add-to-cart-loop span {
    padding: 5px 18px !important;
    min-height: 32px !important;
    font-size: 10px !important;
  }

  .wd-product.product-list-item .product-wrapper {
    padding: 15px !important;
	  background:#fff;
  }

  .wd-product.product-list-item .product-element-top {
    flex: 0 0 170px !important;
  }

  .wd-product.product-list-item {
    --text-align: start;
    --wd-prod-gap: 15px !important;
  }
}

/* Mobile list view adjustments */
@media (max-width: 768px) {
  .wd-product.product-list-item [class*="wd-swatches"] {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }

  .wd-product.product-list-item .wd-add-btn .add-to-cart-loop span {
    padding: 3px 8px !important;
    min-height: 18px !important;
    font-size: 10px;
  }

  .wd-product.product-list-item .product-wrapper {
    padding: 10px !important;
  }

  .products.elements-list {
    display: block !important;
  }

  .products.elements-list .product-list-item {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 16px;
    text-align: left !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
  }

  .products.elements-list .product-list-item .product-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .wd-product.product-list-item [class*="short-description"] {
    max-height: 55px !important;
    min-height: 55px !important;
  }

  .products.elements-list .product-list-item .product-element-top {
    width: 30%;
    flex-shrink: 0;
  }

  .products.elements-list .product-list-item .product-element-top img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .products.elements-list .product-list-item .product-list-content {
    width: 70%;
  }

  .products.elements-list .product-list-item .product-list-content h3 {
    font-size: 15px !important;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products.elements-list .product-list-item .product-list-content .price {
    font-size: 14px !important;
    display: block;
    color: #D2006B;
  }

  .products.elements-list .product-list-item .product-list-content .woocommerce-product-details__short-description {
    display: block !important;
    font-size: 12.5px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 6px;
    padding-right: 10px;
  }

  .products.elements-list .product-list-item .wd-add-btn {
    position: absolute;
    left: 10px !important;
    bottom: 8px !important;
    display: none !important;
  }

  .products.elements-list .product-list-item .wd-add-btn a.button {
    font-size: 12px !important;
    padding: 2px 5px !important;
    border-radius: 4px;
    display: inline-block;
    background: #D2006B !important;
    color: #fff !important;
  }

  .products.elements-list .product-list-item .wd-add-btn a.button:hover {
    background: #b0005b !important;
  }
}


@media (max-width: 768px) {
  .wd-products-shop-view a::before {
    font-size: 145% !important;
  }
}

@media (max-width: 768px) {
  .elementor-1206 .elementor-element.elementor-element-3d1e91f {
    width: auto;
    max-width: auto;
    float: right;
    text-align: right;
    position: absolute;
    right: 40px;
  }
}

@media (min-width:1280px) and (max-width:1400px){
	.wd-off-canvas-btn {

  display: none !important;
}
}

.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo {
  width: 0px !important;
  display: none!important;
}