body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: linear-gradient(135deg, #898989 0%, #c5c5c5 50%, #949494 100%) fixed !important;
}
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: #888;
	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 {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#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;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#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;
}
#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 .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .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;
}
.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;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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 {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.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 {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir=rtl] .navbar-nav > li {
        float: right;
    }

}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}


div[id^="slideshow"],
div[id^="slideshow"] .owl-wrapper-outer,
div[id^="slideshow"] .owl-stage-outer {
    border: 0 !important;
    border-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* MOTIVAR — убираем точки под производителями */
.carousel > .swiper-pagination {
    display: none !important;
}

/* MOTIVAR — оформление блока производителей */
.carousel.swiper-viewport {
    background: linear-gradient(180deg, #f2f2f2 0%, #d5d5d5 100%);
    padding: 10px 15px;
    border: 0;
    border-bottom: 3px solid #e30613;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.carousel .swiper-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 70px;
    margin: 0 auto;
}

/* MOTIVAR — левое меню категорий */
#column-left .list-group {
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 3px solid #e30613;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

#column-left .list-group-item {
    padding: 12px 14px;
    background: linear-gradient(180deg, #f5f5f5 0%, #dedede 100%);
    border-color: #cccccc;
    color: #333333;
    font-weight: 600;
    transition: all 0.2s ease;
}

#column-left .list-group-item::before {
    content: "›";
    margin-right: 8px;
    color: #e30613;
    font-size: 17px;
    font-weight: bold;
}

#column-left .list-group-item:hover,
#column-left .list-group-item:focus,
#column-left .list-group-item.active {
    padding-left: 20px;
    background: #e30613;
    color: #ffffff;
}

#column-left .list-group-item:hover::before,
#column-left .list-group-item:focus::before,
#column-left .list-group-item.active::before {
    color: #ffffff;
}

/* MOTIVAR — поиск */
#search .form-control {
    height: 40px;
    background: #f3f3f3;
    border: 1px solid #aaaaaa;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
}

#search .btn {
    height: 40px;
    padding: 8px 18px;
    background: #e30613;
    border-color: #e30613;
    color: #ffffff;
    text-shadow: none;
}

#search .btn:hover {
    background: #b9000b;
    border-color: #b9000b;
}

/* MOTIVAR — корзина */
#cart > .btn {
    height: 40px;
    background: linear-gradient(180deg, #333333 0%, #151515 100%);
    border: 1px solid #e30613;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
}

#cart > .btn:hover,
#cart.open > .btn {
    background: #e30613;
    border-color: #e30613;
    color: #ffffff;
}

/* MOTIVAR — верхняя панель */
#top {
    background: #292929;
    border-bottom: 2px solid #e30613;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #d5d5d5;
    text-shadow: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #ffffff;
}

#top .dropdown-menu a {
    color: #333333 !important;
}

#top .dropdown-menu a:hover {
    color: #e30613 !important;
}

/* MOTIVAR — карточка покупки на странице товара */
@media (min-width: 768px) {
	#product-product #content > .row > .col-sm-8 {
		width: 62%;
	}

	#product-product #content > .row > .col-sm-4 {
		width: 38%;
	}
}

#product-product #content > .row > .col-sm-4 {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #d5d5d5;
	border-bottom: 3px solid #e30613;
	border-radius: 5px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
	padding: 22px 24px 25px;
}

#product-product #content > .row > .col-sm-4 h1 {
	color: #202020;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 14px 0 18px;
}

#product-product #content > .row > .col-sm-4 h2 {
	color: #202020;
	font-size: 30px;
	font-weight: 700;
	margin: 18px 0 8px;
}

#product-product #input-quantity {
	height: 44px;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
}

#product-product #button-cart {
	height: 46px;
	background: #e30613 !important;
	border-color: #e30613 !important;
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none;
}

#product-product #button-cart:hover,
#product-product #button-cart:focus {
	background: #bd000b !important;
	border-color: #bd000b !important;
}

/* MOTIVAR — графитовая карточка покупки */
#product-product #content > .row > .col-sm-4 {
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.16) 0%, transparent 38%),
		linear-gradient(145deg, #303030 0%, #171717 100%) !important;
	border: 1px solid #444;
	border-bottom: 3px solid #e30613;
	color: #d0d0d0;
}

#product-product #content > .row > .col-sm-4 h1,
#product-product #content > .row > .col-sm-4 h2 {
	color: #ffffff;
}

#product-product #content > .row > .col-sm-4 li,
#product-product #content > .row > .col-sm-4 label,
#product-product #content > .row > .col-sm-4 p,
#product-product #content > .row > .col-sm-4 small {
	color: #c7c7c7;
}

#product-product #content > .row > .col-sm-4 a {
	color: #ff3540;
}

#product-product #content > .row > .col-sm-4 .btn-default {
	background: #3a3a3a;
	border-color: #555;
	color: #eeeeee;
}

#product-product #content > .row > .col-sm-4 .btn-default:hover {
	background: #e30613;
	border-color: #e30613;
	color: #ffffff;
}

#product-product #input-quantity {
	background: #f7f7f7;
	color: #222222;
}

/* MOTIVAR — основной графитовый фон сайта */
body {
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.12) 0%, transparent 32%),
		linear-gradient(145deg, #303030 0%, #171717 100%) !important;
	background-attachment: fixed !important;
}

/* MOTIVAR — графитовая шапка сайта */
header {
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.14) 0%, transparent 35%),
		linear-gradient(145deg, #303030 0%, #171717 100%) !important;
	border-bottom: 2px solid #e30613;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

/* Светлая подложка только под логотип */
#logo a {
	display: inline-block;
	background: linear-gradient(180deg, #f5f5f5 0%, #dedede 100%);
	border-radius: 5px;
	border-bottom: 2px solid #e30613;
	padding: 6px 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

/* MOTIVAR — исправление слишком тёмной главной страницы */
body {
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.10), transparent 35%),
		linear-gradient(145deg, #353535 0%, #222222 100%) !important;
}

/* Карточки товаров */
.product-thumb {
	background: #f7f7f7 !important;
	border: 1px solid #555 !important;
	border-bottom: 3px solid #e30613 !important;
	border-radius: 4px;
	overflow: hidden;
}

.product-thumb .caption {
	background: #292929 !important;
	color: #d0d0d0 !important;
}

.product-thumb .caption h4 a {
	color: #ffffff !important;
}

.product-thumb .caption h4 a:hover {
	color: #ff2733 !important;
}

.product-thumb .price {
	color: #ffffff !important;
	font-weight: 700;
}

/* Заголовки модулей */
#content h3 {
	color: #ffffff !important;
	font-weight: 600;
}

