/* fonts */

@font-face {
	font-family: "Ubuntu";
	font-weight: 400;
	font-style: normal;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-R.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 400;
	font-style: italic;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-RI.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: normal;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-M.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: italic;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-MI.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 300;
	font-style: normal;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-L.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 300;
	font-style: italic;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-LI.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: bold;
	font-style: normal;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-B.ttf');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: bold;
	font-style: italic;
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-BI.ttf');
}

/*@font-face {
	font-family: "UbuntuC";
	src: url('../../../../../catalog/view/theme/default/fonts/Ubuntu-C.ttf');
}*/

.link-unstyled {
    color: inherit;
    text-decoration: none;
}

.btn {
    box-shadow: none!important;
}

.btn-send {
	background-color: #fff;
	width: 100%;
	color: #333;
	text-transform: uppercase;
}

.row-fluid > .col-sm-12 {
	padding: 0;
}

.row.nogutter {
	margin-left: 0;
	margin-right: 0;
}

.row.nogutter > * {
	padding: 0;
}

[form-request-alert] {
	font-size: 16px;
	line-height: 22px;
	padding: 6px 15px 8px;
}

@media all and (max-width: 767px) {
	/*.container { padding: 0 30px; }*/
}

.pos-r {
	position: relative;
}

body {
	font-family: 'Ubuntu', 'Open Sans', sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu";
	font-weight: 500;
}

h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
	font-family: "Ubuntu";
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.header-top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
.header-top .btn-link:hover, #top-links a:hover {
	color: #f7f7f7;
}
.header-top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
.header-top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}

#top-links a + a {
	margin-left: 15px;
}

/* search */

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* menu */
#menu {
	min-height: 25px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Ubuntu";
	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;
}
#menu .header-catalog-link {
	color: #fff;
	margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
}
#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: none;
		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;
	}
}

#nav-container {
  background-color:#006cb4;
  margin-bottom: 20px;
}

#nav-container .navbar {
  margin: 0;
}

#nav-container .nav {
  margin: 0 auto;
  font-size: 14px;
  /*font-family: "UbuntuMedium";*/
  font-family: "Ubuntu";
  text-transform: uppercase;
}

.homepage-new-slider, .slider.homepage-new-slider {
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 500px;
}

#homepage_slider_new_carousel {
  margin-top: -20px;
  margin-bottom: 0;
}

.homepage-new-slider.white .homepage-slogan, .homepage-new-slider.white .homepage-new-slider-subheading {
  color: #fff;
}

#homepage_slider_new_carousel .owl-pagination {
  display: none;
}

@media all and (min-width: 1200px) {
  .homepage-new-slider {
  	/* padding: 30px 0; */
  	padding: 0;
  }
  .homepage-slogan {
  	margin-top: 110px;
  }
  .homepage-new-slider .homepage-slogan { font-size: 3.8vw; }
}

.homepage-new-slider-subheading {
  font-size: 20px;
  /*font-family: "UbuntuMedium";*/
  font-family: "Ubuntu";
  margin-top: 30px;
  color: #313131;
}

.homepage-new-slider-subheading > a {
  color: inherit;
  text-decoration: none;
}

.homepage-new-slider-subheading > a:hover {
  text-decoration: underline;
}

.homepage-new-slider .img-responsive {
    max-height: 450px;
    margin-top: 20px;
    margin: 0 auto;
}
@media all and (min-width: 1200px) {
	.homepage-new-slider .img-responsive { margin-top: 45px; }
}

.homepage-new-slider-gradientblock {
	color: #ffc300;
	padding: 3px 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,333333+100&0.01+0,1+100 */
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}

.homepage-new-slider-price {
  font-size: 30px;
  line-height: 1;
}

.homepage-new-slider-pricecaption {
  font-size: 12px;
}

