.slick-slider .slick-arrow {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #fff;
	bottom: auto;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	top: -50px;
}

.slick-slider .fa-angle-left {
	background-image: url(/catalog/view/theme/default/image/icons/arrow-left.svg);
	right: 45px;
}

.slick-slider .fa-angle-right {
	background-image: url(/catalog/view/theme/default/image/icons/arrow-right.svg);
	right: 0;
}

.slick-slider .fa-angle-left:hover,
.slick-slider .fa-angle-right:hover {
	background-color: #f2f4f7;
}

.slick-slider .slick-arrow:before {
	display: none;
}

.category-container .category_bottom {width: 100%;}

.slick-slider .slick-arrow.bordered {
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
}

#content .caption > p.price {
	text-align: center;
}

.clear {
	clear: both;
}

.green_button {
	background: #82c84b;
	color: #fff;
	height: 40px;
	border: none;
	padding: 0 15px;
	float: right;
	line-height: 42px;
}

.red_button {
	background: #f44336;
	color: #fff;
	height: 40px;
	border: none;
	padding: 0 15px;
	float: right;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
}

.green_button {
	text-transform: uppercase;
	font-weight: 600;
}

.red_button:hover,
.green_button:hover {
	background: #ffee6e;
	color: #606060;
}

.row.last_news:not(.slick-slider) {
	display: flex;
	overflow: hidden;
}

.row.last_news .product-layout {
	flex-shrink: 0;
	max-width: 33%;
	width: 100%;
	margin: 10px 4px;
}

.blog {
	margin: 60px 0;
}

.blog .title,
.wrapper-video .title {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #2e2f32;
	text-align: left;
	display: block;
}

.blog .title:first-letter {
	text-transform: uppercase;
}

.blog_wrapper .image {
	max-width: 100%;
	max-height: 240px;
	height: 100%;
	min-height: 220px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	justify-content: stretch;
	border-radius: 6px;
}

.blog_wrapper .image span {
	width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog_wrapper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-description {
	height: 43px;
	overflow: hidden;
}

.blog_desc {
	padding: 20px;
}

.last_news .slick-track {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.blog_wrapper {
	height: 100%;
	overflow: visible;
}

.blog_desc {
	padding: 8px;
	display: flex;
	flex-direction: column-reverse;
}

.blog_desc a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
	margin: 0;
	padding: 0;
	text-align: left;
}

.blog_desc a:hover span {
	color: #eb4c61;
}

.button-group_blog ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 8px;
}

.button-group_blog ul i {
	display: none;
}

.button-group_blog ul li {
	display: flex;
	align-items: center;
}

.button-group_blog ul .article-views:before,
.button-group_blog ul .article-reviews:before {
	content: "";
	width: 18px;
	height: 10px;
	margin-right: 8px;
	display: inline-flex;

	background-position: center;
	background-repeat: no-repeat;
}

.button-group_blog ul .article-views:before {
	background-image: url(/catalog/view/theme/default/image/icons/focus-eye.svg);
}

.button-group_blog ul .article-reviews:before {
	width: 16px;
	height: 16px;
	background-image: url(/catalog/view/theme/default/image/icons/messages.svg);
}

.more_blog {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 13px;
	display: block;
	text-align: right;
	color: #82c84b;
	margin-top: 15px;
	display: none;
}

.more_blog:hover {
	color: #bc570e;
}

.fa-angle-double-right {
	position: relative;
	top: 1px;
}

.button-group_blog ul li i {
	font-size: 14px;
	color: #82c84b;
	margin-right: 3px;
}

.button-group_blog ul {
	padding-left: 0;
}

.button-group_blog ul li {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 13px;
	margin-right: 20px;
}

.button-group_blog {
	overflow: hidden;
}

.blog_wrapper:hover .title,
.blog_wrapper:hover .caption,
.blog_wrapper:hover h4 a,
.blog_wrapper:hover .h4 a,
.blog_wrapper:hover .h4 span,
.blog_wrapper:hover ul li {
	color: #464646;
}

.soc {
	font-size: 0;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
}

.soc li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom: 0;
}

.soc li a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 37px;
	color: #fff;
	background: #82c84b;
	font-size: 20px;
	border-radius: 50%;
	transition: 0.3s;
}

.soc li a .fa {
	line-height: 40px;
}

.soc li a:hover {
	background: #ffee6e;
	color: #606060;
}

.pr {
	position: relative;
}

#scroll_top {
	border: 1px solid #ddd;
	color: #868686;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 18px;
	position: fixed;
	bottom: -30px;
	right: 1%;
	border-radius: 6px;
	background: #fff;
	z-index: 20;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
}

#scroll_top i {
	padding-top: 4px;
	font-size: 18px;
}

#subscribe h5 {
	margin-bottom: 20px;
}

#subscribe h5:after {
	content: none;
}

#subscribe button,
#subscribe input {
	height: 50px;
	border: none;
	vertical-align: top;
	display: table-cell;
}

#subscribe form {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#subscribe button {
	color: #f4f4f4;
	text-transform: uppercase;
	text-align: center;
	background: #464646;
	width: 33%;
}

#subscribe input {
	color: #727272;
	font-size: 13px;
	padding-left: 25px;
	width: 67%;
}

#subscribe {
	display: block;
	padding: 40px 90px;
	background: #82c84b;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -230px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.form-control {
	box-shadow: none;
	border-color: #ddd;
	font-size: 13px;
	color: #757575;
	border-radius: 0;
}

.agree {
	color: #82c84b;
}

.form-control {
	min-height: 40px !important;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 34px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #4c81eb;
}

.pull-right input:not(.quantity-input) {
	position: relative !important;
	top: 2px;
	left: 0 !important;
}

.f_r {
	float: right;
}

.p5 {
	padding-left: 5px;
	padding-right: 5px;
}

.button_view_type button {
	background: transparent;
	border-radius: 0 !important;
	color: #727272;
	border-color: #727272;
}

.cat_b {
	width: 120px;
	margin: 0 auto;
	display: block;
	padding: 0;
	float: none;
}

.prod_in_cat.product-thumb .price {
	float: none;
	text-align: center;
	min-height: 30px;
}

.childs {
	margin: 8px 0;
}

.childs a {
	padding-left: 20px;
	/*    color: #727272;*/
	position: static;
}

.childs-three a {
	padding-left: 37px;
	/*    color: #727272;*/
}

.list-group-item {
	border: none;
	padding: 10px 0px;
}

.list-group-item > #filter-group29 {
	/*overflow-y: auto;*/
	height: auto;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
[class*="account-"] .list-unstyled li a:hover,
[class*="account-"] p a:hover {
	background: transparent;
	color: #4c81eb;
}

.dropdown > a .sub_menu_arrow {
	display: none;
}

.navbar-nav > li > a:before {
	content: "";

	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 8px;
}

.navbar-nav > li > a[href*="sale"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_discount-circle.svg);
}

.navbar-nav > li > a[href*="gitari"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_modern-music-electric-guitar.svg);
}

.navbar-nav > li > a[href*="gitarne-obladnannya"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_music-player.svg);
}

.navbar-nav > li > a[href*="duhovi-instrumenty"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-saxophone.svg);
}

.navbar-nav > li > a[href*="zvukove-obladnannya"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_equalizer-stereo.svg);
}

.navbar-nav > li > a[href*="kabel-roz"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_headphones-plug.svg);
}

.navbar-nav > li > a[href*="klavishni-instrumenti"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-piano-keys.svg);
}

.navbar-nav > li > a[href*="svitlove-obladnannya"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_photography-equipment-light.svg);
}

.navbar-nav > li > a[href*="smichkovi-instrumenti"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-contrabass.svg);
}

.navbar-nav > li > a[href*="strun"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_playlist-songs.png);
}

.navbar-nav > li > a[href*="udarni-instrumenti-ta-perkusiya"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_modern-music-drums.svg);
}
.navbar-nav > li > a[href*="spozhivchi-tovari-i-elektronika"]:before,
.navbar-nav > li > a[href*="spozhyvchi-tovary-i-elektronika"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/home.svg);
}
.navbar-nav > li > a[href*="chohli-keysi-stendi-trimachi"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_travel-suitcase.svg);
}

