/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 18:37:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.title {

    font-weight: 600!important;
}
table td {
	vertical-align: top!important;

}
    .container-tabel {
      max-width: 1400px;
      margin: auto;
    }



    table {
      width: 100%;
      border-collapse: collapse;
    }

    tr {
      border: none;
    }

    td {
      vertical-align: top;
      padding: 14px 20px;
      font-size: 18px;
      line-height: 1.5;
    }

    .col-title {
      width: 20%;
      font-weight: bold;
      font-size: 20px;
    }

    .col-content {
      width: 45%;
      color: #2c3e50;
    }

    .col-image {
      width: 40%;
      text-align: center;
      vertical-align: top;
    }

    .col-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .price-list div {
      margin-bottom: 6px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      table, tbody {
        display: block;
        width: 100%;
      }

      tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
      }

      td {
        display: block;
        width: 100%;
        padding: 6px 0;
      }

      .col-title {
        order: 1;
        font-size: 28px;
      }

      .col-content {
        order: 2;
        font-size: 24px;
      }

      .col-image {
        display: block;
        width: 100%;
        order: 999;
        margin-top: 40px;
        text-align: center;
      }

      .col-image img {
        max-width: 80%;
      }

    .col-title {
      width: 100%;
      font-weight: bold;
      font-size: 25px;
    }

    .col-content {
      width: 100%;
      color: #2c3e50;
    }

    .col-image {
      width: 100%;
      text-align: center;
      vertical-align: top;
    }
    }


	
.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: #000;
    border-color: #000;
}

.wd-custom-buttons a.add_to_cart_button {
    background: #e5e5e5;
    color: #333;
    border: 1px solid #e5e5e5;
	    border-radius: 4px;
    margin-right: 5px;
}

.wd-custom-buttons a.add_to_cart_button:hover {
    background: #d5d5d5;
    border-color: #d5d5d5;
}
.woocommerce-ordering.wd-style-underline select {
    font-weight: 300;
}
.wd-product-content {
    display: flex;
    flex-direction: column;
}




