body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	/* background: #fbfbf7; */
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
a:focus {
	outline: none;
}
a:focus, a:hover {
	text-decoration: none;
}
button, input, select {
	outline: none;
}
/* default font size */
.fa {
	font-size: 14px;
}
.navbar-collapse .fa {
	margin: 0 7px 0 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: transparent;
}
.open>.dropdown-menu {
	border: 0;
    border-radius: 0;
    margin: 3px 0 0 0;
    font-size: 12px;
    padding: 10px 0;
}
/* 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;
}
input, button, select, textarea, a {
	outline: none;
}
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;
	margin-bottom: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
#menu .dropdown .dropdown-menu {
	left: 239px;
	top: -15px;
	width: 250px;
	border: 0;
	padding: 15px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.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: 25px;
	border-bottom: 2px solid #eaeaea;
    display: table;
    width: 100%;
}
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;
	background-color: #eee;
	color: #333 !important;
}
.list-inline {
    padding: 0;
    margin: 0;
    float: right;
}
/* top */
/*#top {
	border: 0;
	min-height: 30px;
	margin: 0 0 15px 0;
	background-color: #fd8725;
}*/
#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: #fff;
	text-decoration: none;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-ms-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
	text-decoration: underline;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #fd8725;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
/*#top-links {
	padding-top: 6px;
	width: 100%;
}*/
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* search */
#search {
	margin: 0 -10px 0 0;
    display: inherit;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 20px;
    /* background: #f3f3f3; */
	background: #eaeaea;
    border: 0;
    box-shadow: none;
    border-radius: 0;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
#search .input-lg:focus,
#search .input-lg:active {
	background: #fff;
	color: #333;
	box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
}
#cart > .btn {
	font-size: 12px;
    line-height: 20px;
    color: #FFF;
    background: #fd8725;
    text-shadow: none;
    border-radius: 0;
    box-shadow: 0 20px 20px rgba(252, 135, 38, 0.2);
}
#cart.open > .btn {
	background: #d67b08;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border: 0;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #f1f1f1;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.navbar-collapse.collapse {
	position: relative;
}
.navbar-collapse.collapse > div:nth-child(3) {
	padding-right: 0;
}
.navbar-collapse.collapse > div:nth-child(4) {
	padding-left: 0;
}
.navbar {
	min-height: 40px;
	border: 0;
	border-radius: 0;
	margin: 0;
}
.category-button {
	border-radius: 10px 0 0 0;
	background: #1ec362 url(../image/menu.svg) center right 20px no-repeat;
    background-size: 16px;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 20px;
	margin: 0 -10px 0 0;
    font-weight: bold;
	box-shadow: 0 20px 20px rgba(30, 196, 98, 0.2);
    text-transform: uppercase;
}
.category-button:hover,
.category-button:active,
.category-button:focus {
	background: #18a050 url(../image/menu.svg) center right 20px no-repeat;
    background-size: 16px;
	color: #fff;
}
.navbar-collapse {
	padding: 0;
}
#menu {
	background-color: #fbfbf7;
}
.navbar-nav {
	position: absolute;
    top: 40px;
    left: 5px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 10px 10px #00000014;
    width: 240px;
    padding: 10px 0;
    display: none;
}
.navbar-nav>li {
	float: none;
}
#menu .nav > li > a {
	color: #333;
	padding: 5px 15px;
}
#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: block;
}
#menu .dropdown-inner ul {
	display: block;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .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;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-image: linear-gradient(to bottom, #ffbd6b, #f68e0b);
	background-repeat: repeat-x;
}
#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: 0;
	}
	#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;
	font-size: 14px;
	line-height: 1.6;
}
/* footer */
footer {
	margin-top: 70px;
    padding-top: 30px;
    background-color: #fff;
    color: #e2e2e2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
ul.social-media-list.list-unstyled {
    text-align: center;
}
ul.social-media-list.list-unstyled li {
    display: inline-block;
    width: 20px;
    line-height: 40px;
}

ul.social-media-list.list-unstyled li a {
	width: 16px;
	height: 16px;
}
.copyright {
	margin-bottom: 10px;
}
.copyright p {
    color: #333;
    margin-bottom: 0;
}
.copyright a {
    color: #fd8725;
}
.payments {
	text-align: right;
	margin-bottom: 10px;
}
.payments span {
    color: #333;
}
span.payment-list img {
    max-height: 40px;
}
@media (max-width: 991px) {
	.copyright,
	.payments {
		text-align: center;
	}
	.copyright p,
	ul.social-media-list.list-unstyled li	{
		line-height: 20px;
	}
	span.payment-list img {
		max-height: 30px;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 5px 0;
	margin: 15px 0;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb li a {
	color: #c1c1c1;
    font-size: 10px;
    text-shadow: none;
}
.breadcrumb li span {
	color: #c1c1c1;
	font-size: 10px;
	text-shadow: none;
}
.breadcrumb li a:hover {
	color: #333;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	content: none!important;
}
.pagination-block {
	margin: 30px 0;
}
.pagination-block .text-right {
	line-height: 40px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 0;
}
.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: #333;
}
.btn-primary {
	color: #ffffff;
    background: #1ec462;
	background-image: linear-gradient(to bottom, #23da6e, #1ec462);
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: 0 5px 5px #1ec46247;
	float: right;
	max-width: 160px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #1dd066;
}
.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;
    width: 23px;
    border-radius: 50%;
    padding: 0 0 0 6px;
    height: 23px;
}
.table-striped td:nth-child(3),
.table-striped td:nth-child(4) {
	width: 65px;
}
.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 */
.category-menu-list li {
	border-top: 1px dashed #dcdcdc;
}
.category-menu-list li:first-child {
	border: none;
}
.list-group {
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: #fff;
}
.list-group a {
	border: 0;
	color: #888888;
	border-radius: 0;
	padding: 5px 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 {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #f3f3f3;
}
.product-thumb:hover {
    border: 1px solid #1ec562;
}

.product-thumb.out-of-stock:hover {
	border: 1px solid rgba(148, 148, 148, 0.7); /* #949494 із прозорістю 70% */
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #333;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.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;
	max-width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.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: normal;
    height: 32px;
    overflow: hidden;
    text-align: center;
}
.product-thumb h4 a {
	color: #333;
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
}

@media (min-width: 992px){
	.caption h4 + p{
		height: 60px;
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;
		position: relative;
	}
	.caption h4 + p:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: -18px;
		right: 0;
		height: 30px;
		display: inline-block;
		background-size: 100% 100%;
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%, white);
	}

	.caption p.price{
		height: auto;
	}
	.caption p.price:after{
		display: none;
	}
}
.product-thumb .price {
	line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fd8824;
    border: 1px dashed;
    display: table;
    margin: 15px auto;
    border-radius: 10px;
    padding: 0px 10px;
}
.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 {
	overflow: auto;
	margin: 0 0 -1px -1px;
}
.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 {
	border-radius: 0 15px 0 0;
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #1ec462;
    color: #fff;
	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: #fff;
	background-color: #1bb159;
	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%;
	}
}