.navbar-nav > li > a[href*="poslugi"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_products-briefcase.svg);
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/scooter.svg);
}
.navbar-nav > li > a[href*="energozabezpechennya"]:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/battery.svg);
}

/* hover */

.navbar-nav > li > a[href*="sale"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_discount-circle_red.svg);
}

.navbar-nav > li > a[href*="gitari"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_modern-music-electric-guitar_red.svg);
}

.navbar-nav > li > a[href*="gitarne-obladnannya"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_music-player_red.svg);
}

.navbar-nav > li > a[href*="duhovi-instrumenty"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-saxophone_red.svg);
}

.navbar-nav > li > a[href*="zvukove-obladnannya"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_equalizer-stereo_red.svg);
}

.navbar-nav > li > a[href*="kabel-roz"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_headphones-plug_red.svg);
}

.navbar-nav > li > a[href*="klavishni-instrumenti"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-piano-keys_red.svg);
}
.navbar-nav > li > a[href*="svitlove-obladnannya"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_photography-equipment-light_red.svg);
}
.navbar-nav > li > a[href*="smichkovi-instrumenti"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_instrument-contrabass_red.svg);
}
.navbar-nav > li > a[href*="strun"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_playlist-songs_red.png);
	background-position: center 4px;
}
.navbar-nav > li > a[href*="udarni-instrumenti-ta-perkusiya"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_modern-music-drums_red.svg);
}
.navbar-nav > li > a[href*="spozhivchі-tovari-і-elektronіka"]:hover:before,
.navbar-nav > li > a[href*="spozhivchy-tovari-і-elektronіka"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/home_red.svg);
}
.navbar-nav > li > a[href*="chohli-keysi-stendi-trimachi"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_travel-suitcase_red.svg);
}

.navbar-nav > li > a[href*="poslugi"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/mn_products-briefcase_red.svg);
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/scooter_h.svg);
}
.navbar-nav > li > a[href*="energozabezpechennya"]:hover:before {
	background-image: url(/catalog/view/theme/default/image/icons/menu_icons/battery_hover.svg);
}

/* end of hover */

.navbar-nav > li > a:after {
	content: "";
	background-image: url(/catalog/view/theme/default/image/icons/arrow-right_dark.svg);
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 2px;
	width: 16px;
	height: 16px;
	display: flex;
	position: absolute;
}

.navbar-nav > li > a:hover:after {
	background-image: url(/catalog/view/theme/default/image/icons/arrow-right_red.svg);
}

.slick-arrow {
	position: absolute;
	top: 45%;
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
	background-color: rgba(33, 33, 33, 0.79);
	cursor: pointer;
	z-index: 1;
}

.slick-arrow:hover {
	background-color: rgba(245, 245, 245, 0.79);
	color: #6c6d6d;
}

.icon-angle-right {
	right: 0;
}

#payment-address .group-check {
	margin-bottom: 13px;
}

.group-check label {
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
}

.group-check label input:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;
}

.group-check label input {
	position: absolute;
	margin-top: 5px;
	left: 0;
	cursor: pointer;
	width: 1px;
	height: 1px;
}

.group-check label input:checked:before {
	background: #82c84b;
	border-color: #82c84b;
}

@media (min-width: 991px) {
	.navbar-nav {
		margin: 0;
		width: 100%;
		float: none;
		padding-top: 5px;
		padding-bottom: 12px;
		background-color: #fff;
		box-shadow: 0px 4px 8px rgb(54 56 61 / 12%);
		border-radius: 0px 0px 6px 6px;
	}

	.navbar-nav > li {
		float: none;
		vertical-align: middle;
	}
}

.panel {
	box-shadow: none;
	border: none;
}

.panel-footer {
	background: transparent;
}

.list-group-item {
	padding-left: 0;
	color: #333333;
}

.checkbox label,
.radio label {
	font-size: 12px;
	text-transform: uppercase;
}

.checkbox label,
.radio label {
	padding-left: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
	margin-left: -20px;
}

input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #727272;
	margin-right: 10px;
}

input[type="checkbox"]:checked + label {
	color: #82c84b;
}

input[type="checkbox"]:checked + label:before {
	background: #82c84b;
}

.pt2 {
	padding-top: 2px;
}

.pagination-row {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e1e4eb;
	padding-top: 24px;
	margin-bottom: 36px;
}

.category-container .pagination-row {
	margin-top: 36px;
	padding-top: 36px;
}

.pagination-row .result-text {
	display: none;
}

.pagination > li > a,
.pagination > li > span {
	padding: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #e1e4eb;
	font-weight: 600;
	line-height: 24px;
	color: #2e2f32;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
}

.pagination li:first-child a,
.pagination li:first-child span {
	border-radius: 6px 0px 0px 6px !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
	border-radius: 0px 6px 6px 0px !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #4c81eb;
	border-color: #4c81eb;
	color: #fff;
}

.thumbnail {
	border-radius: 0;
	border: none;
	padding: 0;
}

.thumbs_slider .fa-angle-right {
	display: block;
	right: 0;
	top: 40px;
}

.thumbs_slider .fa-angle-left {
	display: block;
	left: 0;
	top: 40px;
}

.prod_name {
	color: #333;
	margin: 0 0 18px 0;
	font-size: 30px;
	line-height: 31px;
	display: block;
}

.list-unstyled h2 {
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: 55px;
}

.qual_group {
	font-size: 0;
}

#qual > * {
	width: 45px;
	height: 45px !important;
	line-height: 40px;
	font-size: 16px !important;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	text-align: center;
	color: #606060;
	vertical-align: top;
}

#qual > span {
	cursor: pointer;
}

#scroll_top:hover,
.expand:hover,
#qual > span:hover {
	border-color: #4c81eb;
	background: #4c81eb;
	color: #fff;
}

.alert-success .close,
.alert-success a {
	color: #fff;
	color: #3f4044;
	font-style: italic;
	box-shadow: none;
	opacity: 1;
	font-weight: 600;
}

.alert-success {
	border-radius: 0;
	background: #4c81eb60;
	color: #2e2f32;
}

.alert.alert-danger {
	background: #eb4c6140;
	border-radius: 6px;
}
.container.alert-container {
	width: 100%;
	padding: 0;
	background: #4c81eb60;
}

.container.alert-container .alert {
	max-width: 90%;
	margin: 0 auto;
	background-color: transparent;
}

.plus {
	margin-left: -1px;
}

.min {
	margin-right: -1px;
}

.mr5 {
	margin-right: 5px;
}

.qual_group {
	float: left;
}

#one_click {
	background: #fff;
	height: 45px;
	margin-left: 20px;
	width: 195px;
	float: left;
	margin-top: 0;
	border: 1px solid #464646;
	color: #464646;
}

.fir {
	margin-right: 40px;
}

.mt20 a i {
	color: #727272;
}

.mt20 a:hover i {
	color: #fff !important;
}

.mt20 {
	margin-top: 20px;
	float: left;
}

.share {
	float: left;
	color: #464646;
	font-size: 14px;
	margin-top: 29px;
	margin-right: 7px;
}

.intro {
	font-size: 14px;
	color: #464646;
}

.nav-tabs {
	padding-top: 15px;
	margin: 40px 0;
	border: none;
	text-align: center;
	border-top: 1px solid #ddd;
}

.nav-tabs > li > a {
	display: inline-block;
	padding: 10px 35px;
	border: none;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background: #fff;
	border: none;
	color: #82c84b;
}

.nav-tabs > li {
	float: none;
	display: inline-block;
}

.nav-tabs > li + li:before {
	content: "/";
	display: inline-block;
	font-size: 18px;
	color: #333;
}

.date {
	display: inline-block;
	margin-left: 40px;
	font-weight: 400;
}

.no-border td {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.delive_to input[type="radio"],
#form-review2 input[type="radio"],
#form-review input[type="radio"] {
	position: absolute;
	left: -9999px;
}

#form-review2 input[type="radio"] + label,
#form-review input[type="radio"] + label {
	display: inline-block;
	width: 14px;
	margin: 0;
}

.delive_to input[type="radio"] + label {
	margin-right: 10px;
}

.delive_to input[type="radio"] + label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	border: 3px solid #82c84b;
	margin-right: 3px;
}

