body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 15px; /* Більш читабельно */
    -webkit-font-smoothing: antialiased; /* М'якший шрифт */
	line-height: 1.6;
	width: 100%;
	padding-top: 30px;   /* рівно висота #top */
}
h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}
h2 {
	font-size: 27px;
	font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}
h3 {
	font-size: 21px;
	font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #5cb85c;
}
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;
}

.form-control-quantity {
    font-weight: 600;
    font-size: 16px;
	text-align: center;
}

.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 {
	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: #ecf0f1;
}
#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;
	padding-top: 12px;
}
#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;
	padding-top: 12px;
}
#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: #229ac8; /* Прибираємо старий градієнт */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Додаємо легку глибину */
	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 a.see-all {
  display: none
}


#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);
	transition: all 0.3s ease; /* Плавна анімація кнопок */
}
.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: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 {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #d9534f !important;
}

.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;
}

.product-stock.in-stock {
    color: #1b5e20 !important; /* темно-зелений */
    font-weight: 600;
}

.product-stock.out-of-stock {
    color: #d32f2f !important; /* темно-червоний */
    font-weight: 700;
}

/* === STICKY ФІЛЬТР З ВНУТРІШНІМ СКРОЛОМ === */
/* Весь фільтр прилипає */
.attribute-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    margin-bottom: 20px;
}

/* Заголовок ФІКСОВАНИЙ */
.attribute-filter .af-title {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #eee;
}

/* Скролиться тільки тіло */
.attribute-filter .af-body {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding-right: 8px;
}

/* Красивий скрол */
.attribute-filter .af-body::-webkit-scrollbar {
    width: 6px;
}
.attribute-filter .af-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 3px;
}
/* =====================================================
   ФІНАЛЬНІ ВИПРАВЛЕННЯ ДЛЯ EET.COM.UA
   Додати В КІНЕЦЬ оригінального stylesheet.css
   ===================================================== */

/* ВЕРХНЯ ПОЛОСА - ТЕМНА ЯК ФУТЕР */
#top {
	background-color: #2d3e50 !important;
	border-bottom: 1px solid #1f2d3d !important;
	padding: 6px 0 !important;
	margin: 0 !important;
	min-height: 30px !important;
}

#top .btn-link, #top-links li, #top-links a {
	color: #b8c2cc !important;
	font-size: 11px !important;
	text-shadow: none !important;
}

#top .btn-link:hover, #top-links a:hover {
	color: #fff !important;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	color: #2d3e50 !important;
	background: transparent !important;
	border: none !important;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #ecf0f1 !important;
	background-color: #3d5a80 !important;
	background-image: none !important;
}

/* ЛОГОТИП */
#logo {
	margin: 10px 0 5px 0 !important;
}

/* ПОШУК І КОРЗИНА - ВПРИТ ДО МЕНЮ */
#search {
	margin-bottom: 1px !important;
}

#cart {
	margin-bottom: 1px !important;
}

/* МЕНЮ - СИНЄ ЯК В МАКЕТІ */
#menu {
	background-color: #3d5a80 !important;
	background-image: none !important;
	border: none !important;
	min-height: 42px !important;
	margin-bottom: 20px !important;
}

#menu .nav > li > a {
	color: #fff !important;
	padding: 10px 14px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background-color: rgba(0,0,0,0.15) !important;
}

/* DROPDOWN МЕНЮ - ЗМЕНШЕНІ ВІДСТАНІ */
#menu .dropdown-menu {
	border: 1px solid #ddd !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

#menu .dropdown-inner {
	padding: 0 !important;
}

#menu .dropdown-inner ul {
	padding: 5px 8px !important;
}

#menu .dropdown-inner a {
	padding: 3px 10px !important;
	line-height: 1.3 !important;
	font-size: 12px !important;
}

#menu .dropdown-inner li a:hover {
	background-color: #3d5a80 !important;
	color: #fff !important;
}

#menu .see-all {
	padding: 5px 10px !important;
	font-size: 12px !important;
}

#menu .see-all:hover {
	background-color: #3d5a80 !important;
	color: #fff !important;
}

.dropdown-menu li > a:hover {
	background-color: #3d5a80 !important;
	background-image: none !important;
	color: #fff !important;
}

/* ФІЛЬТР - КОМПАКТНИЙ + СКРОЛ */
.attribute-filter {
	background: #fff !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	position: sticky !important;
	top: 80px !important;
	max-height: calc(100vh - 100px) !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
}

