body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */

.fa-search {
 vertical-align: top;   
 font-size: 13px;
}

.content_toggle .fa-search {
 vertical-align: unset;   
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-family: auto;
	
}

.h1-product {
    padding-right: 15px;
    padding-left: 15px;
}

h2 {
	font-size: 27px;
	font-family: auto;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
	font-family: inherit;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0871b1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 0px 0;
	margin: 0 0 1px 0;
	min-height: 10px;
    max-height: 30px;	
}
#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: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	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: #076aa8;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
.visitor-region {
    float: left;
    padding-left: 2px;
    color: #000000;
    font-size: 13px;
}
.around_clock_for_mobile {
    display: none;
    float: right;
    font: 12px/12px Arial;
    color: #404040;
    padding-bottom: 5px;
    text-align: center;
}

/* logo */
#logo {
	margin: 0 0 0px 5px;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
    margin: 0;
	padding-right: 1px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 7px 8px;
	text-shadow: 0 1px 0 #FFF;
	height: 30px;
}


/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 20px;
	color: #076aa8;
	background: none;
	border: none;
	margin-top: -23px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
	border-color: #04609b #04609b #04609b;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 14px 10px 14px;
	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: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	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: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
	border-color: #04609b #04609b #04609b;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #076aa8;
}
@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;
	background: #fff;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 3px;
	background-color: #eee;
	border-top: 1px solid #e7e7e7;
	color: #888;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #888;
}
footer a:hover {
	color: #076aa8;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* 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; */
	white-space: normal!important;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
/*	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 1px;
	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-group-product {
    float: right;
}

.btn-default {
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
	border-color: #04609b #04609b #b3b3b3 #b7b7b7;
}

.btn-default:hover {
	color: #fff;

	background-color: #04609b;
	background-image: linear-gradient(to bottom, #0760a0, #03508a);
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9120; /* #076aa8; */
	background-image: linear-gradient(to bottom, #ed9120, #ad7000); /* #0871b1, #04609b */
	background-repeat: repeat-x;
	border-color: #e98020 #e98020 #e98020; /* #04609b #04609b #04609b; */
	font-weight: bold;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
	color: #FFF;
	background-color: #04609b;
	background-image: linear-gradient(to bottom, #ec9120F0, #ac6000); /* #0760a0, #03508a); */
	border-color: #e98020 #e98020 #e98020; /* #04609b #04609b #04609b; */
}

#button-cart {
    	color: #000;
}


.btn-primary.disabled, .btn-primary[disabled]{
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
}
.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: #076aa8;
	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: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
	border-color: #04609b #04609b #04609b;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #04609b;
	background-image: linear-gradient(to bottom, #0760a0, #03508a);
}
/* 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:hover {
	border: 1px solid #076aa8;
}

.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: 60%;
}
.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;
	height: 18px;
	margin-bottom: 25px;
	font-size: 14px;
}
.product-thumb .caption {
	padding: 0 12px 0 15px; /* 0 20px; */
	min-height: 160px;
}
.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}
.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: 0px;
	font-size: 12px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	text-align: center;
	width: 220px;
	float: right;
}
.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: #fff;
	overflow: auto;
	width: 222px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.product-list .product-thumb .button-group {
	/* border-left: 1px solid #ddd; */
    width: 222px;
    float: right;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9120; /* #076aa8; */
	background-image: linear-gradient(to bottom, #ed9120, #ad7000); /* #0871b1, #04609b */
	background-repeat: repeat-x;
	border-color: #e98020 #e98020 #e98020; /* #04609b #04609b #04609b; */
	width: 61%;
	/* border: none; */
	display: inline-block;
	/* float: left; */
	/* background-color: #076aa8;
	color: #FFF; */
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -20px;
	border-radius: 10px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #FFF;
	background-color: #04609b;
	background-image: linear-gradient(to bottom, #ec9120F0, #ac6000); /* #0760a0, #03508a); */
	text-decoration: none;
	cursor: pointer;
}


.product-thumb .button-group .cp-call-button{
    color: #000;
}
.product-thumb .button-group .cp-call-button:hover{
    color: #000;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.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;
    }
   
}

.container-banner {
    min-height: 100px;
    padding-bottom: 5px;
}

.cb-img {
    width: 100%;
    border-radius: 7px;
}

.cb-utp {
    list-style-type: none;
    position: absolute;
    padding: 3px 5px;
    margin-left: 25px;
    transform: skewX(-25deg);
}

.cb-utp-bg {
    background: url(/image/catalog/bg_text_banner.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px 0;
    padding: 5px 10px;
    max-width: fit-content;
}

.cb-utp-text {
    transform: skewX(25deg);
    color: #404040;
    font-size: 18px;    
}

.telnumber {
    font: 16px/16px Arial;
    font-weight: bold;
    color: #404040;
    float: left;
}

.telnumber-right {
    font: 16px/16px Arial;
    font-weight: bold;
    color: #404040;
    float: left;
    margin-left: 20px;
}

.telnumber-text-free {
    font-size: 11px;
    font-weight: normal;
}

.around_clock{
    font: 12px/12px Arial;
    color: #404040;
    margin-top: -10px;
    padding-bottom: 5px;
    text-align: center;
    float: left;
    margin-left: 5px;
    letter-spacing: 0.3pt;
}

.utp-images {
    float: left;
}

.center { 
    text-align: center
}

.product-thumb .button-group .out_of_stock{
	color: #888;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
    border: none;
	font-weight: normal;
    cursor: not-allowed! important;
    margin-bottom: 34px;
}

.product-thumb .button-group .out_of_stock:hover{
	color: #888;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
	border: none;
	font-weight: normal;
    cursor: not-allowed! important;
}

.form-group .out_of_stock {
    color: #888;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
	border: none;
	font-weight: normal;
    cursor: not-allowed! important;
}

.out_of_stock {
    color: #888;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
	border-color: #eee;
	cursor: not-allowed! important;
}


.out_of_stock:hover {
    color: #888;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #eee);
	border-color: #eee;
	cursor: not-allowed! important;
}

.pre-order {
text-align: center;
}

.in_stock_color {
    color: #00ff00;
}

.out_of_stock_color {
    color: #FFA500;
}

/* .col-sm-3, .col-sm-4, .col-sm-5 {
    padding-left: 1px;
    padding-right: 1px;
} */

header .up {
    margin-top: -14px;
    padding-right: 0px;
}

header .under {
    margin: -20px 0px 3px 0;
    float: right;
    width: 32%;
}

header .col-sm-4 {
    width: 25%;
    margin-top: -5px;    
}

header .col-sm-5 {
    width: 50%;
}

header .col-sm-5 a {
    color: #404040;
}

.list-inline>li {
    padding-left: 3px;
    padding-right: 3px;
}


.row > .col-sm-3 > .list-inline{
    width: auto;
    margin-bottom: 1px;
}

.top-pull-left {
 float: right;
}

@media (max-width: 991px) {
.container-for-scroll-header {
/* display: none; */
top: -200px;
}    
    
#search {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}    
}

header {
    background: #fff;
    padding-top: 15px;
}

.menuontop {
  position: sticky;
  top: 0px;
  z-index: 140;
}


@media (max-width: 311px){
#top-links {
display: none;
}  
.visitor-region {
    font-size: 11px;
    padding-left: 0;   
    float: none;
    line-height: 12px;
} 

header .under {
    margin: 3px 0 0 0;
}    

header .col-sm-3 {
    width: 100%;
    float: left;    
}

header .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 1px;    
    padding-right: 3px;
} 
    
header .col-sm-5 {
    width: 50%;
    float: right; 
    margin-top: -10px;
    padding-left: 3px;
} 

.utp-images {
    float: left;
}

.telnumber {
    font-size: 14px;
    float: right;    
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
    float: right; 
    text-align: right;    
}

.around_clock {
    display: none;
}

.callback_header {
    display: none;
}

.around_clock_for_mobile {
    display: block;
    font-size: 11px;
}

.menuontop {
      top: 0px;
    } 
.cb-utp {
    max-width: 222px;
}    
.cb-utp-text {
    font-size: 13px;
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px
}    

.breadcrumb {
margin: 10px 0 0 0;
}

.div-for-search-scroll-header {
    width: 86%;
    float: left;
}
    
}

