body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
        /*background-color: #d1d1d1;*/
}

@media (min-width: 992px) {
    body {
        background-color: #f2f2f2;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1600px;
    }
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	/*padding-top: 6px;*/
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo h1 {
  font-size: 28px;
  margin: 5px 0 25px;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 10px; /*ADD*/
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
	color: #fff;
/*	position: relative;
    top: -15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #f0f0f0;
    padding: 0px 7px;
    border-radius: 5px;*/
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
  /*background-color: #2196f3;*/
  min-height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .nav > li > a {
  color: #fff;
  padding: 10px 15px;
  min-height: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 10px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
  background: #2196F3;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2196F3;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #2196F3;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2196F3;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
    margin-top: 20px;
    display: none;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
	min-height: 600px;
	    padding: 15px;
}
/* footer */
/*footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #ADB5BD;
}*/
footer {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #ADB5BD;
}

/*@media (max-width:991px) {
footer {
    bottom: 54px;
	}
}*/


footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ADB5BD;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	/*font-weight: bold;*/
	color: #fff;
}

@media (max-width:991px) {
div#common-maintenance {
    margin-bottom: 54px;	
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
/*.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}*/
.breadcrumb {
    /* margin-top: 20px; */
    margin-bottom: 0px;
    padding: 5px;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*@media (max-width:991px) {
.breadcrumb {
    padding-top: 25px;
}
}*/
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #FFF;*/
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.breadcrumb > li:after {
    /*content: "▶";*/
    content: "/";
    display: block;
    height: 26px;
    position: absolute;
    right: -3px;
    top: 0;
    width: 2px;
/*    color: #ff1627;*/
color: #000;
    margin-left: 1.1rem;
}

.breadcrumb > li:last-child:after {
  content: ''; /* Прибирає роздільник після останнього елемента */
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    /*background-color: #43b02a;*/
    background-color: #ff0000;
    background-image: none;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    /* height: 34px; */
    width: 4.8rem;
    height: 4.8rem;
    border: 0px;
    min-width: 34px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary:hover, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	    padding: 15px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	/*font-weight: bold;*/
	  font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.product-thumb .caption {
	/*padding: 0 20px;
	min-height: 81px;
	max-height: 81px;
	    word-break: break-all;
    white-space: normal;*/
    padding: 0 15px;
    min-height: 81px;
    max-height: 81px;
    word-break: break-word;
    white-space: normal;
    margin-top: 10px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
/*	min-height: 210px;*/
	min-height: 81px;
	max-height: 81px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	  min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: initial;
    /* justify-content: flex-end; */
    /* line-height: 18px; */
    text-align: left;
    margin-right: auto;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 6px;
    margin-bottom: 0px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	/*margin-left: 10px;*/
	font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	  border-top: none;
    background-color: transparent;
    overflow: auto;
    padding: 5px;
    display: flex
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	  /*background: #43b02a;*/
	  background: #ff0000;
    color: #fff;
    border-radius: 4px;
    display: inline-block !important;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    width: 4.8rem !important;
    height: 4.8rem;
    border: 0px;
    min-width: 34px;
    display: -ms-flexbox;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	/*background-color: #ddd;*/
	/*background-color: #ff1727;*/
	background-color: #ff1727a8;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.thumbnails > li {
	margin-left: 20px;
}*/
/*.thumbnails {
	margin-left: -20px;
}*/
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/*@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}*/

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

/*Іконки в хедері*/
.my-icons {
  /*text-align: center;*/
  padding-top: 10px;
  margin-top: 10px;
  float: right;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
}
.my-icons .fa {
  font-size: 18px;
  color: #2196F3;
}
.my-icons a {
  font-size: 14px;
  color: #000;
  border: 1px solid #ddd;
  padding: 9px 10px 10px;
}
.my-icons a:hover {
  background: #2196F3;
  color: #fff;
}
.my-icons a:hover .fa {
  color: #fff;
}

/*Шапка*/
.header_v_1 {
	background-color: #000000;
	position: sticky;
  top: 0;
  z-index: 1007;
	padding: 0px 5px 15px 5px;
}

.top-menu-header {
		margin-top: 10px;
}

.navbar {
	  margin-bottom: 0px;
    border: none;
}

.dflex {
	display: flex;
}

/* Загальний стиль для контейнера */
.new-products {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /*gap: 10px;*/ /* Відстань між товарами */
}

@media (max-width: 991px) {
.new-products {
    overflow-x: auto;
	}
}

/* Якщо ширина більше 1500 пікселів - відображати 5 товарів */
@media (min-width: 1500px) {
.new-products .product-layout {
    flex: 0 0 20%; /* За замовчуванням 5 товарів (100% / 5) */
    box-sizing: border-box;
    width: 20%;
    }
}

/* Якщо ширина екрана від 992 до 1500 пікселів - відображати 4 товари */
@media (min-width: 1200px) and (max-width: 1500px) {
    .new-products .product-layout {
        flex: 0 0 25%; /* 100% / 2 */
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .row .product-layout {
        flex: 0 0 25%;
        width: 25%;
    }
}

/* Якщо ширина екрана від 750 до 992 пікселів - відображати 3 товари */
@media (min-width: 750px) and (max-width: 992px) {
    .new-products .product-layout {
        flex: 0 0 33.33%; /* 100% / 2 */
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 500 до 750 пікселів - відображати 2 товари */
@media (min-width: 500px) and (max-width: 750px) {
    .new-products .product-layout {
        flex: 0 0 50%; /* 100% / 2 */
        width: 50%;
    }
}

/* Якщо ширина екрана 500 пікселів - відображати 1 товар */
@media (max-width: 500px) {
    .new-products .product-layout {
        flex: 0 0 50%; /* 100% / 2 */
        width: 50%;
    }
}

/* Якщо ширина більше 1500 пікселів - відображати 5 товарів */
@media (min-width: 1500px) {
#product-search .product-layout {
    flex: 0 0 20%; /* За замовчуванням 5 товарів (100% / 5) */
    box-sizing: border-box;
    width: 20%;
    }
}

/* Якщо ширина екрана від 992 до 1500 пікселів - відображати 4 товари */
@media (min-width: 1200px) and (max-width: 1500px) {
    #product-search  .product-layout {
        flex: 0 0 25%; /* 100% / 2 */
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .row .product-layout {
        flex: 0 0 25%;
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 750 до 992 пікселів - відображати 3 товари */
@media (min-width: 750px) and (max-width: 992px) {
    #product-search  .product-layout {
        flex: 0 0 33.33%; /* 100% / 2 */
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 500 до 750 пікселів - відображати 2 товари */
@media (min-width: 500px) and (max-width: 750px) {
    #product-search  .product-layout {
        flex: 0 0 50%; /* 100% / 2 */
        width: 50%;
    }
}

/* Якщо ширина екрана 500 пікселів - відображати 1 товар */
@media (max-width: 500px) {
    #product-search .product-layout {
        flex: 0 0 100%; /* 100% / 2 */
        width: 100%;
    }
}

/* Якщо ширина більше 1500 пікселів - відображати 5 товарів */
@media (min-width: 1500px) {
.swiper-slide {
    flex: 0 0 20%; /* За замовчуванням 5 товарів (100% / 5) */
    box-sizing: border-box;
    width: 20%;
    }
}

/* Якщо ширина екрана від 992 до 1500 пікселів - відображати 4 товари */
@media (min-width: 1200px) and (max-width: 1500px) {
    .swiper-slide {
        flex: 0 0 25%; /* 100% / 2 */
        width: 25%;
    }
}


/* Якщо ширина екрана від 750 до 992 пікселів - відображати 3 товари */
@media (min-width: 750px) and (max-width: 992px) {
    .swiper-slide {
        flex: 0 0 33.33%; /* 100% / 2 */
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 500 до 750 пікселів - відображати 2 товари */
@media (min-width: 500px) and (max-width: 750px) {
    .swiper-slide {
        flex: 0 0 50%; /* 100% / 2 */
        width: 50%;
    }
}

/* Якщо ширина екрана 500 пікселів - відображати 1 товар */
@media (max-width: 500px) {
    .swiper-slide{
        flex: 0 0 100%; /* 100% / 2 */
        width: 100%;
    }
}

/* Загальний стиль для контейнера */
.new-products-column-left {
    display: contents;*
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /*gap: 10px;*/ /* Відстань між товарами */
}

.new-products-column-left.special {
    display: block;
}

@media (max-width: 991px) {
.new-products-column-left {
    overflow-x: auto;
	}
}

/* Якщо ширина більше 1500 пікселів - відображати 5 товарів */
@media (min-width: 1500px) {
.product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
    flex: 0 0 25%; /* За замовчуванням 5 товарів (100% / 5) */
    box-sizing: border-box;
    width: 25%;
    }
}

/* Якщо ширина екрана від 992 до 1500 пікселів - відображати 4 товари */
@media (min-width: 1200px) and (max-width: 1500px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 33.33%; /* 100% / 2 */
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 750 до 992 пікселів - відображати 3 товари */
@media (min-width: 750px) and (max-width: 992px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 33.33%; /* 100% / 2 */
        width: 33.33%;
    }
}

/* Якщо ширина екрана від 500 до 750 пікселів - відображати 2 товари */
@media (min-width: 500px) and (max-width: 750px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%; /* 100% / 2 */
        width: 50%;
    }
}

/* Якщо ширина екрана 500 пікселів - відображати 1 товар */
@media (max-width: 500px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 100%; /* 100% / 2 */
        width: 100%;
    }
}

/*.new-products-column-left .product-layout*/

.product-layout.product-list.col-xs-12 span {
	    /*display: inline-block !important; */  
}

.product-layout.product-list.col-xs-12 .button-group span {
/*	    display: flex !important;   */
}

.new-products .fa-shopping-cart:before {
        display: block;
    background: #fff;
    -webkit-mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);
    mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);
    width: 20px;
    height: 17px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border: 0px;
}

.product-thumb .button-group button[disabled] {
    color: transparent;
    background-color: #ddd;
    text-decoration: none;
    cursor: not-allowed !important;
}

.product-thumb .button-group button[с] {
    background-color: #b0b0b0 !important;
}

.fa-ban:before {
    display: block;
    background: #fff;
    /*-webkit-mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg) !;
    mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);*/
    -webkit-mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    width: 27px;
    height: 27px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border: 0px;
}

.product-thumb .fa-shopping-cart:before {
    display: block;
    background: #fff;
    /*-webkit-mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);
    mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);*/
    -webkit-mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    width: 20px;
    height: 17px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border: 0px;
}

.fa-shopping-cart {
    /*-webkit-mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);
    mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);*/
    -webkit-mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    /*width: 20px;
    height: 17px;*/
    width: 27px;
    height: 27px;
    color: white;
    background-color: white;
}

.fa-shopping-cart:before {
    /*-webkit-mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);
    mask-image: url(/catalog/view/theme/default/image/addtocart-icon.svg);*/
    -webkit-mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    mask-image: url(/catalog/view/theme/default/image/bag_buy_cart.svg);
    width: 20px;
    height: 17px;
    color: white;
    background-color: white;
}

.box-account .btn-account {
    background: #2969e5;
    border: 0px;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    position: relative;
    color: white;
    min-width: 56px;
    min-height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*#cart-total {
    position: relative;
    top: -15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #f0f0f0;
    padding: 0px 7px;
    border-radius: 5px;
}*/

#bag {
    color: white;
    font-size: 14px;
}

.shop-bag-svg {
		display: inline-block;
    position: relative;
    float: left;
    margin-top: 1px;	
}

#product .btn-primary {
    width: 100%;
    height: 38px;
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #b0b0b0 !important;
    background-image: none;
    border-color: #b0b0b0;
}

/* Сховати меню для мобільних на ПК */
.menu-mobile {
    display: none;
}

/* Показати меню для ПК */
.menu-desktop {
    display: block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #379624;
    padding: 10px 25px;
    border-radius: 0px !important;
}

/* Основний пункт меню для ПК */
.menu-desktop .nav > .dropdown > a {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

/* Випадаюче меню для ПК */
.menu-desktop .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 10px 0;
    z-index: 1000;
    min-width: 200px;
}

/* Субменю для підкатегорій */
.menu-desktop .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 1px;
    border-left: 1px solid #ddd;
}

/* Відображення меню при наведенні миші */
.menu-desktop .dropdown:hover > .dropdown-menu {
    display: block;
}

/* Наведення миші */
.menu-desktop .dropdown-menu > li > a:hover {
    background: #f8f8f8;
    color: #007bff;
}

/* Сховати меню для ПК на мобільних */
@media (max-width: 991px) {
    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    #menu {
        display: none;
    }

}