/* content */
#content {
	min-height: 600px;
}
/* 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;
}
.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);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #444;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff;
	position: relative;
}
.product-thumb .corner-block {
    padding: 4px 15px 4px 10px;
    background: #313131;
    color: #ffc200;
    left: 0;
    top: 0;
    position: absolute;
    font-style: italic;
    font-weight: 500;
    font-family: "Ubuntu";
    border-bottom-right-radius: 10px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 768px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
@media all and (min-width: 768px) {
	.product-grid .product-thumb .image { min-height: 228px; }
}
@media all and (min-width: 992px) {
	.product-grid .product-thumb .image { min-height: 210.5px; }
}
@media all and (min-width: 1200px) {
	.product-grid .product-thumb .image { min-height: 228px; }
}
.product-thumb h4 {
	font-weight: bold;
	font-family: "Ubuntu";
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 255px;
}
.product-thumb .product-description p {
    margin: 0;
}
.product-thumb .product-description {
    margin-bottom: 12px;
}
.product-list .product-thumb .caption {
	margin-left: 250px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 230px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: bold;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.product-thumb .button-group .product-thumb-button-order {
	background: #ffc200;
	color: #111;
}
.product-thumb .button-group .product-thumb-button-bookmark:hover {
	color: #d60000;
}
.product-thumb .button-group .product-thumb-button-compare:hover {
	color: #006cb4;
}
.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-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-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-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;
}


/* Trinity */

/* modals */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop {
   background-color: #555;
}

/* header */

.header-top {
	background-color: #313131;
	overflow: auto;
}

.header-top .header-top-block {
	display; inline-block;
  	margin: 0;
	line-height: 36px;
	padding: 14px 0;
}
@media all and (min-width: 500px) {
	.header-top .header-top-block { /* height: 64px; */ }
}
.header-top .header-top-block3 {
	padding-bottom: 0;
}

#logo {
  display: block;
  /* width: 200px; */
  margin: 0 auto;
  position: relative;
}

.header-top .header-top-block1 {
	margin-left: 0;
	padding-left: 10%;
	float: left;
}
.header-top .header-top-block2 {
	margin-left: 410px;
	margin-right: 590px;
	padding: 14px 8px;
}
.header-top .header-top-block3 {
	float: right;
	font-size: 135%;
}

@media screen and (max-width: 1350px) {
	.header-top .header-top-block2 {
		margin-left: 330px;
		margin-right: 425px;
	}
}
@media screen and (max-width: 1200px) {
	.header-top .header-top-block {
		display; inline-block;
	  	margin: 0;
		line-height: 36px;
		padding: 14px 8px;
	}
	#logo {
	  display: inline-block;
	}

	.header-top .header-top-block1 {
		width: 190px;
		float: left;
	}
	.header-top .header-top-block2 {
		margin-left: 230px;
		margin-right: 425px;
	}
	.header-top .header-top-block3 {
		float: right;
		font-size: 135%;
	}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.header-top .header-top-block1 {
		margin-left: 28px;
	}
}
@media all and (min-width: 300px) and (max-width: 767px) {
	.header-top .header-top-block1 {
		margin-left: 5px;
	}
}

@media screen and (max-width: 992px) {
	.header-top .header-top-block1 { display: block; float: left; }
	.header-top .header-top-block2 { margin-left: 0; display: none; }
}

@media screen and (max-width: 768px) {
	.header-top .header-top-block1 { display: block; float: none; width: calc(100% - 5px); margin-left: 5px; }
	.header-top .header-top-block2 { display: block; margin-right: 0; }
	.header-top .header-top-block3 { display: block; float: none; }
}

@media screen and (min-width: 1500px) {
	.header-top #search { /*margin-left: -10%;*/ }
}

@media screen and (max-width: 768px) {
	.header-top { height: auto; }
	.header-top .header-top-block3 {
		padding-top: 0;
		padding-bottom: 0;
	}
}

#search {
  border-width: 0;
  margin: auto auto;
  width: 100%;
  max-width: 700px;
}

@media all and (min-width: 992px) {
  #search {
	 max-width: 350px;
  }
}

#logo {
  vertical-align: middle;
  line-height: 36px;
}
#logo .logo-subcaption {
	position: absolute;
	text-transform: uppercase;
	color: #ffc200;
	font-size: 8px;
	left: 44px;
	top: 32px;
	line-height: 1;
}

#logo img {
  height: 36px;
}

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}

.stylish-input-group button{
    border:0;
    background:transparent;
}