.delive_to input[type="radio"]:checked + label:before {
	background: #000;
}

#form-review2 input[type="radio"] + label.check i:before,
#form-review input[type="radio"] + label.check i:before {
	content: "\f005" !important;
	color: #82c84b;
}

.m0 {
	margin: 0 !important;
}

#tab-all {
	/*
       -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
*/
}

#cart td {
	color: #444;
}

#cart table button {
	top: 0;
	margin-right: 0;
	border: 1px solid #82c84b;
	padding: 1px 3px;
}

#cart table button i {
	position: relative;
	top: 0px;
	font-size: 22px;
	margin-right: 0;
	color: #444;
}

.blog {
	position: relative;
}

#bike {
	background: url(../image/bike.png);
	height: 735px;
	width: 813px;
	height: 813px;
	width: 735px;
	position: absolute;
	top: 160px;
	left: 0;
	display: none;
}

.list_only {
	display: none;
}

.product-list h4,
.product-list .h4 {
	margin-bottom: 0;
}

.product-list .list_only {
	display: block;
}

.product-list .two_buttons + .clear {
	display: none;
}

.product-layout:focus,
.btn.active,
.btn:focus,
.btn.active,
.btn:active {
	box-shadow: none !important;
	outline: none !important;
}

.account-login a,
.account-login form .btn-primary {
	float: none;
}

.account-login form a {
	color: initial;
}

.account-login form a:hover {
	color: #82c84b;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: transparent;
}

.w80 {
	width: 80px;
}

.pl30 {
	padding-left: 20px;
}

h2.orange,
.orange {
	color: #82c84b;
}

.mb20 {
	margin-bottom: 20px;
}

#subscribe input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.one_left i {
	font-size: 19px;
	background: #82c84b;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 31px;
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: 2px;
	text-align: center;
}

.one_left {
	font-size: 14px;
	color: #464646;
	float: right;
	font-weight: 600;
}

.expand {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #727272;
	color: #727272;
	text-decoration: none !important;
}

.squad {
	width: 60px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	float: right;
	/*    margin-top: -7px;*/
	color: #fff;
	background: #464646;
}

.ui-slider-pip {
	display: none !important;
	font-size: 16px;
	color: #464646;
}

#scale-slider {
	background: #d3d3d3;
	height: 3px;
}

.values:focus {
	outline: none;
}

.values {
	width: 140px;
	border: none;
	margin-top: 5px;
}

#tab-all td,
#tab-specification td {
	border-top: none;
}

.call_back label {
	color: #fff;
	font-size: 16px;
}

.call_back {
	max-width: 400px;
	margin: 12% auto;
	background-color: #303030;
	padding: 20px;
}

.call_back_wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 20;
	overflow: hidden;
	display: none;
}

.last_news img {
	width: 100%;
}

#menu .dropdown-inner ul .list {
	position: absolute;
	left: 100%;
	padding-left: 0;
	top: 0;
	list-style-type: none;
	background: #fff;
	display: none;
	border: 1px solid #ddd;
}

.navbar-nav .list-unstyled > li {
	position: relative;
}

.sub_menu_arrow {
	float: right;
	top: 4px;
	position: relative;
	left: 10px;
	color: #868686;
}

button:focus {
	outline: none !important;
	/*    border: none !important;*/
}

.table_midle {
	margin-bottom: 0px;
}

.table_midle td {
	vertical-align: middle !important;
}

.two_rows {
	display: inline-block;
	max-width: 50%;
	vertical-align: middle;
	color: #82c84b;
}

.checkout-success #content p a {
	color: #82c84b;
}

.arrow_open {
	cursor: pointer;
	margin-left: 10px;
	font-size: 15px;
	position: relative;
	top: 1px;
}

.item_open {
	display: inline-block;
}

.childs {
	position: relative;
}

.childs-three {
	display: none;
}

.ulogin_panel .panel-heading {
	display: none;
}

.product-list .prod_in_cat.product-thumb .price-old {
	float: none;
}

.product-list .prod_in_cat.product-thumb .price {
	text-align: left;
	margin-top: 10px;
}

.product-list .akcia {
	right: 15px;
}

.error {
	color: #a94442;
}

.promc_right_error {
	margin-top: 8px;
	color: #a94442;
}

.dropdown:hover .dropmenu__arrow {
	color: #82c84b;
}

@media (min-width: 991px) {
	#menu .dropdown-inner .list-unstyled > li:hover .list {
		display: block !important;
	}

	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	.dropdown > a .sub_menu_arrow {
		display: none;
	}
}

._label,
.product-layout .new-label,
.product-layout .akcia {
	position: absolute;
	top: 16px;
	right: 16px;
	font-weight: normal;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	border-radius: 6px;
	/* background: #4c81eb; */
	background: #82c84b;
}

.product-layout .new-label {
	/* background: #4c81eb; */
	background: #3ed08a;
}

.product-layout .akcia {
	background: #eb4c61;
}
.product-layout .new-label + .akcia {
	top: 45px;
}

/* [class*="product-product"] .new-label {
	width: 95px;
	height: 30px;
	font-size: 15px;
	line-height: 28px;
	right: 15px;
	top: 18px;
} */

[class*="product-product"] .new-label:before {
	border-width: 15px 0 15px 15px;
	right: -15px;
}

.hamburger__menu {
	position: absolute;
	right: 15px;
	top: 0;
	color: #82c84b;
	cursor: pointer;
}

.hamburger__menu:hover {
	color: #ffee6e;
}

.pm span {
	cursor: pointer;
}

.pm span:hover,
.pm span:active {
	background-color: #f4f4f4;
}

@media (min-width: 991px) {
	.hamburger__menu {
		display: none;
	}

	.list-header {
		display: block !important;
	}
}

.row #content > .row > .col-sm-8 {
	float: none;
	margin: 0 auto;
}

@media (max-width: 767px) {
	iframe.note-video-clip {
		width: 100%;
		height: 52vw;
	}
}

.newsblog-article #content p img {
	padding: 15px 0 15px 15px;
}

ul.thumbnails {
	position: relative;
}

i.free_delivery {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 50px;
	height: 50px;
	/* background-image: url(../../../../../image/free-delivery-green-50.png); */
	background-size: contain;
	background-position: center;
	cursor: pointer;
	z-index: 1;
	background-image: url(/catalog/view/theme/default/image/icons/delivery-truck_red.svg);
}
.product-top_left ._label {
	left: 0;
	right: auto;
}
.free_delivery + ._label {
	top: 55px;
}

i.free_delivery_cat {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
    background-image: url(/catalog/view/theme/default/image/icons/delivery-truck_red.svg);
	background-size: contain;
	background-position: center;
	cursor: pointer;
	z-index: 1;
}

.left-banner {
	position: fixed;
	top: 43px;
	left: 0px;
	z-index: 223;
}

.right-banner {
	position: fixed;
	top: 43px;
	right: 0px;
	z-index: 223;
}

.left-banner.banners-absolute,
.right-banner.banners-absolute {
	position: absolute;
	top: -700px !important;
}

.product-gurti .product-thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-gurti .product-thumb .caption {
	margin-left: 0px;
}

li.dropdown.position-static:nth-child(11) {
	position: relative !important;
}

.product-gurti .wrapper_bottom {
	text-align: center;
}

.product-gurti .wrapper_bottom .buy {
	width: 140px;
}

span.h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	padding: 0 30px;
	display: block;
	font-size: 15px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .link-product {
	cursor: pointer;
}

div[id^="input-option"] > div {
	display: inline-block;
	margin-right: 20px;
}

div[id^="input-option"] input {
	display: none;
}

div[id^="input-option"] > div:last-child {
	margin-right: 0px;
}

div[id^="input-option"] img.img-thumbnail {
	width: 40px;
	height: 40px;
}

div[id^="input-option"] input:checked + span img {
	border: 1px solid #82c84b;
}

div[id^="input-option"] input:checked + span + span {
	color: #82c84b;
}

.list-unstyled .h2 {
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: 55px;
}

.none-container .container {
	width: 100%;
}

[class^="product-manufacturer"] .product-thumb .caption {
	min-height: auto;
}

.product_photo {
	cursor: pointer;
}