/* Логотипу возвращаем контраст */
#logo {
	background: rgba(235, 235, 235, 0.92);
	border-radius: 5px;
	padding: 5px 14px;
	display: inline-block;
	border-bottom: 2px solid #e30613;
}

/* MOTIVAR — количество и кнопка покупки */
#product-product .motivar-buy-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

#product-product .motivar-quantity {
	display: flex;
	flex: 0 0 126px;
	height: 46px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #777777;
	border-radius: 4px;
}

#product-product .motivar-qty-btn {
	width: 38px;
	padding: 0;
	background: #353535;
	border: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	transition: 0.2s;
}

#product-product .motivar-qty-btn:hover {
	background: #e30613;
}

#product-product .motivar-quantity #input-quantity {
	width: 50px !important;
	height: 44px !important;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

#product-product .motivar-buy-row #button-cart {
	flex: 1;
	width: auto;
	height: 46px;
	margin: 0;
}

/* MOTIVAR — информация о товаре */
#product-product .motivar-product-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1.4;
}

#product-product .motivar-meta-label {
	color: #bdbdbd !important;
}

#product-product .motivar-meta-value {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
}

/* MOTIVAR — наличие товара */
#product-product .motivar-stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
	padding: 7px 13px;
	background: rgba(34, 197, 94, 0.13);
	border: 1px solid rgba(34, 197, 94, 0.55);
	border-radius: 20px;
	color: #56e282 !important;
	font-size: 15px;
	font-weight: 700;
}

#product-product .motivar-stock-dot {
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	background: #22c55e;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(34, 197, 94, 0.85);
}

/* Товара нет — серый статус */
#product-product .motivar-stock--out {
	background: rgba(160, 160, 160, 0.12);
	border-color: rgba(180, 180, 180, 0.4);
	color: #b8b8b8 !important;
}

#product-product .motivar-stock--out .motivar-stock-dot {
	background: #969696;
	box-shadow: none;
}

/* MOTIVAR — убираем рамку и подложку логотипа */
header #logo,
header #logo a {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

header #logo img {
	display: block;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* MOTIVAR — мягкое выделение логотипа без рамки */
header #logo {
	position: relative;
	isolation: isolate;
}

header #logo::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 125%;
	height: 135%;
	transform: translate(-50%, -50%);
	background: radial-gradient(
		ellipse,
		rgba(255, 255, 255, 0.20) 0%,
		rgba(255, 255, 255, 0.08) 45%,
		transparent 73%
	);
	filter: blur(7px);
	pointer-events: none;
}

header #logo a,
header #logo img {
	position: relative;
	z-index: 1;
}

header #logo img {
	filter:
		drop-shadow(0 1px 1px rgba(255, 255, 255, 0.65))
		drop-shadow(0 5px 9px rgba(0, 0, 0, 0.55));
}

/* MOTIVAR — теги товара */
#product-product .motivar-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 14px 0 25px;
	padding: 13px 16px;
	background: linear-gradient(145deg, #303030, #222222);
	border: 1px solid #444444;
	border-left: 3px solid #e30613;
	border-radius: 5px;
}

#product-product .motivar-tags-title {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

#product-product .motivar-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

#product-product .motivar-tags-list a {
	display: inline-block;
	padding: 5px 12px;
	background: rgba(227, 6, 19, 0.12);
	border: 1px solid rgba(227, 6, 19, 0.55);
	border-radius: 18px;
	color: #ff4a54 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s;
}

#product-product .motivar-tags-list a:hover {
	background: #e30613;
	border-color: #e30613;
	color: #ffffff !important;
}

/* MOTIVAR — вкладки описания и отзывов */
#product-product .nav-tabs {
	display: flex;
	gap: 6px;
	margin: 18px 0 0;
	border-bottom: 2px solid #e30613;
}

#product-product .nav-tabs > li {
	margin: 0;
}

#product-product .nav-tabs > li > a {
	margin: 0;
	padding: 11px 20px;
	background: #353535;
	border: 1px solid #4b4b4b;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	color: #dddddd;
	font-size: 14px;
	font-weight: 700;
	transition: 0.2s;
}

#product-product .nav-tabs > li > a:hover {
	background: #484848;
	color: #ffffff;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
	background: #e30613;
	border-color: #e30613;
	color: #ffffff;
}

#product-product .tab-content {
	min-height: 90px;
	padding: 18px 20px;
	background: linear-gradient(145deg, #303030, #222222);
	border: 1px solid #444444;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	color: #d0d0d0;
	font-size: 14px;
	line-height: 1.6;
}

#product-product .tab-content p {
	color: #d0d0d0;
}

#product-product .tab-content a {
	color: #ff3540;
}

/* MOTIVAR — ширина блока тегов как у описания */
@media (min-width: 768px) {
	#product-product .motivar-tags {
		width: 62%;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	#product-product .motivar-tags {
		width: 100%;
	}
}

/* MOTIVAR — вертикальная галерея товара */
#product-product .motivar-gallery {
	display: flex !important;
	align-items: flex-start;
	gap: 14px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

#product-product .motivar-gallery-thumbs {
	display: flex;
	flex: 0 0 82px;
	flex-direction: column;
	gap: 10px;
}

#product-product .motivar-gallery-thumb {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin: 0 !important;
	padding: 5px !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid #555 !important;
	border-radius: 4px;
	transition: border-color .2s, box-shadow .2s;
}

#product-product .motivar-gallery-thumb img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#product-product .motivar-gallery-thumb:hover,
#product-product .motivar-gallery-thumb.is-active {
	border-color: #e30613 !important;
	box-shadow: 0 0 0 1px #e30613;
}