#search  .input-group-addon {
	display: block;
	float: right;
	width: 49px;
}

#search input[name="search"] {
	display: block;
	width: calc(100% - 49px);
}

#search  .input-group-addon, #search input[name="search"] {
	height: auto;
	line-height: 20px;
	border: none;
	outline: none;
	padding: 4px 12px 2px;
	min-height: 30px;
	max-height: 30px;
	height: 30px;
	vertical-align:middle;
	font-size: 14px;
	margin-top: 3px;
	font-weight: 300;
}

#search ::placeholder {
	font-weight: 300;
    color: #dadada;
}
#search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight: 300;
    color: #dadada;
}
#search ::-moz-placeholder { /* Firefox 19+ */
	font-weight: 300;
    color: #dadada;
}
#search :-ms-input-placeholder { /* IE 10+ */
	font-weight: 300;
    color: #dadada;
}
#search :-moz-placeholder { /* Firefox 18- */
	font-weight: 300;
    color: #dadada;
}

#logo * {
  white-space: nowrap;
}
.header-top .main-title {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
}

.stylish-input-group .input-group-addon {
  border-radius: 0 8px 8px 0;
}

.stylish-input-group .form-control {
  border-radius: 8px 0 0 8px;
}

.header-top .main-title {
  margin-left: 44px;
}

.header-top #top-links {
  line-height: 36px;
  height: 64px;
  margin-top: -14px; /* baseline is 14px lower then parent top because of .header-top padding */
  background-color: #313131;
  color: #fff;
}

@media screen and (max-width: 768px) {
	.header-top #top-links { height: auto; line-height: 1; margin: 0; padding: 0; }
}


.header-top #top-links ul {
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 500px) {
	.header-top #top-links ul { padding-left: 20px; }
}

.header-top #top-links li {
  display: block;
  float: left;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 22px;
  position: relative;
}

.header-top #top-links li:first-child {
	padding-left: 0;
}

.header-top #top-links .address {
  width: 10em;
  display: block;
}

@media all and (min-width: 768px) {
	.header-top #top-links li { height: 64px; }
	.header-top #top-links li .address { height: 64px; }
	.header-top #top-links li .telephone { height: 64px; }
}

.header-top #top-links li .address {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-top: 12px;
	font-size: 14px;
	font-weight: 200;
}

.header-top #top-links .telephone {
  white-space: nowrap;
}

.header-top #top-links li .telephone {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 0;
}
.header-top #top-links li .telephone .telephone-1 { font-size: 18px; }
.header-top #top-links li .telephone .telephone-2 { font-size: 18px; }
@media all and (min-width: 1200px) { .header-top #top-links li .telephone { text-align: right; } }

.header-top #top-links li .workinghours {
    line-height: 20px;
    padding: 12px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
}

.header-top #top-links .address:before {
  background-image: url('../../../../../catalog/view/theme/default/image/address.svg');
  display: block;
  content: " ";
  background-size: 29px 29px;
  height: 64px;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  margin-left:-44px;
}

.header-top #top-links .telephone:before {
  background-image: url('../../../../../catalog/view/theme/default/image/call-answer.svg');
  display: block;
  content: " ";
  background-size: 29px 29px;
  height: 64px;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  margin-left:-46px;
}


.header-top .container-fullwidth {
  margin: 0;
  padding: 0;
}

.header-top #top-links .telephone {
  padding-left: -40px;
}

/* body */

body {
  background-color: #f2f2f2;
}

/* navbar */
#nav-container .navbar-collapse .navbar-nav, #nav-container .navbar-collapse .navbar-nav > li, #nav-container .navbar-collapse .navbar-nav > li > a, #menu {
	border: none;
	outline: none;
	text-shadow: none;
}

@media screen and (min-width: 768px) {
    #nav-container .navbar-collapse {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        min-height: 0;
    }
    #nav-container .navbar-nav {
		display: block;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		float: left;
	}
}

/* for homepage */

.homepage-slogan {
	box-sizing: border-box;
	color: #313131;
	font-weight: 500;
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 80px;
	line-height: 1.2;
}

