.scrollock {
	overflow: hidden !important;
}

.row {
	margin: 0;
}

header {
	flex-direction: column;
	background: #2c2d2e;
}

header .container:not(.bottom_nav .container) {
	height: 80px;
}
header .container .row {
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div[id="logo"] .logo-wrapper {
	display: flex;
	align-items: center;
}
.logo-wrapper img {
	width: 100%;
	height: 64px;
	object-fit: cover;
}

.logo-wrapper span {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-left: 8px;
}

header .col-width-flex {
	max-width: 840px;
	width: 100%;
	margin-left: auto;
}

.header_search {
	max-height: 100%;
	display: flex;
	max-width: 560px;
	width: 100%;
}

#search {
	display: flex;
	width: 100%;
	position: relative;
	background-color: transparent;
	border-radius: 6px;
	/* overflow: hidden; */
}
.product-search #search #my-theater {
	display: none !important;
}

#search #my-theater {
	position: absolute;
	z-index: 10;
	display: flex;
	top: 10px;
	left: 16px;
}
#search input::-webkit-input-placeholder {
	color: #868686;
	font-size: 14px;
}
#search .input-lg {
	padding: 0 35px 0 15px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	border: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
}
#search .btn-lg {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	border: none;
	position: absolute;
	right: 0;
	color: #ffffff;
	background: #4c81eb;
	z-index: 3;
	padding: 8px 16px;
	transition: background 0.3s;
}
#search .btn-lg:hover {
	background: #f9bf2d;
}

.row_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap_link_user {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

#top-links {
	display: flex;
	flex-shrink: 0;
}
#top-links a button {
	display: none;
}
#top-links a.not-active {
	color: #6c717b;
	pointer-events: none;
	cursor: not-allowed;
}
#top-links > a {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	display: inline-block;
}

#top-links a:first-child {
	border-right: 1px solid #6c717b;
	padding-right: 8px;

	margin-right: 8px;
}

.header_buttons {
	max-width: 170px;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.header_buttons .list-inline {
	margin: 0;
	padding: 0;
}
.header_buttons .list-inline li.dropdown {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_buttons .account-link,
#compare-total,
#wishlist-total {
	width: 24px;
	height: 24px;
	display: flex;
	padding: 0;
	margin-right: 24px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
	flex-shrink: 0;
	transition: background 0.3s;
}
.header_buttons .account-link {
	background-image: url(/catalog/view/theme/default/image/icons/user.svg);
}
#compare-total {
	background-image: url(/catalog/view/theme/default/image/icons/compare.svg);
}
#wishlist-total {
	background-image: url(/catalog/view/theme/default/image/icons/wishlist.svg);
}

.header_buttons .account-link:hover {
	background-image: url(/catalog/view/theme/default/image/icons/user_grey.svg);
}
#compare-total:hover {
	background-image: url(/catalog/view/theme/default/image/icons/compare_grey.svg);
}
#wishlist-total:hover {
	background-image: url(/catalog/view/theme/default/image/icons/wishlist_grey.svg);
}

.header_buttons .cart-menu-toggle {
	width: 24px;
	height: 24px;
	display: flex;
	padding: 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	background-image: url(/catalog/view/theme/default/image/icons/cart.svg);
	transition: background 0.3s;
}
.header_buttons #cart-total i {
	display: none;
}
.header_buttons .cart-menu-toggle:hover {
	background-image: url(/catalog/view/theme/default/image/icons/cart_grey.svg);
}

.top_slider .row {
	display: flex;
	justify-content: flex-end;
}
.home_slideshow {
	margin-top: 24px;
	padding: 0;
	max-width: 840px;
	width: 100%;
	overflow: hidden;
	min-height: 570px;
}