#product-product .motivar-gallery-main {
	flex: 1 1 auto;
	min-width: 0;
}

#product-product .motivar-gallery-main .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 500px;
	margin: 0 !important;
	padding: 12px !important;
	background: #fff;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none !important;
}

#product-product .motivar-gallery-main img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 500px;
	object-fit: contain;
	transition: opacity .15s ease;
}

@media (max-width: 767px) {
	#product-product .motivar-gallery {
		flex-direction: column-reverse;
	}

	#product-product .motivar-gallery-thumbs {
		flex: none;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	#product-product .motivar-gallery-main .thumbnail {
		min-height: 320px;
	}

	#product-product .motivar-gallery-main img {
		max-height: 320px;
	}
}

/* ===== MOTIVAR: выравнивание карточек товаров ===== */

.product-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-thumb .image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-thumb .image img {
    max-height: 180px;
    width: auto;
    max-width: 100%;
}

.product-thumb .caption {
    min-height: 210px;
    display: flex;
    flex-direction: column;
}

.product-thumb h4 {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}

.product-thumb .caption > p:not(.price) {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.product-thumb .price {
    margin-top: auto;
    min-height: 42px;
}

.product-thumb .button-group {
    margin-top: auto;
}

/* MOTIVAR — цена товара */
.product-thumb .price {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

/* Убираем надпись "Без податку" */
.product-thumb .price-tax {
    display: none !important;
}

/* MOTIVAR - информация в карточке товара */

.motivar-product-info {
    margin: 8px 0 10px;
    font-size: 13px;
    line-height: 1.5;
}

.motivar-product-code,
.motivar-product-brand {
    display: block;
}

.motivar-product-code strong,
.motivar-product-brand strong {
    font-weight: 700;
}

.motivar-product-description {
    margin-top: 10px;
    line-height: 1.45;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    min-height: 60px;
    max-height: 60px;
}

/* ===== MOTIVAR — ровные карточки товаров ===== */

@media (min-width: 768px) {

    .product-layout .product-thumb {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* Фото */
    .product-layout .product-thumb .image {
        height: 180px;
        min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product-layout .product-thumb .image img {
        max-height: 180px;
        max-width: 100%;
        width: auto;
    }

    /* Весь текстовый блок */
    .product-layout .product-thumb .caption {
        height: 245px !important;
        min-height: 245px !important;
        padding: 12px 14px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* Название товара — всегда 2 строки */
    .product-layout .product-thumb h4 {
        height: 42px;
        min-height: 42px;
        max-height: 42px;
        margin: 0 0 8px 0;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* Артикул + производитель */
    .product-layout .motivar-product-info {
        height: 42px;
        min-height: 42px;
        max-height: 42px;
        margin: 0 0 8px 0;
        overflow: hidden;
        line-height: 20px;
    }

    /* Краткое описание */
    .product-layout .motivar-product-description {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
        margin: 0;
        overflow: hidden;
        line-height: 20px;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* Цена всегда внизу и по центру */
    .product-layout .product-thumb .price {
        margin-top: auto !important;
        margin-bottom: 0;
        height: 36px;
        min-height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
    }

    /* Убираем "Без податку" */
    .product-layout .product-thumb .price-tax {
        display: none !important;
    }

    /* Кнопки одинаковой высоты */
    .product-layout .product-thumb .button-group {
        height: 40px;
        min-height: 40px;
        margin-top: 0;
    }
}

/* =================================================
   MOTIVAR — широкий каталог и красивые карточки
   ================================================= */

@media (min-width: 1200px) {

    /* Расширяем основную область сайта */
    .container {
    width: 1600px;
    max-width: 98%;
}

    /* Карточки товаров */
    .product-layout .product-thumb {
        display: flex;
        flex-direction: column;
        height: 100%;
        border: 1px solid #444;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    /* Фото */
    .product-layout .product-thumb .image {
        height: 220px;
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product-layout .product-thumb .image img {
        max-width: 100%;
        max-height: 210px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* Текстовая часть */
    .product-layout .product-thumb .caption {
        height: 265px !important;
        min-height: 265px !important;
        padding: 15px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* Название */
    .product-layout .product-thumb h4 {
        height: 44px;
        min-height: 44px;
        max-height: 44px;
        margin: 0 0 10px 0;
        overflow: hidden;
        line-height: 22px;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* Артикул + производитель */
    .product-layout .motivar-product-info {
        height: 44px;
        min-height: 44px;
        margin-bottom: 10px;
        line-height: 21px;
        overflow: hidden;
    }

    /* Краткое описание */
    .product-layout .motivar-product-description {
        height: 63px;
        min-height: 63px;
        max-height: 63px;
        margin: 0;
        line-height: 21px;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* Цена */
    .product-layout .product-thumb .price {
        margin-top: auto !important;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;

        font-size: 22px;
        font-weight: 700;
        text-align: center;
        color: #fff;
    }

    /* Без податку убираем */
    .product-layout .product-thumb .price-tax {
        display: none !important;
    }

    /* Кнопки */
    .product-layout .product-thumb .button-group {
        height: 44px;
        min-height: 44px;
        margin-top: 0;
    }
}

/* =========================================
   MOTIVAR — новая карточка товара
   ========================================= */

.product-layout .product-thumb {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.2s ease;
}

.product-layout .product-thumb:hover {
    box-shadow: 0 5px 18px rgba(0,0,0,0.16);
    transform: translateY(-2px);
}

/* Фото */

.product-layout .product-thumb .image {
    height: 220px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-layout .product-thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Контент */

.product-layout .product-thumb .caption {
    background: #fff;
    color: #222;
    padding: 12px 14px;
    height: 205px !important;
    min-height: 205px !important;
    display: flex;
    flex-direction: column;
}

/* Название */

.motivar-card-title {
    margin: 0 0 5px;
    height: 38px;
    overflow: hidden;
    line-height: 19px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.motivar-card-title a {
    color: #111 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.motivar-card-title a:hover {
    color: #e30613 !important;
}

/* Описание */

.motivar-card-description {
    color: #3273dc !important;
    font-size: 13px;
    line-height: 18px;
    height: 38px;
    margin: 0 0 7px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Рейтинг */

.motivar-card-rating {
    color: #9aa3aa;
    font-size: 15px;
    letter-spacing: 1px;
    height: 23px;
}

/* Цена */

.product-layout .product-thumb .price,
.motivar-card-price {
    color: #111 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    text-align: left !important;
    margin-top: auto !important;
}

.product-layout .price-tax {
    display: none !important;
}

.price-old {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
    margin-right: 6px;
}

.price-new {
    color: #e30613;
}

/* Срок доставки */

.motivar-delivery {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    color: #e59a00;
}

/* Нижняя панель */

.product-layout .product-thumb .button-group {
    height: 48px;
    min-height: 48px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Кнопка купить */

.product-layout .product-thumb .button-group button:first-child {
    width: 48px !important;
    height: 48px;
    flex: none;
    margin-left: auto;

    background: #ff9900 !important;
    color: #fff !important;
    border: 0;
    font-size: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-layout .product-thumb .button-group button:first-child i {
    font-size: 18px;
}

.product-layout .product-thumb .button-group button:first-child:hover {
    background: #e30613 !important;
}

/* Скрываем текст КУПИТИ */
.product-layout .product-thumb .button-group button:first-child span {
    display: none !important;
}

/* =====================================================
   MOTIVAR — карточка товара как в современном каталоге
   ===================================================== */

.product-layout .product-thumb {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;

    height: 430px !important;

    background: #ffffff !important;
    border: 1px solid #dddddd !important;
    border-radius: 5px !important;

    overflow: hidden !important;
    box-shadow: none !important;
    color: #222 !important;
}

/* ФОТО */
.product-layout .product-thumb .image {
    height: 210px !important;
    min-height: 210px !important;

    padding: 10px !important;

    background: #ffffff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-layout .product-thumb .image img {
    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 195px !important;

    object-fit: contain !important;
}

/* ТЕКСТОВАЯ ЧАСТЬ */
.product-layout .product-thumb .caption {
    height: auto !important;
    min-height: 0 !important;

    padding: 10px 12px 70px !important;

    background: #ffffff !important;
    color: #222222 !important;

    display: block !important;
    overflow: hidden !important;
}

/* НАЗВАНИЕ */
.product-layout .product-thumb h4 {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    margin: 0 0 7px !important;

    line-height: 19px !important;

    overflow: hidden !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-layout .product-thumb h4 a {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* АРТИКУЛ + ПРОИЗВОДИТЕЛЬ */
.product-layout .motivar-product-info {
    height: 37px !important;
    min-height: 37px !important;

    margin: 0 0 6px !important;

    font-size: 11px !important;
    line-height: 17px !important;

    color: #555555 !important;

    overflow: hidden !important;
}

.product-layout .motivar-product-code,
.product-layout .motivar-product-brand {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.product-layout .motivar-product-info strong {
    color: #222222 !important;
    font-weight: 600 !important;
}

/* КРАТКОЕ ОПИСАНИЕ */
.product-layout .motivar-product-description {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    margin: 0 !important;

    color: #337ab7 !important;
    font-size: 12px !important;
    line-height: 19px !important;

    overflow: hidden !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ЦЕНА */
.product-layout .product-thumb .price {
    position: absolute !important;

    left: 12px !important;
    bottom: 35px !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;

    color: #111111 !important;

    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 25px !important;

    text-align: left !important;

    display: block !important;
}

/* УБИРАЕМ "БЕЗ ПОДАТКУ" */
.product-layout .product-thumb .price-tax {
    display: none !important;
}

/* НИЖНЯЯ ГРУППА КНОПОК */
.product-layout .product-thumb .button-group {
    position: static !important;

    height: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;

    overflow: visible !important;
}

/* КОРЗИНА */
.product-layout .product-thumb .button-group button:first-child {
    position: absolute !important;

    right: 10px !important;
    bottom: 12px !important;

    width: 45px !important;
    height: 45px !important;

    padding: 0 !important;

    border: 0 !important;
    border-radius: 9px !important;

    background: #ff9900 !important;
    color: #ffffff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-layout .product-thumb .button-group button:first-child span {
    display: none !important;
}

.product-layout .product-thumb .button-group button:first-child i {
    font-size: 19px !important;
}

/* СЕРДЕЧКО В ПРАВОМ ВЕРХНЕМ УГЛУ */
.product-layout .product-thumb .button-group button:nth-child(2) {
    position: absolute !important;

    right: 7px !important;
    top: 7px !important;

    width: 32px !important;
    height: 32px !important;

    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #777777 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 5;
}

/* СРАВНЕНИЕ ПОКА УБИРАЕМ */
.product-layout .product-thumb .button-group button:nth-child(3) {
    display: none !important;
}

/* УБИРАЕМ СКРОЛЛБАРЫ */
.product-layout .product-thumb,
.product-layout .product-thumb .caption,
.product-layout .product-thumb .button-group {
    scrollbar-width: none !important;
}

.product-layout .product-thumb::-webkit-scrollbar {
    display: none !important;
}

/* ЛЁГКИЙ ЭФФЕКТ ПРИ НАВЕДЕНИИ */
.product-layout .product-thumb:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.15) !important;
}

.product-layout .motivar-delivery-time {
    position: absolute !important;
    left: 12px !important;
    bottom: 12px !important;

    color: #e59a00 !important;
    font-size: 12px !important;
    font-weight: 600 !important;

    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.product-layout .motivar-delivery-time i {
    font-size: 13px !important;
}

/* ================================
   MOTIVAR — доставка и оплата
   ================================ */

.motivar-product-services {
    margin-top: 18px;
    border: 1px solid #cfd6dc;
    border-radius: 8px;
    background: #f7f9fb;
    overflow: hidden;
}

.motivar-service-block {
    padding: 16px 18px;
    border-bottom: 1px solid #d9dfe4;
}

.motivar-service-block:last-child {
    border-bottom: none;
}

.motivar-service-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;

    color: #111;
    font-size: 16px;
}

.motivar-service-title i {
    width: 20px;
    color: #e30613;
    font-size: 18px;
    text-align: center;
}

.motivar-service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding: 7px 0;

    color: #444;
    font-size: 13px;
    line-height: 1.4;
}

.motivar-service-row > span:first-child {
    display: flex;
    align-items: center;
    gap: 7px;
}

.motivar-service-row i {
    color: #e30613;
}

.motivar-service-badge {
    flex: 0 0 auto;

    padding: 4px 8px;

    border: 1px solid #ff9800;
    border-radius: 5px;

    color: #d88200;
    background: #fff;

    font-size: 11px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .motivar-service-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* ==================================================
   MOTIVAR — Доставка / Оплата в стиле сайта
   ================================================== */

.motivar-product-services {
    width: 100% !important;
    margin: 16px 0 0 !important;

    background: linear-gradient(to bottom, #292929, #202020) !important;

    border: 1px solid #444 !important;
    border-bottom: 3px solid #e30613 !important;
    border-radius: 4px !important;

    overflow: hidden !important;

    box-shadow: 0 3px 10px rgba(0,0,0,0.25) !important;
}

/* Каждый раздел */
.motivar-service-block {
    padding: 15px 17px !important;
    border-bottom: 1px solid #444 !important;

    background: transparent !important;
}

.motivar-service-block:last-child {
    border-bottom: none !important;
}

/* Заголовок Доставка / Оплата */
.motivar-service-title {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;

    margin: 0 0 11px !important;

    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Красные иконки */
.motivar-service-title i {
    width: 22px !important;

    color: #ed111c !important;
    font-size: 18px !important;

    text-align: center !important;
}

/* Строки доставки */
.motivar-service-row {
    min-height: 32px !important;

    padding: 5px 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;

    color: #d7d7d7 !important;

    font-size: 13px !important;
    line-height: 18px !important;
}

.motivar-service-row > span:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

/* Маленькие иконки Новой Почты */
.motivar-service-row i {
    color: #ed111c !important;
    font-size: 14px !important;
}

/* Тариф перевозчика */
.motivar-service-badge {
    flex: 0 0 auto !important;

    padding: 4px 9px !important;

    background: transparent !important;

    border: 1px solid #e30613 !important;
    border-radius: 4px !important;

    color: #ff4b53 !important;

    font-size: 11px !important;
    font-weight: 600 !important;

    white-space: nowrap !important;
}

/* Оплата IBAN */
.motivar-service-block:last-child .motivar-service-row {
    color: #d7d7d7 !important;
}

/* Наведение на тариф */
.motivar-service-badge:hover {
    background: #e30613 !important;
    color: #fff !important;
}

/* Телефон */
@media (max-width: 767px) {

    .motivar-product-services {
        margin-top: 12px !important;
    }

    .motivar-service-block {
        padding: 13px 14px !important;
    }

    .motivar-service-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
}

.motivar-np-icon {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    flex: 0 0 18px !important;
}

/* Иконка Новой Почты — только фирменный знак */
.motivar-np-mark {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;

    display: inline-block !important;
    overflow: hidden !important;
    vertical-align: middle !important;
}

.motivar-np-mark img {
    height: 18px !important;
    width: auto !important;
    max-width: none !important;

    display: block !important;
}

/* MOTIVAR — статус 1–3 дні */
.motivar-stock--days {
    color: #f0a000 !important;
    border-color: #b97800 !important;
    background: rgba(240, 160, 0, 0.10) !important;
}

.motivar-stock--days .motivar-stock-dot {
    background: #f0a000 !important;
    box-shadow: 0 0 6px rgba(240, 160, 0, 0.75) !important;
}

/* MOTIVAR — 1–3 дні полностью жёлто-оранжевый */
.motivar-stock--days,
.motivar-stock--days span {
    color: #f0a000 !important;
}

.motivar-stock--days {
    border-color: #b97800 !important;
    background: rgba(240, 160, 0, 0.10) !important;
}

.motivar-stock--days .motivar-stock-dot {
    background: #f0a000 !important;
    box-shadow: 0 0 6px rgba(240, 160, 0, 0.75) !important;
}

/* =========================================
   MOTIVAR — хлебные крошки
   ========================================= */

.breadcrumb {
    background: linear-gradient(to bottom, #292929, #202020) !important;
    border: 1px solid #444 !important;
    border-bottom: 2px solid #e30613 !important;
    border-radius: 4px !important;

    padding: 11px 18px !important;
    margin-bottom: 20px !important;
}

/* Текст и ссылки */
.breadcrumb > li,
.breadcrumb > li > a {
    color: #d8d8d8 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

/* Ссылка при наведении */
.breadcrumb > li > a:hover {
    color: #ff1a25 !important;
}

/* Домик */
.breadcrumb > li:first-child a,
.breadcrumb > li:first-child i {
    color: #e30613 !important;
}

/* Стрелки между пунктами */
.breadcrumb > li + li:before {
    color: #777 !important;
}

/* Последний пункт */
.breadcrumb > li:last-child,
.breadcrumb > li:last-child a {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* =========================================
   MOTIVAR — доработка хлебных крошек
   ========================================= */

/* Красная рамка вокруг всей полосы */
.breadcrumb {
    background: linear-gradient(to bottom, #292929, #202020) !important;

    border: 1px solid #e30613 !important;
    border-radius: 5px !important;

    padding: 9px 14px !important;
    margin-bottom: 20px !important;

    box-shadow: 0 0 6px rgba(227, 6, 19, 0.15) !important;
}

/* Домик */
.breadcrumb > li:first-child > a {
    width: 30px !important;
    height: 30px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #e30613 !important;
    border: 1px solid #ff2732 !important;
    border-radius: 4px !important;

    color: #ffffff !important;

    text-decoration: none !important;
    transition: 0.2s ease !important;
}

/* Сама иконка домика */
.breadcrumb > li:first-child > a i {
    color: #ffffff !important;
    font-size: 15px !important;

    text-shadow: 0 1px 2px rgba(0,0,0,0.35) !important;
}

/* Наведение на домик */
.breadcrumb > li:first-child > a:hover {
    background: #ff1824 !important;
    border-color: #ff4650 !important;

    box-shadow: 0 0 8px rgba(227,6,19,0.55) !important;
}

/* Остальные ссылки */
.breadcrumb > li > a {
    color: #d9d9d9 !important;
}

/* Текущая категория */
.breadcrumb > li:last-child,
.breadcrumb > li:last-child > a {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Разделитель */
.breadcrumb > li + li:before {
    color: #e30613 !important;
}

/* =========================================
   MOTIVAR — левое меню категорий
   ========================================= */

#column-left .list-group {
    border: 1px solid #3f3f3f !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    background: #202020 !important;
}

/* Обычные категории */
#column-left .list-group-item {
    background: #272727 !important;
    color: #eeeeee !important;

    border: 0 !important;
    border-bottom: 1px solid #3a3a3a !important;

    padding: 13px 16px !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    transition: 0.2s ease !important;
}

/* Последняя строка */
#column-left .list-group-item:last-child {
    border-bottom: none !important;
}

/* Наведение */
#column-left a.list-group-item:hover,
#column-left a.list-group-item:focus {
    background: #333333 !important;
    color: #ffffff !important;

    padding-left: 20px !important;
}

/* Активная категория */
#column-left a.list-group-item.active,
#column-left a.list-group-item.active:hover,
#column-left a.list-group-item.active:focus {
    background: #e30613 !important;
    color: #ffffff !important;

    border-color: #e30613 !important;

    font-weight: 700 !important;
}

/* Красная стрелочка слева */
#column-left .list-group-item:before {
    content: "\f105";
    font-family: FontAwesome;

    color: #e30613 !important;
    margin-right: 8px !important;

    font-size: 14px !important;
}

/* У активной категории стрелка белая */
#column-left .list-group-item.active:before {
    color: #ffffff !important;
}

/* =========================================
   MOTIVAR — заголовок и описание категории
   ========================================= */

/* Название категории */
.product-category #content > h2:first-of-type {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    margin: 0 0 18px !important;
    padding-bottom: 11px !important;

    position: relative !important;
}

/* Красная линия под названием */
.product-category #content > h2:first-of-type:after {
    content: "" !important;

    display: block !important;
    width: 65px !important;
    height: 3px !important;

    margin-top: 10px !important;

    background: #e30613 !important;
    border-radius: 3px !important;
}

/* Описание категории */
.product-category #content > .row:first-of-type {
    color: #cfcfcf !important;
}

.product-category #content > .row:first-of-type p {
    color: #cfcfcf !important;

    font-size: 14px !important;
    line-height: 1.65 !important;

    margin-bottom: 10px !important;
}

/* Ссылки внутри описания */
.product-category #content > .row:first-of-type a {
    color: #ff2732 !important;
}

.product-category #content > .row:first-of-type a:hover {
    color: #ffffff !important;
}

/* =========================================
   MOTIVAR — заголовок категории
   ========================================= */

#product-category #content h2 {
    color: #ffffff !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    margin-top: 5px !important;
    margin-bottom: 14px !important;
}

/* Красная линия под названием */
#product-category #content h2:after {
    content: "";
    display: block;

    width: 70px;
    height: 3px;

    margin-top: 10px;

    background: #e30613;
    border-radius: 3px;
}

/* Текст описания категории */
#product-category #content .row p {
    color: #cfcfcf !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Обычный текст внутри блока */
#product-category #content .row {
    color: #cfcfcf !important;
}

/* =========================================
   MOTIVAR — заголовок категории
   ========================================= */

#product-category #content h2 {
    color: #ffffff !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    margin-top: 5px !important;
    margin-bottom: 14px !important;
}

/* Красная линия под названием */
#product-category #content h2:after {
    content: "";
    display: block;

    width: 70px;
    height: 3px;

    margin-top: 10px;

    background: #e30613;
    border-radius: 3px;
}

/* Текст описания категории */
#product-category #content .row p {
    color: #cfcfcf !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Обычный текст внутри блока */
#product-category #content .row {
    color: #cfcfcf !important;
}

/* ==================================================
   MOTIVAR — шапка категории
   ================================================== */

/* Название категории */
#product-category #content > h2:first-of-type {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    margin: 4px 0 18px !important;
    padding: 12px 16px !important;

    background: linear-gradient(90deg, #303030 0%, #272727 70%, transparent 100%) !important;

    border-left: 4px solid #e30613 !important;
    border-radius: 3px !important;

    text-shadow: 0 2px 3px rgba(0,0,0,0.45) !important;
}

/* Убираем старую маленькую линию под H2 */
#product-category #content > h2:first-of-type:after {
    display: none !important;
}


/* ==================================================
   Картинка + описание
   ================================================== */

#product-category #content > .row:first-of-type {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;

    margin: 0 0 20px !important;
    padding: 18px !important;

    background: #292929 !important;

    border: 1px solid #3f3f3f !important;
    border-bottom: 2px solid #e30613 !important;
    border-radius: 5px !important;
}


/* Колонка с картинкой */
#product-category #content > .row:first-of-type > div:first-child {
    width: 190px !important;
    min-width: 190px !important;

    float: none !important;
    padding: 0 !important;
}


/* Сама картинка категории */
#product-category #content > .row:first-of-type .img-thumbnail {
    width: 190px !important;
    height: 125px !important;

    object-fit: contain !important;

    padding: 7px !important;

    background: #ffffff !important;

    border: 1px solid #e30613 !important;
    border-radius: 5px !important;

    box-shadow: 0 4px 12px rgba(0,0,0,0.30) !important;
}


/* Колонка описания */
#product-category #content > .row:first-of-type > div:last-child {
    width: auto !important;
    flex: 1 1 auto !important;

    float: none !important;
    padding: 0 !important;
}


/* Описание */
#product-category #content > .row:first-of-type p {
    color: #d7d7d7 !important;

    font-size: 14px !important;
    line-height: 1.7 !important;

    margin: 0 0 10px !important;
}

#product-category #content > .row:first-of-type p:last-child {
    margin-bottom: 0 !important;
}


/* Мобильная версия */
@media (max-width: 767px) {

    #product-category #content > h2:first-of-type {
        font-size: 24px !important;
    }

    #product-category #content > .row:first-of-type {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #product-category #content > .row:first-of-type > div:first-child {
        width: 100% !important;
    }

    #product-category #content > .row:first-of-type .img-thumbnail {
        width: 100% !important;
        max-width: 250px !important;
        height: 160px !important;
    }
}