#homepageform .btn-order {
	margin-bottom: 30px;
	margin-top: 20px;
}

.btn-order {
  /*background-color: hsl(0, 0%, 16%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828"); background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828)); background-image: -moz-linear-gradient(top, #5b5b5b, #282828); background-image: -ms-linear-gradient(top, #5b5b5b, #282828); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828)); background-image: -webkit-linear-gradient(top, #5b5b5b, #282828); background-image: -o-linear-gradient(top, #5b5b5b, #282828); background-image: linear-gradient(#5b5b5b, #282828); border-color: #282828 #282828 hsl(0, 0%, 11%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;*/
  background: #303030;
  transition: all 400ms ease;
  width: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  box-shadow: none;
  text-shadow: none;
  height: auto;
}


.btn-order:active, .btn-order:focus, .btn-order:active:focus, .btn-order:hover {
	background: #006cb4;
	border: none;
	outline: none;
}

.btn-yellow, .btn-order.btn-yellow {
	color: #fff;
	background: #ffc300;
}

.btn-yellow:active, .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow:hover, 
.btn-order.btn-yellow:active, .btn-order.btn-yellow:focus, .btn-order.btn-yellow:active:focus, .btn-order.btn-yellow:hover {
  background: #303030;
  color: #fff;
}

@media screen and (max-width: 992px) {
	.homepage-slogan {
		font-size: 38px;
	}
}

@media screen and (max-width: 768px) {
	.homepage-slogan {
		font-size: 30px;
		margin: 15px 0;
	}
}

.homepage-slogan-minor {
	box-sizing: border-box;
	color: #444;
	font-weight: bold;
	font-size: 21px;
	line-height: 23.1px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: right;
	line-height: 1;
}

.btn-form-order {
  background-color: hsl(0, 0%, 16%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828"); background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828)); background-image: -moz-linear-gradient(top, #5b5b5b, #282828); background-image: -ms-linear-gradient(top, #5b5b5b, #282828); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828)); background-image: -webkit-linear-gradient(top, #5b5b5b, #282828); background-image: -o-linear-gradient(top, #5b5b5b, #282828); background-image: linear-gradient(#5b5b5b, #282828); border-color: #282828 #282828 hsl(0, 0%, 11%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
  width: 220px;
  border-radius: 16px;
}

.common-home #content h2 {
	font-weight: bold;
}

.owl-carousel {
  background-color: inherit;
  border: 0;
}

.owl-pagination {
  top: 35px;
}

.owl-wrapper-outer {
  background-color: inherit;
  border: 0;
  box-shadow: none;
}

.common-home #content {
  min-height: 300px;
}

.common-home .product-thumb .caption {
	min-height: 210px;
}

/* homepage news module */

.news-wrapper {
	background: #fff;
}

.news-carousel {
  margin-bottom: 40px;
  max-width: 1700px;
  margin: 0 auto 30px;
  background: #fff;
}

@media all and (min-width: 600px) {
	.news-wrapper {
		padding: 0 calc(10vw - 45px);
	}
}

.news-thumb {
  position: relative;
  background: #fff;
}

.news-wrapper-2 .news-thumb {
  min-height: 220px;
}

.news-wrapper-3 .news-thumb {
  min-height: 200px;
}

.img-res-height {
	max-width: 100%;
	max-height: 100vh;
	height: auto;
}

.news-thumb:hover {
	/*  */
}

.owl-item .news-thumb {
	border-left: 1px solid #006cb4;
}

.owl-item:first-child .news-thumb {
	border-left: none;
}

.news-thumb a, .news-thumb a:active, .news-thumb a:visited { 
  color: #444;
}

.news-thumb a:hover {
  color: #23a1d1;
}

.news-thumb .btn-order {
	font-size: 14px;
	padding: 4px;
	display: inline-block;
	max-width: 176px;
}