/* Активна кнопка */
.btn-cart-active {
	background-color: #1ec462 !important;
	color: #fff !important;
	cursor: pointer;
}
.btn-cart-active:hover {
	background-color: #1bb159 !important;
}

/* Неактивна (якщо товару немає) */
.btn-cart-disabled,
.btn-cart-disabled:disabled {
	background-color: #949494 !important;
	border-color: #949494 !important;
	color: #fff !important;
	opacity: 0.7 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
	pointer-events: auto !important;
}

/* курсор 🚫 при наведенні */
.btn-cart-disabled:hover,
.btn-cart-disabled:disabled:hover {
	cursor: not-allowed !important;
}

.btn-cart-disabled:hover,
.btn-cart-disabled:disabled:hover,
.btn-oneclick-disabled:hover,
.btn-oneclick-disabled:disabled:hover {
	cursor: not-allowed !important;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
}
.thumbnail,
.thumbnail:hover {
	border: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}


/* 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;
	max-width: 50px;
	border: 0;
}

/* 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;
}
.category-item {
	background: #fff;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    min-height: 210px;
}
.category-item img {
	max-width: 70px;
	margin: 25px auto;
	display: block;
}
.cat-caption .cat-name {
	font-size: 14px;
    color: #333;
}
.input-group-addon {
	background: transparent;
	border: 0;
}
#product-product h1 { 
    color: #333;
    /*margin: 50px 0;*/
    margin: 30px 0 40px;
    display: inline-block;
    font-weight: bold;
}
#product-product #content {
	background: #fff;
    margin-bottom: 20px;
    /*overflow: auto;*/
    padding: 50px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #fff;
    border-radius: 50% !important;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    color: #fd8725;
    border: 0;
    margin: 0 10px !important;
}
.pagination>li>a, .pagination>li>span {
	border: 0;
    background: transparent;
    color: #333;
    font-weight: 700;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: transparent;
	color: #fd8725;
}
#content .buy-block {
	background: #f3f3f3;
	border-top: 5px solid #ebebeb;
	padding: 15px;
	width: 100%;
	display: table;
	margin: 40px 0;
}
.list-unstyled h2 {
	margin: 0;
}
.nav-tabs>li {
	margin-bottom: -2px;
}
.nav-tabs>li>a {
	border-radius: 0;
    padding: 15px 30px;
    font-size: 14px;
    color: #000;
    border: 0;
		font-weight: 700;
		text-transform: uppercase;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
	border-bottom: 2px solid #f37d1a;
	border-bottom-color: #f37d1a;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #f37d1a;
	background: transparent;
}
#search .btn-lg {
	background: transparent;
    padding: 0;
    color: #fd8725;
    position: relative;
    text-shadow: none;
}
#column-left .list-group {
	background: #fff;
	overflow-y: auto;
    /*height: 500px;*/
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    padding: 0;
}
#column-left .list-group::-webkit-scrollbar {
    width: 5px;
}
#column-left .list-group::-webkit-scrollbar-thumb {
	background-color: #fd8725;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
#column-left .list-group::-webkit-scrollbar-thumb:hover { 
    background-color: #01ca60;
}
.title-rec {
	display: inline-block;
    width: 100%;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #d2d2d2;
}
#product-product .btn-group {
    display: table;
    width: 100%;
}
#product-product .images-additional {
	float: left;
}
#product-product .images-additional ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cpu, .sku {
	line-height: 25px;
    text-align: right;
    color: #b7b7b7;
}
.manufacturer-logo {
	position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    width: 150px;
}
.thumbnail a>img, .thumbnail>img {
	width: 80%;
}
.category-in-list {
	margin-top: 20px;
	margin-bottom: 20px;
}
.category-in-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}
.category-in-list ul li {
	margin-bottom: 10px;
}
.category-in-list-item {
	background: #fff;
    /*border: 1px solid #f3f3f3;*/
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1); /* kutsenko */
    padding: 5px;
    text-align: center;
    min-height: 190px;
    font-size: 13px;
    line-height: 15px;
}

@media screen and (min-width: 1500px) {
    .category-in-list-item {
        min-height: 205px;
    }
}

