/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 21 2024 | 10:42:44 */
/*Убрать рамку у кнопки в корзину при нажатие */

button:active,
button:focus  {

	outline: none!important;
}

/*Убрать очистить */
.reset_variations{
		display: none !important;
} 
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

.woocommerce div.product form.cart .variations select {
    margin-left: -0.6em;
    margin-top: -4px;
}
/*отступ у заголовока */
th.label{
    padding: 4px 0px 0px 0px!important;
	text-align: start;
}
/*стиль цены */
.price{
    color: #2E2E2E!important;
    font-size: 25px!important;
    font-family: inter!important;
    font-weight: 600!important;
}