/* MOTIVAR — яркое название категории */
#product-category #content > h2:first-of-type {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 900 !important;

    padding: 14px 20px !important;
    margin: 5px 0 18px !important;

    background: linear-gradient(
        90deg,
        #e30613 0%,
        #a8000a 8%,
        #2b2b2b 45%,
        #242424 100%
    ) !important;

    border: 1px solid #e30613 !important;
    border-left: 6px solid #ff1824 !important;
    border-radius: 5px !important;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.35),
        0 0 10px rgba(227,6,19,0.18) !important;

    text-shadow: 0 2px 3px rgba(0,0,0,0.6) !important;
}

/* MOTIVAR — яркое название категории */
#product-category #content > h2:first-of-type {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 900 !important;

    padding: 14px 20px !important;
    margin: 5px 0 18px !important;

    background: linear-gradient(
        90deg,
        #e30613 0%,
        #a8000a 8%,
        #2b2b2b 45%,
        #242424 100%
    ) !important;

    border: 1px solid #e30613 !important;
    border-left: 6px solid #ff1824 !important;
    border-radius: 5px !important;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.35),
        0 0 10px rgba(227,6,19,0.18) !important;

    text-shadow: 0 2px 3px rgba(0,0,0,0.6) !important;
}

/* MOTIVAR — название категории */
#product-category .motivar-category-title {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    background: linear-gradient(90deg, #303030 0%, #272727 75%, #232323 100%) !important;

    border-left: 5px solid #e30613 !important;
    border-bottom: 1px solid #444 !important;
    border-radius: 4px !important;

    padding: 13px 18px !important;
    margin: 5px 0 16px !important;

    box-shadow: 0 3px 10px rgba(0,0,0,0.30) !important;
    text-shadow: 0 2px 2px rgba(0,0,0,0.55) !important;
}