.category-in-list-item img {
	max-width: 180px;
	width: 100%;
}
.category-in-list-item a {
	color: #333;
}
.category-in-list-item a:hover {
	color: #000;
}
.category-in-list-item p {
	margin: 7px 0;
}
#product-manufacturer h2, #product-category h2 {
	margin: 10px 0 30px 5px;
    font-size: 30px;
    font-weight: bold;
}
.navbar-header {
	background: #1ec562;
}
#logo img {
    width: 200px;
    margin: 0;
}
.well {
	background: #fff;
	box-shadow: none;
	border: 0;
}
.phones {
	position: relative;
	z-index: 2;
}
.phones .sub-phones .callback {
	background: #00cb61;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 5px rgba(0, 204, 96, 0.2);
}
.phones .sub-phones .callback:hover {
    background: #22d879;
}
.phones>a {
	box-shadow: 0 20px 20px rgba(30, 196, 98, 0.2);
	background: #1ec462 url(../image/bg_button.png) bottom no-repeat;
	display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
	border-radius: 0 0 10px 0;
	position: relative;
}
.phones>a:after {
	content: '';
    background: url(../image/arrow-bottom.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
	margin: -3px 6px;
}
.phones .sub-phones {
    list-style: none;
    position: absolute;
    top: 40px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 16px;
    z-index: 99;
    display: none;
}
.phones .sub-phones a {
	display: block;
	color: #333;
	padding: 5px 0;
	text-align: center;
}
.site-navigation {
	margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.site-navigation li {
	float: left;
	margin: 0 7px;
}
.site-nav {
	margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
.site-nav li {
	float: left;
	margin: 0 0 0 25px;
}
.site-nav li a {
	font-size: 14px;
	color: #333;
}
.site-nav li .top {
	border: 1px solid #fd8725;
    color: #fd8725;
    padding: 5px 15px;
}
.product-thumb .button-group .add-to-favorite,
.product-thumb .button-group .add-to-reserv {
	background: #fff;
    color: #ff5d5d;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin: 5px 10px 0 0;
    border-radius: 50%;
} 
.product-thumb .button-group .add-to-reserv {
	color: #949494;
}
.low-desc {
	height: 40px;
    overflow: hidden;
	color: #777777;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px;
    padding-left: 5px;
}
.products-list,
.categories-pic {
	display: table;
	width: 100%;
}
.form-group {
	margin: 0;
}
.plus-quantity,
.min-quantity {
	display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    color: #a2a2a2;
    margin: 4px 0;
    cursor: pointer;
}
.plus-quantity {
	float: left;
}
.min-quantity {
	float: right;
}

#smca-modal-body .cart-gifts {
	display: none;
}

#product .form-group #input-quantity {
	border: 0;
    background: #f3f3f3;
    text-align: center;
    box-shadow: none;
    font-size: 17px;
    width: 100%;
}
.products-sorting {
	display: inline-block;
    margin: 0 0 10px 0;
}
.product-icons {
	text-align: center;
	font-size: 12px;	
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-icons li .product-icons-item {
	/* border-right: 1px solid #f3f3f3; */
	padding: 0 5px;
	min-height: 130px;
}
.product-icons a {
	color: #000;
}
.product-icons .active a {
	color: #000;
}
.product-icons .active .product-icons-item .icon {
	background-color: #fd8725 !important;
} 
.tabs-privilege>div {
	border-bottom: 3px solid #fd8725; 
	padding: 0 0 20px 0;
}
.product-icons .active .product-icons-item:before {
	content: '';
    border: 15px solid transparent;
    border-top: 10px solid rgb(253, 135, 37);
    display: block;
    width: 30px;
    position: absolute;
    top: -3px;
    left: 50%;
    margin: 0 0 0 -15px;
}
.product-icons .active {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.product-icons li:last-child .product-icons-item {
	border: 0;
}
.product-icons li .product-icons-item .icon {
	display: block;
    width: 70px;
    height: 70px;
    margin: 15px auto;
    border-radius: 50%;
}
.product-icons li {

}
.product-icons li:nth-child(2) .product-icons-item .icon {
	background: #f3f3f3 url(../image/ico_1.png) center no-repeat;
	    background-size: 30px;
}
.product-icons li:nth-child(3) .product-icons-item .icon {
	background: #f3f3f3 url(../image/icon_.png) center no-repeat;
	    background-size: 30px;
}
.product-icons li:nth-child(4) .product-icons-item .icon {
	background: #f3f3f3 url(../image/ico_2.png) center no-repeat;
	    background-size: 30px;
}
.product-icons li:nth-child(1) .product-icons-item .icon {
	background: #f3f3f3 url(../image/ico_4.png) center no-repeat;
	    background-size: 30px;
}
.oc .row-buttons .btn-danger {
    width: auto;
    height: 33px;
}
#search .input-group-btn {
	position: absolute;
    font-size: 0;
    top: 10px;
    white-space: nowrap;
    right: 20px;
}
.alert {
	/*position: fixed;*/
    /*bottom: 0px;*/
    /*right: 20px;*/
    z-index: 99;
    /*width: 210px;*/
}
.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: -12px;
    right: -11px;
    color: inherit;
    background: #1ec562;
    opacity: 1;
    display: block;
    width: 25px;
    height: 25px;
    text-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    border-radius: 50%;
}
.close:focus, .close:hover {
    color: #fff;
    background: #14e067;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.location,
.clock {
	font-size: 11px;
	margin: 5px 0;
}
.clock b {
	font-size: 15px;
}
.location a {
	text-decoration: none;
	color: #fd8725;
	border-bottom: 1px dotted;
}
.location a:hover {
	border-bottom: 1px solid;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 88;
}
.header-navigation {
	height: 100px;
}
.category-menu-list {
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	list-style: none;
}
.list-group .category-menu-list a {
	text-shadow: none !important; 
	color: #333;
    padding-right: 20px;
    border-radius: 0;
}
/*.list-group .category-menu-list > li > a {
    background-color: #1ec462;
	color: #fff;
}*/
.list-group .category-menu-list a:hover {
	color: #fff;
    background-color: #fd8725;
}
.list-group .category-menu-list a.active {
    background-color: #fd8725;
    color: #fff;
	font-weight: bold;
}
ul.category-menu-list > li > a:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 6px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.category-menu-list > li > a.active:after {
    content: "\f068";
}
.list-group .category-menu-list .sub-category-menu a.active {
	background: #d8d8d8;
	color: #333;
	font-weight: normal;
}
.sub-category-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-group .category-menu-list .sub-category-menu a{
	padding-left: 17px;
}
.sub-category-menu .list-group-item {
	background: transparent;
}
.tabs {
    margin: 60px 0;
}
.tabs-nav {
	margin: 0 0 20px 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #ddd;
    list-style: none;
}
.tabs-nav li {
	cursor: pointer;
	color: #555;
    cursor: default;
    border-bottom: 2px solid #ddd;
    margin: 0 0 -2px 0;
	padding: 15px 30px;
    font-size: 18px;
	float: left;
}
.tabs-nav li:hover {
	color: #000;
	border-color: #000;
}
.tabs-nav li.active {
	color: #fd8725;
	border-color: #fd8725;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 45%;
    margin: -25px 0 0 0;
}
.owl-nav .owl-prev {
    left: -15px;
}
.owl-nav .owl-next {
    right: -15px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	background: #fd8725;
	color: #fff;
	display: block;
	width: 30px;
	line-height: 47px;
	font-size: 20px;
	height: 50px;
}
.owl-nav .owl-prev span:hover,
.owl-nav .owl-next span:hover {
	background: #d67b08;
}
.owl-carousel {
	margin: 0 auto;
}
.show-category-block {
	display: table;
    width: 100%;
    margin: 0;
}
.show-all-cat-wall,
.hide-some-cat-wall {
	display: block;
    width: 150px;
    color: #fd8725;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    border: 1px dashed #fd8725;
    margin: 35px auto 0 auto;
}
.hide-some-cat-wall {
	color: #b9b9b9;
	border-color: #b9b9b9;
}
.show-all-cat-wall:hover {
	border: 1px solid #fd8725;
	color: #fd8725;
}
.hide-some-cat-wall:hover {
	border: 1px solid #333;
	color: #333;
}
.category-wall h3 {
	text-transform: uppercase;
    font-size: 18px;
    margin: 40px 0 20px 0;
    display: table;
    width: 100%;
    letter-spacing: 8px;
    color: #d4d4d4;
}
.quantity .input-group-btn .button-remove {
    position: absolute;
    top: 5px;
    right: -25px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    display: block;
}
.quantity .input-group-btn .button-update {
	border-radius: 0;
}
.product-thumb .rating {
	position: absolute;
    top: 20px;
}
.sub-menu {
	display: none;
}
.navigation {
	/*width: 475px;*/
	width: 480px;
	background: #fff;
	top: 40px;
	position: absolute;
	display: none;
	height: 420px;
	padding: 5px 0;
	z-index: 99999;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.navigation .menu {
	border-right: 3px solid #f3f3f3;
}
.navigation .menu,
.navigation .sub-menu {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	height: 410px;
	overflow-y: auto;
}
.navigation .menu a,
.navigation .sub-menu a {
	display: block;
	width: 100%;
	padding: 7px 10px;
	color: #333;
	position: relative;
}
.navigation .menu a:hover:before,
.navigation .menu li.active a:before {
	content: '';
    position: absolute;
    right: 0px;
    top: -17px;
    border: 17px solid transparent;
    border-right: 13px solid #ffffff;
}
.navigation .menu a:hover:after,
.navigation .menu li.active a:after {
	content: '';
    position: absolute;
    right: 0px;
    bottom: -17px;
    border: 17px solid transparent;
    border-right: 13px solid #ffffff;
}
.navigation .menu a:hover,
.navigation .menu li.active a {
	background: #fd8725;
	color: #fff;
}
.navigation .sub-menu a:hover {
	background: #f3f3f3;
}
.form-group #compare-total {
	border: 1px dashed;
    text-transform: uppercase;
    border-radius: 10px;
    color: #333;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}
.form-group #compare-total:hover {
	border: 1px solid;
	text-decoration: none;
}
#product-compare .btn-danger {
    width: 150px;
    border-radius: 0;
    line-height: 22px;
}
#product-product .icons-block {
	margin: 40px 0;
}
#product-product .icons-block .text-1 {
    padding: 0 15px;
    font-size: 12px;
}
#product-product .icons-block img {
    max-width: 70px;
}
.icons-block {
	margin: 70px 0;
}
.icons-block img {
	width: 100% !important;
    max-width: 120px;
    margin: 0 auto;
    display: block;
}
.icons-block a {
	color: #333;
}
.icons-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.icons-block ul li {
	border-right: 1px solid #00000014;
}
.icons-block ul li:last-child {
	border-right: 0;
}
.icons-block .text-1 {
	padding: 0 30px;
	font-size: 15px;
    text-align: center; 
}
.city-block {
	z-index: 99;
    position: relative;
    margin: 0 auto;
    display: table;
}
.city-block select {
	border: 0;
    background: transparent;
    padding: 0 10px;
    margin: 13px 0;
    box-shadow: 0 5px 5px #f3f3f3;
    height: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 10px;
}
.city-block .cities { 
	display: none;
}
.thumbnails .thumbnail img:hover {
	cursor: zoom-in;
} 
#product-product div h3 {
    font-size: 24px;
    margin: 40px 0 30px 0;
    display: inline-block;
    width: 100%;
    color: #333;
    text-align: left;
}
#product-product #product #button-cart,
#product-product #product .oc-product-btn button {
	    width: 80%;
    float: right;
    max-width: 100%;
}
#product-compare td {
	min-width: 280px;
}
.mobile-navigation {
	display: block;
    width: 100%;
    height: 80px;
    margin: 10px 0;
    position: relative;
    display: none;
}
.mobile-cart  {
	display: none;
}
.special-price {
	color: #fb8726;
    margin: 0 0 -9px 0;
}
.old-price {
	margin: -10px 0 -2px 0;
    color: #b7b7b7;
}
#content #quickcheckoutconfirm .payment-method-block,
#content #quickcheckoutconfirm .shipping-method-block {
	float: left;
    width: 47%;
    border: 0;
    margin: 0;
	padding: 0;
	background: transparent;
}
#content #quickcheckoutconfirm .shipping-method-block {
	margin: 0 3% 0 0;
}
#content #quickcheckoutconfirm .shipping-method-block #shipping-method,
#content #quickcheckoutconfirm .payment-method-block #payment-method {
    background: #fff;
    box-shadow: none;
    padding: 20px;
}
#content .quickcheckout-cart td.image img {
    width: 110px;
    height: auto;
    border: 0;
}
.quickcheckout-cart tbody .quantity {
    padding: 25px 0;
}
.quickcheckout-cart tbody .price1,
.quickcheckout-cart tbody .total {
    padding: 30px 0;
    font-size: 15px;
}
.quickcheckout-cart tbody .name {
    font-size: 12px;
    padding: 20px 20px;
}
.account_socnetauth2__header {
	font-size: 11px !important;
}
#login-box .or {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.account_socnetauth2_bline_links {
	display: table;
    margin: 0 auto;
}
.account_socnetauth2_bline_links .socnetauth2_buttons {
	display: block;
    border-radius: 50%;
    overflow: hidden;
	width: 35px;
    height: 35px;
}
.account_socnetauth2_bline_links .socnetauth2_buttons img {
	width: 100%;
}
.quickcheckout-content input {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}
#quickcheckoutconfirm .btn-primary {
	box-shadow: none;
}
.logo-mobile,
.callback-mobile {
	display: none;
}
.modal-content {
	border: 0;
	font-size: 13px;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.modal-content .text-center {
	display: table;
}
.modal-content input {
	border: 0;
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: none;
    margin: 5px 0 15px 0;
}
.modal-header {
	border: 0;
}
#top-links .callback-mobile .modal-content .modal-header .close {
	opacity: 1;
    background: #fd6b6b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
}
.oc-product-btn button {
	background: #00ab52;
    box-shadow: none;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: initial;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    width: 180px;
    padding: 1px 0;
    line-height: 21px;
    border-radius: 0 0 5px 5px;
}
#product #button-cart {
	border-radius: 5px 5px 0 0;
}
.navigation-block.fixed .navigation {
	top: 40px;
}
#account-order .btn-primary {
    display: block;
    float: none;
    margin: 0;
}
#account-order .btn-danger {
	border-radius: 5px;
    width: 100%;
    float: none;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 23px;
}
#account-reward #content,
#account-account #content,
#account-password #content,
#account-address #content,
#account-order #content,
#account-transaction #content,
#account-return #content,
#account-affiliate #content,
#account-newsletter #content {
    padding: 0 20px;
}
#account-address #content .btn-danger {
    width: auto;
    border-radius: 0;
    line-height: 20px;
    padding: 0 10px;
    float: none;
}
#accordion-delivery .panel-heading,
#accordion-pay .panel-heading {
    padding: 0;
}