.product_photo #expandImg {
	visibility: hidden;
}

div[id^="slideshow"] .slick-dots {
	text-align: center;
	margin-top: 16px;
}

.col-sm-3.pr .img-responsive.mt30:not(.payment__footer) {
	width: 80%;
}

.inner1 {
	padding-left: 1em;
	overflow: hidden;
	display: none;
	text-align: left;
	color: #6c717b;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.toggle1 {
	position: relative;
	padding: 2px 10px 2px 40px;
	margin-bottom: 12px;
	color: #2e2f32;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-align: left;
}

.toggle1:hover,
.toggle1:focus {
	color: #2c2d2f;
}

.toggle1:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.toggle1.icon_d_1:before {
	background-image: url(/catalog/view/theme/default/image/icons/ben_delivery.svg);
}

a.toggle1.icon_d_2:before {
	background-image: url(/catalog/view/theme/default/image/icons/ben_shipment.svg);
}

a.toggle1.icon_d_3:before {
	background-image: url(/catalog/view/theme/default/image/icons/ben_accounting_bills.svg);
}

a.toggle1.icon_d_4:before {
	background-image: url(/catalog/view/theme/default/image/icons/ben_credit_card.svg);
}

a.toggle1.icon_d_5:before {
	background-image: url(/catalog/view/theme/default/image/icons/ben_smartphone-pay.svg);
}

#content.col-sm-9 .ulogin_form {
	display: none;
}

#content.col-sm-9 form .ulogin_form {
	display: inline-block;
}

#content.col-sm-9 .well form .btn.green_button {
	float: right;
}

#content.col-sm-9 .ulogin-button-facebook {
	margin: 0px !important;
}

.row_h {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	position: relative;
}

.header_buttons #cart {
	background: transparent;
	color: #000;
	width: auto;
	padding: 0;
	margin: 0;
}

.header_buttons #cart-total {
	display: none;
	margin: 0;
}

.header_categiry {
	width: 270px;
}

.header_categiry #menu {
	top: 0px;
	left: 0;
	padding-left: 0;
}

#top.nav_top {
	background-color: #36383d;
}

.nav_top .list-inline a,
.nav_top .list-header a {
	color: #ffffff;
}

.nav_top .col-lg-12 {
	text-align: right;
}

@media (min-width: 767) {
	.nav_top .col-lg-12 .list-header {
		display: inline-block !important;
	}
}

.nav_top .list-header li:last-child {
	margin-right: 0px;
}

.list-inline a span {
	color: #000;
}

.nav_top .list-inline a:hover,
.nav_top .list-header a:hover,
.list-inline a:hover span {
	color: #a8adb7;
}

.header_center .phone {
	padding: 0;
	font-size: 14px;
	display: inline-flex;
}

.header_center .phone:hover,
.header_center .phone:hover a {
	color: #4c81eb !important;
}

.row_tel {
	display: flex;
}

.col_tel {
	padding: 0 12px;
}

.bottom_nav {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 12;
	background: #2c2d2e;
}

.bottom_nav.fixed_header {
	position: fixed;
	top: 0;
}

.one_left {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.header_center.fmob {
	z-index: 211;
}

.mob_information .list-header {
	z-index: 211 !important;
}

.bottom_nav {
	z-index: 210;
	/*background: #fcf9a9;*/
}

.col_calendar {
	position: relative;
	display: flex;
	align-items: center;
}

.hover_con:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 20%;
	transform: translate(-50%, -10px) rotate(45deg);
}

.hover_con {
	position: absolute;
	z-index: 13333;
	background: #fff;
	padding: 20px;
	width: 350px;
	-webkit-box-shadow: 0px -6px 39px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -6px 39px 12px rgba(0, 0, 0, 0.05);
	left: 100%;
	transform: translate(-50%, 0px);
	top: 50px;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
}

.col_calendar:hover .hover_con {
	top: 140%;
	opacity: 1;
	visibility: visible;
}

.hover_con > * {
	display: none;
}

.hover_con > span ~ * {
	display: block;
}

.hover_con span.h5 {
	color: #000;
	font-weight: bold;
	margin-bottom: 2px;
}

.hover_con span.h5 {
	color: #000;
	font-weight: bold;
	margin: 0;
	background: #4c81eb70;
	padding: 8px 6px;
	border-radius: 6px;
}

.hover_con li {
	margin-bottom: 3px;
}

.hover_con i.fa {
	display: inline-block;
	margin-right: 11px;
	width: 12px;
	text-align: center;
	color: #4c81eb;
}

.hover_con:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	height: 16px;
	width: 88%;
}

.header_center_m .fa-balance-scale:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/catalog/view/theme/default/image/libra.svg);
	display: inline-block;
	width: 30px;
	height: 30px;
}

.header_center_m .fa-heart-o:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/catalog/view/theme/default/image/heart.svg);
	display: inline-block;
	width: 30px;
	height: 30px;
}

.header_center_m .fa-shopping-cart:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/catalog/view/theme/default/image/cart.svg);
	display: inline-block;
	width: 30px;
	height: 30px;
}

.header-logo-desktop {
	display: inline-block;
	width: 130px;
}

.nav-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	min-height: 40px;
	padding: 5px 0;
}

.col_phone {
	margin-right: auto;
	display: flex;
	align-items: center;
}

.col_phone .phone i {
	display: none;
}

.col_phone a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
	padding-left: 24px;
	text-decoration: none;
}

.col_phone .hover_con a {
	color: #2e2f32;
}

.col_phone a:before {
	content: "";
	width: 16px;
	height: 16px;
	display: flex;
	position: absolute;
	background-position: center;
	top: 0;
	bottom: 0;
	margin: auto;
}

.col_calendar a:before {
	background-image: url(/catalog/view/theme/default/image/icons/time-clock.svg);
}

.col-tel-wrapper {
	display: flex;
	align-items: center;
}

.col-tel-wrapper .col_tel:first-child a:before {
	background-image: url(/catalog/view/theme/default/image/icons/mobile-phone.svg);
}

.col-tel-wrapper .col_tel:last-child a:before {
	background-image: url(/catalog/view/theme/default/image/icons/mobile-phone.svg);
}

.col_phone .phone > i {
	color: #8fcf8f;
	position: relative;
	top: 2px;
}

.col_phone + .mob_information {
	width: auto;
	display: inline-block;
	float: right;
}

.bottom_nav.fixed_header {
	height: 48px;
}

.fmob .row_search {
	position: fixed;
	top: 0px;
	z-index: 222;
	width: 100%;
	max-width: calc(1150px - 310px);
	right: auto;
	left: auto;
	margin: auto;
	top: 5px;
}

.product-search #my-theater {
	display: none;
}

.col-sm-3.pr .img-responsive.mt30:not(.payment__footer) {
	max-width: 150px;
}

header #compare-total,
#cart .cart-menu-toggle {
	font-size: 0;
	position: relative;
}

header .pr_item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 16px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -12px;
	right: -12px;
	background: #4c81eb;
	color: #fff;
}

.header_buttons #cart-total {
	display: inline-block;
	font-size: 0px;
}

/* body[data-lang="ru"] p.price:before {
	content: "Цена: ";
	font-size: 14px;
}
body[data-lang="ua"] p.price:before {
	content: "Ціна: ";
	font-size: 14px;
} */
.wrapper_bottom p.price {
	text-align: center !important;
}

.live-search ul {
	max-height: calc(100vh - 400px);
	overflow-y: auto;
}

.sub_sm .h3 {
	margin-top: 0;
}

.sub_rec_sl .title {
	margin-top: 10px;
}

.limit_price {
	color: orange;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.button-group_blog ul li:last-child {
	margin: 0;
}

.button-group_blog ul li:not(:last-child) {
	margin-right: 5px;
}

.slider_articl_recomendation .caption p {
	display: none;
}

.slider_articl_recomendation .caption .h4 {
	padding: 0;
}

.text-center.wrap_promocod {
	text-align: left;
}

.link-product-img {
	cursor: pointer;
	position: relative;
}

.head_popup_product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(40px);
	background: #f2f2f2;
	flex-wrap: wrap;
	z-index: 1232;
	padding: 8px 10px;
	position: relative;
	cursor: default;
}