.attribute-filter .panel-heading {
	padding: 10px 12px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #e0e0e0 !important;
	background: #fafafa !important;
	flex-shrink: 0 !important;
}

.attribute-filter .panel-body {
	padding: 10px 12px !important;
	overflow-y: auto !important;
	flex: 1 !important;
	scrollbar-width: thin !important;
	scrollbar-color: rgba(0,0,0,0.2) transparent !important;
}

.attribute-filter .panel-body::-webkit-scrollbar {
	width: 5px !important;
}

.attribute-filter .panel-body::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2) !important;
	border-radius: 3px !important;
}

.attribute-filter .af-group {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #f0f0f0 !important;
}

.attribute-filter .af-group:last-of-type {
	border-bottom: none !important;
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
}

.attribute-filter .af-group h5 {
	margin: 0 0 6px 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #333 !important;
}

/* ЧЕКБОКСИ - КОМПАКТНІ */
.attribute-filter .checkbox {
	margin: 1px 0 !important;
	padding: 0 !important;
}

.attribute-filter .checkbox label {
	display: block !important;
	padding-left: 20px !important;
	position: relative !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	color: #666 !important;
	margin: 0 !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	cursor: pointer !important;
}

.attribute-filter .checkbox input[type="checkbox"] {
	position: absolute !important;
	left: 0 !important;
	top: 2px !important;
	margin: 0 !important;
	width: 14px !important;
	height: 14px !important;
}

.attribute-filter .checkbox .text-muted {
	font-size: 12px !important;
	color: #999 !important;
	margin-left: 3px !important;
}

.attribute-filter .btn-block {
	width: 100%;
	background-color: #d9534f;
	color: #fff;
	border: none;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-top: 15px;
}
.attribute-filter .btn-block:hover {
	background-color: #c9302c;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(217, 83, 79, 0.3);
}
.attribute-filter .btn-block:active {
	transform: translateY(0);
	box-shadow: none;
}

.attribute-filter.loading {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

/* АКТИВНІ ФІЛЬТРИ */
.active-filters {
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px 12px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.active-filters.hidden {
	display: none;
}

.active-filters-title {
	font-weight: 600;
	color: #333;
	font-size: 13px;
	margin-right: 6px;
}

.filter-tag {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 2px 6px 2px 8px;
	font-size: 12px;
	color: #555;
}

.filter-tag-label {
	margin-right: 4px;
}

.filter-tag-remove {
	background: none;
	border: none;
	color: #999;
	font-size: 14px;
	padding: 0;
	margin-left: 3px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	line-height: 1;
}

.filter-tag-remove:hover {
	color: #d9534f;
}

.clear-all-filters {
	background-color: #d9534f;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	margin-left: auto;
}

.clear-all-filters:hover {
	background-color: #c9302c;
}

/* ЛІЧИЛЬНИК ТОВАРІВ */
.products-count {
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px 12px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;
	font-weight: 600;
}

.products-count.hidden {
	display: none;
}

/* КАРТКИ ТОВАРІВ */
.product-thumb {
	border: 1px solid #e0e0e0 !important;
	border-radius: 4px !important;
}

.product-thumb .description {
	font-size: 12px !important;
	line-height: 1.5 !important;
	color: #666 !important;
	margin-bottom: 8px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.product-thumb .button-group button {
	background-color: #5cb85c !important;
	color: #fff !important;
}

.product-thumb .button-group button:hover {
	background-color: #4cae4c !important;
}

.product-thumb .button-group button + button {
	background-color: #f8f8f8 !important;
	color: #3d5a80 !important;
}

.product-thumb .button-group button + button:hover {
	background-color: #e0e0e0 !important;
	color: #333 !important;
}


/* СТОРІНКА ТОВАРУ 
#product-product #button-cart {
	background-color: #5cb85c !important;
	font-size: 18px !important;
	padding: 16px 50px !important;  
} */

#product-product #button-cart {
    background: #ff8a00; /* Помаранчевий краще конвертує */
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    transition: transform 0.2s, background 0.3s;
    width: 100%; /* На мобільних має бути на всю ширину */
}

#product-product .nav-tabs {
	border-bottom: 2px solid #3d5a80 !important;
}

#product-product .nav-tabs > li.active > a {
	color: #3d5a80 !important;
	border: none !important;
	border-bottom: 3px solid #3d5a80 !important;
	background: transparent !important;
}