/* При натисканні показується меню, тільки в межах menu-desktop */
#menu-desktop .dropdown.open .dropdown-menu {
  display: block;
}

/* Приховування меню за замовчуванням */
#menu-desktop .dropdown-menu {
  display: none;
}

/* Приховуємо всі підменю за замовчуванням */
#menu-desktop .dropdown-menu {
  display: none;
  position: absolute; /* Це забезпечує коректне відображення підменю */
  z-index: 1000; /* Щоб підменю було над іншими елементами */
  left: -25px;
  top: 51px;
}

/* Відображення активного підменю */
#menu-desktop .dropdown-menu.show {
  display: block;
}

#menu-desktop  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.menu-desktop-color {
		color: #fff !important;
}

@media (max-width: 991px) {
    .box-account {
        display: none;
    }

}

@media (max-width: 991px) {
    .box-cart {
        display: none;
    }

}

.container-top {
	/*background-color: #a5a5a5;*/
	    /*background-color: #a5a5a59e;*/
	        background-color: #000000;
	padding: 10px 0px 10px 0px;
}

@media (min-width: 768px) {
    #menu-desktop .navbar-nav>li {
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

/* Курсор у вигляді пальця для елементів меню */
#menu-desktop,
#menu-desktop .dropdown-toggle,
#menu-desktop .dropdown-submenu a {
  cursor: pointer;
}

