/* Theme Name: Child Hello Elementor
* Author: krl.mayer
* Template: hello-elementor
* Version: 1.0.0
*/

.woocommerce ul.products li.product .button {
	background-color: #625835;
	color: white
}

.woocommerce-ordering {
	display:none
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		font-size: 20px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 20px;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
}

@media (max-width: 575px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #625835;
  height: 42px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #333;
}

a {
    color: #202020;
	transition: color 0.3s ease;/* Задайте свой цвет */
}

a:hover {
    color: #000000;
	/* Цвет при наведении */
}

table.shop_table tr:not(:last-child) {
	margin-bottom: 20px;
}

#ship-to-different-address-checkbox {
  transform: scale(1.5); /* Увеличивает размер чекбокса */
  -webkit-transform: scale(1.5); /* Для Safari */
  margin-right: 6px; /* Отступ справа */
}