/* Характеристики у вигляді таблиці з чергуванням кольорів */
.table-striped tr:nth-child(even) {
    background-color: #fafafa;
}

.table td {
    padding: 12px !important;
    border-top: 1px solid #eee !important;
}

/* ФУТЕР */
footer {
	background-color: #2d3e50 !important;
}

footer h5 {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

footer a, footer p {
	font-size: 12px !important;
	color: #b8c2cc !important;
}

footer a:hover {
	color: #fff !important;
}

/* RESET */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ========== ДОДАТКОВІ КРИТИЧНІ ВИПРАВЛЕННЯ ========== */

/* BREADCRUMB - ІКОНКА БУДИНОЧКА + СИНІЙ КОЛІР */
.breadcrumb {
	background-color: #f8f8f8 !important;
	border: 1px solid #e0e0e0 !important;
	padding: 10px 15px !important;
}

.breadcrumb > li {
	color: #666 !important;
}

.breadcrumb > li a {
	color: #3d5a80 !important;
}

.breadcrumb > li a:hover {
	color: #2d4a70 !important;
}

ul.breadcrumb {
  font-size: 14px;
}

/* КАРТКИ ТОВАРІВ - НАЗВИ СИНЬОГО КОЛЬОРУ */
.product-thumb h4 a {
	color: #3d5a80 !important;
}

.product-thumb h4 a:hover {
	color: #2d4a70 !important;
}

/* МЕНЮ - "Переглянути всі" СИНЬОГО КОЛЬОРУ */
#menu .see-all {
	color: #3d5a80 !important;
	background: #fff !important;
}

#menu .see-all:hover {
	background-color: #3d5a80 !important;
	color: #fff !important;
}

/* СТОРІНКА ТОВАРУ - КНОПКА ЗЕЛЕНА */
#product-product #button-cart {
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 12px 40px !important;
	text-transform: uppercase !important;
}

#product-product #button-cart:hover {
	background-color: #4cae4c !important;
	border-color: #4cae4c !important;
	color: #fff !important;
}

/* ВКЛАДКИ ТОВАРУ - СИНЄ ПІДКРЕСЛЕННЯ */
#product-product .nav-tabs {
	border-bottom: 2px solid #3d5a80 !important;
}

#product-product .nav-tabs > li > a {
	color: #666 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 12px 20px !important;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
	color: #3d5a80 !important;
	border: none !important;
	border-bottom: 3px solid #3d5a80 !important;
	background: transparent !important;
}


/* ОБ'ЄДНАТИ ФІЛЬТРИ І ЛІЧИЛЬНИК */
.products-count {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block !important;
	margin-left: auto !important;
}

.products-count strong {
	color: #5cb85c !important;
	font-size: 13px !important;
}

/* ЗАГАЛЬНІ ПОСИЛАННЯ - СИНІЙ КОЛІР
a {
	color: #3d5a80 !important;
} */

a:hover {
	color: #2d4a70 !important;
}

/* ВИКЛЮЧЕННЯ ДЛЯ КНОПОК 
.btn, .button-group button, .btn-primary, .btn-success, .btn-danger {
	color: #5cb85c !important;
} */

/* ЦІНИ В КАРТКАХ - НЕ СИНІЙ */
.product-thumb .price,
.product-thumb .price-new,
.product-thumb .price-old {
	color: inherit !important;
}

.product-thumb .price-new {
	color: #d9534f !important;
}

.product-thumb .price-old {
	color: #999 !important;
}

/* ПОСИЛАННЯ В ФУТЕРІ - СВІТЛІ */
footer a {
	color: #b8c2cc !important;
}

footer a:hover {
	color: #fff !important;
}

/* TOP BAR ПОСИЛАННЯ - СВІТЛІ */
#top a, #top-links a {
	border: none !important;
}

#top a:hover, #top-links a:hover {
	color: #3d5a80 !important;
	background-color: #ecf0f1 !important;
	background-image: none !important;
}


/* =====================================================
   ocStore 3.0.4.1 – DEFAULT THEME (CLEAN & FIXED)
   Author: ChatGPT (reworked properly)
   ===================================================== */

/* ---------------- BASE ---------------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: 600;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 11px; }

a {
	color: #3d5a80;
}
a:hover {
	color: #2d4a70;
	text-decoration: none;
}

/* ---------------- TOP BAR ---------------- */
#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;              /* тонка */
    padding: 1;
    background: #2d3e50;
    border-bottom: 1px solid #1f2d3d;
    z-index: 9999;
    display: flex;
    align-items: center;
}