.home_slideshow .item {
	background: #e1ebff;
	border: 1px solid #e1ebff;
	border-radius: 6px;
	margin: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.home_slideshow .item:not(.slick-slide) {
	margin: 0px 1.5%;
	max-width: 30%;
}
.banner-image-wrapper {
	margin: 15px 0;
	max-height: 265px;
	min-height: 250px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_slideshow .item img {
	object-fit: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.home_slideshow .banner-text {
	padding: 0 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: flex-end;
	color: #2e2f32;
	margin-bottom: 24px;
	text-align: left;
}

.banner.link-wrapper {
	display: flex;
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: 24px;
}

.home_slideshow .item a {
	background: #4c81eb;
	border-radius: 6px;
	padding: 8px 16px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	transition: background 0.3s;
}

.home_slideshow .item a:hover {
	background: #f9bf2d;
}

.home_slideshow .slick-list {
	margin: 0 -16px;
}

.home_slideshow .slick-slider .slick-arrow {
	width: 96px;
	height: 64px;
	background-color: rgba(46, 47, 50, 0.4);
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 40px;
	background-repeat: no-repeat;
	transition: transform 0.5s;
	top: 45%;
}

.home_slideshow .slick-slider .icon-angle-left {
	transform: translateX(-50%);
	background-image: url(/catalog/view/theme/default/image/icons/arrow-left_white.svg);
	background-position: 75% center;
	transition: .3s;
}

.home_slideshow .slick-slider .icon-angle-right {
	transform: translateX(50%);
	background-image: url(/catalog/view/theme/default/image/icons/arrow-right_white.svg);
	background-position: 25% center;
	transition: .3s;
}
.home_slideshow .slick-arrow:hover {
	transform: translateX(0);
	background-color: rgba(46, 47, 50, 0.4);
	background-position: 50% center;
}

.home_slideshow .slick-arrow:after,
.home_slideshow .slick-arrow:before {
	display: none;
}

.home_slideshow .slick-track {
	display: flex;
}

.navbar-nav > li {
	margin: 4px 0px;
	margin-left: auto;
}

.navbar-nav > li > a {
	position: relative;
	max-width: 248px;
	margin: 0 auto;
}

section.featured-wrapper {
	margin-top: 20px;
}

.product-slider-wrapper {
	margin: 10px 0;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.product-slider-wrapper .slick-list {
	overflow: initial;
}
.product-slider-wrapper .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	margin-bottom: 30px;
}
.product-slider-wrapper .slider:not(.slick-slider) {
	display: flex;
	/* overflow: hidden; */
}
.product-slider-wrapper .slick-track {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
.product-slider-wrapper .slider:not(.slick-slider).hiddens{
    display: none;
}
.product-slider-wrapper .product-layout {
	width: 100%;
	margin: 12px;
	margin-top: 0px;
	height: auto;
	flex-shrink: 0;
	border-radius: 4px;
}
.product-slider-wrapper .product-layout:not(.slick-slide) {
	max-width: calc(25% - 4px);
	margin: 2px;
}

/*.product-slider-wrapper .product-layout:hover,
.search-product-row .product-layout:hover,
.category-product-row .product-layout:hover {
	box-shadow: 0px 0px 20px rgb(55 55 55 / 26%);
}*/

.product-slider-wrapper .product-layout .product-thumb,
.search-product-row .product-layout .product-thumb,
.category-product-row .product-layout .product-thumb {
	height: 100%;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-between;
}

.product-slider-wrapper .product-layout,
.search-product-row .product-layout {
	position: relative;
}

.product-thumb {
	/* border: 1px solid #000; */
	padding: 16px;
}

.product-visible {
}

.product-visible .image {
	max-width: 185px;
	width: 100%;
	max-height: 215px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px auto;
	margin-top: 8px;
}

.product-visible .link-product-img {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-visible .link-product-img img {
	width: 100%;
	max-height: 80%;
	overflow: hidden;
	object-fit: cover;
	display: flex;
}

.product-visible .caption {
	display: flex;
	flex-direction: column;
}

.product-visible .caption .h4 {
	order: -1;
	padding: 0;
	margin: 8px 0;
}
.product-visible .caption a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	text-align: left;
	text-decoration: none;
}

.product-visible .caption a:hover {
	color: #eb4c61;
}

.product-layout .price {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	margin: 8px 0;
}

.product-layout .rating,
.rating-wrapper.rating {
	display: flex;
	align-items: center;
}
.product-layout .rait_count,
.rating-wrapper .rait_count {
	font-size: 11px;
	line-height: 16px;
	color: #2e2f32;
	margin-left: 8px;
}
.product-layout .rating span.fa,
.rating-wrapper.rating span.fa {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}
.product-layout .rating i,
.rating-wrapper.rating i {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
.product-layout .rating i:before,
.rating-wrapper.rating i:before {
	display: none;
}
.product-layout .rating .fa-star.fa,
.rating-wrapper.rating .fa-star.fa {
	background-image: url(/catalog/view/theme/default/image/icons/star_full.svg);
	z-index: 1;
}
.product-layout .rating .fa-star-o,
.rating-wrapper.rating .fa-star-o {
	background-image: url(/catalog/view/theme/default/image/icons/star_empty.svg);
}

.product-layout .price-old {
	text-decoration-line: line-through;
	color: #a8adb7;
	margin-left: 16px;
	font-weight: 500;
}
.product-layout .price:before {
	display: none;
}

.product-hidden {
	/* position: absolute; */
	/* top: 96%; */
	/* left: 0; */
	/* opacity: 0; */
	/* visibility: hidden; */
	background-color: #fff;
	width: 100%;
	/* padding: 16px; */
	padding-top: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* box-shadow: 0px 4px 8px rgba(54, 56, 61, 0.12); */
	border-radius: 0 0 6px 6px;
}

.product-hidden .wrapper_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* .product-layout:hover .product-hidden {
	opacity: 1;
	z-index: 2;
	visibility: visible;
} */

.wrapper_bottom button i {
	display: none;
}

.wrapper_bottom button.buy,
#button-cart,
.slider_articl_recomendation .green_button,
.compare-table .buy-wrapper input,
.wishlist-item_buttons .buy {
	background: #4c81eb;
	border-radius: 6px;
	padding: 8px 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #ffffff;
	border: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 18%;
	background-size: 16px;
	background-image: url(/catalog/view/theme/default/image/icons/cart.svg);
	transition: background 0.3s;
}
.wrapper_bottom button.buy.in-cart {
	background-color: #f9bf2d;
	background-image: url(/catalog/view/theme/default/image/icons/check.svg);
	padding-left: 33px;
	background-position: 12%;
}

.wrapper_bottom button.buy:hover,
#button-cart:hover,
.slider_articl_recomendation .green_button:hover,
.compare-table .buy-wrapper input:hover,
.wishlist-item_buttons .buy:hover {
	background-color: #f9bf2d;
}

.wrapper_bottom .two_buttons {
	display: flex;
}

.wrapper_bottom .two_buttons button,
.wishlist-btn,
.compare-btn {
	width: 40px;
	height: 40px;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 4px;
	border-radius: 6px;
	transition: background 0.3s;
}
.wishlist-btn,
.compare-btn {
	border: 1px solid #e1e4eb;
}
.wishlist-btn:hover,
.compare-btn:hover {
	background-color: #f2f4f7;
	color: #2e2f32;
	border: 1px solid #e1e4eb;
}
.wishlist-btn i,
.compare-btn i {
	display: none;
}

.wrapper_bottom .two_buttons button[onclick*="compare"],
.compare-btn {
	background-image: url(/catalog/view/theme/default/image/icons/compare_grey.svg);
}

.wrapper_bottom .two_buttons button[onclick*="wishlist"],
.wishlist-btn {
	background-image: url(/catalog/view/theme/default/image/icons/wishlist_grey.svg);
}

.wrapper_bottom .two_buttons button:hover {
	background-color: #f2f4f7;
}

/* callback-block */
.callback-container {
	margin: 30px 0;
	padding: 0;
	max-width: 100%;
}

.callback {
	background-color: #2e2f32;
	background-image: url(/catalog/view/theme/default/image/call_back_bg.png);
	background-size: 140%;
	background-position: center;
	border-radius: 6px;
	padding: 28px 90px;
	margin: 0;
	font-family: "Lato", sans-serif;
	display: flex;
	flex-direction: column;
}

.callback .cb-title {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	max-width: 260px;
	text-align: left;
	margin-right: auto;
	text-align: center;
}

.callback-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.callback-top .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 650px;
	width: 100%;
}

.callback input {
	padding: 10px 14px 10px 16px;
	border-radius: 6px;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;
	height: auto;
	max-width: 225px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.callback input:focus {
	outline: 0;
	border: 0;
	box-shadow: none;
}
.callback .fcallback {
	width: 100%;
	max-width: 155px;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background: #4c81eb;
	text-align: center;
	height: auto;
	cursor: pointer;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.callback .fcallback:hover {
	background: #f9bf2d;
}
.callback .ok-message {
	text-align: center;
	color: #fff;
	margin-top: 12px;
	font-size: 14px;
}
.container.callback-container {
	margin-bottom: 32px;
}
/* end callback-block */

.seo-text-wrapper {
	border-top: 1px solid #e1e4eb;
	padding-top: 50px;
	margin: 60px 0;
}

/* PRODUCT-PAGE */

.product-nm-wrapper {
	margin-top: 0;
	margin-bottom: 34px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e4eb;
	display: flex;
	justify-content: space-between;
}
.product-nm-wrapper h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
}
.product-nm-wrapper .model {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #6c717b;
}

.product-top {
	display: flex;
	margin-bottom: 34px;
	padding-bottom: 34px;
	border-bottom: 1px solid #e1e4eb;
}

.product-top_left {
	max-width: 45%;
	width: 100%;
	padding-right: 20px;
	margin-right: 30px;
}

.product-top_right {
	max-width: 55%;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.product-top_column-left {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 450px;
}

.label-wrapper .akcia {
	background: #eb4c61;
	border-radius: 6px;
	padding: 5px 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.label-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.label-wrapper .rating-wrapper {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.label-wrapper .rating-wrapper a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #6c717b;
}
.star-wrapper {
	min-width: 80px;
	margin-right: 5px;
}

.label-wrapper .rating-wrapper.rating span.fa {
	width: 15px;
	height: 15px;
	margin-right: 2px;
}

.label-wrapper .rating-wrapper.rating i {
	background-size: cover;
}

.product-top_column-left .product-info-wrapper {
	margin-top: 16px;
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.price-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.price-wrapper .price {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	/* color: #2e2f32; */
	color: #4c81eb;
	white-space: nowrap;
	margin-right: 16px;
}
.price-wrapper .special {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #a8adb7;
	/* margin-left: 16px; */
	white-space: nowrap;
}
.stock-info {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stock {
	position: relative;
	display: flex;
	white-space: nowrap;
}
.stock:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 8px;
	background-image: url(/catalog/view/theme/default/image/icons/check-circle.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.product-buttons {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 24px;
}

.product-buttons_top {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#button-cart {
	max-width: 60%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: 32%;
}

.product-buttons_bottom .btn-fastorder,
#button-cart {
	max-width: 60%;
	min-width: fit-content;
	width: 100%;
	flex-shrink: 0;
	margin-right: 10px;
}

.product-page-quantity {
	margin-left: calc(100% - 60% - 132px);
}

.product-buttons_bottom .wishlist-btn,
.compare-btn,
.product-buttons_bottom .compare-btn {
	width: 50px;
	height: 40px;
	margin: 0;
}
.product-buttons_bottom .wishlist-btn {
	margin-left: calc(100% - 60% - 132px);
	margin-right: auto;
}

.product-buttons_bottom {
	margin-top: 8px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
.product-buttons_bottom .btn-fastorder {
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 7px;
	color: #2e2f32;
}
.product-buttons_bottom .btn-fastorder:hover,
.product-buttons_bottom .btn-fastorder:focus {
	background-color: #f2f4f7;
	color: #2e2f32;
	border: 1px solid #e1e4eb;
}

.some_detals {
	margin-bottom: 24px;
	margin-top: 24px;
	padding-top: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #e1e4eb;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.some_detals .manufacturer {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #6c717b;
}
.some_detals .manufacturer a {
	color: #4c81eb;
}
.attribute-wrapper {
	margin-top: 24px;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.attribute-head {
	margin-bottom: 12px;
	color: #2e2f32;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
}
.attribute-list {
	text-align: left;
	list-style-type: circle;
	padding-left: 15px;
	margin: 0;
}

.attribute-list li {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.addthis_inline_share_toolbox {
	display: flex;
}

.at-style-responsive .at-share-btn {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-right: 10px !important;
}

.product-top_column-right {
	max-width: 350px;
	width: 100%;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.product-top_column-right .accordion1 {
	height: 100%;
	list-style-type: none;
	margin: 0;
	margin-bottom: 30px;
	border: 1px solid #e1e4eb;
	padding: 16px;
	border-radius: 6px;
}
.product-top_left ul.thumbnails {
	display: flex;
	justify-content: space-between;
}

.product-top_left .product_photo {
	max-width: 100%;
	width: 100%;
	margin-bottom: 16px;
}
.product_photo {
	min-height: 320px;
}

.product-top_left .product_photo img {
	max-width: 100%;
	max-height: 350px;
}

.product-top_left .thumbs_slider {
	max-width: 100%;
	min-width: 90px;
	flex-shrink: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
}

.thumbs_slider .slick-list {
	display: flex;
	/* align-items: center;
	justify-content: center; */
}

.thumbs_slider .slick-track .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	border: 1px solid transparent;
	flex-shrink: 0;
	margin: 0 5px;
}
.thumbs_slider .slick-track {
	display: flex;
	flex-direction: row;
}

.product-top_left ul.thumbnails {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

li.thumbs_slider:not(.slick-slider) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.image-additional a {
	box-sizing: border-box;
	border-radius: 6px;
	/* width: 100%; */
	width: 90px;
	/* height: 100%; */
	height: 90px;
	overflow: hidden;
}
.thumbs_slider .image-additional img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-top_left .slick-slider .slick-arrow.fa-angle-left {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0deg);
	left: 0;
	right: auto;
}

.product-top_left .slick-slider .slick-arrow.fa-angle-right {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0deg);
	left: auto;
	right: 0;
}

#tab-description > * {
	text-align: left;
}

[id="product-related"] {
	margin-top: 64px;
	margin-bottom: 24px;
	padding-top: 50px;
	border-top: 1px solid #e1e4eb;
}

[id="similar_category"] {
	margin-bottom: 26px;
}

[id="product-related"] .product-slider-wrapper,
[id="similar_category"] .product-slider-wrapper {
	margin: 0;
}

/* quantity start */
.quantity-wrapper {
	background: #ffffff;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	display: flex;
}

.quantity-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.quantity-btn .btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2e2f32;
	font-size: 28px;
}
.quantity-btn .btn:hover {
	background-color: #f2f4f7;
}

input.quantity-input.form-control[type="text"] {
	max-width: 60px;
	width: 40px;
	height: 100%;
	border: 0;
	border-left: 1px solid #e1e4eb;
	border-right: 1px solid #e1e4eb;
	border-radius: 0px;
	padding: 3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	text-align: center;
	margin: 0;
}
/* quantity end */

/* GENERAL */

.form-group input,
.form-group .form-control,
.form-group textarea,
.checkout-content .fields-group input,
.wrap_promocod input[name="coupon"] {
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #989aa0;
	height: auto;
	margin-bottom: 16px;
	padding: 8px 16px;
}

.form-group input:focus,
.form-group textarea:focus,
.checkout-content .fields-group input:focus,
.wrap_promocod input[name="coupon"]:focus {
	box-shadow: none;
	border-color: #4c81eb70;
	outline: none;
}

button[type="submit"] {
	background: #4c81eb;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 0;
	box-shadow: none;
	text-shadow: none;
}

button[type="submit"].btn:hover,
button[type="submit"].btn:focus,
button[type="submit"].btn:active {
	background: #f9bf2d;
}

/* CATEGORY */

.category_bredcrums .breadcrumb {
	margin: 0;
}

.category-container .row > div {
	padding: 0;
}

aside[id="column-left"] {
	max-width: 280px;
	width: 100%;
	padding: 16px;
	background: #ffffff;
	box-shadow: 0px 4px 8px rgba(54, 56, 61, 0.12);
	border-radius: 6px;
	margin-top: 8px;
}

aside[id="column-left"] .input-group {
	margin: 0;
	max-width: 68px;
	width: 100%;
	position: static;
	margin-bottom: 16px;
}

aside[id="column-left"] .label_sort {
	display: none;
}

aside[id="column-left"] .sidebarFilter {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.sidebarFilter .input-group + .input-group {
    margin-left: 14px;
}

#column-left .list-group-item_my {
	position: relative;
	display: block;
	margin-bottom: 16px;
	padding-top: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #2e2f32;
	width: 100%;
}

aside[id="column-left"] .sidebarFilter .list-group {
	width: 100%;
}

#max_price,
#min_price {
	padding: 8px 4px;
	width: 100%;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	max-width: 100%;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #a8adb7;
	position: relative;
	display: flex;
}

#min_price + .label_sort {
	font-size: 0;
    position: absolute;
    top: 45px;
    left: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
}

.sidebarFilter .list-group-item_my {
    order: 1;
}

.sidebarFilter .form-group.input-group {
    order: 3;
}

button#button-price-filter {
    order: 2;
    margin-left: 160px;
    margin-right: 100%;
    margin-bottom: -34px;
    padding: 5px 4px;
}
.sidebarFilter .list-group-item {
    padding-bottom: 0px;
}

aside[id="column-left"] .sidebarFilter .list-group {
    order: 4;
}

#min_price + .label_sort:before {
	content: "-";
	font-size: 30px;
	display: block;
	color: #2e2f32;
}

.list-group-item .ui-slider .ui-slider-handle {
	width: 8px !important;
	height: 15px !important;
	background: #4c81eb !important;
	cursor: pointer !important;
	border-radius: 6px;
	top: -6px !important;
	border: 0 !important;
}
.list-group-item .ui-slider .ui-slider-handle:hover {
	background: #f9bf2d !important;
}

.ui-slider .ui-widget-header {
	background: #4c81eb !important;
}

#button-price-filter {
	display: block;
    width: auto;
    border: none;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #4c81eb;
    font-weight: normal;
    font-size: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px 30px;
    position: relative;
    /*left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 5px 8px;
    top: -7px;*/
}

[lang="uk"] #button-price-filter:after {
	content: "Застосувати";
	font-size: 14px;
}

[lang="ru"] #button-price-filter:after {
	content: "Применить";
	font-size: 14px;
}

.ocfilter-option {
	border-bottom: 1px solid #e1e4eb;
}
.category-container > .row {
	display: flex;
    flex-wrap: wrap;
	/* justify-content: space-between; */
}
.product-visible {
    position: relative;
}
.category-container .row > div {
	width: auto;
}

.category-container #content {
	max-width: calc(100% - 280px);
	padding-left: 24px;
	/*margin-left: auto;*/
	    width: 100%;
}

.category-sort-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
	margin-bottom: 64px;
}

