body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	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 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
    font-family: LatoWebHeavy, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #181818;
    text-transform: uppercase;
}
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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #009ce5;
	margin: 0;
	min-height: 40px;
}

#top ul {
    margin: 0;
    padding: 0;
}

#top li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

#top li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    padding: 0 30px;
    font-weight: 700;
    font-family: LatoWebBold, sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#top li a:hover, #top li.active a {
    text-decoration: none;
}

#top li.active {
    background: #52c9ff;
}

header {
    background: #008fd2;
    padding: 0;
}

.header-col {
    padding-top: 20px;
    position: initial;
}

.col-telephone {
    padding-left: 40px;
}

.logo-col {
    padding: 30px 15px 20px 15px;
    text-align: center;
    margin-left: -15px;
	-webkit-transform: skew(-25deg);
	   -moz-transform: skew(-25deg);
	     -o-transform: skew(-25deg);
    background: rgba(255,255,255,0.9);
    
}

/* logo */
#logo {
}
#logo img {
    max-width: 90px;
    display: inline-block;
	-webkit-transform: skew(25deg);
	   -moz-transform: skew(25deg);
	     -o-transform: skew(25deg);
    
}

.maintitle {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 80px 0 20px 0;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 1px 1px 1px gray;
    font-family: LatoWebHeavy, sans-serif;
    letter-spacing: 0.05em;
}

.telephone {
    display: inline-block;
    background: url("/image/phone-icon.png") no-repeat bottom 3px left;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 10px;
    margin-right: 5px;
    font-size: 16px;
    font-family: LatoWebBlack, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}
.telephone.telephone-viber {
    background: url("/image/viber.png") no-repeat bottom left;
    padding-left: 25px;
}
#cart {
    margin-top: -5px;
}

.btn-cart {
    background: url("/image/checkout-icon.png") no-repeat center left;
    border: none;
    font-size: 16px;
    font-family: LatoWebBlack, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    padding: 13px 15px 10px 30px;
}

.btn-cart .fa {
    display: none;
}

.row-search {
    background: url("/image/bg.jpg") no-repeat center top;
    min-height: 334px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.row-search.min {
    background: url("/image/regular-bg.jpg") no-repeat center top;
    min-height: 100px;
    background-size: 100% auto;
}

.row-search.min .maintitle{
    display: none;
}

/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 20px;
    border: 2px solid #c7c7c7;
    background: rgba(241, 241, 242, 0.9);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#search .input-lg:focus {
    border-color: #008fd2;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    color: #fff !important;
    background: #008ad0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: none;
    width: 180px;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 30px;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#search .btn-lg:hover {
    background: #52c9ff;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
        padding-bottom: 20px;
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	color: #000000;
}
.footer-block {
    position: relative;
}
.footer-block .copyright {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 436px;
    height: 150px;
    background: url("/image/copyright-bg.png") no-repeat;
    text-align: center;
}
.footer-block .copyright img {
    width: 210px;
    display: inline-block;
    margin-top: 55px;
    margin-left: -50px;
}
footer .list-unstyled li {
    display: inline-block;
    text-align: justify;
}
footer .list-unstyled li a {
    display: inline-block;
    font-family: LatoWeb, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #181818;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: normal;
    padding: 0 13px;
    font-weight: bold;
    margin-right: 10px;
}
footer .list-unstyled li a:hover {
    text-decoration: none;
}
footer .list-unstyled li.active a {
    color: #0091d3;
    text-decoration: none;
}
.footer-telephone {
    padding-left: 13px;
}
footer .telephone {
    background: url("/image/phone-icon-gray.png") no-repeat bottom 3px left;
    font-family: LatoWebBlack, sans-serif;
    font-size: 14px;
    color: #000;
}
footer .telephone.telephone-viber {
    background: url("/image/viber-gray.png") no-repeat bottom left;
    padding-left: 25px;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.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);
}