@media (min-width: 312px) and (max-width: 343px) {
#top-links {
display: none;
}  
.visitor-region {
    font-size: 11px;
    padding-left: 0;   
    float: none;   
    line-height: 12px;
}  

header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-3 {
    width: 100%;
    float: left;    
}

header .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 1px;    
    padding-right: 3px;    
}  

header .col-sm-5 {
    width: 50%;
    float: right; 
    margin-top: -10px;   
    padding-left: 0;
}

.utp-images {
    float: left;
}

.telnumber {
    font-size: 14px;
    float: right;    
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
    float: right;  
    text-align: right;     
}

.around_clock {
    display: none;
}

.callback_header {
    display: none;
}

.around_clock_for_mobile {
    display: block;
    font-size: 11px;
}

.menuontop {
      top: 0px;
    }
    
.cb-utp {
    margin-left: 1px;
    transform: skewX(-15deg);
    max-width: 276px;    
}    
.cb-utp-text {
    font-size: 13px;
    transform: skewX(15deg);
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;    
} 

.breadcrumb {
margin: 10px 0 0 0;
}

.div-for-search-scroll-header {
    width: 87%;
    float: left;
}
    
}

@media (min-width: 344px) and (max-width: 409px) {
#top-links {
display: none;
}  
.visitor-region {
    font-size: 11px;
    padding-left: 0;
    float: none;   
    line-height: 12px;    
}
    
