.kind-price .product_weight {
    order: 2;
    line-height: 1.2;
}
.product-list .product_weight {
    order: 1;
}
@media all and (max-width: 600px){
	.slick-prev:hover, .slick-next:hover {
	    background: var(--mainColor1);
	}
}

@media all and (max-width: 400px){
	.main-blocks .main-products .product-list.thumbs.slick-slider .product-compare .product-compare-tooltip,
	.new-blocks-main .main-products .product-list.thumbs.slick-slider .product-compare .product-compare-tooltip,
	.main-blocks .main-products__wrap_new .product-list.thumbs.slick-slider .product-compare .product-compare-tooltip,
	.new-blocks-main .main-products__wrap_new .product-list.thumbs.slick-slider .product-compare .product-compare-tooltip {
		display: none;
	}
	
	
	.tns-controls button:hover {
	    background: var(--mainColor1);
	}
}
.card-product-preview .product-price-wrap, .recent-item .product-price-wrap {
	display: flex;
}
.card-product-preview__price .price-current .product_weight, .recent-item .product_weight {
    line-height: 1.6;
}
.card-product-preview .product-price-wrap .product_weight {
    line-height: 1.6;
}
body .remodal .shop-coupon .coupon-id .coupon-delete {
	background: transparent;
	position: relative;
}
body .remodal .shop-coupon .coupon-id .coupon-delete svg {
	fill: red;
}
.cart-products__item .cart-price {
	display: flex;
}
.cart-products__item .product_weight {
    font-size: 12px;
    font-weight: normal;
    line-height: 2.2;
}
/* 2045 */
body .shop2-product-actions dd {
	color: #000;
	background: #dedede;
}
/* 2045 */
.slick-list {
  width: 100%;
}
.slick-list .slick-track {
  margin-left: 0;
}
.main-products__title.not_arrow {
  margin-bottom: 0;
}/* 2045 */
@media all and (max-width: 767px){
	.site-header__logo_text_sh {
	    text-align: center;
	    padding: 0 20px;
	}
}
.comments-block .comments-form .tpl-field-reg .comments-chekbox {
	flex-wrap: wrap;
}
.comments-block .comments-form .tpl-field-reg .comments-chekbox font {
	width: 100%;	
}
@media all and (max-width: 767px) {
	.site-path {
		width: 100%;
	    flex-wrap: nowrap;
	    overflow-x: auto;
	    display: flex;
    }
    .site-path > * {
		flex: 1 0 auto;
    }
}
@media all and (max-width: 1024px) {
	.product-list.list .shop2-product-actions dd, .product-list.list .shop2-product-discount-desc {
		 transform: translate(0);
	}
}
@media all and (max-width: 480px) {
	.sorting-block__result {
		align-items: flex-start;
	}
}