/* 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;
        border-radius: 5px;
        position: relative;
}
.product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 15px;
    border: 2px solid #007fbb;
    border-radius: 5px;
    display: none;
}
.product-thumb:hover .product-hover {
    display: block;
}
.prices-block-hover {
    text-align: left;
    padding-top: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: LatoWeb, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #181818;
}
.product-more {
    text-align: center;
    padding-top: 20px;
}
.product-more a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #337ab7;
}
.price-curr {
    display: inline-block;
    font-family: LatoWebHeavy, sans-serif;
    font-size: 26px;
    color: #008bd0;
}
.curr-opt {
    font-family: LatoWebHeavy, sans-serif;
    font-size: 26px;
    color: #ff4800;
}
.hover-opt {
    margin-top: 15px;
}
.product-price-block {
    padding: 2px 0;
    text-transform: uppercase;
    font-family: LatoWeb, sans-serif;
    float: left;
    width: 50%;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.product-price-block.opt {
    text-align: right;
    margin-right: -5px;
    margin-bottom: 0;
}
.product-price-block.opt p {
    padding: 2px 5px;
    background: #e5f3fa;
    border-radius: 5px;
    display: inline-block;
    margin-top: -3px;
    margin-bottom: 0;
}
.product-price-block strong {
    color: #008bd0;
}
.product-price-block.opt strong {
    color: red;
}
.product-price-block.opt span {
    color: black;
}
.price.row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-thumb .image {
        padding: 15px 0;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-family: LatoWeb, sans-serif;
        font-size: 14px;
        color: #181818;
}
.product-thumb h4 a {
        color: #181818;
        text-decoration: underline;
}
.product-hover h4 a {
    font-family: LatoWebBold, sans-serif;
    font-size: 20px;
    text-decoration: none !important;
    color: black;
    line-height: 1.1;
}
.product-hover h4 a:hover {
    color: #181818;
    opacity: 0.9;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 120px;
}
.product-thumb .caption h4 {
    min-height: 45px;
}
.product-quantity {
    text-align: center;
    padding-top: 15px;
}
.product-quantity .ttl {
    font-family: LatoWebBold, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #181818;
}
.quantity-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #008dd1;
    border: none;    border-radius: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 0;
    text-align: center;
}
.quantity-btn.btn-plus {
    /*padding-left: 1px;*/
}
.quantity-btn:hover,.quantity-btn:focus {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}
.quantity-inp {
    background-color: #fff;
    border: 1px solid #ccc;border-radius: 21px !important;
    height: 40px;
    font-size: 20px;
    font-family: LatoWebBold, sans-serif;
    color: #181818;
    display: inline-block;
    margin: 0 10px;
    width: 90px;
    text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	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 {
	margin-top: 20px;
        text-align: center;
        padding-bottom: 20px;
	overflow: auto;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	color: #fff !important;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        border-radius: 20px;
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
}
.product-thumb .button-group button:hover {
        background-color: #008ad0;
        background-image: none;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
/*
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}*/
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-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;
}

.list-group {
    background: #008fd2;
    border-radius: 4px;
}

.categories-title {
    border-radius: 4px 4px 0 0;
    padding: 12px 15px 9px;
    background-color: #0085c4;
    font-size: 16px;
    font-family: LatoWebHeavy, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.list-group a {
    background: #008fd2;
    padding: 12px 0 12px 45px;
    color: #fff;
    font-size: 14px;
    font-family: LatoWebHeavy, sans-serif;
    display: block;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: bold;
}

.list-group a img {
    margin-right: 8px;
}

.list-group a:hover, .list-group a.active, .list-group .item-sub {
    background-color: #007fbb;
    color: white;
}

.list-group a.item-sub {
    padding: 11px 0 11px 45px;
    font-size: 13px;
    font-family: LatoWebMedium, sans-serif;
    font-weight: normal;
}

h2.site-title {
    margin: 14px 0;
    font-family: LatoWebHeavy, sans-serif;
    font-size: 30px;
    color: #181818;
    padding-bottom: 21px;
    background: url(/image/h1-line.png) no-repeat bottom left;
    line-height: 1.1;
    font-weight: bold;
}

.in-stock {
    color: #008bd0;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 30px;
    background: url("/image/in-stock.png") no-repeat top 3px right;
    display: inline-block;
    font-family: LatoWeb, sans-serif;
    font-size: 14px;
}

.opt-sale {
    font-family: LatoWebHeavy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1f214a;
    background-color: #fdffcf;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
}

.opt-sale a {
    line-height: 35px;
    float: right;
    font-family: LatoWebHeavy, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #008fd2;
    font-weight: bold;
}

.opt-sale b {
    color: #ff4800;
}

.tab-pane {
    font-size: 14px;
}

.price-block {
    margin: 10px 0 20px;
    padding: 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f7f7f7;
    font-family: LatoWebBold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #181818;
}

.price-block h2 {
    font-family: LatoWebBold, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #181818;
    display: inline;
    font-weight: bold;
}

.price-block .col-md-6 {
    padding: 20px 0 0 0;
}

.price-block .col-md-6.price-block-one {
    padding: 20px 0 0 10px;
}

.price-block .price{
    font-family: LatoWebHeavy, sans-serif;
    font-size: 30px;
    color: #008bd0;
    line-height: 40px;
    text-transform: lowercase;
}

.price-block em {
    font-style: normal;
    font-family: LatoWebHeavy, sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    font-weight: bold;
    margin-left: -5px;
}

.price-block .price.opt {
    color: #ff4800;
}

.price-block span {
    font-size: 13px;
    text-transform: uppercase;
}

.cart-block {
    border-left: 1px solid #d7d7d7;
}

#button-cart {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    line-height: 26px;
    color: #fff !important;
    background-color: #008ad0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    height: 40px;
    padding: 0;
}

.not-in-stock {
    text-transform: none;
    text-align: center;
    padding: 20px;
}

.product-in-stock {
    color: #008bd0;
    text-transform: lowercase;
    padding-right: 30px;
    background: url("/image/in-stock.png") no-repeat top 3px right 5px;
    display: inline-block;
    font-family: LatoWeb, sans-serif;
    font-size: 13px;
    margin-top: 15px;
}

.product-not-in-stock {
    text-transform: lowercase;
    display: inline-block;
    font-family: LatoWeb, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    color: gray;
}

.information-news-info .latest {
    display: none;
}

.product-desc {
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.nav-tabs {
    border-bottom: none !important;
}

.product-sort {
    padding: 10px 0;
}

.product-sort > span {
    display: inline-block;
    padding: 7px 15px 7px 0;
    font-family: LatoWebMedium, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin-right: 20px;
}

.product-sort a {
    display: inline-block;
    padding: 7px 30px;
    font-family: LatoWebHeavy, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #181818 !important;
    border: 3px solid #fff !important;
    background: none !important;
    font-weight: bold;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-sort a span {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px dotted #181818;
}

.product-sort a:hover span {
    border-bottom: 1px dotted white;
}

.product-sort a.active {
    border: 3px solid #008fd2 !important;
}

.product-sort a.active span {
    border-bottom: 1px dotted white;
}

#cart_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

#cart_live {
    width: 800px;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    background: white;
    border: 3px solid #028fd0;
    border-radius: 5px;
    position: absolute;
    z-index: 101;
    display: none;
}

#cart_live h2 {
    padding: 0 15px 15px 15px;
    font-weight: 600;
    font-size: 20px;
    font-family: LatoWebHeavy, sans-serif;
    color: #181818;
    text-transform: uppercase;
}

#cart_live .cart-name {
    line-height: normal;
    font-size: 14px;
    font-family: LatoWeb, sans-serif;
    font-weight: 400;
    color: #181818;
    transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    text-decoration: underline;
}