#accordion-delivery .panel-heading a,
#accordion-pay .panel-heading a {
    padding: 10px 15px;
    display: block;
}
@media screen and (max-width: 768px) {
	.mobile-navigation {
		display: block; 
		z-index: 11;
	}
	#product-product #content {
		padding: 10px;
		box-shadow: none;
	}
	.nav-tabs>li {
		display: table;
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
	.mobile-navigation {
		height: 40px;
		margin-bottom: 0;
	}
	.header-navigation {
		height: 40px;
	}
	#search .input-lg {
		margin-bottom: 0;
	}
	.swiper-viewport {
		margin: 0 auto !important;
	}
	#product-product #product #button-cart, #product-product #product .oc-product-btn button {
		float: none;
	}
	.old-price {
		text-align: center;
	}
	.icons-block img {
		max-width: 50px;
	}
	.icons-block {
		margin: 10px 0;
	}
	.thumbnail a>img, .thumbnail>img {
		width: 100%;
	}
	.manufacturer-logo {
		top: -10px;
		right: 0;
		font-size: 9px;
		line-height: 13px;
	}
	.category-in-list-item>p>a {
		display: block;
		height: 30px;
		overflow: hidden;
	}
	#product-category.container-fluid {
		padding: 0;
	}
	.product-thumb .image img {
		max-width: 100%;
	}
	.oc-product-btn button {
		margin: -10px auto 0 auto;
	}
	.navbar .navbar-nav {
		display: block !important;
		position: relative;
		top: 0;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 20px;
	}
	.category-button {
		/* display: none; */
		width: 100%;
    	border-radius: 0;
    	float: left;
	}
	.navigation {
		top: 80px;
		width: 100%;
	}
	.navigation .menu {
		border: 0;
	}
	.icons-block .text-1 {
	    padding: 0px 20px 0px 20px;
	    font-size: 10px;
	    line-height: 16px;
	    text-align: center;
	}
	.icons-block li {
		margin-bottom: 30px;
	}
	.icons-block li:nth-child(2) {
		border: 0;
	}
	.site-navigation {
		float: left;
		margin: 0 0 7px 0;
		font-size: 10px;
	}
	.callback-mobile {
		display: block;
	}
	#top-links .callback-mobile button {
		background: #1ec462;
		color: #fff;
		text-shadow: none;
		display: block;
		text-align: center;
		line-height: 10px;
		padding: 6px 13px;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 9px;
		border-radius: 0 8px;
		letter-spacing: 2px;
		margin: 3px auto;
		box-shadow: none;
	}
	#top-links .list-inline {
		float: right;
		/*margin: 5px auto;*/
		display: table;
	}
	.category-item {
		padding: 10px;
		min-height: 190px;
	}
	.cat-caption .cat-name {
		font-size: 11px;
	}
	#logo {
		display: none;
	}
	.logo-mobile {
		display: block;
	}
	.logo-mobile img {
		max-width: 60px;
		margin: 6px 0;
	}
	.site-navigation li {
		margin: 0 4px;
	}
	.site-navigation li:first-child {
		margin: 0 4px 0 0;
	}
	#top {
		border: 0;
		margin: 0;
	}
	.city-block select {
		padding: 0;
		height: 20px;
		background: #f1f1e9;
		font-size: 9px;
	}
	.location, .clock {
		text-align: center;
	}
	.phones>a {
		border-radius: 0;
	}
	#product-product #product #button-cart,
	#product-product #product .oc-product-btn button {
		width: 100%;
	}
	/*.btn-block {
		margin: 20px auto 10px auto;
		display: table;
		width: 190px;
		float: none;
	}
	footer {
		margin-bottom: 50px;
	}*/
	.mobile-cart {
		display: block;
	}
	.mobile-cart #cart {
		z-index: 9999;
	}
	.mobile-cart #cart > .btn {
		line-height: 30px;
	}
	#search {
		margin: 0;
	}
	#product-product h1 {
		font-size: 20px;
		margin: 30px 0;
	}
	.list-unstyled h2 {
		text-align: center;
	}
	.breadcrumb {
		display: inline-block;
	}
	.city-block,
	.clock,
	.location {
		display: none;
	}
	.category-in-list-item {
		min-height: 175px;
	}
	.mfp-content #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity > .inner > div {
		height: 62px;
	}
	.mfp-content #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name, #smca-modal-body .modal-body .product-table-cart > .product-table-heading > .name {
		text-align: left;
	}
	.mfp-content #smca-modal-body .modal-body .product-table-cart .product-table-heading .quantity,
	.mfp-content #smca-modal-body .modal-body .product-table-cart .product-table-body-row .quantity {
		display: none;
	}
	.mfp-content #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right .model {
	    font-size: 10px;
	    margin: 3px 0;
	}
	.mfp-content #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right {
    	padding: 10px 0 4px 10px;
	}
	#content .quickcheckout-cart {
		display: none;
	}
	#content #quickcheckoutconfirm .qc-step {
		background: transparent;
		margin: 0;
		padding: 0;
		box-shadow: none;
		width: 100%;
		display: table;
	}
	#quickcheckoutconfirm .row {
		margin-right: -0;
		margin-left: -0;
	}
	.quickcheckout-heading {
		width: 100%;
		display: table;
	}
	#content>h1 {
		text-align: center;
	}
	#payment-address {
		display: table;
		width: 100%;
		margin: 40px 0;
	}
	.qc-col-1,
	.qc-col-2,
	.qc-col-3,
	.qc-col-4,
	.qc-col-5 {
		display: table;
		width: 100%;
	}
	#content #quickcheckoutconfirm .shipping-method-block #shipping-method,
	#content #quickcheckoutconfirm .payment-method-block #payment-method {
		padding: 0;
	}
	.qc-step .quickcheckout-heading {
		font-size: 16px;
		color: #333;
		margin: 30px 0 10px 0;
		padding: 0 0 10px 0;
		font-weight: bold;
	}
	.qc-step .terms .btn-primary {
		width: 100%;
		margin: 10px 0 0 0;
		height: 43px;
	}
	.qc-step #quickcheckoutconfirm .col-sm-6 {
    	margin: 9px 0 0 0;
	}
	textarea.form-control {
		border-radius: 0;
		height: 70px;
		box-shadow: none;
		border: 1px solid #ddd;
		margin: 8px 0 0 0;
	}
}