.news-thumb h4 {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.news-thumb .inner {
	margin: 30px 0;
}

@media all and (min-width: 992px) {
	.news-thumb .inner { margin-top: 55px; }
	.news-wrapper-2 .img-res-height {
		max-height: 220px;
		max-width: 100%;
		position: relative;
		top: 110px;
		transform: translateY(-50%);
	}
	.news-wrapper-3 .img-res-height {
		max-height: 190px;
		max-width: 100%;
		position: relative;
		top: 95px;
		transform: translateY(-50%);
	}
}

.news-thumb h4:hover {
  color: #23a1d1;
}

.homepage-news-img {
  /* height: auto; */
  position: absolute;
  bottom: 0;
}

/* news module on homepage */
.col-homepage-news-center .news-adthumb {
	border-top: 1px solid transparent;/* to prevent margin collapsing */
	color: #000;
	padding-bottom: 25px;
}
@media all and (min-width: 992px) {
	.col-homepage-news-center { margin-top: -200px; };
	.col-homepage-news-left .news-thumb, .col-homepage-news-right .news-thumb, .col-homepage-news-center .news-adthumb {
		height: 200px;
		width: 100%;
	}
}

.news-adthumb .line1 {
	font-weight: 300;
	margin-top: 45px;
	line-height: 1;
	font-size: 30px;
}

.news-adthumb .line2 {
	margin-top: 6px;
	line-height: 1;
	font-size: 32px;
}

.news-adthumb .btn-white {
	color: #000;
	background: #fff;
	font-size: 24px;
	height: auto;
	line-height: 1;
	margin-top: 9px;
	border-radius: 10px;
	padding: 8px 24px;
	transition: all 400ms ease;
}
.news-adthumb .btn-white:active, .news-adthumb .btn-white:focus, .news-adthumb .btn-white:active:focus, .news-adthumb .btn-white:hover {
	background-color: #0063ad;
	color: #fff;
}
@media all and (min-width: 1200px) {
	.news-adthumb .btn-white { padding: 8px 55px; }
}

.news-adthumb .inner { position: relative; z-index: 1; }
.news-adthumb .inner-bg {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffc200;
    z-index: 0;
}
@media all and (min-width: 992px) {
	.news-adthumb .inner-bg {
	    transform: skewX(-15deg);
	}
}

/* section promo */

.promo-1 {
	background-color: #dbdad5;
	color: #000;
	background-image: url('../../../../../image/pages/homepage/promo/promo-1-bg.jpg');
	background-repeat: repeat;
	background-position: center -65px;
	padding: 45px 0;
	background-attachment: fixed;
}

.promo-1 .row-smallgutter { margin: 0 -7.5px; }
.row-smallgutter > * { padding: 0 7.5px; }

.promo-1 .discount {
	background-color: #ffc200;
	color: #fff;
	font-size: 22px;
	padding: 3px 3px 3px 15px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}

.promo-1-left {
	margin-bottom: 25px;
}
.promo-1 big {
	font-size: 30vw;
    line-height: 1;
    margin: -28px 0 0;
    padding: 0;
    font-weight: bold;
    color: #343434;
    display: block;
}
.promo-1 .promo-1-left big { margin-right: -6px; }
@media all and (min-width: 768px) { .promo-1 big { font-size: 115px; } }
@media all and (min-width: 992px) { .promo-1 big { font-size: 125px; } }
@media all and (min-width: 1200px) { .promo-1 big { font-size: 165px; } }

.promo-1 .line-units {
    font-weight: 600;
    color: #ffc200;
    font-size: 48px;
    line-height: 1;
}

.promo-1 .line-cond {
	font-weight: bold;
    line-height: 1;
    font-size: 14px;
}
@media all and (min-width: 1200px) { .promo-1 .line-cond { font-size: 18px; } }
@media all and (min-width: 1200px) { .promo-1 .promo-1-left .line-cond { font-size: 18px; margin-top: 45px; } }

.promo-1 .btn {
	margin: 10px 0 30px;
	display: none;s
}

.promo-1 .btn-blue {
	background: #006ab6;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	transition: all 400ms ease;
}

.promo-1 .btn-blue:active, .promo-1 .btn-blue:focus, .promo-1 .btn-blue:active:focus, .promo-1 .btn-blue:hover {
	color: #fff;
	outline: none;
	background: #0057a0;
}

@media all and (min-width: 992px) {
	.promo-1 .promo-1-right .btn { margin-bottom: -20px; }
}

.promo-1 .promo-1-right .img-absolute {
    position: absolute;
    left: 61.5%;
    top: -54%;
    width: 94.5px;
}

.promo-2 {
	padding: 45px 0;
	background-color: #006ab6;
	color: #fff;
}

.promo-2 .inner h2 {
	margin: 0 0 30px;
	color: inherit;
}

.promo-2 p {
	margin: 0 0 0px;
}

.promo-2 p:last-child {
	margin: 0;
}

.promo-2 p.inner-yellow {
	font-size: 12px;
	color: #ffc200;
}

.promo-2 .inner form {
	margin: 30px 0 0;
}

.promo-2 .form-control {
    border-radius: 17px;
}

.promo-2 .btn-send {
    border-radius: 17px;
    background: #ffc200;
    transition: all 400ms ease;
    border: 1px solid #ffc200;
    color: #000;
    box-shadow: none;
}

.promo-2 .btn-send:active, .promo-2 .btn-send:focus, .promo-2 .btn-send:active:focus, .promo-2 .btn-send:hover {
    background: #fff;
    border: 1px solid #ffc200;
    color: #000;
    box-shadow: none;
    outline: none;
}

.promo-2 a.text-white {
	color: #fff;
	text-decoration: none;
	transition: all 400ms ease;
}

.promo-2 a.text-white:active, .promo-2 a.text-white:focus, .promo-2 a.text-white:hover {
	color: #ffc200;
}

.promo-2 .form-group.block-banner-agree {
	margin-top: -10px;
}
.promo-2 .form-group.block-banner-agree a {
	color: #fff;
	text-decoration: underline;
}
.promo-2 .form-group.block-banner-agree a:hover {
	color: #ffc200;
	text-decoration: underline;
}

/* product page */

.text-resell-left, .old-price-left, .text-resell, .old-price {
  display: block;
}

body[class^='product-product'] .old-price, body[class^='product-product'] .old-price-left {
  line-height: 20px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: bottom;
}

.text-resell-left + .text-resell, .old-price-left + .old-price {
  margin-left: 100px;
}

body[class^='product-product'] .text-resell, body[class^='product-product'] .old-price {
  line-height: 40px;
  vertical-align: baseline;
  padding-top: 5px;
}

.text-resell {
  color: #d00;
  font-size: 165%;
}

body[class^='product-product'] .text-resell {
  font-size: 36px;
}

h2.old-price {
  font-size: 18px;
}

.instock {
  color: #1f7a1f;
}

.text-resell-left, .old-price-left {
  width: 90px;
  float: left;
}

body[class^='product-product'] .text-resell-left, body[class^='product-product'] .old-price-left {
  font-size: 110%;
  font-weight: normal;
  line-height: 20px;
  vertical-align: baseline;
}

.text-resell-left {
  color: #d00;
}

body[class^='product-product'] .old-price, body[class^='product-product'] .old-price-left {
  line-height: 20px;
}

body[class^='product-product'] .old-price-left {
  padding-top: 5px;
}

.product-grid .text-resell {
  line-height: 40px;
}

.product-grid .text-resell-left, .product-grid .old-price-left {
  width: 80px;
}

.product-grid .text-resell, .product-grid .old-price {
  margin-left: 90px;
}


/* formatting right panel in single product view */

body[class^='product-product'] h1 {
  margin-top: 0;
}

body[class^='product-product'] #content ul, body[class^='product-product'] #content li {
  padding: 0;
  margin: 0;
}