header .under {
    margin: 3px 0 0 0;
}    

header .col-sm-3 {
    width: 100%;
    float: left;    
}
    
header .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 1px;    
    padding-right: 3px;    
}  

header .col-sm-5 {
    width: 50%;
    float: right; 
    margin-top: -10px;  
    padding-left: 3px;
}

.utp-images {
    float: left;
}

.telnumber {
    font-size: 14px;
    float: right;    
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
    float: right;  
    text-align: right;     
}

.around_clock {
    display: none;
}

.callback_header {
    display: none;
}

.around_clock_for_mobile {
    display: block;
}

.menuontop {
      top: 0px;
    }
    
.cb-utp {
    margin-left: 1px;
    transform: skewX(-15deg);
    max-width: 318px;    
}    
.cb-utp-text {
    font-size: 13px;
    transform: skewX(15deg);    
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;    
} 

.breadcrumb {
margin: 10px 0 0 0;
}

.div-for-search-scroll-header {
    width: 88%;
    float: left;
}
.transition h4 {
	margin-bottom: 40px;
}

}


@media (min-width: 410px) and (max-width: 427px) {
#top-links {
display: none;
}  
.visitor-region {
    font-size: 11px;
}
    
header .under {
    margin: 3px 0 0 0;
}    
    

header .col-sm-3 {
    width: 100%;
    float: left;    
}

header .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 1px;    
    padding-right: 3px; 
}  

header .col-sm-5 {
    width: 50%;
    float: right; 
    margin-top: -10px;  
    padding-left: 3px;
}

.utp-images {
    float: left;
}

.telnumber {
    font-size: 14px;
    float: right;    
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
    float: right;   
    text-align: right;     
}

.around_clock {
    display: none;
}

.callback_header {
    display: none;
}

.around_clock_for_mobile {
    display: block;
}

.menuontop {
      top: 0px;
    }
    
.cb-utp {
    margin-left: 1px;
    transform: skewX(-25deg);        
    max-width: 356px;    
}     
.cb-utp-text {
    font-size: 13px;
    transform: skewX(25deg);        
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;    
}  

.breadcrumb {
margin: 10px 0 0 0;
}

.div-for-search-scroll-header {
    width: 90%;
    float: left;
}
.transition h4 {
	margin-bottom: 40px;
}
    
}


@media (min-width: 441px) {
	.col-sm-5 .telnumber_podmena, .col-sm-5 .telnumber_podmena_800 {
		display: block;
	}    
	.col-sm-5 .telnumber_podmena_header_button, .col-sm-5 .telnumber_podmena_800_header_button {
		display: none;
	}
}

@media (max-width: 440px) {
	.col-sm-5 .telnumber_podmena_header_button, .col-sm-5 .telnumber_podmena_800_header_button {
		display: block;
	}    
	.col-sm-5 .telnumber_podmena, .col-sm-5 .telnumber_podmena_800 {
		display: none;
	}
}


@media (min-width: 427px) and (max-width: 534px) {
#top-links {
display: none;
}  
.visitor-region {
    font-size: 11px;
}
    
header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-3 {
    width: 100%;
    float: left;
}

header .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 1px;    
    padding-right: 3px;    
}  

header .col-sm-5 {
    width: 50%;
    float: right; 
    margin-top: -10px;   
    padding-left: 3px;
}

.telnumber {
    font-size: 14px;
    float: right;
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
    float: right;    
    text-align: right;     
}

.around_clock {
    display: none;
}

.callback_header {
    display: none;
}

.around_clock_for_mobile {
    display: block;
}

.utp-images {
    float: left;
}
    
.menuontop {
      top: 0px;
    }
    
.cb-utp {
    margin-left: 1px;
}     
.cb-utp-text {
    font-size: 13px;
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;    
}

.breadcrumb {
margin: 10px 0 0 0;
}

.container-banner {
    min-height: 50px;
}

.div-for-search-scroll-header {
    width: 90%;
    float: left;
}
.transition h4 {
	margin-bottom: 40px;
}
    
}    

@media (min-width: 535px) and (max-width: 599px) {
#top-links {
    font-size: 11px;
}  
.visitor-region {
    font-size: 10px;
}

header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-3 {
    width: 100%;
    float: left;
}

header .col-sm-4 {
    width: 40%;
    float: left;
    padding-right: 0;
    padding-left: 2px;     
}  

header .col-sm-5 {
    width: 55%;
    float: right; 
    margin-top: -10px;    
}

.telnumber {
    font-size: 14px;
}
.telnumber-right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px
}

.callback_header {
    display: none;
}

