/*1552/20/06/2019*/
.img_bg_opacity a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.img_bg_opacity	img {
	opacity: 0;
}
.jqselect:before ,
.shop2-block.search-form ul.shop2-color-ext-options:before {
    pointer-events: none;
}

.empty_options {
	justify-content: center; 
}
.empty_options .card-top-block__right {
	width: auto; 
}
.empty_options .card-top-block__product-details {
	display: none; 
}
/*1552/20/09/2019*/
.search--mode_catalog , .buy--mode_catalog {
	margin-right: 0;
}
.site-path {
	margin-top: 20px;
	font-size: 0;
}
.site-path a {
    margin-right: 10px;
}
.site-path a:hover {
	color: #3375fc;
}
.top-slider__items.top_slider_black:before {
	display: none;
}
.top-slider__items.top_slider_black.blackout:before {
	display: block;
}
@media screen and (max-width: 359px) {
	.shop2-product-navigation a.shop2-btn {
	    width: 120px;
	    font-size: 15px;
	}
}
.prod-price-old .price-old {
	font-size: 16px;
    text-decoration: line-through red solid;
    margin: 10px 0 0px 0;
}

.menu__inner li ul.right_level {
	position: static;
    box-shadow: none;
}

.logo.logo__left-setting {
	flex-direction: column;
	align-items: unset;
}



.cart-product-params__list textarea, .shop2-product-options textarea, .cart-product-params__list input[type="text"], .shop2-product-options input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background: #fff;
    border: 2px solid #dde3f0;
    box-sizing: border-box;
    max-width: 100%;
}

.cart-product-params__list input[type="text"].shop2-date, .shop2-product-options input[type="text"].shop2-date, .cart-product-params__list input[type="text"].shop2-date_interval, .shop2-product-options input[type="text"].shop2-date_interval {
    width: 90px;
}

.cart-product-params__list input[type="file"], .shop2-product-options input[type="file"] {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #dde3f0;
    box-sizing: border-box;
    max-width: 100%;
}

.cart-product-params__list .shop2-date-from, .shop2-product-options .shop2-date-from, .cart-product-params__list .shop2-date-to, .shop2-product-options .shop2-date-to {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.cart-product-params__list .shop2-date-from span, .shop2-product-options .shop2-date-from span, .cart-product-params__list .shop2-date-to span, .shop2-product-options .shop2-date-to span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .cart-product-params__list .shop2-date-from span, .shop2-product-options .shop2-date-from span, .cart-product-params__list .shop2-date-to span, .shop2-product-options .shop2-date-to span {
        width: 100%;
        padding: 0 0 4px;
    }
}

.cart-product-params__list .ui-datepicker-trigger, .shop2-product-options .ui-datepicker-trigger {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}

.cart-product-params__list .shop2-btn.shop2-upload-btn, .shop2-product-options .shop2-btn.shop2-upload-btn, .cart-product-params__list .delete-upload-file.shop2-btn, .shop2-product-options .delete-upload-file.shop2-btn {
    min-height: 0;
    width: auto;
}
/*1553*/
@media (min-width: 1024px) {
    .logo {
    	flex-wrap: nowrap;
    }
    .logo.logo_top {
    	flex-direction: column;
    	align-items: flex-start;
    	flex-wrap: wrap;
    }
    
}
/*1553*/

@media (max-width: 1023px) {
	.search.search-mob .search__mobile .search__text {
	    padding-right: 50px;
	}
}