.categ_small_name h1,
.categ_small_name span {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
	margin: 0;
	text-align: left;
}
.sort_to .form-group {
	margin: 0;
}
.sort_to .label_sort {
	display: none;
}

.category_sort select[id="input-sort"],
.search-sort-title-wrapper select[id="input-sort"],
.search-sort-title-wrapper select[id="input-limit"],
.param-category-wrapper select[name="category_id"] {
	margin: 0;
	/* margin-left: 20px; */
	height: auto;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	padding: 8px 12px;
}

.category_sort select[id="input-sort"]:focus,
.search-sort-title-wrapper select[id="input-sort"]:focus,
.search-sort-title-wrapper select[id="input-limit"]:focus,
.param-category-wrapper select[name="category_id"]:focus {
	box-shadow: none;
	border-color: #4c81eb60;
}

.cats_wrapp {
	margin-top: 0;
}
.cats_wrapp a {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.cats_wrapp a .cats_wrapp-img {
	display: flex;
	width: 96px;
	height: 96px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background: #f2f4f7;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.cats_wrapp a .cats_wrapp-txt {
	min-height: 64px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #2e2f32;
	width: 90%;
	margin-left: -10px;
	justify-content: center;
	transition: 0.3s;
	overflow: hidden;
}
.cats_wrapp a .cats_wrapp-img img {
	transition: 0.3s;
}
.cats_wrapp a:hover .cats_wrapp-img img {
	transform: scale(1.05);
}
.cats_wrapp a:hover .cats_wrapp-txt {
	color: #4c81eb;
}
.cats_wrapp .fa-angle-left.slick-arrow {
	top: calc(50% - 20px);
	left: -10px;
}
.cats_wrapp .fa-angle-right.slick-arrow {
	top: calc(50% - 20px);
	right: -10px;
}

.category-product-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.category-container .category-product-row {
    width: calc(100% + 4px);
    margin-left: -2px;
}
.category-container .category-product-row .product-layout {
    max-width: calc((100% / 4) - 4px);
    margin: 2px;
    width: 100%;
}
.product-layout {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    border-radius: 2px;
    transition: .3s;
}
.product-layout:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.not-available-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}