.around_clock {
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.utp-images {
    float: left;
    margin-left: -20px;
}
    
    .menuontop {
      top: 0px;
    }
.cb-utp-text {
    font-size: 13px;
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;
}

.breadcrumb {
margin: 0;
}

.div-for-search-scroll-header {
    width: 92%;
    float: left;
}

}

@media (min-width: 565px) and (max-width: 599px) {
   header .col-sm-5 {
    width: 50%;
}
.div-for-search-scroll-header {
    width: 92%;
    float: left;
}

.breadcrumb {
margin: 0;
}

}

@media (min-width: 600px) and (max-width: 630px) {
#top-links {
    font-size: 11px;
}  
.visitor-region {
    font-size: 11px;
}

header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-4 {
    width: 30%;
    float: left;
    padding-right: 0;
    padding-left: 2px;    
    margin-top: -10px;
}  

header .col-sm-3 {
    width: 100%;
    float: left;
}
header .col-sm-5 {
    width: 70%;
    float: left; 
    padding-left: 0px;    
}

.around_clock {
    margin-top: -2px;
}

.telnumber, .telnumber-right {
    font-size: 14px;
}

.callback_header {
    display: none;
}

.utp-images {
    float: left;
    margin-left: -20px;
}
    
    .menuontop {
      top: 0px;
    }
.cb-utp-text {
    font-size: 13px;
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;
}

.breadcrumb {
margin: 0;
}

.div-for-search-scroll-header {
    width: 93%;
    float: left;
}
    
}


@media (min-width: 631px) and (max-width: 767px) {
#top-links {
    font-size: 12px;
}  
.visitor-region {
    font-size: 12px;
}   

header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-4 {
    width: 30%;
    float: left;
    margin-top: -10px;    
}  

header .col-sm-3 {
    width: 100%;
    float: left;    
}
header .col-sm-5 {
    width: 70%;
    float: left;  
    padding-left: 0px;
}

.callback_header {
    margin-top: -10px !important;
}

.menuontop {
      top: 0px;
    }
.cb-utp-text {
    font-size: 13px;
}
.cb-utp-bg {
    padding: 0 0 0 7px;
    margin: 2px;
}

.breadcrumb {
margin: 0;
}

.div-for-search-scroll-header {
    width: 92%;
    float: left;
}
.div-for-search-scroll-header {
    width: 93%;
    float: left;
}

}

.short_description {
    font-size: 12px;
    width: 240px;
    height: 145px;
    float:left;
}

@media (max-width: 767px) {
.container-for-scroll-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1001;
    pointer-events: none;
    left: 0%;
    transform: none;
    /* display: none; */
    top: -200px;
}
.row-for-scroll-header {
    background-color: #353e48;
    height: 41px;
    width: 90%;
    float: right;
    pointer-events: all;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}
.search-for-scroll-header {
    display: none;
    position: absolute;
    width: 80% !important;
    height: 37px;
    margin-top: 2px;
    padding-top: 4px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}
.drop-down-search-for-scroll-header {
    width: 20%;
    float: right;
    padding-left: 5px;
    padding-right: 15px;
}
#search-hide {
    visibility: hidden;
}
.phone-for-scroll-header-mobile {
    float: left;
    width: 80%;
    text-align: center;
}
.phone-for-scroll-header {
    display: none;
}

.breadcrumb {
    padding: 3px 0;
}

.breadcrumb > li:after {
    top: 1px;
    width: 17px;
    height: 17px
}

.toggle-button-mobile {
    font-size: 23px;
    color: #ffffff;
    margin-top: 7px;
}
.block-text-mobile {
    display: none;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    width: 100%;
    /* position: absolute; */
    position: fixed;
    top: 0px;
    /* top: 41px; */
    pointer-events: all;
    z-index: 1000;
}
.telnumber-text-mobile {
    padding-top: 15px;
    font-size: 16px;
}
.telnumber-text-mobile-right {
    font-size: 16px;
    padding-top: 15px;    
}
.telnumber-text-free-mobile {
    font-size: 13px;
}
.around_clock-for-scroll-header-text-mobile {
    margin-bottom: 5px;
    padding-top: 15px;  
    font-size: 14px;
}
.close-button-for-scroll-header-text-mobile {
    position: absolute;
    right: 0;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.close-button-for-scroll-header {
    height: 30px;
    width: 30px;
    border: solid 1px #ddd;
    float: right;
    cursor: pointer;
    color: #888;
    padding: 5px 0 0 8px;
    border-radius: 3px;
}

.fa-close {
    font-size: 18px;
}

.list-inline-for-header {
    float: right;
}

.row .category-list {
    display: none;
}

.row > .col-sm-10 > p {
    display: none;
}
.short_description {
    width: 212px;
}

.warning{
	display: block;
    left: 35%;
    bottom: 50px;
    }

}