.dropdown-menu>li>a {
    font-size: 14px;
}

.dropdown-submenu a {
  cursor: pointer;
}

.well, .buttons, .btn-primary {
    width: auto;
    padding: 10px 20px;
}

.product-layout a {
    color: #000000;
}

.product-layout a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .product-layout a {
        -webkit-line-clamp: 3;
        font-size: 16px;
        line-height: 22px;
    }
}

.product-layout a:hover {
    color: #0f4b82;
}

footer li {
    margin-bottom: 8px;
    font-size: 14px;
}

.copyright {
    text-align: center;
}

.breadcrumb > li a span {
/*    color: #000;*/
/*    color: #0f4b82;*/
			color: #479626;
    /*text-decoration: underline;*/
}

.breadcrumb > li span {
    color: #a7a7a7;
    /* text-decoration: underline; */
}

.breadcrumb > li {
    font-size: 14px;
    padding: 0 7px;
    position: relative;
    white-space: nowrap !important;
    margin-right: 10px;
}

.thumbnail {
	  border: none;
}

.product-background {
	   background-color: #fff;
	   border-radius: 8px;
}

.home-background {
	   background-color: #fff;
	       margin-top: 20px;
    border-radius: 8px;
}

.category-background {
	   background-color: #fff;
	       padding-top: 20px;
    border-radius: 8px;
}