.head_popup_product > div {
	display: inline-flex;
	align-items: center;
}

.left_p_pr h2 {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #2e2f32;
}

.head_popup_product .right_p_pr {
	/* width: 370px;
	padding-left: 0;
	padding-right: 0; */
}

.pop_item {
	display: none !important;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	margin-right: 20px;
}

span.popup_minus,
span.popup_plus {
	color: #fff;
	background: #82c84b;
	display: inline-flex;
	width: 30px;
	height: 30px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}

span.popup_minus:before {
	content: "-";
}

span.popup_plus:before {
	content: "+";
}

span.popup_minus + span {
	width: 40px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

span.popup_minus:hover,
span.popup_plus:hover {
	background: #539005;
}

.pop_price {
	color: #313131;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display: inline-flex;
	height: auto;
	margin-right: 25px;
}

.pop_cart {
	color: #fff;
	background: #4c81eb;
	border-radius: 6px;
	padding: 8px 10px;
	cursor: pointer;
	line-height: 18px;
}

.pop_cart:hover {
	background: #f9bf2d;
}

body[class*="product-product"] .mfp-figure:after {
	background: #fff;
}

@media (min-width: 990px) {
	body[class*="product-product"] .mfp-arrow-left {
		left: calc(50% - 400px);
	}

	body[class*="product-product"] .mfp-arrow-right {
		right: calc(50% - 400px);
	}
}

.thumbnails .product_photo .slick-slider .bordered {
	visibility: hidden;
}

div[id*="filter-group"] .checkbox label {
	position: relative;
}

body[data-lang="ua"] .btn_show_f:before {
	content: "показати";
}

body[data-lang="ru"] .btn_show_f:before {
	content: "показать";
}

span.btn_show_f {
	background: #82c84b;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	transition: 0.3s;
}

span.btn_show_f:hover {
	background: #ffee6e;
	color: #606060;
}

span.popup-b-f {
	display: inline-block;
	position: absolute;
	right: -40px;
	top: calc(50% - 26px);
	transform: translate(100%, 0px);
	padding: 15px;
	background: #fff;
	transition: 0.3s;
	box-shadow: -2px 0px 10px 1px #c7baba;
	border-radius: 4px;
}

span.popup-b-f:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: calc(50% - 6px);
	left: -6px;
	transform: rotate(45deg);
	border-radius: 4px;
}

.head_popup_product span.one_left {
	position: absolute;
	white-space: nowrap;
	left: 15px;
	top: 45px;
}

#call_me .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.call_back_wrapper + .modal .btn-secondary {
	display: none;
}

#call_me .modal-header .h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #2e2f32;
	text-align: left;
}

span.v_check {
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

input:checked + span.v_check {
	border: 0px;
	background: #4c81eb;
}

.ocf-option-values label {
	position: relative;
	padding-left: 25px;
}

input:checked + span.v_check:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	border-bottom: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	position: absolute;
	left: 8px;
	top: calc(50% - 1px);
	transform: translateY(-50%) rotate(45deg);
}

.ocfilter-option .ocf-option-name {
	position: relative;
	display: block;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
	background: transparent;
}

.panel-default > .panel-heading {
	display: none;
}

.ocfilter-option label.ocf-selected {
	color: #000 !important;
}

.popover-content .btn-primary {
	float: none;
}

.ocfilter-option label {
	padding-left: 25px !important;
}

.cats_wrapp:not(.slick-slider) > .itemss {
	display: inline-flex;
	width: 16.3%;
	justify-content: center;
}

.cats_wrapp:not(.slick-slider) {
	white-space: nowrap;
	overflow: hidden;
}

.cats_wrapp > * {
	white-space: normal;
}

.product-slider:not(.slick-slider),
li.thumbs_slider:not(.slick-slider) {
	overflow: hidden;
	display: flex;
}

.product-slider:not(.slick-slider) > * {
	width: 100%;
	flex-shrink: 0;
}

.big_speed {
	position: fixed;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
}

div#slideshow0:not(.slick-slider) {
	overflow: hidden;
	display: flex;
}

div#slideshow0:not(.slick-slider) > * {
	width: 100%;
	flex-shrink: 0;
}

.seo-text-h1-bot > span {
	display: block;
}

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

.tab-content span.title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	margin-bottom: 16px;
}

/* review */
#tab-description,
#tab-review {
	max-width: 49%;
	width: 100%;
}

.review-item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1e4eb;
}

.review-top {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.review-top .author {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.review-top .date {
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	color: #6c717b;
	margin-left: auto;
}

.review-rating {
	margin-left: 20px;
}

.review-middle {
	margin-bottom: 8px;
	margin-top: 8px;
}

#form-review .review-middle p {
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #6c717b;
}

.review-bottom .likes_box {
	margin: 0;
	width: 100%;
	display: flex;
}

.review-bottom .likes_box a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
}

.review-bottom .likes_box a:hover {
	background: #eb4c6140;
	border-radius: 6px;
}

.review-bottom .likes_box a.like:hover {
	background-color: #3ed08a40;
}

.review-bottom a i:before {
	display: none;
}

.review-bottom a i {
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.review-bottom a.like i {
	background-image: url(/catalog/view/theme/default/image/icons/like.svg);
}

.review-bottom a.dislike i {
	background-image: url(/catalog/view/theme/default/image/icons/dislike.svg);
}

form[id="form-review"] .h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	color: #2e2f32;
	margin-bottom: 16px;
}

form[id="form-review"] .form-group {
	margin: 0;
	padding: 0;
}

form[id="form-review"] .rating-star-form {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

#tab-review span.otz {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	margin-right: 10px;
	display: inline-block;
	padding: 0;
}

#form-review input[type="radio"] + label.check i:before,
#form-review .fa-star-o:before {
	content: "" !important;
	width: 12px;
	height: 12px;
	display: block;
}

#form-review input[type="radio"] + label.check i:before {
	background-image: url(/catalog/view/theme/default/image/icons/star_full.svg);
}

#form-review .fa-star-o:before {
	background-image: url(/catalog/view/theme/default/image/icons/star_empty.svg);
}

form[id="form-review"] textarea {
	max-height: 90px;
	resize: none;
}

form[id="form-review"] .input-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

form[id="form-review"] .input-row input {
	max-width: 50%;
	margin: 0;
}

form[id="form-review"] .input-row input + input {
	margin-left: 16px;
}

form[id="form-review"] .buttons {
	margin: 0;
	display: flex;
}

#button-review {
	width: auto;
	background: #4c81eb;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	padding: 8px 30px;
	color: #ffffff;
	text-transform: none;
	transition: background 0.3s;
}

#button-review:hover {
	background: #f9bf2d;
}

.no-reviews {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #a8adb7;
	padding: 64px 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1e4eb;
}

.no-reviews:before {
	content: "";
	background-image: url(/catalog/view/theme/default/image/icons/no_reviews_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 20px;
}

/* cart-popup */
#cart .dropdown-menu {
	z-index: 1001;
	scrollbar-width: thin;
	border: 0px;
	padding: 0px;
	border-radius: 0px;
	box-sizing: border-box;
	overflow: hidden !important;
	max-width: 700px;
	height: auto !important;
	max-height: 600px !important;
	min-width: 20% !important;
	background: #fff;
	position: fixed;
	top: 10%;
	/* bottom: 0; */
	left: 0;
	right: 0;
	margin: auto;
	min-height: 60px !important;
	display: none !important;
}

.cart-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding-top: 24px;
	border-top: 1px solid #e1e4eb;
}

.cart-total-wrapper {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
}

/* .cart-total-wrapper span + span {
	display: none;
} */
.cart-button-group {
	display: flex;
	align-items: center;
}

.cart-button-group .btn-checkout,
.cart-button-group .btn-continue,
div[id="content"] .buttons.clearfix .btn-default,
div[id="common-success"] .btn-primary,
div[id="common-success"] .btn-primary:hover,
div[id="account-register"] .btn-primary,
div[id="account-register"] .btn-primary:hover,
div[id="content"] .buttons.clearfix .btn-primary,
div[id="content"] .buttons.clearfix .btn-primary:hover,
div[id="account-login"] .btn-primary,
div[id="account-login"] .btn-primary:hover,
div[id="account-login"] .btn-primary:active:focus,
.button-col button,
.green_button,
.green_button:hover,
div[id="promo_coupon_butt"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 15px;
	white-space: nowrap;
	transition: 0.3s;
	border-radius: 6px;
}