@media (min-width: 768px) {
    .block-text-mobile {
        display: none;
    }
    .phone-for-scroll-header-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
header .under {
    margin: 3px 0 0 0;
}    
    
header .col-sm-4 {
    width: 30%;
    margin-top: -10px;
}  

header .col-sm-3 {
    width: 100%;
}
header .col-sm-5 {
    width: 70%;
}  

.cb-utp-bg {
    margin: 7px 0;
    padding: 4px 10px;
}
.cb-utp-text {
    font-size: 13px;
}
#menu .nav > li > a {
	padding: 3px 14px 3px 14px;
}

.callback_header {
    margin-top: -10px !important;
}

.container-for-scroll-header {
    position: fixed;
    top: 0;
    z-index: 1001;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, 0);
    /* display: none; */
    top: -200px;
}


.row-for-scroll-header {
    background-color: #353e48;
    height: 41px;
    width: 690px;
    float: right;
    pointer-events: all;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-for-scroll-header {
    display: none;
    position: absolute;
    width: 688px !important;
    height: 37px;
    margin-top: 2px;
    padding-top: 4px;
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.div-for-search-scroll-header {
    width: 618px;
    float: left;
}

.phone-for-scroll-header {
    float: left;
    margin-left: 125px;
}

.phone-for-scroll-header .telnumber, .phone-for-scroll-header .telnumber-right {
margin-top: 5px;
}


.around_clock-for-scroll-header {
    margin-top: 3px;
}

.phone-for-scroll-header .callback {
    margin-top: 8px;
}


#search-hide {
    visibility: hidden;
}

.drop-down-search-for-scroll-header {
    float: right;
    padding-left: 5px;
    padding-right: 15px;
}

.close-button-for-scroll-header {
    height: 30px;
    width: 30px;
    border: solid 1px #ddd;
    float: right;
    cursor: pointer;
    color: #888;
    padding: 5px 0 0 8px;
    border-radius: 3px;
}

.fa-close {
    font-size: 18px;
}

.list-inline-for-header {
    float: right;
}
.short_description {
    width: 212px;
}
.transition h4 {
        margin-bottom: 40px;
    }

}


@media (min-width: 992px) and (max-width: 1023px) {
header .under {
    padding-right: 0;
    float: right;
    width: 32% !important;
}    

header .col-sm-5 {
    width: 50%;
}  
.navbar-nav {
    font-size: 12px;
}
#menu .nav > li > a {
	padding: 10px 9px 10px 9px;
}
}


@media (min-width: 1024px) and (max-width: 1025px) {

header .col-sm-5 {
    width: 47%;
}
#menu .nav > li > a {
	padding: 10px 5px 10px 4px;
}

}


@media (min-width: 1026px) and (max-width: 1999px) {
header .under {
    margin: -20px 0px 3px 0;
    width: 32% !important;
}
header .col-sm-5 {
    width: 47%;
    padding-left: 2px;
    padding-right: 0px;
}
#menu .nav > li > a {
	padding: 10px 5px 10px 4px;
}

.telnumber {
    margin-top: 15px;
}

.telnumber-right {
    margin-top: 15px;
}

}

@media (min-width: 992px) {
  .hidemax {
    display: none !important;
  }
  
.telnumber {
    margin-top: 15px;
}

.telnumber-right {
    margin-top: 15px;
}

.container-for-scroll-header {
    position: fixed;
    top: 0;
    z-index: 1001;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, 0);
    /* display: none; */
    top: -200px;
}
.row-for-scroll-header {
    background-color: #353e48;
    height: 49px;
    width: 805px;
    float: right;
    pointer-events: all;
}

.search-for-scroll-header {
    display: none;
    position: absolute;
    width: 805px;
    height: 46px;
    margin-top: 2px;
    padding-top: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
}

.div-for-search-scroll-header {
    width: 735px;
    float: left;
}

.phone-for-scroll-header {
    float: left;
    margin-left: 2px;
}


.around_clock-for-scroll-header {
    margin-top: 12px;
}
#search-hide {
    visibility: hidden;
}

.drop-down-search-for-scroll-header {
    float: right;
    padding-left: 5px;
    padding-right: 15px;
}

.close-button-for-scroll-header {
    height: 30px;
    width: 30px;
    border: solid 1px #ddd;
    float: right;
    cursor: pointer;
    color: #888;
    padding: 5px 0 0 8px;
    border-radius: 3px;
}

.fa-close {
    font-size: 18px;
}

.list-inline-for-header {
    float: right;
}
.information-for-scroll-header {
    float: right;
}
  .col-md-4 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .col-sm-3 {
    padding-left: 9px;
    padding-right: 9px;
  }  
.product-thumb .button-group {
      width: 140px;
  }
  .short_description {
      width: 212px;
  }

}