#top * {
	box-shadow: none !important;
}

#top-links > ul > li {
	display: inline-block;
	margin: 0 2px;
}

#top-links > ul > li > a,
#top-links > ul > li > button {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 18px;
	color: #b8c2cc;
	background: transparent;
	border-radius: 3px;
	border: none;
}

#top-links > ul > li > a:hover,
#top-links > ul > li > button:hover,
#top-links .dropdown.open > a {
	background: #3d5a80;
	color: #fff;
}

/* dropdown */
#top-links .dropdown-menu {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

#top-links .dropdown-menu li a {
	padding: 6px 12px;
	font-size: 12px;
	color: #333;
}

#top-links .dropdown-menu li a:hover {
	background: #3d5a80;
	color: #fff;
}

/* currency / language FIX */
#form-currency,
#form-language {
	display: inline-block;
	margin: 0 2px;
}

/* ---------------- LOGO / SEARCH / CART ---------------- */
#logo {
	margin: 10px 0;
}

#search {
	margin-bottom: 5px;
}

#cart > .btn {
	background: #3d5a80;
	color: #fff;
	border: none;
}

#cart.open > .btn {
	background: #fff;
	color: #333;
}

/* ---------------- MAIN MENU ---------------- */
#menu {
	background: #3d5a80;
	border: none;
	min-height: 42px;
	margin-bottom: 20px;
}

#menu .nav > li > a {
	color: #333;
	padding: 10px 14px;
	font-size: 13px;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background: rgba(0,0,0,.15);
}

#menu .dropdown-menu {
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

#menu .dropdown-inner a {
	padding: 4px 10px;
	font-size: 12px;
}

#menu .dropdown-inner a:hover {
	background: #3d5a80;
	color: #fff;
}

#menu .see-all {
	padding: 6px 10px;
	font-size: 12px;
	color: #3d5a80;
	background: #fff;
}

#menu .see-all:hover {
	background: #3d5a80;
	color: #fff;
}

/* ---------------- CONTENT ---------------- */
#content {
	min-height: 600px;
	font-size: 13px;
}

/* ---------------- PRODUCT CARDS ---------------- */
.product-thumb {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 20px;
}

.product-thumb h4 a {
	color: #3d5a80;
	font-weight: 700;
}

.product-thumb h4 a:hover {
	color: #2d4a70;
}

.product-thumb .price {
	font-size: 20px;
	font-weight: 700;
	color: #d9534f;
}

/* ---------------- ATTRIBUTE FILTER ---------------- */
.attribute-filter {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: sticky;
	top: 80px;
	max-height: calc(100vh - 100px);
	display: flex;
	flex-direction: column;
}

.attribute-filter .panel-heading {
	padding: 10px 12px;
	font-weight: 700;
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0;
}

.attribute-filter .panel-body {
	padding: 10px 12px;
	overflow-y: auto;
}

.attribute-filter .checkbox {
	margin: 2px 0;
}

.attribute-filter .checkbox label {
	font-size: 13px;
	color: #555;
	cursor: pointer;
}

/* ---------------- BREADCRUMB ---------------- */
.breadcrumb {
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
}

/* ---------------- FOOTER ---------------- */
footer {
	background: #2d3e50;
	color: #b8c2cc;
	padding-top: 30px;
}

footer h5 {
	color: #fff;
	font-weight: 700;
}

footer a {
	color: #b8c2cc;
}

footer a:hover {
	color: #fff;
}

/* ---------------- RESET ---------------- */
.btn-link,
.btn-link:hover,
.btn-link:focus {
	background: transparent !important;
	border: none !important;
	color: inherit;
}

@media (max-width: 767px) {
    body {
        padding-top: 10px; /* Прибираємо великий відступ */
    }
    
    /* Фіксована кнопка "Купити" знизу екрану — тренд маркетплейсів */
    .product-sticky-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 999;
        display: flex;
    }

    /* Збільшуємо клікабельні зони */
    .btn, .form-control {
        min-height: 44px;
    }
}

div.col-sm-9 {
  font-weight: 500;
  font-style: normal;
  line-height: 14px;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  color: #0c343d;
}

div.active-filters {
  border-style: dashed;
  border-color: #6aa84f;
  background-color: #d9ead3;
}

a.btn.btn-default.btn-block {
  color: #1c4587;
  
}

div div p {
  font-size: 14px;
  color: #000000;
}

div div li {
  font-size: 14px;
  color: #000000;
}

