.product-card__link {min-height: 45px;}

.info__specifications .specifications__items {
	margin: 0px -25px;
}
.info__specifications .specifications__item {
	margin: 12.5px 25px;
}
.stars .radio-rating {
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.stars .radio-rating a {
	color: #f6f5f3;
}
.stars .radio-rating .light,
.stars .radio-rating .active {
	color: #6E9B61;
}
.stars .radio-rating a:hover {
	color: #6E9B61;
	opacity: .7;
}

#review_form_wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0, .6);
  z-index: 5;
}
#review_form_wrapper.show-review-form {
	display: flex;
}
#review_form_wrapper .modal {
  transform: none;
  opacity: 1;
}
#review_form_wrapper .modal-title {
	display: block;
}
#review_form_wrapper .comment-notes {
	display: block;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333;
}
.comment-form-rating {
	display: flex;
}
.comment-form-rating {
	margin-bottom: 16px;
}
.comment-form-rating .stars {
	margin-left: 20px;
}
.comment-form-rating label {
	display: block;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #828282;
}
#review_form_wrapper .textarea {
	width: 100%;
	margin-bottom: 16px;
}
.comment-form-cookies-consent {
	margin-bottom: 16px;
}
.category__right {
	width: 100%;
}
.info__tabs {
	width: 100%;
}
.product-card__img-wrapper {
	justify-content: center;
}
.counter .quantity input.minus,
.counter .quantity input.plus {
	background-color: #6e9b61;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #6e9b61;
	width: 27px;
	line-height: 17px;
}
.basket__button {
	display: flex;
	flex-wrap: wrap;
}
.basket__button .actions,
.basket__button .wc-proceed-to-checkout {
	width: 100%;
	max-width: 300px;
}
.basket-aside__shipping {
	margin-top: 40px;
	margin-bottom: 20px;
}
.basket-aside__shipping-methods {
	margin-bottom: 15px;
}
.basket-aside__shipping-methods li {
/*	margin-bottom: 10px;*/
}
.basket-aside__shipping-methods .radio__text {
	font-size: 14px;
	line-height: 115%;
}
.woocommerce-shipping-destination {
	font-weight: 400;
	font-size: 14px;
	line-height: 115%;
	color: #333;
}
.order .hidden-on-chekout {
	display: none !important;
}
.order .textarea {
	width: 100%;
}
.order .shipping-method-min-desc {
	margin-top: 15px;
}
.product-card-like span {
	display: none;
}
.product-card-like i {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
/*	background-color: rgba(255, 255, 255, 0.3);*/
	border-radius: 5px;
	padding: 5px;
/*	color: rgba(115,175,97, 1.0);*/
	color: rgba(255, 255, 255, 1);
}
.product-card-like a:hover i {
	background-color: rgba(115,175,97, 0.3);
}
.wpc-filters-widget-main-wrapper a.button.wpc-filters-submit-button {
	width: 100%;
	padding: 12px;
	font-weight: 600;
}
.wpc-filters-widget-main-wrapper a.filter__clear.wpc-filters-reset-button {
	width: auto;
	padding: 0;
	font-weight: 400;
	border: none;
	border-bottom: 1px dashed #333;
}
.filter__parameter.wpc-filters-section {
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 0;
}
.filter .wpc-closed .assortment__title {
	margin-bottom: 0;
}
.filter  .filter__checkbox-item,
.filter  .filter__checkbox-item .checkbox,
.filter  .filter__checkbox-item .checkbox .checkbox__text {
	opacity: 1 !important;
}
/*#billing_state {display: none !important;}*/

.card .info__price {
  display: flex;
  align-items: flex-end;
}
.info .info__price .card__price {
	padding: 0 10px;
	margin-bottom: 0;
	line-height: 21.6px;
}

/*.product-card-slider-wrapper {
	min-height: 341px;
}*/
.products__slide {
	padding-bottom: 1px;
}


@media (max-width: 1024px) {
	.card .info__price {
	  display: flex;
	  align-items: center;
	}


}