@media (max-width:991px) {
	.category-background {
    padding-top: 0px;
}
}

.manufacturer-background {
	   background-color: #fff;
	       margin-top: 20px;
    border-radius: 8px;
}

.search-background {
	   background-color: #fff;
	   border-radius: 8px;
}

.main-info-block-top {
	display: flex;
	    
}

@media (min-width:992px) {
.main-info-block-top {
	gap: 1.2rem;
	}
}

@media (max-width:991px ){
	.main-info-block-top {
	display: block;
	    gap: 1.2rem;
}
}

.main-info-block-top-stock {
	display: flex;
	gap: 0.5rem;
}

@media (min-width:768px) and (max-width:991px) {
.main-info-block-top-stock {
	display: block;
	}
}

.stock-in {
	display: flex;
    gap: 0.5rem;
    /*background-color: #edf9ea;*/
    color: #43b02a;
    padding: 0.4rem 0.6rem 0.4rem 0rem;
    border-radius: 1rem;
    font-weight: 500;
	}

	@media (max-width: 991px) {
		.stock-in {
    display: flex;
    gap: 0.5rem;
    /* background-color: #edf9ea; */
    color: #43b02a;
   padding: 0rem;
    border-radius: 1rem;
    font-weight: 500;
		}
	}

.stock-out {
    gap: 0.5rem;
    color: #f44336;
    display: flex;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem 0.4rem 0rem;
    border-radius: 1rem;
    font-weight: 500;
}

	@media (max-width: 991px) {
		.stock-out {
	/*display: flex;*/
	display: inline-flex;
    gap: 0.5rem;
    background-color: #fdd9d7;
    color: #f44336;
      /* padding: 0.4rem 0rem 0.4rem 0rem;*/
    border-radius: 1rem;
    font-weight: 500;
		}
	}