.cart-button-group .btn-continue,
div[id="content"] .buttons.clearfix .btn-default,
div[id="promo_coupon_butt"] {
	border: 1px solid #e1e4eb;
	margin-right: 30px;
	color: #2e2f32;
	background: #fff;
}

div[id="common-success"] .btn-primary,
div[id="common-success"] .btn-primary:hover,
div[id="account-register"] .btn-primary,
div[id="account-register"] .btn-primary:hover,
div[id="content"] .buttons.clearfix .btn-primary,
div[id="content"] .buttons.clearfix .btn-primary:hover,
div[id="account-login"] .btn-primary,
div[id="account-login"] .btn-primary:hover,
div[id="account-login"] .btn-primary:active:focus,
.cart-button-group .btn-checkout,
.button-col button,
.button-col button:hover,
.green_button,
.green_button:hover {
	background: #4c81eb;
	color: #ffffff;
}

.cart-button-group a[href*="checkout"] {
	background: #4c81eb;
	border-radius: 6px;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;

	transition: background 0.3s;
}

.cart-button-group a[href*="checkout"]:hover {
	background: #f9bf2d;
}

.cart-popup-overlay {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 220;
	background: #131b26;
	opacity: 0.5;
}

#cart.open > .cart-popup-overlay {
	display: block;
	visibility: visible;
}

#cart .cart-product {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 24px;
}

.text-empty {
	padding: 0;
	margin-top: 20px;
}

.text-empty + .cart-btn-close {
	top: 10px;
	position: absolute;
	right: 20px;
}

.cart-product .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #2e2f32;
	text-align: center;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart.custom-open > .dropdown-menu {
	display: block !important;
}

.mobile-menu-top .custom-open > .dropdown-menu {
	display: none;
}

#cart.custom-open > .cart-popup-overlay {
	display: block;
	visibility: visible;
}

.cart-btn-close {
	/* position: absolute; */
	/* right: 20px; */
	/* top: 20px; */
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.cart-close {
	width: 100%;
	height: 100%;
	background-image: url(/catalog/view/theme/default/image/icons/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	background-color: transparent;
	top: 20px;
	right: 20px;
}

.scroll-cart {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
	margin-bottom: 24px;
}

.scroll-cart::-webkit-scrollbar {
	width: 5px;
}

.scroll-cart::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.scroll-cart::-webkit-scrollbar-thumb {
	background: #888;
}

.scroll-cart::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.cart-product_item {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
	margin: 8px auto;
	height: auto;
	padding: 0;
	min-height: 80px;
	position: relative;
	/* border-bottom: 1px solid #e7e8ed; */
}

.cart-product_img {
	width: 80px;
	height: 80px;
	display: flex;
	overflow: hidden;
	/* margin-right: 15px; */
}

.cart-product_img a {
	width: 100%;
	height: 100%;
}

.cart-product_img a img {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0;
	object-fit: cover;
	border-radius: 6px;
}

.cart-flex-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}

.cart-product-info {
	padding: 16px;
	max-width: 60%;
	width: 100%;
}

.cart-product-info__title,
.tabel_wishlist .product-name a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
	max-width: 500px;
	padding: 2px 0;
	transition: 0.3s;
	margin-bottom: 4px;
	display: block;
}

.cart-product-info__title:hover,
.cart-product-info__title:focus,
.tabel_wishlist .product-name a:hover {
	color: #eb4c61;
}

.cart-flex-wrapper .price,
.price-col .price {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

.quantity-wrapper.product-cart-quantity {
	margin: 20px 16px;
}

.cart-flex-wrapper .price-new,
.price-col .price-new {
	color: #ff5d2a;
}

.cart-product-price p.price {
	display: flex;
	flex-direction: column;
	min-width: 60px;
}

.cart-flex-wrapper .price-old,
.price-col .price-old {
	text-decoration-line: line-through;
	color: #8e9298;
	font-weight: 500;
	font-size: 14px;
}

.cart-product-price {
	display: flex;
	align-items: center;
}

.cart-product-price .price,
.price-col .price span:not(.old-price, .new-price) {
	display: flex;
	width: auto;
	flex-shrink: 0;
	margin: 20px 0px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
}

.cart-product_item .btn-danger,
.button-col .btn-danger,
.cartProduct__item .btn-danger {
	background-color: transparent;
	border: 0;
	background-image: url(/catalog/view/theme/default/image/icons/trash.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 5px;
	top: 40%;
	width: 24px;
	height: 24px;
	text-shadow: none;
}

.cartProduct__item .btn-danger i {
	display: none;
}

.button-col .btn-danger {
	top: 45%;
}

.button-col .btn-danger:hover,
.button-col .btn-danger:active,
.button-col .btn-danger:focus,
.button-col .btn-danger:focus,
.cart-product_item .btn-danger:hover,
.cart-product_item .btn-danger:hover,
.cart-product_item .btn-danger:active,
.cart-product_item .btn-danger:focus {
	background-color: transparent !important;
	border: 0;
	outline: none;
	box-shadow: none;
}

/* SEARCH */
.search-sort-title-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
	margin-bottom: 16px;
	/* max-width: 80%; */
}

.search-sort-title-wrapper h1,
.compare-content h1,
.manufacturer-container h1,
.register-content h1,
.checkout-checkout h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
	margin: 0;
}

.sort-wrapper {
	display: flex;
	align-items: center;
}

.sort-wrapper .form-group {
	margin-left: 20px;
}

.sort-wrapper label {
	display: none;
}

.product-search .form-group {
	display: flex;
	margin: 0;
	margin-left: 15px;
}

.search-param-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* max-width: 80%; */
}

.param-input-wrapper {
	max-width: 330px;
	width: 100%;
}

.param-input-wrapper input[id="input-search"] {
	border-radius: 6px;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
}

.param-input-wrapper input[id="input-search"]:focus {
	border-color: #4c81eb70;
}

.param-category-wrapper {
	margin-left: 20px;
	max-width: 30%;
	width: 100%;
}

.param-category-wrapper select[name="category_id"] {
	margin: 0;
	width: 100%;
}

.param-checkbox-wrapper {
	display: flex;
	text-align: left;
	justify-content: flex-end;
	align-items: start;
	/* flex-direction: column; */
	margin-left: auto;
	flex-wrap: wrap;
}

.param-checkbox-wrapper > label.checkbox-inline {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #2e2f32;
	margin-right: 15px;
	text-align: left;
}

.param-button-wrapper {
	margin-left: auto;
}

.product-search #button-search {
	background: #4c81eb;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #ffffff;
	text-transform: none;
}

.product-search #button-search:hover {
	background: #f9bf2d;
}

.search-param-row + h2 {
	display: none;
}

.search-product-row {
	margin: 36px 0;
	display: flex;
	flex-wrap: wrap;
}

.search-product-row .product-layout {
	max-width: 23%;
	width: 100%;
	margin: 1%;
	border-radius: 6px;
}
/* 
.search-product-row button.buy .hidden {
	display: block !important;
} */

/* ARTICLE */

.article-content h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
	display: flex;
	border-bottom: 1px solid #e1e4eb;
	padding-bottom: 24px;
	margin-bottom: 64px;
}

.article-row {
	display: flex;
	flex-wrap: wrap;
}

.article-layout {
	max-width: 48%;
	width: 100%;
	margin: 1%;
	display: flex;
	flex-direction: row;
	min-height: 220px;
}

.article-layout .product-thumb {
	padding: 0;
	display: flex;
	width: 100%;
}

