/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 24 2023 | 13:57:25 */
/**/
button.single_add_to_cart_button {
	font-size: 16px !important;
}

/*استایل قیمت متغیر*/

.variations select {
    color: #777;
    font-size: 13px;
    border: 1px dashed #ddd;
    background-color: #f9f9f9;
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 52px;
	border-radius: 10px;
}

.std-add-t-cart th.label {
    line-height: 35px;
    padding-left: 5px;
}
/*
.variations select option[value="ترم اول"] {
	display: none !important;
}
*/
a.reset_variations {
    color: red;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-top: -10px;
}