.simplecheckout #total_shipping {
	display: none; /* kutsenko */
}

.category-wall .category-item img {
	max-width: 145px;
	margin: 10px auto;
	display: block;
}

.category-wall .category-item {
	padding: 10px;
	margin-top: 10px;
	min-height: 200px;
}

#information-contact .form-horizontal .form-group {
	margin: 10px 0px!important;
}

#information-contact .form-horizontal .buttons .btn-primary {
	margin-right: 5px;
}

.modal-dialog .close:focus, .close:hover {
	color: #000;
	background: none;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
}

.block-ext_description {
	margin: 0px!important;
}

.categories-pic .img-thumbnail {
	border: none!important;
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1)!important;
	border-radius: 0px;
}

.swiper-viewport .img-responsive {
	width: 100%;
}
.swiper-container {
	width: 100%;
}

#column-left ul.category-menu-list > li > a:after {
	content: '';
}

#column-left .list-group .category-menu-list > li > a {
	border-bottom: 1px solid white;
}

#column-left .list-group {
	max-height: 287px;
	/*height: 287px;*/
	margin-bottom: 10px;
}

#column-left .more-categories {
	width: 100%;
	text-align: center!important;
	display: none;
}

#column-left .mfilter-box .box-heading {
	margin: 25px 0 0 0;
}