.main-info-block-top-manufacturer {
	    padding: 0.4rem 0rem 0.4rem 0rem;
}

.main-info-block-top-model {
        padding: 0.4rem 0rem 0.4rem 0rem;
}

.currency-value {
	      font-size: 3.4rem;
    font-weight: 550;
    line-height: 4rem;
    font-family: sans-serif;
}

@media (min-width: 1024px) {
    .i-buy {
        margin: 0;
        gap: 0 2.4rem;
        grid-template-columns: auto auto 1fr;
        padding: 3.2rem 3.2rem 2.2rem 3.2rem;
        border-radius: 0;
    }
}

.i-buy {
    display: grid;
    gap: 1.6rem 2.4rem;
    /*grid-template-columns: 1fr auto;*/
    position: relative;
        /*padding: 1.4rem 0rem;*/
            padding: 0rem 0rem;
/*    margin: 0 1.2rem 1.6rem 0rem;*/
    border-radius: 0.8rem;
    align-items: center;
    background-color: var(--product-cart-block-bg);
}

.i-buy__price {
    justify-self: flex-start;
}

@media (max-width:767px) {
.i-buy__price {
	      justify-self: normal;
  }
}

#base-button {
	    height: 5.8rem;
    padding: 1.9rem 1.2rem;
    /* background-color: var(--primary); */
    min-width: 17.4rem;
    color: #fff;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    transition: background-color 0.3s;
}

.price {
	display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.price__currency {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
}

.buy-btn {
    padding: 1.9rem 1.2rem;
    min-width: 17.4rem;
    color: #fff;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    transition: background-color 0.3s;
}

@media (max-width: 767px) {
.buy-btn {
        width: 100%;
	}
}

@media (min-width: 768px) {
	.buy-btn {

    height: 5.8rem;
	}
}

@media (min-width: 992px) {
	.col-sm-7-fix {
		width: 45%;
	}
}

@media (min-width: 992px) {
	.col-sm-5-fix {
		width: 55%;
		padding-bottom: 15px;
	}
}

.fa -heart:before {
    content: "\2661";
}

.fa -exchange:before {
    content: "\2696";
}

.btn-primary:hover {
    background-color: #ff1627;
}

.btn-primary:active.focus, 
.btn-primary:active:focus {
	background-color: #ff1627;
    border-color: #ff1627;
}

.btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ff1627;
    border-color: #ff1627;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff1627;
    border-color: #ff1627;
}