/* Красный акцент под названием */
#product-category .motivar-category-title:after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background: #e30613;
    margin-top: 9px;
    border-radius: 3px;
}

#product-category .motivar-category-title:after {
    display: none !important;
}

/* Растягиваем главный баннер по ширине */
#slideshow0 .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* ==========================================================
   MOTIVAR — ФИНАЛЬНАЯ ШИРИНА САЙТА + 5 ТОВАРОВ В РЯД
   Добавлено 21.08.2026
   ========================================================== */

/* На больших экранах расширяем весь сайт */
@media (min-width: 1200px) {
    .container {
        width: 1600px !important;
        max-width: calc(100% - 60px) !important;
    }

    /*
     * Товарные карточки:
     * стандартный OpenCart делает col-lg-3 = 4 карточки в ряд.
     * Здесь делаем 5 карточек в ряд.
     */
    #content .product-layout.col-lg-3 {
        width: 20% !important;
        float: left;
    }

    /*
     * Убираем старый перенос после каждой 4-й карточки
     * и переносим новую строку после каждой 5-й.
     */
    #content .product-layout.col-lg-3:nth-child(4n+1) {
        clear: none !important;
    }

    #content .product-layout.col-lg-3:nth-child(5n+1) {
        clear: left !important;
    }
}

/* На очень широких мониторах не растягиваем сайт бесконечно */
@media (min-width: 1900px) {
    .container {
        width: 1680px !important;
        max-width: calc(100% - 80px) !important;
    }
}

