/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 19:39:36 */
.wd-loop-prod-thumb {
    position: relative !important;
}

.wd-fake-dots {
    display: flex;
    justify-content: left;
    gap: 6px;
    margin-top: 8px;
}

.wd-fake-dots span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.wd-fake-dots span.active {
    background: #111;
}
	
.wd-product.wd-hover-standard .wd-add-btn>a {
   
    display: none;
}


.wd-custom-buttons a.vezi-mai-mult {
    background: #111;
    color: #fff;
    border: 1px solid #111;
	border-radius: 4px;
    margin-right: 1px;
}

.wd-custom-buttons a.vezi-mai-mult:hover {
    background: #fc6d14;
    border-color: #fc6d14;
}

.wd-custom-buttons a.add_to_cart_button {
    background: #e5e5e5;
    color: #333;
    border: 1px solid #e5e5e5;
	    border-radius: 4px;
    margin-right: 1px;
}

.wd-custom-buttons a.add_to_cart_button:hover {
    background: #000000;
    border-color: #000000;
}
.woocommerce-ordering.wd-style-underline select {
    font-weight: 300;
}
.wd-product-content {
    display: flex;
    flex-direction: column;
}

.btn12 {
  background: #000000;
  color: #fff;
  padding: 12px 20px;
  letter-spacing: 1.1px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  transition: 0.2s ease;
}

.btn12:hover {
  background: #fc6d14; 
  color: #fff;         
}
.btn-color-black:hover {
  background-color: #fc6d14; 
  color: #fff;
}
.wd-tools-element:hover .wd-tools-icon {
  color: #fc6d14;
}