.article-layout .image {
	height: 100%;
	min-width: 35%;
	max-width: 35%;
	flex-shrink: 0;
	margin-right: 24px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.article-layout .image .link-product-img {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

.article-layout .image img {
	object-fit: cover;
	width: 100%;
}

.article-layout span.h4 {
	padding: 0;
	margin: 0;
	text-align: left;
	margin-bottom: 16px;
}

.article-layout span.h4 a {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #2e2f32;
}

.article-layout .caption p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	text-align: left !important;
}

.slider_articl_recomendation {
	margin-bottom: 24px;
	margin-top: 36px;
	display: flex;
}

.slider_articl_recomendation .button-group {
	display: flex;
	flex-direction: row;
}

.slider_articl_recomendation .slick-track {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	height: auto;
}

.slider_articl_recomendation .slick-slide {
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
}

.slider_articl_recomendation .product-thumb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.slider_articl_recomendation .product-thumb .rating {
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.slider_articl_recomendation .product-thumb .image {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 130px;
}

.slider_articl_recomendation .caption .h4 {
	text-align: left;
	margin-bottom: 16px;
}

.slider_articl_recomendation .caption .h4 a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.slider_articl_recomendation .green_button {
	border: none;
	color: #ffffff;
	background: #4c81eb;
	z-index: 3;
	padding: 8px 16px;
	transition: background 0.3s;
	text-transform: none;
}

.slider_articl_recomendation .green_button i {
	display: none;
}

.newsblog-article form[id="form-review"] {
	margin-bottom: 24px;
}

.newsblog-article form[id="form-review"] .col-sm-12 {
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	justify-content: start;
}

.newsblog-article form[id="form-review"] .control-label {
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	margin-right: 10px;
}

[lang="uk"] .newsblog-article .no-reviews:after {
	content: "Нeма відгуків про цю статтю";
}

[lang="ru"] .newsblog-article .no-reviews:after {
	content: "Нет отзывов об этой статье";
}

/* COMPARE */

.compare-content h1,
.manufacturer-container h1,
.register-content h1,
.checkout-checkout h1 {
	border-bottom: 1px solid #e1e4eb;
	text-align: left;
	padding-bottom: 24px;
	margin-top: 24px;
	margin-bottom: 16px;
}

.compare-table thead {
	display: none;
}

.compare-table tbody tr {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.compare-table tbody tr a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #4c81eb;
}

.compare-table .button-wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
}

.compare-table .buy-wrapper input {
	text-transform: none;
}

.compare-table .buy-wrapper span {
	padding: 8px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare .btn.btn-danger {
	background: #ffffff;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;

	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
	transition: background 0.3s;
	margin: 0 10px;
}

.compare .btn.btn-danger:hover {
	background-color: #eb4c6180;
}

.compare-table .rating-wrapper.rating {
	display: table-cell;
}

/* ALPHABET */

.alphabet-map {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.alphabet-map a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #4c81eb;
}

.alphabet-map strong {
	display: none;
}

.alphabet-subtitle {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-top: 64px;
	color: #2e2f32;
	border-bottom: 1px solid #e1e4eb;
	display: flex;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.alphabet-row {
	display: flex;
	width: 100%;
}

.alphabet-column {
	width: 25%;
	display: flex;
	margin-bottom: 4px;
}

.alphabet-column a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #4c81eb;
	padding: 2px 0;
	text-align: left;
}

.alphabet-column a:hover {
	color: #4c11eb;
}

/* REGISTER */

.register-content {
	margin-bottom: 64px;
}

.register-content [id="column-right"] {
	display: none;
}

.register-content .col-sm-9 {
	width: 100%;
	padding: 0;
}

.register-content form.form-horizontal,
.register-content p {
	max-width: 540px;
	margin: 0 auto;
	float: none;
}

.register-content form.form-horizontal {
	margin-top: 10px;
}

.register-content form.form-horizontal legend {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #2e2f32;
}

.register-content .form-horizontal .control-label {
	display: none;
}

.register-content .form-horizontal .form-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-bottom: 16px;
}

.register-content .form-horizontal .col-sm-10 {
	padding: 0;
	margin: 0;
	width: 100%;
}

.register-content .form-horizontal input {
	margin: 0;
}

.register-buttons {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	margin-top: 24px;
}

.warranty-policy {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	position: relative;
	padding-left: 20px;
}

.warranty-policy a {
	color: #4c81eb;
}

.warranty-policy input[type="checkbox"] {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.newsletter-input-wrapper {
	display: flex;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 24px;
}

.register-content .newsletter-input-wrapper .control-label {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	padding: 0;
}

.newsletter-input-wrapper .radio-inline {
	display: flex;
	align-items: center;
}

.newsletter-input-wrapper .radio-inline [type="radio"] {
	position: static;
	margin: 0 5px;
}

.submit-wrapper {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	border-bottom: 1px solid #e1e4eb;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.register-content .submit-wrapper input {
	width: 100%;
}

.exist-account {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.exist-account a {
	color: #4c81eb;
}

/* LOGIN */
.login-container aside[id="column-right"] {
	display: none;
}

.login-container [id="content"] {
	width: 100%;
	max-width: 540px;
	margin: 36px auto;
	float: none;
}

.login-content > .row {
	display: flex;
	flex-direction: column-reverse;
}

.login-content > .row .col-sm-6 {
	width: 100%;
}

.login-content > .row .well {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	box-shadow: none;
}

.login-content > .row .well a {
	color: #4c81eb;
}

.login-content > .row .well [type="submit"],
.login-content > .row .well .green_button {
	width: 100%;
	background: #4c81eb;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.login-content > .row .well [type="submit"]:hover,
.login-content > .row .well .green_button:hover {
	background-color: #f9bf2d;
}

/* ACCOUNT GENERAL */

[class*="account"] #content {
	margin: 34px auto;
	padding: 0 15px;
	text-align: left;
}

[class*="account"] aside[id="column-right"] {
	padding: 16px;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	margin-top: 34px;
}

[class*="account"] aside[id="column-right"] .list-group {
	display: flex;
	flex-direction: column;
}

body[class*="account"] .btn-info,
body[class*="account"] .btn-danger {
	background: #4c81eb30;
	border: 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	text-shadow: none;
	border-radius: 6px;
	margin: 0 0 0 20px;
}

body[class*="account"] .btn-danger {
	color: #2e2f32;
	box-shadow: none;
	background: #eb4c6160;
}

[class*="account"] #content h2 {
	margin-bottom: 56px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
	padding-bottom: 24px;
	border-bottom: 1px solid #e1e4eb;
	margin-top: 0;
}
.account-account #content h2 {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 16px;
	margin-bottom: 12px;
}

[class*="account"] #content .well h2 {
	padding-bottom: 16px;
	margin-bottom: 16px;
}
[class*="account"] #content h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #2e2f32;
	margin-bottom: 20px;
}

[class*="account"] .form-horizontal .form-group {
	margin: 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

[class*="account"] .form-horizontal .control-label {
	padding: 0;
	max-width: 35%;
	width: 100%;
	align-items: start;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
	margin-right: auto;
}

[class*="account"] .form-group .form-control {
	margin: 0;
}

[class*="account"] .form-group .col-sm-10 {
	padding: 0;
	max-width: 60%;
	width: 100%;
}

/* WISHLIST */

.wishlist-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #e1e4eb;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 24px;
}

.wishlist-item-head > * {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
	word-wrap: break-word;
}

.wishlist-item-head,
.wishlist-item-body {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e1e4eb;
	padding: 16px;
}

.wishlist-head_action {
	display: none;
}

.wishlist-head-column {
	width: 24%;
}

.wishlist-item-body [class*="wishlist-item_"] {
	width: 24%;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e2f32;
}

.wishlist-head_image,
.wishlist-item-body .wishlist-item_image {
	width: 15%;
}

.wishlist-item_image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-shrink: 0;
	margin-right: 10px;
}