@media (min-width: 1200px) {
header .col-sm-5 {
    padding-left: 80px;
} 

.row-for-scroll-header {
    background-color: #353e48;
    height: 49px;
    width: 1005px;
    float: right;
    pointer-events: all;
}
.phone-for-scroll-header {
    float: left;
    margin-left: 150px;
}

.search-for-scroll-header {
    display: none;
    position: absolute;
    width: 1005px;
    height: 46px;
    margin-top: 2px;
    padding-top: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
}

.div-for-search-scroll-header {
    width: 935px;
    float: left;
}

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
.product-thumb .button-group {
      width: 222px;
  }
  .short_description {
      width: 240px;
  }  
}

@media (max-width: 991px) {
.up {
    width: 100% !important;
    position:fixed; /* добавили */
	bottom:0; /* добавили */
	left: 0; /* добавили */
	background: #eee;
	z-index: 1200;
}


.up > ul {
padding-top: 3px;
margin-bottom: 1px;
width: 100%;    
text-align: center;
margin-left:-15px !important;
margin-right:-15px !important;
}

.dropdown-menu {
     margin-top: -102px;
     margin-right: -100px;
 }
 
.information-for-scroll-header {
display: none;
}
  .col-sm-3 {
    padding-left: 9px;
    padding-right: 9px;
  } 

}


@media (max-width: 359px) {
.up > ul{
font-size: 11px;
}
}


.buy_service button {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
	border-color: #04609b #04609b #04609b;
	width: 150px;
	/* border: none; */
	display: inline-block;
	float: left;
	/* background-color: #076aa8;
	color: #FFF; */
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.buy_service button:hover {
	color: #FFF;
	background-color: #04609b;
	background-image: linear-gradient(to bottom, #0760a0, #03508a);
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.buy_service button {
		width: 100%;
	}
  .col-sm-3 > .product-thumb .caption {
      padding: 0 2px 0 2px;
  }	
}
@media (max-width: 767px) {
	.buy_service button {
		width: 100%;
	}
}

.buy_srvc {
    border: 1px solid;
    display: inline-block;
    width: 318px;
}

.buy_srvc:hover {
    border: 1px solid #076aa8;
}

.email {
    font-size: 14px;
}

.footer-links {
    font-size: 14px;
}

.tab-content>.active {
    font-size: 14px;
}

.tab-content>.active>h3{
    margin-top: -20px;
    margin-bottom: 3px;
}


.category-list ul {
  list-style: none;
  padding:0;
}
.category-list ul li + li {
  margin-top: 10px;
}
.category-list ul li a {
  border: 1px solid #ddd;
  color: #000;
  width: 100%;
  display: inline-block;
  padding: 2px 0;
  text-align: center;
}
.category-list ul li a:hover {
  border: 1px solid #0288d1;
  color: #0288d1;
}


.product-thumb .featuredcategory {
    padding: 0 8px;
    text-align: center;
}

.product-thumb .featuredcategory h4{
    font-size: 18px;
}

.navbar-collapse {
    padding-right: 9px;
    padding-left: 9px;
}

.new-buttons {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100
}

.new-buttons button {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
}

.new-buttons button:hover{
    color: #fff;
	background-color: #076aa8;
	background-image: linear-gradient(to bottom, #0871b1, #04609b);
	background-repeat: repeat-x;
}

.transition .button-group {
    width: 260px;
}

.description-list {
    display: none;
}

.product-list .description-list {
    display: block;
}

.utp-images{
    padding-top: 5px;
}

.container-for-mobile-menu {
    position: sticky;
    top: 0;
    z-index: 999;
}

.container-for-scroll-header #cart > .btn, .drop-down-search-for-scroll-header > a, .information-for-scroll-header a, .container-for-scroll-header .telnumber a, .container-for-scroll-header .telnumber-right a, .container-for-scroll-header .callback a, .container-for-scroll-header .telnumber-text-free, .container-for-scroll-header .around_clock-for-scroll-header {
    color: #ffffff;
}

.live-search ul {
    overflow-y: scroll;
    height: 71vh;
}

.live-search .result-text {
    font-size: 16px !important;
    height: 50px;
    padding-top: 5px;
}






#uni-menu-top {
	     margin-bottom: 0px !important;
    	 margin-top: 0px !important;
    	 padding-top: 5px !important;
    	 background: #353e48;
}
#uni-menu-top .col-sm-3 {
	    max-width: 150px !important;
        padding-right: 0px !important;
}
#uni-menu-box {
	    min-width: 150px !important;
}
#uni-menu-dropdown-menu {
	    min-width: 270px !important;
}
.uni-ultra-menu {
	    max-width: 150px !important;
        height: 39px !important;
	    border-radius: 6px !important;
}
@media screen and (max-width: 991px) {
	.uni-menu-mobile {
    	/* max-height: 40px; */
	    /* width: 50px; */
        margin-top: 0px !important;
		}
}
.uni-menu-mobile-button-icon {
	    float: left !important;
	    padding-left: 15px !important;
}
.uni-menu-mobile-button-title {
      margin-right: 15px !important;
      /* visibility: hidden; */
}
.uni-menu-mobile {
	    margin-top: 0px !important;
}
.uni-mm-cat-link-text, .hc-offcanvas-nav .nav-content > h2, .hc-offcanvas-nav .nav-content > h2, .hc-offcanvas-nav .nav-content > h3, .hc-offcanvas-nav .nav-content > h4,
.hc-offcanvas-nav .nav-content > h5, .hc-offcanvas-nav .nav-content > h6, .uni-menu-mobile-button-title {
	font-weight: bold;    
}
#uni-menu-box .uni-mm-link-down div.down1, #uni-menu-box .uni-mm-link-down div.down2 {
	border-right: 2px solid rgb(255, 255, 255) !important;
}
#uni-menu-box .uni-mm-link-down div.down1, #uni-menu-box .uni-mm-link-down div.down2, .hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    border-top: 2px solid rgb(255, 255, 255) !important;
}
.uni-mm-link > a span.triangle-down, .uni-mm-simple-link > a span.triangle-down, .flexMenu-viewMore > a span.triangle-down, #main-menu > .uni-mm-link > a .sub-arrow {
    border-top: 4px solid rgb(255, 255, 255) !important;
}
#uni-menu-box .uni-ultra-menu, .uni-menu-mobile, .modal-header, button.uni-close, .hc-offcanvas-nav.nav-close-button-empty .nav-title, .hc-offcanvas-nav .nav-content > h2,
.hc-offcanvas-nav .nav-content > h3, .hc-offcanvas-nav .nav-content > h4, .hc-offcanvas-nav .nav-content > h5, .hc-offcanvas-nav .nav-content > h6,
.uni-mm-simple-link:hover, .uni-mm-link:hover, .uni-mm-simple-link:active, .uni-mm-link:active {
    background: rgb(7, 106, 168) !important;
}
.uni-mm-link > a.unia, .uni-mm-simple-link > a.unia, .flexMenu-viewMore > a.unia {
    color: rgb(255, 255, 255) !important;
}
.uni-mm-child a:hover, .uni-mm-parent-link:hover .uni-mm-parent-title, .uni-menu-li:hover > a, .uni-menu-li:hover > div > a {
    color: rgb(7, 106, 168) !important;
}