#cart_live .cart-name:hover {
    color: #008bd0;
}

#cart_live .price {
    margin-top: 15px;
    font-family: LatoWebBold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #181818;
    font-weight: 600;
}

#cart_live .price .price-num {
    font-size: 26px;
    color: #008bd0;
    line-height: 37px;
}

#cart_live .price .currency {
    font-weight: 400;
    font-size: 13px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 600;
}

#cart_live .col-quantity {
    padding-top: 50px;
}

#cart_live .col-quantity input {
    margin: 0 4px;
}

#cart_live .cart-total {
    font-family: LatoWebHeavy, sans-serif;
    font-size: 26px;
    color: #008bd0;
    line-height: 37px;
    margin-left: -15px;
    text-align: right;
    display: block;
    padding-top: 35px;
    font-weight: 600;
}

#cart_live .cart-total span.currency {
    font-family: LatoWeb, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #181818;
    text-transform: uppercase;
}

#cart_live .cart-remove {
    text-align: right;
}

#cart_live .cart-remove button {
    border: 0;
    padding: 0;
    background: none;
}

.cart-bottom-line {
    margin-left: 15px;
    margin-right: 15px;
    height: 1px;
    background: #e2e2e2;
    margin-bottom: 10px;
}

.cart-line {
    margin-bottom: 10px;
}

.cart-head {
    font-family: LatoWebBold, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #7b7b7b;
    padding-bottom: 15px;
}

.cart-sum {
    margin: 15px 15px 10px 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: LatoWebHeavy, sans-serif;
    color: #181818;
    text-transform: uppercase;
    text-align: right;
}

.cart-sum .line-total {
    font-family: LatoWebHeavy, sans-serif;
    font-size: 26px;
    color: #ff4800;
    line-height: 37px;
}

.cart-sum .line-currency {
    font-family: LatoWeb, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #181818;
    text-transform: uppercase;
}

.cart-bottom {
    padding: 15px;
}

.cart-bottom .cart-back {
    text-align: left;
    padding-left: 0;
    opacity: 1;
    font-family: LatoWebHeavy, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #008fd2 !important;
    text-decoration: underline;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 10px;
}

.cart-bottom .cart-back:hover {
    text-decoration: none;
}

.cart-bottom .cart-checkout {
    color: #fff !important;
    background-color: #008ad0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 22px;
    height: 40px;
    padding: 6px 15px;
    display: inline-block;
    line-height: 30px;
}

.cart-close {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 50px;
    height: 50px;
    background: url("/image/cart-close.png") no-repeat center center;
    opacity: 1;
}

.reg-block {
    padding: 5px 15px;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-title {
    font-size: 20px;
    font-family: LatoWebHeavy, sans-serif;
    font-weight: 600;
    color: #181818;
    text-transform: uppercase;
}

.btn-order-ok {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #fff !important;
    background-color: #008ad0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}

.order-edit a {
    padding: 0;
    font-family: LatoWebHeavy, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #181818;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 37px;
    height: 37px;
}

.order-edit a span {
    transition: all 0.2s ease;
    border-bottom: 1px dotted #181818;
    line-height: 37px;
}

.order-edit a:hover span {
    border-bottom: 1px dotted transparent;
}

.featured-holder {
    display: none;
}

.featured-holder.active {
    display: block;
}

.maindesc {
    color: white;
    text-transform: uppercase;
    padding: 0 80px;
    font-size: 20px;
    text-shadow: 1px 1px 1px grey;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: 0.05em;
}

.min .maindesc {
    display: none;
}

.min-order {
    font-family: LatoWebHeavy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1f214a;
    background-color: #fdffcf;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
    text-align: center;
    display: none;
}

.min-order.active {
    display: block;
}