#menu .small-navigation {
	width: 240px!important;
	/*width: 235px!important;*/
}


#product-manufacturer h1,
#product-category .category-heading h1 {
	margin: 0px 0 10px 5px;
	font-size: 30px;
	font-weight: bold;
}

#product-category .mfilter-selected-filters .mfilter-selected-filters-cnt {
	background: none!important;
	border: none!important;
	padding: 0px 0px 15px 0px!important;
}

#product-category .mfilter-selected-filters-cnt a {
	display: inline-block;
	color: #fd8725;
	text-align: center;
	border-radius: 10px;
	border: 1px dashed #fd8725;
	margin-right: 10px;
	cursor: pointer;
	padding: 5px 12px;
	letter-spacing: 1px;
}

#product-category .mfilter-selected-filters-cnt a:hover {
	border: 1px solid #fd8725;
	color: #fd8725;
}
.cd-top {
	position: fixed;
	right: 55px;
	bottom: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	background: #fd8725;
	color: #fff;
	display: block;
	width: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fd8725;
}
.cd-top:hover, .cd-top:focus {
	color: #fd8725;
	background-color: #fff;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	bottom: 10px;
}
#mfilter-content-container > .row {
	margin-left: 0!important;
	margin-right: 0!important;
}
#search .live-search {
    max-height: unset;
}
@media screen and (max-width: 767px) {
	header {
		display: none;
	}
	.mobile-navigation {
		margin-top: 0;
	}
	.header-navigation {
		padding-left: 0;
		padding-right: 0;
	}
	.cd-top {
		right: 10px;
	}
	.breadcrumb-wrapper {
		position: relative;
		overflow: hidden;
		padding-right: 20px

	}

	.breadcrumb {
		display: inline-block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;

		/* Приховуємо скролбар */
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE/Edge */
	}
	.breadcrumb::-webkit-scrollbar {
		display: none; /* Chrome, Safari */
	}

	/* Градієнт справа */
	.breadcrumb-wrapper::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 100%;
		pointer-events: none;
		z-index: 5;

		/* Плавне затухання, але тільки якщо є що затінювати */
		mask-image: linear-gradient(to left, black 70%, transparent 100%);
		-webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);

		background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
	}

	.products-sorting {
		text-align: right;
	}
	.products-sorting > div {
		margin-bottom: 10px;
	}
	footer h5 {
		text-align: center;
		text-transform: uppercase;
		position: relative;
	}
	footer h5:after {
		content: "\f107";
		position: absolute;
		top: -7px;
		right: 0;
		font-family: 'FontAwesome';
		font-size: 25px;
	}
	footer .footer-active h5:after {
		content: "\f106";
	}
	footer .col-sm-3 .list-unstyled {
		text-align: center;
		display: none;
	}
	#product-product #content {
		padding-left: 0;
		padding-right: 0;
	}
	#product-product #content > .row,
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}
}