/* На планшетах и телефонах оставляем стандартную адаптивную сетку OpenCart */
@media (max-width: 1199px) {
    #content .product-layout.col-lg-3 {
        width: auto;
    }
}

/* ==========================================================
   MOTIVAR — ФИНАЛЬНАЯ ПРАВКА ШИРИНЫ ГЛАВНОЙ
   Причина: главная страница сидит внутри узкой Bootstrap-колонки.
   ========================================================== */

@media (min-width: 1200px) {

    /* Реально расширяем основные контейнеры сайта */
    #top > .container,
    header .container,
    #common-home.container,
    footer .container {
        width: 1500px !important;
        max-width: calc(100% - 50px) !important;
    }

    /* Главная: контент занимает всю доступную ширину */
    #common-home #content {
        width: 100% !important;
        max-width: none !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Баннер и блок брендов растягиваем вместе с контентом */
    #common-home div[id^="slideshow"],
    #common-home div[id^="slideshow"] .swiper-viewport,
    #common-home div[id^="slideshow"] .swiper-container,
    #common-home .carousel.swiper-viewport {
        width: 100% !important;
        max-width: none !important;
    }

    #common-home div[id^="slideshow"] img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* 5 карточек товара в один ряд */
    #common-home #content .product-layout.col-lg-3 {
        width: 20% !important;
        float: left !important;
    }

    #common-home #content .product-layout.col-lg-3:nth-child(4n+1) {
        clear: none !important;
    }

    #common-home #content .product-layout.col-lg-3:nth-child(5n+1) {
        clear: left !important;
    }
}