.btn-primary:active:hover {
	    background-color: #ff1627;
    border-color: #ff1627;
}

.btn:active:focus, .btn:focus {
	    outline: none;
    outline-offset: 0px;
}

.wishlist-control,
.compare-control {
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--color-gray-90);
    border-radius: 50%;
    color: var(--color-very-light-gray);
    justify-content: center;
    align-items: center;
        display: flex;
}

.fa-heart {
	  font-size: 24px;
	  -webkit-mask-image: url(/image/catalog/icon/sprite.svg#include--header-btns-wishlist);
    mask-image: url(/image/catalog/icon/sprite.svg#include--header-btns-wishlist);
    color: black;
    background-color: black;
    width: 23px;
    height: 23px;
}

.btn-open-bookmarks .fa-heart {
        color: #fff;
    background-color: #fff;
    top: 2px;
    position: relative;
    right: 5px;
}

.btn-open-bookmarks a {
    color: #fff;
    bottom: 13px;
    position: absolute;
    display: flex;
    font-weight: 600;
}

.btn-open-compare .fa-sliders {
        color: #fff;
/*    background-color: #fff;*/
   /* top: 2px;*/
    position: relative;
    right: 5px;
}

.btn-open-compare a {
    color: #fff;
    bottom: 13px;
    position: absolute;
    display: flex;
    font-weight: 600;
}

.fa-sliders {
	  font-size: 24px;
    color: black;
    width: 23px;
    height: 23px;
}

.dropdown-menu-right {
    right: auto;
    left: auto;
}

.i-buy__price {
	    display: flex;
/*    justify-content: center;
    align-items: center;
    gap: inherit;*/

}

.i-buy__buttons {
	     display: flex;
    justify-content: space-between;
    align-items: center;
 /*   justify-content: center;
    align-items: center;
    gap: inherit;*/
}

.i-buy__controls {
	    display: flex;
	        gap: 1.6rem 1.4rem;
	        margin-left: auto;
   /* justify-content: center;*/
  /*  align-items: center;
    gap: inherit;*/
}

@media (max-width:991px) {
.i-buy__controls {
	    display: none;
	    margin-right: auto;
	    margin-left: inherit;
	}
}

@media (max-width:767px) {
.i-buy__controls-mob {
	    display: none;
    gap: 0.5rem;
    align-items: baseline;
  }
}

@media (min-width:768px) {
.i-buy__controls-mob {
	  display: none;
  }
}

#search input[type="text"] {
  font-size: 16px;
}

@media (max-width:767px) {
.price-mob {
 margin-right: auto;
	}
}

@media (max-width:991px) {
.i-buy-controls-mob {
    display: flex;
    gap: 10px;
	}
}

@media (min-width:992px) {
.i-buy-controls-mob {
    display: none;
	}
}



/*.wish_and_compare {
	  display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    margin-right: -5px;
    margin-top: 10px;
    border-radius: 4px;
    background: #00000012;
}*/

.wish_and_compare {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0px 0px 5px 0px; */
    margin-right: -15px;
    /* margin-top: 10px; */
    border-radius: 4px;
    background: #00000012;;
    /*margin: 2rem 0.6rem;*/
        margin: 2rem 0rem;
    /*padding-left: 5px;
    padding-right: 5px;*/
    border-radius: 8px;
    height: 3rem;
    /* line-height: 3rem; */
    margin-left: 10px;
}

.wish_and_compare .fa-heart {
		    color: #ff1625;
    background-color: #ff1625;
}

.wish_and_compare .fa-sliders {
		color: #1b7a06;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.pl-15 {
	    padding-left: 0px;
}

.header-top-specials {
    padding: 0px 5px 5px 5px;
    /* color: #fff !important; */
    /*background-color: red;*/
    border-radius: 8px;
    /* line-height: 1.8rem; */
    /* height: auto; */
    margin: 2rem 0.6rem;
    /*color: var(--color-black);*/
    display: block;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#logo {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.header-bottom-controls__delimiter {
    height: 3.2rem;
    width: 0.1rem;
    background-color: #ababab;
    transition: all 0.3s linear;
    /* padding: 29px 0px 0px 0px; */
    margin-top: 20px;
}

.tr_menu-contact {
	    padding: 0px 5px 5px 5px;
    /* color: #fff !important; */
    /* background-color: red; */
    border-radius: 8px;
    line-height: 1.8rem;
    /* height: auto; */
    margin: 2rem 0.5rem;
    color: var(--color-black);
    display: block;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

.tr_menu-more {
	    display: flex;
}

.tr_menu-help {
	    display: flex;
}

/*.breadcrumb a {
        color: #fff;
}*/

.bep-subcat {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.bep-subcat-item {
    flex-basis: 120px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    opacity: .9;
        background-color: white;
}

.bep-subcat-img {
    margin-bottom: 20px;
}

.bep-subcat-item:hover {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0px 0px 7px 1px rgb(118 118 118 / 20%);
}

.name-wrapper {
    height: 44px;
    /*padding: 0 10px;*/
    overflow: hidden;
    color: #000;
    text-align: center;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.subcategory {
    transition: none;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-transition: box-shadow .2sease, border .2sease;
    transition: box-shadow .2sease, border .2sease;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2sease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2sease-in-out;
    opacity: .9;
}

span.attr-text {
    color: black;
    display: grid;
    padding-left: 20px;
}

.info-model {
    color: black;
}

.info-manufacturer {
	color: black;
}

.attr-text {
    color: black;
    display: flex;
    padding-left: 15px;
}

.i-buy__price-block {
    justify-self: flex-start;
}

/*hr {
    margin-right: 15px;
}*/

.rating {
    margin-top: 15px;
}

@media (max-width:991px) {
aside#column-left {
	display: none;
	}
}

.row-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

/*@media (max-width:991px) {
div#content {
    width: auto;
}*/
}

@media (max-width: 991px) {
    .container {
        width: auto;
    }
}

#content.page-background {
    padding: 0px 15px 15px 15px;
}

.modal-backdrop.in {
    display: none;
}

@media (max-width: 991px) {
    .col-sm-9 {
        width: 100%;
    }
}

span.select2.select2-container.select2-container--bootstrap {
    width: 100% !important;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: transparent;
}

.breadcrumb li>a {
	color: #479626;
}

.href-top a {
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    font-weight: 400;
}

span.sticker-ls-pd-special.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    padding: 1px;
    border-radius: 1.2rem;
    color: white;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 90px;
}

span.sticker-ls-pd-search.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    padding: 1px;
    border-radius: 1.2rem;
    color: white;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 90px;
}

span.sticker-ls-pd-category.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    padding: 1px;
    border-radius: 1.2rem;
    color: white;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 90px;
}

span.sticker-ls-pd-manufacturer.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    padding: 1px;
    border-radius: 1.2rem;
    color: white;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 90px;
}

span.sticker-ls-pd-featured.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    padding: 1px;
    border-radius: 1.2rem;
    color: white !important;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 90px;
}

#account-wishlist button.btn.btn-primary {
    width: 37px;
    height: 34px;
    padding: 5px;
        display: inline-flex;

}

#account-wishlist .table>tbody>tr>td {
    text-align: center;
}

.simplecheckout-block-content {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    background-color: #f8f8f8;
}

.form-group.row-payment_address_no_call {
    margin-bottom: 0px;
    border-bottom: 1px solid #DDDDDD;
}

.form-group.row-payment_address_social_media {
		margin-bottom: 0px;
}