.underline-w160 {
    border-bottom: 1px dotted; display: inline-block; width: 160px;
}

div.fast-link {
    margin: 7px 2px -5px 0;
    text-align: center;
    float:left;
}

a.fast-link {
    text-decoration: none;
}

img.fast-link {
        border: 1px solid #a0a0a0;
        border-radius: 5px;
        padding: 2px;
}

img.fast-link:hover {
        border-color: #0871b1;
        opacity:0.65;
}


/* @media (max-width: 767px) {
    .description-list { display: none; }
    .product-list .description-list { display: none; }
} */









/* ВСПЛЫВАЮЩЕЕ МОДАЛЬНОЕ ОКНО ПОДСКАЗОК */

/* Контейнер для кнопки */
.css-modal-checkbox-container {
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
    display: inline;
}

/* Убираем флажок */
#css-modal-checkbox-polnaya-moshnost, #css-modal-checkbox-aktivnaya-moshnost {
    display: none;
}

/* Кнопка для открытия */
.css-modal-checkbox {
    display: inline-flex;
    font-size: 14px;
    color: #999;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;    
}
.css-modal-checkbox:hover,
.css-modal-checkbox:active,
.css-modal-checkbox:focus {
    color: #ed9120;
}

 
/* Контейнер, который затемняет страницу */
#css-modal-checkbox-polnaya-moshnost + .cmc, #css-modal-checkbox-aktivnaya-moshnost + .cmc {
    display: none;
}

#css-modal-checkbox-polnaya-moshnost:checked + .cmc, #css-modal-checkbox-aktivnaya-moshnost:checked + .cmc {
    display:flex;
    align-items:center;
    justify-content:center;    
    z-index: 1001;
    position: fixed;
    left: 0;
    top: 0;
    width: 99%;
    height: 99%;
    animation: bg 0.5s ease;
    background: rgba(220, 220, 220, 0.7);
}

/* Контейнер для модального окна */
.cmt_container {
    position: absolute;
    padding: 8px
}

/* Модальное окно */
#css-modal-checkbox-polnaya-moshnost:checked + .cmc .cmt, #css-modal-checkbox-aktivnaya-moshnost:checked + .cmc .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 8px;
    width:100%;
    max-width: 600px;
    max-height: 80%;
    transition: 0.5s;
    border: 3px solid #ed9120;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: left;
    overflow: auto;
    animation: scale 0.5s ease;
}