/* Чуть меньше ширина на ноутбуках */
@media (min-width: 1200px) and (max-width: 1550px) {
    #top > .container,
    header .container,
    #common-home.container,
    footer .container {
        width: 1320px !important;
        max-width: calc(100% - 40px) !important;
    }
}

/* ==========================================================
   MOTIVAR — ГЛАВНАЯ / РЕКОМЕНДУЕМЫЕ ТОВАРЫ — DARK FINAL
   Этот блок должен стоять САМЫМ ПОСЛЕДНИМ в stylesheet.css
   Он переопределяет старые белые карточки с !important.
   ========================================================== */

#common-home #content .product-layout .product-thumb {
    position: relative !important;
    height: 430px !important;

    display: flex !important;
    flex-direction: column !important;

    background:
        radial-gradient(circle at 0 0, rgba(227,6,19,.055), transparent 42%),
        linear-gradient(145deg, #292929 0%, #1d1d1d 100%) !important;

    border: 1px solid #424242 !important;
    border-radius: 8px !important;

    overflow: hidden !important;
    box-shadow: 0 5px 16px rgba(0,0,0,.20) !important;
    color: #eeeeee !important;

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease !important;
}

#common-home #content .product-layout .product-thumb:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(227,6,19,.72) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.32) !important;
}