.not-available-wrapper .price {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.not-available-wrapper .btn-fastorder {
	border: 1px solid #e1e4eb;
	border-radius: 6px;
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2e2f32;
	height: auto;
	width: auto;
	padding: 8px;
	margin-left: auto;
	/* opacity: 0; */
	opacity: 1;
}

/* .product-layout:hover .not-available-wrapper .btn-fastorder {
	opacity: 1;
} */
.not-available-wrapper .btn-fastorder:hover,
.not-available-wrapper .btn-fastorder:active,
.not-available-wrapper .btn-fastorder:focus {
	background-color: #4c81eb30;
	border: 1px solid transparent;
}

.product-layout .buy .hidden-xs:not(.hidden) {
	display: block !important;
	white-space: nowrap;
}

.categor-filter.green_button {
	display: none;
}

/* CHECKOUT */

.checkout-success #content {
	text-align: left;
}

.checkout-checkout h1 {
	margin-bottom: 54px;
}

.cartProduct-forms {
	width: 100%;
	max-width: 55%;
}

.cartProduct {
	background: #ffffff;
	box-shadow: 0px 4px 8px rgba(54, 56, 61, 0.12);
	border-radius: 6px;
	padding: 24px;
	max-width: 42%;
	width: 100%;
}

.cartProduct-tabs {
	margin-bottom: 24px;
	display: block;
	font-size: 0;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cartProduct-tabs li {
	font-size: 16px;
	max-width: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cartProduct-tabs li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	background: #f4f4f4;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.cartProduct-tabs li.active a {
	background: #f2f4f7;
}

.checkout .buy_type,
.checkout-content .fields-group .label-bold {
	margin-bottom: 24px;
	text-align: left;
	color: #2e2f32;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

.checkout .buy_type:first-letter {
	text-transform: uppercase;
}

.checkout .tab-pane {
	width: 100%;
}
.checkout-content .fields-group {
	display: flex;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.checkout-content .fields-delivery,
.checkout-content .fields-payment {
	flex-wrap: wrap;
	position: relative;
}

.checkout-content .fields-group .error {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}

.checkout-content .fields-group label,
.checkout-content .form-group label {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
}

.checkout-content .fields-group input {
	margin: 0;
	max-width: 58%;
	width: 100%;
	margin-left: auto;
	max-height: 40px;
	color: #2e2f32;
	font-size: 14px;
	box-shadow: none;
}
.checkout-content .fields-group:not(.fields-delivery, .fields-payment) label {
	max-width: 40%;
}

.checkout-content .fields-group .label-bold {
	border-top: 1px solid #e1e4eb;
	width: 100%;
	display: flex;
	padding-top: 24px;
	margin-top: 24px;
}

.shipping_method-select,
.checkout-content .form-group select,
.payment_select {
	max-width: 60%;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
	min-height: 40px;
}

.cartProduct-container br {
	display: none;
}

.shipping_method-select select {
	/* padding-left: 150px; */
}

.payment_select__img.show,
.shipping_method-select_img.show {
	display: block;
	position: absolute;
	/* left: -30%;
	top: 50%;
	transform: translateY(-50%); */
	left: 0;
	bottom: 0;
	top: auto;
	transform: translateY(0%);
}

.checkout-content .form-group {
	display: flex !important;
	align-items: center;
}

.checkout-checkout h1 {
	margin-bottom: 36px;
}

.cartProduct__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	margin-bottom: 24px;
}

.cartProduct__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	padding-right: 50px;
}

.cartProduct-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.cartProduct__img {
	height: 80px;
	width: 80px;
	text-align: center;
	overflow: hidden;
}

.cartProduct__img .img-thumbnail {
	padding: 0;
	border: 0;
}
.cartProduct-info {
	padding-left: 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	color: #2e2f32;
	max-width: 50%;
	width: 100%;
}
.checkout-cart-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.checkout-cart-price .total-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
}