/* Кнопка с крестиком закрывающая окно */
.css-modal-close {
    position: absolute;
    width: 23px;
    height: 23px;
    border: 1px solid #ed9120;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    padding-left: 1px;
    color:#ed9120;
    z-index: 10;
    top: 0px;
    right: 3px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-color: #FFF;
    background-size: cover;
    animation: scale 0.5s ease;
    cursor: pointer;
}
 
/* Анимации */
@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bg {
    0% {
        background: rgba(220, 220, 220, 0);
    }
    100% {
        background: rgba(220, 220, 220, 0.7);
    }
}

/* КОНЕЦ ВСПЛЫВАЮЩЕГО МОДАЛЬНОГО ОКНА ПОДСКАЗОК */

/* Призыв позвонить */
.call_to_action_cont {
    font: 16px/16px Arial;
    font-weight: bold;
    float: left;
    color: #000000;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ed9120;
    padding: 0 10px 4px 10px;
    transform: skew(-8deg);
    border-radius: 3px;
}

.call_to_action_text {
    padding-top: 8px;
    transform: skew(8deg);
}

.call_to_action_cont_mobile {
    font: 16px/16px Arial;
    font-weight: bold;
    float: left;
    color: #000000;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ed9120;
    padding: 0 5px 4px 10px;
    transform: skew(-8deg);
    border-radius: 3px;
}

/* Конец призыва позвонить */


.out_of_stock_product-in-category {
    opacity:0.5;
}
.out_of_stock_product-in-category_text {
    position: absolute;
    top: 5px;
    z-index: 3;
    padding: 1px 3px 1px 3px;
    margin-left: 5px;
    background: #909090;
    color: #fcfcfc;
    border-radius: 4px;
}


/* Скрываем виджет Обратный звонок от leadback
#lb_button-wrapper {
    display: none !important;
}
*/


/* Скрываем адрес сайта виджета leadback для десктопа*/
.lb_footer {
    display: none !important;
}

/* Скрываем адрес сайта виджета leadback для мобильных*/
.lb-developed-by > a{
    display: none !important;
}

.callback {
    font: 12px/12px Arial;
    float: left;
    /* font-weight: bold; */
    color: #404040;
    padding: 0 10px 4px 10px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    letter-spacing: 0.3pt;
}

.callback_header {
    font: 12px/12px Arial;
    float: left;
    font-weight: bold;
    color: #404040;
    padding: 0 10px 4px 10px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    letter-spacing: 0.3pt;    
}

.callback_text {
    text-align: center;
}

.block-text-mobile_callback_href {
    background-color: #ed9120;
    padding: 5px 35px 5px 35px;
    color: #ffffff;
    letter-spacing: 0.3pt;
    /* font-weight: bold; */
}


/* БЛОК КНОПКИ В ПРАВОМ НИЖНЕМ УГЛУ МОБИЛЬНОГО */
@media (max-width: 767px) {
.container-for-scroll-mobile-phone-bottom {
 position: fixed;
 bottom: 70px;
 width: 70px;
 height: 70px;
 z-index: 1001;
 right: 20px;
 background-color: #ff0000;
 border-radius: 50%;
}
.mobile-phone-icon-bottom {
 margin-left: 21px;
 margin-top: 17px
}
}

@media (min-width: 768px) {
.container-for-scroll-mobile-phone-bottom {
 display: none;
}
}

.block-text-mobile-bottom {
 display: none;
 border: 1px solid #ddd;
 background-color: #ffffff;
 width: 100%;
 min-height: 150px;
 position: fixed;
 bottom: 0px;
 pointer-events: all;
 z-index: 1200;
 border-radius: 15px;
}

/* КОНЕЦ БЛОКА КНОПКИ В ПРАВОМ НИЖНЕМ УГЛУ МОБИЛЬНОГО */



/* Предупреждение о COOKIE */
.warning {
    position: fixed;
    bottom: 30px;
    left: 50%;
    display: none;
    justify-content: center;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 10px 13px 10px 13px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
}

.warning a {
    text-decoration: underline;
}

.warning--active {
	display: flex;
}

.warning__text {
    margin-right: 30px;
    color: #000;
}

.warning__apply {
    width: 80px;
    height: 24px;    
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid;
    border-color: #dee2e6;
    margin-top: auto;
    margin-bottom: auto;
}
.warning__apply:hover {
    background-color: #ed9120;
}

@media (max-width: 767px){
.warning--active {
    display: block;
    left: 35%;
    bottom: 50px;
}
.warning__apply {
   margin-top: 8px; 
}
}
/* Конец Предупреждения о COOKIE */