#common-home #content .product-layout .product-thumb::before {
    content: "" !important;
    position: absolute !important;
    z-index: 6 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(90deg, #e30613, rgba(227,6,19,.20) 55%, transparent) !important;
}

/* ФОТО — оставляем светлую площадку, потому что большинство фото каталожные на белом фоне */
#common-home #content .product-layout .product-thumb .image {
    height: 205px !important;
    min-height: 205px !important;

    margin: 10px 10px 0 !important;
    padding: 8px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f5f5f5 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

#common-home #content .product-layout .product-thumb .image a {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#common-home #content .product-layout .product-thumb .image img {
    width: auto !important;
    height: auto !important;

    max-width: 94% !important;
    max-height: 185px !important;

    object-fit: contain !important;
    transition: transform .20s ease !important;
}

#common-home #content .product-layout .product-thumb:hover .image img {
    transform: scale(1.03) !important;
}

/* ТЕКСТОВАЯ ЧАСТЬ */
#common-home #content .product-layout .product-thumb .caption {
    height: auto !important;
    min-height: 0 !important;

    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;

    padding: 13px 13px 9px !important;

    background: transparent !important;
    color: #d4d4d4 !important;
    overflow: hidden !important;
}

/* Название */
#common-home #content .product-layout .motivar-card-title,
#common-home #content .product-layout .product-thumb h4 {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    margin: 0 0 5px !important;

    color: #ffffff !important;
    line-height: 19px !important;

    overflow: hidden !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#common-home #content .product-layout .motivar-card-title a,
#common-home #content .product-layout .product-thumb h4 a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

#common-home #content .product-layout .motivar-card-title a:hover,
#common-home #content .product-layout .product-thumb h4 a:hover {
    color: #ff3540 !important;
}

/* Артикул + производитель */
#common-home #content .product-layout .motivar-product-info {
    height: 37px !important;
    min-height: 37px !important;

    margin: 0 0 6px !important;

    color: #c8c8c8 !important;
    font-size: 11px !important;
    line-height: 17px !important;
}

#common-home #content .product-layout .motivar-product-code,
#common-home #content .product-layout .motivar-product-brand {
    color: #d1d1d1 !important;
}

#common-home #content .product-layout .motivar-product-code strong,
#common-home #content .product-layout .motivar-product-brand strong {
    color: #ff2833 !important;
}

/* Описание */
#common-home #content .product-layout .motivar-card-description,
#common-home #content .product-layout .motivar-product-description {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    margin: 0 0 5px !important;

    color: #9f9f9f !important;
    font-size: 11.5px !important;
    line-height: 19px !important;

    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/* Рейтинг */
#common-home #content .product-layout .motivar-card-rating,
#common-home #content .product-layout .rating {
    height: 20px !important;
    min-height: 20px !important;

    margin: 0 0 4px !important;
    color: #777777 !important;
    opacity: .65 !important;
}

/* Цена */
#common-home #content .product-layout .product-thumb .price,
#common-home #content .product-layout .motivar-card-price {
    min-height: 34px !important;

    margin: auto 0 0 !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;

    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

#common-home #content .product-layout .price-new {
    color: #ffffff !important;
}

#common-home #content .product-layout .price-old {
    color: #777777 !important;
    font-size: 13px !important;
}

#common-home #content .product-layout .price-tax {
    display: none !important;
}

/* Статус наличия */
#common-home #content .product-layout .motivar-delivery,
#common-home #content .product-layout .motivar-stock,
#common-home #content .product-layout .product-stock,
#common-home #content .product-layout .stock-status {
    font-size: 11px !important;
}

/* НИЖНЯЯ ПАНЕЛЬ */
#common-home #content .product-layout .product-thumb .button-group {
    position: relative !important;

    height: 48px !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 7px 10px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    background: rgba(0,0,0,.14) !important;
    border-top: 1px solid #393939 !important;
    overflow: hidden !important;
}

/* На главной оставляем только корзину */
#common-home #content .product-layout .product-thumb .button-group button + button {
    display: none !important;
}

#common-home #content .product-layout .product-thumb .button-group button:first-child {
    width: 40px !important;
    min-width: 40px !important;
    height: 34px !important;

    flex: 0 0 40px !important;
    margin-left: auto !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #e30613 !important;
    border: 1px solid #e30613 !important;
    border-radius: 5px !important;

    color: #ffffff !important;
    font-size: 0 !important;
    line-height: 1 !important;

    transition: .18s ease !important;
}

#common-home #content .product-layout .product-thumb .button-group button:first-child:hover {
    background: #ff1421 !important;
    border-color: #ff1421 !important;
    transform: translateY(-1px) !important;
}

#common-home #content .product-layout .product-thumb .button-group button:first-child i,
#common-home #content .product-layout .product-thumb .button-group button:first-child .fa {
    font-size: 14px !important;
    color: #ffffff !important;
}

/* Если пока 4 рекомендованных товара — они растягиваются на всю строку */
@media (min-width: 1200px) {
    #common-home #content .product-layout {
        width: 25% !important;
        float: left !important;
    }
}

/* Планшет */
@media (min-width: 768px) and (max-width: 1199px) {
    #common-home #content .product-layout {
        width: 50% !important;
        float: left !important;
    }
}

/* Телефон */
@media (max-width: 767px) {
    #common-home #content .product-layout {
        width: 100% !important;
        float: none !important;
    }

    #common-home #content .product-layout .product-thumb {
        height: auto !important;
    }

    #common-home #content .product-layout .product-thumb .image {
        height: 220px !important;
        min-height: 220px !important;
    }
}