.total-old-price-wrapper {
	font-size: 14px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #a8adb7;
}
.cartProduct-info__title {
	display: inline-block;
	margin-bottom: 8px;
	text-align: left;
}

.cartProduct__item .btn-danger:active,
.cartProduct__item .btn-danger:hover {
	background-color: #ac292553;
	border: 0;
	border-radius: 6px;
}

.cartProduct-info__summ {
	display: flex;
	padding-bottom: 15px;
}
.cartProduct-info__quantity {
	flex: 0 80px;
}
.cartProduct-actions__btn {
	height: 40px;
	width: 40px;
}
.cartProduct-info__summ .pm,
.cartProduct-info__summ .pm_val {
	max-width: 40px;
	height: 40px;
}
.cartProduct-actions {
	display: flex;
	max-width: 100%;
	justify-content: space-between;
}

.cartProduct .limit_price {
	display: none;
}

.wrap_promocod {
	border-top: 1px solid #e1e4eb;
	margin-top: 24px;
	padding-top: 24px;
}

.wrap_promocod label {
	display: none;
}

.promc_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap_promocod input[name="coupon"] {
	max-width: 65%;
	width: 100%;
}

.wrap_promocod input[name="coupon"],
div[id="promo_coupon_butt"] {
	margin: 0;
}
div div[id="promo_coupon_butt"] {
	max-width: 30%;
	width: 100%;
	margin: 0;
	margin-left: 30px;
	min-width: fit-content;
}