/*alexshtanko*/
.navbar-collapse.collapse{
	display: block !important;
	position: fixed !important;
	width: 100%;
	/*z-index: 1001;*/
}

#cart{
	display: none;
}
#top {
	background: #fd8725;
}
#search{
	/*margin: 0;*/
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    /*background: red;*/
    /*display: block;*/
    /*z-index: 10001;*/
}
.phones{
	display: none;
}
.container-bootstrap{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mobile-header-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fd8725;
	z-index: 10;
}
.mobile-header-wrapper.mobile-nav-open{}
.mobile-header-wrapper .col-xs-2,
.mobile-header-wrapper .col-xs-4{
	padding-left: 15px;
	padding-right: 15px; 
}
.logo-mobile,
.callback-mobile,
.mobile-lk{
	display: none;
}
.mobile-navigation{
	height: 0;
}
/*.navigation{
	top: 0;
}*/
/*.navigation.small-navigation{
	top: 0;
}*/
.category-button{
	display: none;
}
.mobile-cart #cart{
	z-index: 99;

}
.mobile-cart{
	display: none !important;
}
.mobile-hide{
	display: none;
}

/*#search.input-group{
	display: none;
}*/
.header-mobile-nav,
.header-mobile-search,
.header-mobile-logo,
.header-mobile-phone,
.header-mobile-cart{
	text-align: center;
}

.header-mobile-nav .fa,
.header-mobile-search .fa,
.header-mobile-logo .fa,
.header-mobile-phone .fa,
.header-mobile-cart .fa{
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 6px;
}
.header-mobile-logo a {
    display: block;
    cursor: pointer;
}

.header-mobile-search-wrapper{
	position: relative;
	z-index: 100;
}
.header-mobile-search-wrapper .phones{
	display: none;
	position: absolute;
	width: 100%;
	background: #fd8725;
}
.header-mobile-search-wrapper .phones .sub-phones{
	display: block !important;
	background: #fd8725;
	padding-top: 0;
	padding-bottom: 15px;
}
.header-mobile-search-wrapper .phones .gocall:after{
	display: none !important;
}
.header-mobile-search-wrapper .phones>a{
	background: none;
}
.header-mobile-logo img{
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 40px;
}

.header-mobile-cart-amount{
	position: absolute;
    top: 4px;
    color: #ffffff;
    font-size: 10px;
    width: 14px;
    height: 14px;
    background: #1ec462;
    border-radius: 360px;
    text-align: center;
    line-height: 13px;
}

/*.header-nav-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	background: red;
	z-index: 1005;
}*/

.header-mobile-nav-wrapper{
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: #fd8725;
	/*background: rgba(253, 135, 37, .8);*/
	display: none;
	overflow-y: scroll;
}
.header-mobile-nav-list{
	list-style: none;
	padding: 10px 0 20px 0;
	margin: 0;
	display: none;
	border-bottom: 1px solid #ffffff;
}
.header-mobile-nav-wrapper .sub-menu-block{
	display: none;
}
.header-mobile-nav-list li{
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	/*margin: 2px 0;*/
	position: relative;
}
.header-mobile-nav-list a{
	font-size: 16px;
	color: #ffffff;
}
.header-mobile-nav-title{
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #1ec362;
	margin: 0;
	cursor: pointer;
}
.show-sub-nav{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.show-sub-nav:before{
	content: '';
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 360px;
	-moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}
.show-sub-nav:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 360px;
}