.wishlist-item_image a {
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wishlist-item_image img {
	width: 100%;
	height: 100%;
}

.wishlist-head_name,
.wishlist-item-body .wishlist-item_link {
	width: 35%;
}

.wishlist-item_link {
	display: flex;
	flex-direction: column;
}

.wishlist-item-footer {
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: end;
}

.wishlist-item_price s {
	color: #a8adb7;
	/* margin-left: 15px; */
}

.wishlist-item_buttons .buy,
.wishlist-item_buttons .btn-danger {
	position: relative;
}

.wishlist-item_buttons .buy i,
.wishlist-item_buttons .btn-danger i {
	display: none;
}

[lang="uk"] .wishlist-item_buttons .buy:after {
	content: "Купити";
}

[lang="ru"] .wishlist-item_buttons .buy:after {
	content: "Купить";
}

[lang="uk"] .wishlist-item_buttons .btn-danger:after {
	content: "Видалити";
}

[lang="ru"] .wishlist-item_buttons .btn-danger:after {
	content: "Удалить";
}

.wishlist-item_buttons {
	display: flex;
	flex-direction: row-reverse;
}

body[class*="account"] .wishlist-item_buttons .btn-danger {
	margin-right: 20px;
	background: #ffffff;

	border: 1px solid #e1e4eb;
	font-weight: 600;
	color: #2e2f32;
	transition: background 0.3s;
}

body[class*="account"] .wishlist-item_buttons .btn-danger:hover {
	background: #eb4c6160;
}
.share-links {
    text-align: left;
}
.share-links i {
    font-size: 25px;
    border: 1px solid;
    padding: 8px 11px;
    border-radius: 100%;
    transition-duration: 0.5s;
}
.share-links i:hover{
    transform: translateY(-4px);
    transition-duration: 0.5s;
}
i.fa.fa-instagram {
    background-color: #e5242b;
    color: #fff;
}
i.fa.fa-telegram {
    background-color: #23a1d1;
    color: #fff;
    background-image: url(/catalog/view/theme/default/image/icons/sm_telegram_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% - 4px);
}
i.fa.fa-facebook {
    background-color: #3b5998;
    color: #fff;
}

/*new style*/
li.row_soc {
  position: relative;
  width: 100%;
}
.row_soc .share-links {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}
.row_soc .share-links a {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
}
.row_soc .share-links a i {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.row_soc .share-links a + a {
  margin-left: 4px;
}
.some_detals.list-unstyled li:nth-child(2),
.some_detals.list-unstyled li:nth-child(3) {
  width: 100%;
  text-align: left;
  padding-right: 100px;
}
ul.some_detals.list-unstyled {
  min-height: 70px;
}
.product-top_column-right .product-slider-wrapper {
  padding-bottom: 0px;
}
.product-top_column-right div#similar_category {
  border: 1px solid #e1e4eb;
  padding: 8px 16px;
  border-radius: 6px;
}
.product-top_column-right .product-slider-wrapper .title {
  margin: 0;
  min-height: 53px;
  padding-right: 100px;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 5px;
  max-width: 100%;
}
.product-top_column-right .product-visible .image {
  margin: 0px auto;
}
#similar_category .slider > .product-layout ~ .product-layout {
	display: none;
}
#similar_category .slider > .product-layout {
	width: 100%;
	max-width: 100%;
}

.toggle1 i {
  background: #4c81eb;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  line-height: 12px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-style: normal;
  margin-left: 2px;
  transform: translateY(-1px);
}
.inner1 {
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #e1e4eb;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  transform: translateY(-8px);
  background: #fff;
}
.inner1 p:last-child {
  margin-bottom: 0px;
}
.inner1 p:first-child {
  padding-right: 20px;
}
span.ac_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eaecee;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
span.ac_close:before,
span.ac_close:after {
  content: "";
  height: 10px;
  width: 1px;
  background: #5d5d5d;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
span.ac_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
span.ac_close + * {
  padding-right: 30px;
}
.wrap_sorting {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}
#column-left .list-group a:not(.footer-column .footer__list a) {
  margin-bottom: 0px;
  padding: 0;
  font-weight: normal;
}
#column-left .ocfilter-option label {
  margin: 0;
}
#column-left .ocfilter-option .ocf-option-name {
  margin-bottom: 4px;
}
#column-left .list-group
  .list-group-item.ocfilter-option
  ~ .list-group-item.ocfilter-option {
  border-top: 1px solid #e1e4eb;
}
.collapse-value > button,
.collapse-value > button:focus,
.collapse-value > button:active,
.collapse-value > button:active:focus {
  font-weight: normal!important;
}
.selected-options ~ .list-group-item label {
	font-size: 14px;
    line-height: 24px;
}
.selected-options ~ .list-group-item label:hover {
	color: #eb4c61;
}
.list-group-item.selected-options {margin-bottom: 4px;}
.popover .btn-primary {font-weight: normal;}
ul.breadcrumb li a,
.some_detals .manufacturer a {color: #4c81eb;text-decoration: underline;}
.breadcrumb > li a:hover,
.some_detals .manufacturer a:hover {color: #eb4c61;}

div#product ul.accordion1 {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
div#product ul.accordion1 li {
  width: calc(100% / 3);
  padding: 2px;
}
div#product ul.accordion1 li a {
  background: #f6f6f6;
  margin: 0;
  padding: 40px 5px 10px;
  border-radius: 4px;
  font-weight: normal;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
div#product ul.accordion1 li a::before {
  left: calc(50% - 25px);
  top: 5px;
  margin: 0;
}
div#product ul.accordion1 li a i {
  position: absolute;
  top: 12px;
  left: calc(50% + 13px);
  transition: .3s;
}
div#product ul.accordion1 li:nth-child(4),
div#product ul.accordion1 li:nth-child(5) {
  width: calc(100% / 2);
}
div#product ul.accordion1 li:nth-child(4) a,
div#product ul.accordion1 li:nth-child(5) a {
  padding: 40px 8px 10px;
}
div#product ul.accordion1 .inner1 {
  position: absolute;
  z-index: 12;
  transform: translateY(100%);
  bottom: 0px;
  left: 2px;
  width: calc(100% - 4px);
  font-size: 13px;
  line-height: 20px;
  border-radius: 4px;
}
div#product ul.accordion1 li a:hover i {
    background-color: #f9bf2d;
}
@media (max-width: 1430px) {
	div#product ul.accordion1 li {width: calc(100% / 2);}
	div#product ul.accordion1 li:nth-child(5) {width: 100%;}
}

.product-slider-wrapper-tab {
    position: relative;
    padding-right: 80px;
}
.arrow_nav {
    display: inline-flex;
    width: 80px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
}
.arrow_nav span {
    width: 32px;
    height: 32px;
    background: #fff;
    bottom: auto;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e1e4eb;
    box-sizing: border-box;
    border-radius: 6px;
    background-image: url(/catalog/view/theme/default/image/icons/arrow-right.svg);
}
span.arrow_nav_prev {
    background-image: url(/catalog/view/theme/default/image/icons/arrow-left.svg);
}
.arrow_nav span:hover {
    background-color: #f2f4f7;
}

.not-available{
    color: tomato;
}
.available{
    color: lightgreen;
}
@media (max-width: 767px) {
	.arrow_nav {
	    width: 70px;
	}
	.slick-slider .fa-angle-left {
	    right: 38px;
	}
}
#tab-description div {
    max-width: 100%;
}

#tab-description img {
    object-fit: contain;
    height: auto;
    margin-bottom: 15px;
}

.wrapper-video {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap_iframe {
	width: 100%;
	position: relative; 
	padding-bottom: 56.25%;
	background-color: #e1e4eb;
}
.wrapper-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.video-slide {
    padding: 3px;
}
.slick-slider .slick-arrow.bordered.slick-disabled {
    opacity: 0.5;
    background-color: #e1e4eb;
    pointer-events: none;
}
.slider-video:not(.slick-slider) {
	display: flex;
}
.slider-video:not(.slick-slider) .video-slide {
	width: 33.33%;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.slider-video:not(.slick-slider) .video-slide {
		width: 100%;
	}
	.wrapper-video .title {
	    margin-bottom: 14px;
	}
}
.not_stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 200px;
    height: 80px;
    color: #F44336;
    border: 3px solid #F44336;
    position: absolute;
    z-index: 12;
    bottom: 50px;
    right: 25px;
    transform: rotate(-25deg);
    background: #fff;
}
.not_stock b {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
@media (max-width: 767px) {
	.not_stock b {
	    font-size: 12px;
	    font-weight: 900;
	}

	.not_stock {
	    font-size: 10px;
	    gap: 0px;
	    width: 160px;
	    height: 56px;
	}
}
#button-cart[disabled] {
    background: #999;
}

.image .not_stock {
	font-size: 10px;
    width: 140px;
    height: 50px;
    line-height: 16px;
    gap: 0px;
    bottom: 30px;
    right: 4px;
}
.image .not_stock b {
    font-size: 10px;
}