.cartProduct-total {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;

	color: #000000;
	margin-bottom: 24px;
	margin-top: 24px;
}

.button-order-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-order-wrapper > div {
	width: 100%;
}

.button-order-wrapper .btn-success {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	border: none;
	right: 0;
	color: #ffffff;
	background: #4c81eb;
	z-index: 3;
	padding: 8px 16px;
	transition: background 0.3s;
	width: 100%;
	border-radius: 6px;
	text-shadow: none;
	text-decoration: capitalize;
}
.button-order-wrapper .btn-success::first-letter {
	text-transform: uppercase;
}

.button-order-wrapper .btn-success:hover {
	background: #f9bf2d;
}

.has-error .form-control:not(.form-control:focus) {
	border-color: #db252380 !important;
}

/* mobile-menu */

[id="mobile-menu-trigger"],
.mobile-search-trigger {
	display: none;
}

.product-slider-wrapper-tab {
	margin: 32px 0;
	margin-bottom: 22px;
}
.product-tab-list {
	display: flex;
	overflow-x: auto;
	padding-bottom: 10px;
}
.product-tab-item {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	padding: 4px 16px;
	background: #ffffff;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	cursor: pointer;
	margin-right: 8px;
	transition: background 0.3s;
	white-space: nowrap;
}
.product-tab-item:hover {
	background: #4c81eb20;
}
.product-tab-item.tab-active {
	background: #4c81eb50;
}
.product-slider-wrapper-tab + .slider .slick-arrow {
	top: -130px;
}
.common-home .menu_header.active:not(.scroll-a) {pointer-events: none;}
.common-home .menu_header.active:not(.scroll-a) .menu_header-burger {display: none;}