body[class^='product-product'] h2 {
  margin-top: 0px;
  margin-bottom
}

body[class^='product-product'] #content li {
  margin: 4px 0;
}

.information-information-9 .news-wrapper {
	margin-top: 60px;
}

/* footer */
.footer {
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	color: #fff;
	padding-bottom: 30px;
}

.footer hr {
  border-color: #ffc200;
  margin-top: 15px;
}
.footer-menu {
  background: none;
  color: #fff;
}
.footer-menu li, .footer-menu li > a {
  color: inherit;
  text-decoration: none;
}
.footer-menu li {
  text-transform: uppercase;
}
.footer-menu li > a {
	padding-top: 15px;
	padding-bottom: 0;
}
@media all and (min-width: 768px) {
	.footer-menu li > a {
		padding-top: 0;
		padding-bottom: 30px;
	}
}
@media all and (min-width: 768px) {
	.footer-menu li > a {
	  padding-left: 0;
	  padding-right: 15px;
	}
}
@media all and (min-width: 992px) {
	.footer-menu li > a {
	  padding-left: 0;
	  padding-right: 30px;
	}
}
@media all and (max-width: 767px) {
	.navbar-nav.footer-menu > li {
		float: left;
		display: block;
		width: 50%;
	}
}
.footer-menu li:hover, .footer-menu li > a:hover {
  background: none;
}
.footer-menu li > a:hover {
  text-decoration: underline;
}
.footer .contacts, .footer ul.contacts, .footer .contacts ul > li, .footer .contacts > li {
  margin: 0;
  display: block;
  padding: 0;
  list-style-type: none;
}
@media all and (min-width: 768px) {
	.footer-menu, .footer .contacts {
	  min-height: 68px;
	}
}
.footer-menu {
	float: none;
}