b.ardero_product_descr {
  color: #000000;
}

tbody tr td {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

ul li a {
  font-weight: 400;
  font-style: normal;
  color: #1155cc;
}

ul li h2 {
  color: #cc0000;
}

label.control-label {
  font-size: 14px;
}

input.form-control {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

#cart-total {
  font-size: 14px;
}

i.fa.fa-shopping-cart {
  font-size: 16px;
}

i.fa.fa-search {
  font-size: 18px;
}

div.col-sm-8 {
  background-color: #ffffff;
}

a.dropdown-toggle {
  font-weight: 400;
  font-style: normal;
}

p.price {
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  background-color: #ffe599;
  text-align: center;
}

.product-thumb {
    position: relative;
}

.stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 5;
}

.stock-badge.in-stock {
    background: #28a745;
    color: #fff;
}

.stock-badge.out-of-stock {
    background: #dc3545;
    color: #fff;
}
/* === ZERO PRICE PRODUCT PAGE === */
.product-info.price-zero {
    border: 2px solid #f0ad4e;
    padding: 15px;
    position: relative;
}

.product-info.price-zero::before {
    content: '⚠️ Уточніть ціну';
    position: absolute;
    top: -12px;
    left: 10px;
    background: #f0ad4e;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
}

/* Зберігаємо темний фон в sticky */
#menu.sticky-menu,
nav.navbar.sticky-menu {
    background: inherit !important;
	position: center;
}

/* Білий текст */
#menu.sticky-menu .nav > li > a {
    color: #212121 !important;
}

.success-product {
    font-weight: 700;
	color: #ff6600;
}

.success-compare {
    font-weight: 700;
	color: #5cb85c;
}

div.alert.alert-success.alert-dismissible {
  font-size: 14px;
}

.stock-in {
    font-weight: 600;
    color: #28a745;
}

.stock-out {
    color: #e74c3c;
    font-weight: 600;
}

.text_name_t {
  text-transform: uppercase;
  font-size: 18px;
  color: #ff9900;
}

.text_summary_t {
  text-transform: uppercase;
  font-size: 18px;
  color: #ff9900;
}

/* Базові стилі для обох кнопок */
.btn-compare-buy, .btn-compare-delete {
    display: inline-block;
    width: auto;             /* Скасовуємо розтягування */
    margin: 5px;             /* Відступ між кнопками */
    padding: 6px 15px;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
    text-decoration: none;
}

/* Кнопка Купити - зелена */
.btn-compare-buy {
    background-color: #28a745;
}

.btn-compare-buy:hover {
    background-color: #218838;
    color: #ffffff !important;
    transform: scale(1.05);
}

/* Кнопка Видалити - червона */
.btn-compare-delete {
    background-color: #dc3545;
    color: #ffffff !important;
}

.btn-compare-delete:hover {
    background-color: #c82333;
    color: #ffffff !important; /* Гарантує білий колір при наведенні */
    text-decoration: none;      /* Прибирає можливе підкреслення */
    transform: scale(1.05);
}

/* =========================
   LOGO FIX – EET
   ========================= */

#logo {
    display: flex;
    align-items: center;
    height: 70px;           /* контроль висоти хедера */
    margin: 0 !important;
}

#logo img {
    max-height: 72px;       /* ІДЕАЛЬНО під бренд */
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    #logo {
        height: 56px;
    }

    #logo img {
        max-height: 56px;
    }
}

/* ========================================
   EET MOBILE CART FIX — COSMOS SAFE
   ======================================== */

@media (max-width: 768px) {

  /* рядок товару */
  .table-responsive .table > tbody > tr > td {
    vertical-align: middle;
  }

  /* контейнер товару */
  .cart-product-name,
  .table-responsive td.text-left a {
    display: block;
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.35;
    font-size: 14px;
    max-width: 100%;
  }

  /* головний флекс рядка (найважливіше) */
  .table-responsive .input-group {
    flex-shrink: 0;
  }

  /* якщо використовується flex у темі */
  .cart-item,
  .product-layout,
  .table-responsive tr {
    display: block;
    width: 100%;
  }

  /* робимо нормальний layout як у Rozetka */
  .table-responsive td.text-left {
    width: auto !important;
  }

  /* картинка */
  .table-responsive td.text-center img {
    max-width: 70px;
    height: auto;
  }

  /* ціна праворуч */
  .table-responsive td.text-right {
    white-space: nowrap;
    font-weight: 700;
  }

}