.mobile-sub-nav-open .show-sub-nav:before{
	display: none;
}

.mobile-sub-nav{
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	display: none;
}
.mobile-sub-nav li{
	padding-left: 20px;
	padding-right: 30px;
}
.header-mobile-nav-footer{
	margin-top: 10px;
	border-top: 1px solid #ffffff;
	padding: 20px 0;
	text-align: left;
}
.header-mobile-nav-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-mobile-nav-footer li a{
	font-size: 16px;
	color: #ffffff;
}

.header-mobile-nav-login ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-mobile-nav-footer li,
.header-mobile-nav-login li{
	width: 100%;
	/*text-align: center;*/
	padding: 10px 15px;
	/*margin: 0 15px;*/
	display: block;
}
.header-mobile-nav-login li a{
	font-size: 16px;
	color: #ffffff;
}
.header-mobile-nav-login{}




.header-mobile-search-box{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 111;
	display: none;
	background: #fd8725
}
.header-mobile-phone-number{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 111;
	display: none;
	background: #fd8725;
	padding-bottom: 15px;
}
.header-mobile-phone-number ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-mobile-phone-number li{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.header-mobile-phone-number li a{
    color: #ffffff;
}
.header-mobile-phone-number .callback{
	background: #00cb61;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 5px rgba(0, 204, 96, 0.2);
    display: inline-block;
    padding: 5px 15px;
}

.container-bootstrap .row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.fa-shopping-cart.added:before {
    content: "\f218";
}
ul.c-item-info {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
}
li.c-item-info__item {
    overflow: hidden;
}
.c-item-info__title,
.c-item-info__param {
    float: left;
    width: 50%;
}
.c-item-info__text {
    font-weight: 600;
}
li.c-item-info__item > div:nth-child(odd) {
    padding-right: 10px;
}
li.c-item-info__item > div:nth-child(even) {
    padding-left: 10px;
}
@media (min-width: 768px){
	.header-navigation {
		height: 40px;
	}
	#search{
	    position: relative;
	    top: 0;
	    left: 0;
	    right: 0;
	    display: block !important;
	}
	.navbar-collapse.collapse{
		display: block !important;
		position: relative !important;
		width: auto;
	}
	#cart{
		display: block;
	}
	.phones{
		display: block;
	}
	#top {
		border: 0;
		min-height: 30px;
		margin: 0 0 15px 0;
		background-color: #fd8725;
	}
	#top-links {
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
	}
	.mobile-header-wrapper{
		display: none;
	}
	.mobile-hide{
		display: block;
	}
	.desctop-hide{
		display: none;
	}
	
	#search.input-group{
		display: block !important;
	}

	.header-mobile-search-wrapper{
		display: none;
	}
	.category-button{
		display: block;
	}
	/*.navigation{
		top: 80px;
	}*/

	.mobile-lk{
		display: block;
	}

	.header-nav-wrapper{
		display: none;
	}
	.header-mobile-nav{
		display: none;
	}
	.header-mobile-nav-wrapper{
		display: none !important;
	}
	.header-mobile-search-box{
		display: none !important;
	}
	.header-mobile-phone-number{
		display: none !important;
	}
	ul.c-item-info {
		width: 50%;
	}
}

#account-login .well .btn-primary {
	max-width: 226px;
}


#product-latest h1, #product-bestseller h1 {
	margin: 0px 0 10px 5px;
	font-size: 30px;
	font-weight: bold;
}

.show-element{
	display: block !important;
}
.open-category-list{
	max-height: unset !important;
}

#column-left > .mfilter-column_left .box-heading{
	margin-top: 5px !important;
}


html[lang="uk"] #button-cart {
	font-size: 12px;
	display: flex;
	justify-content: center;
}




/*.header-information-wrapper{*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*}*/
.header-information-wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.header-information-wrapper ul{
	margin-bottom: 0;
}
/********* header language ********/
.header-language{
	/*margin-left: 25px;*/
}
.header-language-inner ul{
	margin: 0 !important;
	padding: 0 !important;
}
.header-language-inner li{
	display: inline-block;
	margin-left: 3px;
	position: relative;
}
.header-language-inner li:before{
	content: '|';
	position: relative;
	top: -1px;
	padding: 0 5px 0 0;
	color: #ffffff;

}
.header-language-inner li:first-child{
	margin-left: 0;
}
.header-language-inner li:first-child:before{
	display: none;
}

.header-language-inner button{
	background: none !important;
	border: none !important;
	text-transform: uppercase;
	padding: 0;
	color: #ffffff;
}
.header-language-inner li.active button{
	/*color: #fc0;*/
	color: #ffffff;
	font-weight: bold !important;
}
.header-mobile-language{
	width: 100%;
	text-align: center;
}
.header-mobile-language button{
	font-size: 16px !important;
}

.navbar .category-box-wrapper{
	width: 240px !important;
}
.navbar .search-box-wrapper{
	flex: 1;
}
.navbar .navbar-collapse.flafi-main-nav{
	display: flex !important;
}

@media (min-width: 768px){
	.header-information-wrapper{
		/*min-height: 30px;*/
	}

	.navbar .cart-box-wrapper,
	.navbar .phone-box-wrapper{
		width: 200px !important;
	}
}
@media (min-width: 840px){
	.navbar .category-box-wrapper,
	.navbar .cart-box-wrapper,
	.navbar .phone-box-wrapper{
		width: 240px !important;
	}
}

/********* header language ********/