.footer-row {
	line-height: 20px;
	vertical-align: middle;
}

.footer-row .social {
	vertical-align: middle;
}

.footer-row a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.webstudiocredits {
  background: #ffc200;
  color: #fff;
  padding: 6px;
  margin-top: 15px;
}
.webstudiocredits a {
  color: inherit;
  text-decoration: none;
}

@media all and (min-width: 300px) {
	.webstudiocredits {
		font-size: 11px;
	}
	.footer .contacts li {
		padding: 0 0 15px 60px;
		clear: both;
	}
	.footer .contacts li:before {
		content: " ";
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		margin-left: -60px;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 15px;
	}
	.footer .contacts li.address:before {
		background-image: url('../../../../../catalog/view/theme/default/image/address-yellow-2.svg');
	}
	.footer .contacts li.phone:before {
		background-image: url('../../../../../catalog/view/theme/default/image/call-answer-yellow.svg');
	}
}
@media all and (min-width: 992px) {
	.footer .contacts {
		font-size: 16px;
	}
	.webstudiocredits {
		margin-left: 30px;
	}
}

/* social */
.vk-banner {
    display: inline-block;
    padding: 6px 16px;
    line-height: 20px;
    color: #fff;
    background: rgb(98, 135, 174);
    border-radius: 4px;
    text-decoration: none;
    transition: all 400ms ease;
}
.vk-banner:active, .vk-banner:focus, .vk-banner:hover {
	background-color: #43648c;
	text-decoration: none;
	color: #fff;
}
.vk-banner-image, .vk-banner-text {
    float: left;
}
.vk-banner-image {
    background-size: 19px 59px;
    background-image: url('../../../../../image/icons/vk_like_widget.png');
    height: 8px;
    width: 14px;
    /*margin: 4px 0 3px;*/
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    margin: 6px 6px 6px 0;
}



/* for custom pages */
#information_4_carousel .owl-item .item img {
  width: auto;
  height: 100px;
  margin: auto;
  display: block;
}

#information_4_carousel .owl-item .inner {
  max-width: 130px;
  margin: auto;
  color: #000;
  font-weight: bold;
  font-size: 110%;
}

@media all and (max-width: 767px) {
	body.product-category .extension-banner { display: none; }
}

.side-mobile-collapse > .panel > .panel-collapse > .panel-body {
  margin: -1px;
  border: none;
  padding: 0;
}

@media all and (min-width: 768px) {
  .side-mobile-collapse > .panel > .panel-heading, .side-mobile-collapse > .panel > a > .panel-heading { display: none; }
  .side-mobile-collapse > .panel > .panel-collapse { display: block!important; height: auto!important; }
}

.side-mobile-collapse > .panel > .panel-collapse > .panel-body > * {
  margin-bottom: 0;
}

.control-select-capacity {
  margin-bottom: 10px;
}

.control-select-capacity + label {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 34px;
  font-size: 14px;
  color: #555;
  height: 34px;
  vertical-align: middle;
}