.youtube_btn {
    display: inline-flex;
    flex-direction: column;
    color: #fff!important;
    height: 32px;
    margin: 0 15px;
}
.youtube_btn span {
    background-color: #f44336;
    display: inline-flex;
    width: 100px;
    height: 32px;
    border-radius: 5px;
    background-image: url(/catalog/view/theme/default/image/youtube_new.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 5px center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
}
.youtube_btn:after {
    content: 'Перейти на канал';
    font-size: 12px;
}
.fmob .youtube_btn:after {
    visibility: hidden;
}
.row_youtube .youtube_btn {
	display: inline-flex;
}
.row_youtube {
    padding-top: 20px;
}

@media (min-width: 1200px) {
	.footer-column.copy_contact {
	  display: inline-flex;
	  max-width: calc(100% - 265px);
	  flex-wrap: wrap;
	  align-items: flex-start;
	  justify-content: flex-start;
	}
	.footer-column.copy_contact span.h5 {
	  width: 100%;
	}
	.footer-column.copy_contact .col_foot {
	  padding: 0 15px 0 0;
	  width: 33.33%;
	  height: 100%;
	}
	.col_foot span.h5.header_small_text {
	  font-weight: normal;
	}
    .callback-container{
        display: none;
    }
}

.category-container .category_bottom {
    width: 100%!important;
}
@media (max-width: 990px) {
	.youtube_btn:after {
		display: none;
	}
	.youtube_btn span {
	    font-size: 12px;
	    background-size: 17px;
	    background-position: 4px center;
	    width: 78px;
	    height: 26px;
	    padding-left: 20px;
	}
	.youtube_btn {
	    height: auto;
	    margin: 0 10px 0 0;
        flex-shrink: 0;
	}
	.header_buttons .list-inline {
	    display: none;
	}
	.header_buttons {
	    flex-shrink: inherit;
	}

	.list-inline-acount .account-link {
	    display: inline-flex;
	    width: 30px;
	    height: 30px;
	    background-image: url(/catalog/view/theme/default/image/user.svg);
	    background-size: 30px;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	ul.list-inline.list-inline-acount {
	    margin: 0;
	}

	.list-inline-acount .dropdown.dropdowns {
	    position: relative!important;
	}

	.list-inline-acount .dropdown-menus.dropdown-menu-right {
	    left: auto!important;
	    right: 0;
	    top: 35px!important;
	    background: #f9f9f9;
	}
}
@media (max-width: 767px) {
	img.big_speed {display: none;}
}
.callback-container{
    display: none;
}