/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #676767;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    color: #35c7eb;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
h2 {
    color: #0b7ab8;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}
h2.black {
    color: #686868;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
h3 {
	font-size: 18px;
    color: #676767;
    margin: 0 0 20px 0;
    font-weight: bold;
}
h3.border {
    margin: 0 4px 7px 4px;
    padding: 15px 18px;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0072c6;
    -webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
a:hover {
    color: #0072c6!important;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 0px;
    border-bottom: 0;
    margin: 0 0 20px 0;
    line-height: 1;
    text-transform: uppercase;
}
label,
.control-label {
	font-size: 14px;
	font-weight: normal;
    line-height: 29px;
}
.text-danger {
    color: #db0000;
    font-size: 11px;
}
.has-error .form-control {
    border-color: #db0000;
}
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: 14px;
    padding: 0px 12px;
    border-radius: 0;
}
.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;
}
.slideshow .owl-carousel {
    margin: -20px 0 5px!important;
}
.owl-carousel {
    margin-bottom: 12px!important;
}
.content-product {
    margin-bottom: 12px;
}
.new_solution {
    margin-bottom: 12px;
}
.owl-wrapper-outer {
    box-shadow: none!important;
}
.carousel-block {
    background: #252525;
    margin-bottom: 20px;
}
.carousel-block .owl-item {
    padding: 33px 0;
}
.carousel-block .owl-carousel {
    margin: 0;
    background: transparent;
}
.carousel-block .owl-wrapper-outer {
    border: 0;
}
.carousel-block .manufacturer {
    padding: 8px 10px;
    position: relative;
    margin: 0 4px;
    height: 70px;
}
.carousel-block .manufacturer img {
    height: 42px;
}
.carousel-block .manufacturer h2 {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    margin: 0;
}
.carousel-block .manufacturer .arrow {
    float: right;
    width: 28px;
    height: 70px;
    margin: -8px;
    color: #fff;
}
.carousel-block .manufacturer .arrow .fa {
    font-size: 16px;
    margin-top: 100%;
    font-weight: bold;
}
.manufacturer-products {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
}
.manufacturer-products-block {
    margin: 0 4px;
    padding: 10px;
}
.carousel-block .manufacturer-products ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel-block .manufacturer-products ul li {
    padding: 5px 0;
}
.carousel-block .manufacturer-products ul a {
    color: #fff;
}
.carousel-block .manufacturer-products.open {
    display: block;
    opacity: 0.9; 
    filter: alpha(Opacity=90);
    color: #fff;
    font-size: 16px;
}
/* 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:after {
	content: ' *';
	color: #F00;
	font-weight: normal;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
    background: transparent;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
    max-height: 50px;
}
#logo img {
    max-height: 60px;
    padding: 8px 0;
}
/* search */
#search {
	margin-bottom: 10px;
    margin-top: 15px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
    border-radius: 0;
    border: 1px solid #939393;
    border-right: 0px;
    box-shadow: none;
    font-size: 12px;
    background: #fff;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 13px;
    padding: 7px 9px;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 0;
    background: transparent;
    border: 1px solid #939393;
    border-left: 0px;
}
/* cart */
.your_products {
    padding: 0;
    font-size: 14px;
}
.viev_cart a {
    font-size: 14px;
    color: #bbd531;
    text-transform: uppercase;
}
#cart .img-thumbnail {
    border-radius: 0;
}
#cart .cart-product {
    border-top: 1px solid #676767;
    padding: 17px 0!important;
}
#cart {
    margin-top: 1px;
    color: #fff;
}
#cart .fa {
    color: #fff;
}
#cart .total {
    font-size: 20px;
}
#cart .total > .row {
    border-top: 1px solid #676767;
}
#cart .total .row .col-lg-6 {
    border-bottom: 1px solid #676767;
}
#cart .total .row .col-lg-6 .row {
    padding: 4px 0;
}
#cart .name {
    color: #fff;
    font-size: 14px;
    line-height: 14px!important;
}
#cart li {
    padding: 0 25px;
}
#cart .btn-green {
    width: 100%;
    margin-top: 25px;
}
#cart > .btn {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
    box-shadow: none;
    margin-top: 6px;
    background: none;
}
#cart .fa-shopping-cart {
	font-size: 22px;
}
#cart-total {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#cart.open > .btn {
    background-color: transparent;
}
.blue {
    color: #0072c6;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#top-menu {
    margin-top: 20px;
    line-height: 20px;
}
#top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#top-menu li {
    float: left;
}
#top-menu ul > li > a {
	color: #515151;
	padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
}
#top-menu ul {
    float: right;
}
@media (max-width: 992px) {
  .col-sm-3.search {
    width: 100%;
  }
  .col-sm-6.top-menu {
      width: 75%;
  }
  #top-menu ul {
    float: left;
  }
}
@media (max-width: 768px) {
  .col-sm-6.top-menu {
    width: 100%;
  }
  .col-sm-3.search {
      margin-top: 15px;
  }
}
#top-menu .navbar-ex2-collapse {
    margin-top: 20px;
}
.menu-block {
    background: #252525;
    margin-bottom: 20px;
}
#menu {
	min-height: 60px;
    margin: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 19px 15px 19px 15px;
	min-height: 58px;
	background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #0072c6;
}
#menu .dropdown-menu {
	padding: 15px 0 20px;
    background: rgba(37, 37, 37, 0.9);
    border: 0;
    border-radius: 0;
}
#cart .dropdown-menu {
    background: #252525;
}
@media (min-width: 768px) {
    #menu .dropdown-menu.big {
        width: 705px;
    }
}
@media (min-width: 992px) {
    #menu .dropdown-menu.big {
        width: 750px;
    }
}
#menu .dropdown-menu ul > li {
    float: left;
}
#menu .dropdown-menu ul > li > ul > li {
    float: none;
}
#menu .dropdown-menu ul li a {
    color: #0072c6;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#menu .dropdown-menu ul li ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 18px;
	background-color: #252525;
    line-height: 18px;
	color: #d5d5d5;
    font-size: 12px;
    font-weight: normal;
}
.contact-info {
    position: relative;
    padding-left: 37px;
}
footer div div div {
    margin-bottom: 20px;
}
footer .fa-map-marker {
    color: #0b7ab8;
    font-size: 24px;
    position: absolute;
    left: 10px;
}
footer .fa-phone {
    color: #0b7ab8;
    font-size: 24px;
    position: absolute;
    left: 10px;
    margin-top: 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #d5d5d5;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #0b7ab8;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.powered {
    background: #161616;
    height: 54px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding-top: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    padding: 0;
    margin-bottom: 16px;
    background: none;
    line-height: 1;
}
.breadcrumb a {
    color: #252525;
    font-size: 11px;
    text-transform: uppercase;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 16px 0px 0px;
	position: relative;
	white-space: nowrap;
    line-height: 1px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    margin-right: 8px;
}
.pagination {
	margin: 12px 4px 5px 0;
}
/* buttons */
.buttons {
	margin: 0 0 20px;
}
.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;
}
.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 {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}
.btn-green {
	color: #ffffff;
	background-color: #bbd531;
    min-width: 150px;
    font-weight: normal;
}
.btn-green:hover {
    background: #9ab509;
    color: #fff!important;
}
.btn-black {
	color: #ffffff;
	background-color: #2a2a2a;
    width: 36px;
    height: 36px;
    font-weight: normal;
    padding: 9px;
}
.btn-black .fa {
    font-size: 19px;
}
.product .button-group {
    text-align: center;
}
.product .button-group .btn {
    margin-bottom: 3px;
}
.btn-primary {
	color: #ffffff;
	background-color: #0072c6;
    min-width: 100px;
    font-weight: normal;
}
.product .btn-primary {
    min-width: 150px;
    padding: 10px 16px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #065885;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-layout .product-thumb {
	border: 1px solid #cdcdcb;
	margin: 0px 4px 8px;
	overflow: auto;
    padding: 0px 20px 20px 0px;
}
.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;
    margin-top: 20px;
}
.product-grid .description {
    display: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
    margin-top: 20px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 0 0 20px;
	min-height: 80px;
}
.product-grid .product-thumb .caption h4 {
    text-align: center;
    color: #727272;
    font-size: 18px;
    font-weight: normal;
    line-height: 14px;
    max-width: 100%;
    height: 34px;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 0px;
}
.product-grid .product-thumb .button-group {
    margin: 0 49px 19px 49px;
    border: 0;
}
.product-grid .product-thumb .button-group .btn-primary {
    color: #ffffff;
    background-color: #0b7ab8;
    padding: 6px 15px;
    font-weight: normal;
    line-height: 24px;
    font-size: 12px;
}
.btn-wishlist {
    background: #252525!important;
    color: #fff;
    margin: 0px 0px 0px 0px;
    width: 20%!important;
    float: right!important;
    height: 36px;
}
.btn-wishlist .fa {
    font-size: 12px;
}
.product-grid .product-thumb a {
    color: #767676;
    font-size: 14px;
    font-weight: normal;
}
.product-thumb .caption h4 a {
    color: #727272;
}
.product-list .product-thumb .caption h4 {
    margin: 15px 0;
    color: #727272;
    font-size: 24px;
}
.product-list .product-thumb .caption {
    min-height: 195px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.product .rating {
    text-align: left;
}
.rating {
    text-align: center;
}
.rating .fa-stack {
	font-size: 10px;
}
.rating .fa-star.o {
	color: #cdcdcb;
	font-size: 22px;
}
.rating .fa-star {
    color: #ffd226;
    font-size: 22px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product {
    font-size: 14px;
    line-height: 24px;
}
.product h1 {
    color: #0b7ab8;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 26px;
}
.product h2 {
    margin-bottom: 11px;
}
.product .description {
    margin-top: 40px;
}
.price-block {
    margin-bottom: 43px;
}
.text-price {
    font-size: 18px;
    margin-right: 20px;
}
.product-grid .price {
    color: #0b7ab8!important;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0 16px 0;
    text-align: center;
}
.product-list .price {
    color: #0b7ab8!important;
    font-family: Oswald;
    font-size: 60px;
    margin: 15px 0px 15px 15px;
    text-align: right;
    float: right;
}
.product .price {
    color: #0b7ab8;
    font-weight: bold;
    font-size: 24px;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	background-color: #0b7ab8;
	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: 80%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #0b7ab8;
	color: #fff;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
}
.product-thumb .button-group button:hover {
	background-color: #065885!important;
	text-decoration: none;
	cursor: pointer;
}
.product-thumbnail .thumbnail {
    border: 0px;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnail {
    border: 0;
    margin-bottom: 4px;
    border-radius: 0;
}
a.thumbnail.big {
    border: 1px solid #ddd;
    margin: 1px 4px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
    float: left;
    padding: 3px 3px 0px 3px;
    margin: 0 5px 0 -3px;
}

/* 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] {
	width: 99px;
    padding-right: 25px;
    padding-left: 0;
    text-align: center;
    background: #fff;
}
.glyphicon {
    top: -3px;
}
.glyphicon-chevron-down:before {
    content: " ";
    background: url("../image/qty-down.png");
    left: -6px;
    top: -8px;
    width: 10px;
    height: 6px;
    position: absolute;
}
.glyphicon-chevron-up:before {
    content: " ";
    background: url("../image/qty-up.png");
    left: -6px;
    top: -7px;
    width: 10px;
    height: 6px;
    position: absolute;
}
.product .line-full {
    margin-top: 30px;
}
.line-full {
    border-top: 2px solid #d6d6d6;
    position: absolute;
    left: 0;
    width: 100%;
}
.jumbotron {
    margin-bottom: 0;
    background: #bbd531;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 35px 0;
}
.jumbotron.grey {
    background: #f0f1f3;
    text-align: left;
}


/* TESTIMONIALS */


.testimonials  .testimonials-content .testimonials-meta {
    position: absolute;
    bottom: -130px;
}
.testimonials {
    margin-bottom: 140px!important;
}

@media (min-width: 768px) {
    .timeline {
        background: #e9e9e9;
        position: absolute;
        width: 2px;
        height: 90%;
        top: 5%;
        left: 50%;
    }
    .testimonials-content {
        position: relative;
    }
    .testimonials.left {
          padding-right: 100px;
          padding-left: 0;
    }
    .testimonials.right {
          padding-left: 100px;
          padding-right: 0;
          margin-top: 65px!important;
    }
    .left .author-pic {
        position: absolute;
        right: -172px;
        top: 14px;
    }
    .right .author-pic {
        position: absolute;
        left: -152px;
        top: 56px;
    }
    .style-four .testimonials.left .testimonials-content:before{
        border-color: transparent transparent transparent #dcdcdc;
        border-style: solid;
        border-width: 15px;
        height: 29px;
        margin-left: 1px;
        content: " ";
        display: block;
        left: 100%;
        top: 51px;
        position: absolute;
    }
    .style-four .testimonials.left .testimonials-content:after{
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 15px;
        height: 27px;
        content: " ";
        display: block;
        left: 100%;
        right: -24px;
        top: 51px;
        position: absolute;
    }
    .style-four .testimonials.right .testimonials-content:before{
        border-color: transparent #dcdcdc transparent transparent;
        border-style: solid;
        border-width: 15px;
        height: 29px;
        margin-left: 1px;
        content: " ";
        display: block;
        left: -32px;
        top: 90px;
        position: absolute;
    }
    .style-four .testimonials.right .testimonials-content:after{
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 15px;
        height: 27px;
        content: " ";
        display: block;
        left: -30px;
        top: 90px;
        position: absolute;
    }
    .testimonials  .testimonials-content .testimonials-meta {
        margin: 0 0 13px;
        padding: 0 0px 13px 0px;
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        position: static;
    }
    .testimonials.left .testimonials-content .testimonials-meta {
        text-align: right;
    }
    .testimonials {
        margin-bottom: 0px!important;
    }
}
.testimonials-list {
    margin-bottom: 40px;
}
.clear {
    clear: both;
}

.testimonials-list:before,
.testimonials-list:after,
.testimonials-grid:before,
.testimonials-grid:after{
  display: table;
  clear: both;
}

.testimonials p{
  font-size: 14px;
  line-height: 24px;
}
.testimonials .date {
    color: #4679b4;
}
.testimonials .date i {
    color: #676767;
}
.right .date {
    text-align: right;
}
.left .date {
    text-align: left;
}
.left .testimonials-content {
    text-align: right;
}
.testimonials-meta{
  display: inline-block;
  clear:both;
}

.tm_author em{
    font-size: 18px;
    color: #4679b4;
    font-style: normal;
}

.position, .website a{ color: #676767; font-size: 14px; font-weight: normal;}
.author-pic img{
  background: none;
  border: none;
  border-radius: 50%!important;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
}
.thumb-large img{ width: 100px; height: auto;}
.thumb-medium img{ width: 75px; height: auto;}
.thumb-small img{ width: 55px; height: auto;}

.flr{display: inline-block; text-align: right; width: 100%;}
.sld-pagination img,
.sld-pagination-two img,
.sld-pagination-three img,
.sld-pagination-seven img,
.sld-pagination-six img{
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  /*top: -22px;*/
  z-index: 99;
}
.sld-pagination-four{
  margin-top: 20px;
  width: 50px;
  text-align:right;
  float: right;
}  
.sld-pagination-five{
  clear: both;
  display: block;
  margin-top: 20px;
  text-align: center;
}           

.sld-pagination-four img,.sld-pagination-five img{
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

/**
 * Veiw: Table
 *************************************************/ 

.testimonials-table, .testimonials-grid{
  display: table;
  clear: both;
  position: relative;
  max-width: 100%;
}

.border-top{border-top: 1px dashed #AAAAAA;}

.testimonials-table .col-3, .testimonials-table .col-2{
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: top;
}
.testimonials-table .col-3{ width: 33.33%; }
.testimonials-table .col-2{ width: 49.5%; }
.testimonials-table .col-2:nth-child(2n){
  border-left: 1px dashed #AAAAAA;
}
.testimonials-table .col-3:nth-child(2n){
  border-left: 1px dashed #AAAAAA;
  border-right: 1px dashed #AAAAAA;
}

/**
 * Veiw: List
 * Style: One 
 *************************************************/
 .style-one .testimonials, .style-two .testimonials, 
 .style-4 .testimonials, .style-three .testimonials, 
 .style-six .testimonials, .style-seven .testimonials{
   display: inline-block;
   background: #F8F8F8;
   border:  1px solid #CCC;
   box-shadow: 0 1px 1px rgba(0,0,0,0.1);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
   margin: 0 0 25px;
   margin: 0 0 2.5rem;
   padding: 20px;
   padding: 2rem;
   position: relative;
   max-width: 100%;
 }
 
 .style-one .testimonials-meta{
   text-align: left;
   width: 100%;
 }
 
 .style-one .author-pic {float: left; margin: 0 15px 15px 0;}
 .style-one .position, .style-one .website a{ display:block; text-decoration: none; border: none;}
 
/**
 * Veiw: List
 * Style: Two, Three 
 *************************************************/
 .style-two .testimonials-content{
   display: table-cell;
   border-right: 1px solid #DDD;
   padding-right: 15px;
   vertical-align: top;
 }
 .style-three .testimonials-content{
   display: table-cell;
   border-left: 1px solid #DDD;
   padding-left: 15px;
   vertical-align: top;
 }
 .style-two .testimonials-meta, .style-three .testimonials-meta{
   display: table-cell;
   text-align: center;
   width: 25%;
   padding: 0 0 0 15px;
 }
 .style-three .testimonials-meta{padding: 0 15px 0 0;}
 .style-two .author-pic, .style-three .author-pic, 
 .testimonials-table .author-pic, .grid.style-4 .author-pic{display:block; margin: 0 0 25px;}
 .style-two .position, .style-three .position,
 .style-two .website a, .style-three .website a{ display:block; text-decoration: none; border: none;}

/**
 * Veiw: List
 * Style: four 
 *************************************************/
 .style-four .testimonials{
   display: block;
   /*clear: both;*/
   margin: 0 0 35px;
   margin: 4px 0 3.5rem;
 }
 .style-four .testimonials-content{
   background: #fff;
   border: 1px solid #dcdcdc;
   display: block;
   padding: 26px 34px;
   position: relative;
 }
 .style-four .testimonials-content:before{
  border-color: #DFDFDF transparent transparent;
  border-style: solid;
  border-width: 0.8em;
  bottom: -25px;
  content: " ";
  display: block;
  left: 39px;
  position: absolute;
 }
 .style-four .testimonials-content:after{
  border-color: #F5F5F5 transparent transparent;
  border-style: solid;
  border-width: 0.8em;
  bottom: -24px;
  content: " ";
  display: block;
  left: 39px;
  position: absolute;
 }
 .style-four .testimonials-meta {
    display: inline-block;
    margin: 20px 15px 0;
    text-align: left;
    width: 50%;
  }
 
  .style-four .author-pic {
      display: block;
      float: left;
      margin: 0 20px 10px 0;
  }
 .style-four .position,
 .style-four .website a{ display:block; text-decoration: none; border: none;}

 /**
 * Veiw: List
 * Style: Five 
 *************************************************/
 .style-five .testimonials{
   display: inline-block;
   clear: both;
   margin: 0 0 35px;
   margin: 0 0 3.5rem;
 }
 .style-five .testimonials-content{
   background: #F5F5F5;
   border: 1px solid #DFDFDF;
   /*border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;*/
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   display: block;
   float: left;
   padding: 20px;
   position: relative;
   width: 60%;
 }
 .style-five .testimonials-content:before{
    border-color: transparent transparent transparent #DFDFDF;
    border-style: solid;
    border-width: 0.8em;
    content: " ";
    display: block;
    left: 100%;
    position: absolute;
    top: 40px;
 }
 .style-five .testimonials-content:after{
    border-color: transparent transparent transparent #F5F5F5;
    border-style: solid;
    border-width: 0.8em;
    content: " ";
    display: block;
    left: 99.7%;
    position: absolute;
    top: 40px;
 }
 .style-five .testimonials-meta {
    display: inline-block;
    margin: 15px 0 0 20px;
    text-align: left;
    width: 33%;
  }
 
  .style-five .author-pic, .style-six .author-pic {
      display: block;
      float: left;
      margin: 0 20px 10px 0;
  }
 .style-five .position, .style-six .position, .style-six .website a,
 .style-five .website a{ display:block; text-decoration: none; border: none;}
 
 .style-six .has_thumbnail .testimonials-content p{ margin-left: 100px; }
 .style-six .testimonials-meta{display: inline-block; clear: both; float: right;}
 .style-seven .testimonials-meta {
    display: table;
    float: right;
    width: auto;
  }
  .style-seven .position, .style-seven .website a, 
  .style-seven .tm_author em, .style-seven .tm_author{display: table; text-decoration: none; border: none;}
  .style-seven .author-pic {
    display: table-cell;
    padding: 0 20px 10px 0;
    vertical-align: middle;
  }
/**
 * Grid View
 *****************************************/
.grid .col-4,
.grid .col-2,
.grid .col-6,
.grid .col-3,
.grid .col-5{
	float: left;
	margin-left: 2.564102564102564%;
} 

.grid .col-2 {
	width: 48.717948717948715%;
}

.grid .col-3 {
	width: 31.623931623931625%;
}

.grid .col-4 {
	width: 23.076923076923077%;
}

.grid .col-5 {
	width: 17.856789%;
}

.grid .col-6 {
	width: 14.52991452991453%;
}

.grid .first {
	clear: both;
	margin-left: 0;
}

.grid.style-two .testimonials{
  overflow: visible!important;
  margin-bottom: 65px;
  margin-bottom: 6.5rem
}
.grid.style-four .testimonials-meta{width: 100%;}
.grid.style-four .testimonials, .slider-four.style-four .testimonials, .slider-five.style-five .testimonials{ clear: none; }
.style-4 .author-pic, .style-4 .testimonials-meta,
.style-4 .testimonials-meta .position, .style-4 .testimonials-meta .website a{
  text-align: center; display: block; clear: both;
  border: none;
}

.grid.style-two .author-pic{
  background: #F8F8F8;
  border: 1px solid #999999;
  border-radius: 50%!important;
  display: block;
  left: 50%;
  line-height: 0;
  margin: 0 0 0 -39px;
  padding: 2px;
  position: absolute;
  top: -42px;
  /*width: 79px;
  height: 79px;*/
}

.grid.style-two .testimonials-content {
  border-right: 0 none;
  display: block;
  margin-top: 45px;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
}

.testimonials-list .slides li{margin-left: 0!important; overflow: hidden;}

/***
 * Pagination
 ************************/
 .tm-pagination{
  display: block;
  text-align: center;
 }
 .tm-pagination a, .tm-pagination span{
  background: #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #656565;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  text-decoration: none !important;
 }
 
 .tm-pagination a:hover{background: #EEE;}
 .tm-pagination span.current{background: #24890D; color: #FFF;} 
 
 /*****************************************************
  *   Responsive Design
  ****************************************************/
  @media only screen and (max-width: 767px){
    .style-four .testimonials-meta{width: 100%;}
    .testimonials-list.style-five .testimonials-content{width: auto;}     
    .testimonials-list.style-five .testimonials-meta { width: 93%;}
    .style-five .testimonials-content:before, .style-five .testimonials-content:after{display: none;}   
    .testimonials-list.style-six .author-pic {
        display: inline-block;
        float: none;
        margin: 0;
        text-align: center;
        width: 90%;
    }
    
    .style-six .has_thumbnail .testimonials-content p { margin-left: 0; padding-top: 20px; }
    .style-four li .testimonials-meta{width: 70%;}
    .grid .col-4,
    .grid .col-2,
    .grid .col-6,
    .grid .col-3,
    .grid .col-5{ float: none; margin: 0 0 30px; width: 100%;}
  }
  @media only screen and (max-width: 600px){
    .testimonials-list.style-three .testimonials-content, 
    .testimonials-list.style-two .testimonials-content,
    .testimonials-list.style-two .testimonials-meta, 
    .testimonials-list.style-three .testimonials-meta {
        border: none;
        display: table;
        padding: 0;
        vertical-align: top;
        text-align: left;
        width: 100%;
    }
     
    .testimonials-list.style-two .author-pic, 
    .testimonials-list.style-three .author-pic {
        display: block;
        float: left;
        margin: 0 20px 25px 0;
    }
    .testimonials-list.style-two .tm_author em, .testimonials-list.style-two .tm_author,
    .testimonials-list.style-three .tm_author em, .testimonials-list.style-three .tm_author,
    .testimonials-list.style-two .position, .testimonials-list.style-three .position, 
    .testimonials-list.style-two .website a, .testimonials-list.style-three .website a { display: table;}
  }   
  @media only screen and (max-width: 680px){
    .testimonials-table .col-2, .testimonials-table .col-3,
    .testimonials-table .col-2:nth-child(2n), 
    .testimonials-table .col-3:nth-child(2n) {
      border-bottom: 1px dashed #AAAAAA;
      border-left: none;
      border-right: none;
      display: table;
      width: auto; 
    }
    .testimonials-table .col-2:last-child, .testimonials-table .col-3:last-child{
      border-bottom: none;
     }
  }
  
/* TABLE */
.table-bordered {
    border: 1px solid #d2d2d2;
}
table thead th,
table thead td {
    padding: 12px 8px!important;
    border: none!important;
    background-color: #f7f7f7;
    color: #252525;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
table tbody td {
    vertical-align: middle!important;
    font-size: 14px;
    border: none!important;
    border-top: 1px solid #d2d2d2!important;
}
table tbody td a {
    color: #676767;
}
.bfh-number-btn {
    display: block;
    position: absolute;
    top: 0;
    height: 50%!important;
    right: 0;
    z-index: 9;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: #bbd531;
    color: #fff;
    padding: 6px 0 0 2px;
    width: 26px;
}
.bfh-number-btn.dec {
    top: 50%;
    border: none;
}
.bfh-number-btn:hover {
    background: #c7e335!important;
}
.btn-remove {
    width: 24px;
    height: 24px;
    background: none;
    color: #676767;
    padding: 0;
    box-shadow: none;
    line-height: 0;
}
.btn-remove .fa {
    font-size: 18px;
}
textarea, input, select, input.form-control {
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #686868;
    padding: 1px 6px;
    box-shadow: none;
    height: 36px;
}
textarea:focus,
input[type="text"]:focus,
select:focus,
.form-control:focus {
    border: 2px solid #bbd531;
    background: #fff;
    color: #676767;
    padding: 0px 11px;
    box-shadow: none;
}
input[type="submit"] {
    height: auto;
}
select {
   padding: 3px 8px; 
}
select:focus {
   padding: 3px 8px; 
}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

.border {
    overflow: hidden;
    border: 1px solid #d3d3d3;
    padding: 29px;
    margin-bottom: 20px;
}
.forgotten {
    font-size: 12px;
    color: #0b7ab8;
    margin-top: 25px;
}
.bootstrap-datetimepicker-widget {
    width: auto!important;
}
.addresses-list .btn {
    margin: 10px 0;
}
.addresses-list .border {
    padding: 4%;
}
#slideshow0 .owl-controls {
    position: absolute;
    bottom: 8px;
    margin: auto;
    width: 100%;
}
#slideshow0 .owl-controls .owl-pagination {
    top: 0;
}
#slideshow0 .owl-controls .owl-page.active span {
    background: #0b7ab8!important;
}
#slideshow0 .owl-controls .owl-page span {
    background: #252525!important;
}
.pagination>li>a,
.pagination>li>span {
    font-size: 12px;
    padding: 7px 12px;
    color: #fff;
    background-color: #bbd531;
    border: 2px solid #bbd531;
    border-radius: 0!important;    
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #bbd531!important;
    background-color: #fff;
    border-color: #bbd531;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #bbd531;
    background-color: #fff;
    border-color: #bbd531;
}
.form-horizontal .control-label {
    text-align: left;
    padding: 3px 0 0 0;
}
.form-group {
    margin-bottom: 10px;
}
.page-info {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 14px;
}
.short-description {
    padding-right: 45px;
}
@media (max-width: 768px){
    .short-description {
        padding-right: 0px;
    }
}
.table-info table {
    max-width: 100%;
    margin: auto;
}
.table-info table tbody td {
    border: 0!important;
    vertical-align: top!important;
    font-size: 14px;
    padding-bottom: 26px;
}
.table-info table tbody td h3 {
    margin-bottom: 11px;
}
.table-info table tbody td p {
    margin: 0;
}
.table-info table tbody td.image {
    padding: 6px 32px 0 0;
}
#simpleaddress .border .border {
    margin-bottom: 30px;
}
#simpleaddress h2.black {
    margin-bottom: 30px;
}
.simplecheckout-cart-total {
    font-size: 14px!important;
}
#total_total {
    font-size: 18px!important;
}
.checkout-heading-button a {
    color: #0072c6!important;
    font-size: 12px;
}
.simplecheckout-button-block {
    padding: 0!important;
}
#simplecheckout_payment_form {
    padding: 0!important;
}
.simple-content .buttons {
    margin-bottom: 20px!important;
}
.container .simple-content {
    margin: 0;
}
.simplecheckout-right-column {
    width: 47%;
}
.simplecheckout-left-column {
    width: 52%;
}
.account-info-block {
    min-height: 293px;
}
.account-info-block h2 {
    margin: 0 -29px 29px;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 29px 29px 29px;
}
.account-info-block h2 .fa {
    font-size: 19px;
}
.account-info-block li {
    margin-bottom: 11px;
}
.account-info-block li a {
    color: #676767;
    text-transform: uppercase;
}
.alert {
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 7px 14px 9px 14px;
}
.alert a {
    text-decoration: underline;
}
.alert a:hover {
    text-decoration: none;
}
.alert .fa {
    font-size: 23px;
    position: relative;
    top: 2px;
}
.alert-success {
    background-color: #e1e9db;
}
.alert-success a {
    color: #3c763d;
}
.alert .close {
    opacity: 1;
    margin-top: 2px;
}
.alert .close:hover {
    opacity: 0.8;
    margin-top: 2px;
}
.alert-success .close {
    color: #3c763d;
}
.carousel-manufacturers .owl-carousel {
    margin-bottom: 0!important;
}
.carousel-manufacturers .owl-carousel .owl-buttons div {
    text-shadow: none;
}
.carousel-manufacturers .owl-carousel .owl-buttons div i {
    font-size: 12px;
    color: #fff;
}
.carousel-manufacturers .owl-carousel .owl-buttons .owl-next {
    right: -15px;
    top: 50%;
}
.carousel-manufacturers .owl-controls .owl-buttons .owl-prev {
    left: -15px;
    top: 50%
}
.carousel-manufacturers .owl-carousel:hover .owl-buttons div {
    opacity: 1;
}
.table-separate {
    border-spacing: 0px 8px;
    border-collapse: separate;
}
.table-separate td {
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    height: 50px!important;
}
.table-separate td:first-child {
    border-left: 1px solid #ddd!important;
}
.table-separate td:last-child {
    border-right: 1px solid #ddd!important;
}
.fa-eye {
    font-size: 16px!important;
}
.map-layout {
    background: rgba(187, 213, 49, 0.8);
    position: absolute;
    right: 45px;
    top: 69px;
    padding: 35px 50px;
    color: #fff;
}
@media (max-width: 768px){
    .map-layout {
        background: rgba(187, 213, 49, 0.8);
        position: static;
        right: 45px;
        top: 69px;
        padding: 35px 50px;
        color: #fff;
        margin-bottom: 20px;
    }
}
.manufacturers-list h2 {
    margin-bottom: 0;
    font-size: 14px;
}
.manufacturers-list .row {
    margin-bottom: 20px;
}
.manufacturers-list .row a {
    color: #676767;
}
.sitemap a {
    color: #676767;
}
*, input {
    outline: none!important;
}
.checkbox-inline, .radio-inline, .checkbox label, .radio label {
    padding-left: 0;
}
.input-group.date .btn {
    height: 36px;
    background-image: none;
    background: #bbd531;
    color: #fff;
    margin-left: 3px;
}
.input-group.date .btn .fa {
    font-size: 19px;
}
#formNewLestter .btn-outline {
    background: #0b7ab8;
    color: #fff;
    border-top: 1px solid #175273;
    border-bottom: 1px solid #175273;
    width: 54px;
    height: 35px;
    font-size: 24px;
    padding: 3px;
    margin-right: 1px;
    box-shadow: none;
    -webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#formNewLestter input {
    background: #0b7ab8;
    color: #fff;
    border: none;
    border-top: 1px solid #175273;
    border-bottom: 1px solid #175273;
    height: 35px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#formNewLestter .input-group:hover input,
#formNewLestter .input-group:hover .btn-outline {
    background: #065885;
}
.product-title {
    text-align: center;
    font-weight: bold;
}
.date i {
    margin: 0px 6px;
    position: relative;
    top: 1px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.option-radio-label {
    margin-bottom: 43px;
    cursor: pointer;
}
.option-radio-label.active {
    cursor: default;
}
.option-radio input {
    opacity: 0;
    position: absolute;
    left: -9000px;
}
.option-radio {
    border: 4px solid #85b91e;
    position: relative;
    text-align: center;
    font-size: 18px;
}
.option-radio span,
.option-radio p {
    color: #85b91e;
}
.option-radio-date {
    font-weight: bold;
}
.active .option-radio-date {
    font-weight: normal;
}
.option-radio .option-radio-price {
    font-size: 72px;
    margin: 11px 0 34px 0;
}
.active .option-radio span,
.active .option-radio p {
    color: #0085cf;
}
.option-radio-head {
    background: #85b91e;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 67px;
    padding-top: 16px;
    margin-bottom: 27px;
}
.option-radio .flag {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -27px;
    padding-top: 11px;
    background: #0085cf;
    text-align: center;
    display: none;
}
.option-radio-label:hover .option-radio {
    border: 4px solid #6a9b09;
}
.option-radio-label:hover .option-radio-head {
    background: #6a9b09;
}
.option-radio-label.active:hover .option-radio {
    border: 4px solid #0085cf;
}
.option-radio-label.active:hover .option-radio-head {
    background: #0085cf;
}
.active .option-radio .flag {
    display: block;
}
.option-radio .flag .fa {
    color: #fff;
    font-size: 30px;
}
.active .option-radio {
    border: 4px solid #0085cf;
}
.active .option-radio-head {
    background: #0085cf;
}
.option-radio p:first-letter {
    font-size: 36px;
    vertical-align: 25px;
}
.glyphicon.mail {
    background: url("../image/mail.png");
    width: 29px;
    height: 18px;
}
.simplecheckout-button-right #button-confirm {
    min-width: 150px;
}
div.form-control {
    border-radius: 0!important;
    padding: 0px 0px;
}
.jq-selectbox__select {
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    color: #686868
}
.jq-selectbox__select:hover {
    background: none;
}
.jq-checkbox {
    border: 2px solid #bbd531;
}
.jq-checkbox.checked .jq-checkbox__div {
    background: #bbd531;
}