/* sidebar heading icons */
.extension-category-list-heading-icon, .extension-category-filter-heading-icon {
	float: right;
    height: 1.5em;
    min-width: 1.5em;
    background: #ffc200;
    margin-top: -0.25em;
    border-radius: 0.45em;
    text-align: center;
    color: #fff;
	font-weight: 500;
    font-style: italic;
	text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    padding: 0.20em 0.25em;
}

.extension-category-filter-heading-icon:after {
	content: "Ah";
}

.extension-category-list-heading-icon {
	min-width: 1.75em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1em;
    background-image: url(../../../../../image/pages/category/battery-icon.png);
}

.extension-category-list .list-group-item {
	color: #000;
}

/* category consultant extension */
.category-consultant-panel {
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.category-consultant-inner {
	background: #f1c300;
	text-align: center;
	padding: 15px 10px;
	color: #313131;
}

.category-consultant-inner h3 {
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px;
}

.category-consultant-caption {
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px;
}

.category-consultant-text {
	text-transform: lowercase;
	font-weight: 500;
	opacity: 0.8;
	color: #fff;
}

@media all and (min-width: 1200px) {
	.category-consultant-inner h3 { font-size: 25px; }
	.category-consultant-caption { font-size: 14px; }
	.category-consultant-text { font-size: 15px; }
}

.btn-category-consultant {
	border-radius: 0;
	font-weight: 500;
	border: none;
	outline: none;
	color: #fff;
	background: #006cb4;
	transition: all 400ms ease;
}

.btn-category-consultant:active, .btn-category-consultant:focus, .btn-category-consultant:active:focus, .btn-category-consultant:hover {
	color: #fff;
	background: #303030;
}

@media all and (min-width: 1200px) {
	.btn-category-consultant {
		font-size: 24px;
	}
}


/* scroll float */

.extension-category-list, .extension-banner, .extension-category-filter {
	/* position: relative;
	top: 0; */
	transition: all 400ms ease;
}

aside {
	transition: 400ms all ease;
}

aside h2 {
	text-transform: uppercase;
	color: #313131;
}

@media all and (min-width: 1200px) {
	aside h2 {
		font-size: 36px;
		margin: 25px 0 15px;
		padding-left: 13px;
	}
}

/* blur modal background */
.body-wrapper {
	filter: blur(0) brightness(100%) contrast(100%);
	-webkit-filter: blur(0) brightness(100%) contrast(100%);
	transition: all 400ms ease;
}

.modal-open .body-wrapper {
	filter: blur(16px) brightness(95%) contrast(80%);
	-webkit-filter: blur(18px) brightness(80%) contrast(90%);
}

/* modal form */
#addtocart_modal .addtocart_modal_item {
  margin: 12px 0 12px;
  display: block;
}

#addtocart_modal_address {
  display: block;
}

#addtocart_modal_client_delivery_store:checked ~ #addtocart_modal_address {
  display: none;
}

#addtocart_modal h4 {
  font-size: 30px;
  font-weight: bold;
}

#addtocart_modal .modal-content {
  background-image: url('../../../../../catalog/view/theme/default/image/addtocart_modal_background.png');
  background-size: cover;
  background-position: center;
}

#addtocart_modal #addtocart_modal_wrapper {
  padding-right: 20px;
}

@media all and (min-width: 500px) {
	#addtocart_modal #addtocart_modal_wrapper {
	  padding-right: 43%;
	}
}

#addtocart_modal_wrapper #addtocart_modal_productname {
	box-shadow: none;
    border: none;
    background: none;
    font-size: 18px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

#addtocart_modal_wrapper .form-group-productname {
	display: none;
}
#addtocart_modal_wrapper.form-group-product .form-group-productname {
	display: block;
}
#addtocart_modal_wrapper.form-group-product .form-group-capacity {
	display: none;
}

/* end of modal */







/*
playback timings (ms):
  captures_list: 0.44
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 8.208
  LoadShardBlock: 132.742 (3)
  PetaboxLoader3.datanode: 145.45 (5)
  load_resource: 107.033
  PetaboxLoader3.resolve: 38.135
  loaddict: 51.032
*/