body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	background-color: #fcfcfc;
}
h1, h2, h3, h4, h5, h6 {
	color: #2c3e50;
	font-weight: 600;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a {
	color: #008bb9;
	transition: all 0.2s ease;
}
a:hover {
	color: #005f7e;
	text-decoration: none;
}
legend {
	font-size: 20px;
	padding: 10px 0px;
	border-bottom: 2px solid #eee;
}
label {
	font-size: 13px;
	font-weight: 600;
	color: #555;
}
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;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: none;
	height: 40px;
}
.form-control:focus {
	border-color: #008bb9;
	box-shadow: 0 0 0 3px rgba(0, 139, 185, 0.1);
}
.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: #008bb9;
}
/* top */
#top {
	background-color: #f8f9fa;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #008bb9;
}
#top .btn-link, #top-links li, #top-links a {
	color: #666;
	text-shadow: none;
	text-decoration: none;
	font-size: 13px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #008bb9;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
	background-color: #008bb9;
}
#top .btn-link strong {
	font-size: 13px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 15px 0;
}
#logo img {
	max-height: 70px;
	width: auto;
}
/* search */
#search {
	margin: 15px 0;
}
#search .input-lg {
	height: 44px;
	line-height: 20px;
	padding: 0 15px;
	border-radius: 8px 0 0 8px;
	border: 1px solid #ddd;
	border-right: none;
}
#search .btn-lg {
	font-size: 16px;
	height: 44px;
	padding: 0 25px;
	text-shadow: none;
	border-radius: 0 8px 8px 0;
	background-color: #008bb9;
	color: #fff;
	border: none;
}
#search .btn-lg:hover {
	background-color: #005f7e;
}
/* cart */
#cart {
	margin: 15px 0;
}
#cart > .btn {
	font-size: 14px;
	height: 44px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: all 0.3s ease;
}
#cart > .btn:hover {
	border-color: #008bb9;
	color: #008bb9;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #008bb9;
	color: #008bb9;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	text-shadow: none;
}
#cart .dropdown-menu {
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	padding: 15px;
}
/* menu */
#menu {
	background-color: #008bb9;
	border: none;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 139, 185, 0.2);
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 12px 20px;
	font-weight: 600;
	transition: background 0.2s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(255, 255, 255, 0.15);
}
#menu .dropdown-menu {
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	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: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #008bb9;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #eee;
	padding: 8px 20px;
	border-radius: 0 0 8px 8px;
	font-size: 13px;
	font-weight: 600;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #008bb9;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #008bb9;
	border: 1px solid rgba(255,255,255,0.2);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 8px;
	}
	#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.05);
	}
	#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(255, 255, 255, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	padding: 12px 20px;
	border: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}
.breadcrumb i {
	font-size: 16px;
	color: #008bb9;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumb > li + li:before {
	content: '/';
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > li:after {
	display: none;
}
/* content */
#content {
	min-height: 600px;
	padding-top: 20px;
}
/* footer */
footer {
	margin-top: 60px;
	padding: 60px 0 30px;
	background-color: #1a1a1a;
	color: #999;
	font-size: 14px;
}
footer hr {
	border-top: 1px solid #333;
	margin: 30px 0;
}
footer a {
	color: #999;
	display: inline-block;
	margin-bottom: 8px;
}
footer a:hover {
	color: #fff;
	transform: translateX(5px);
}
footer h5 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* buttons */
.btn {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	border: 1px solid transparent;
}
.btn-default {
	color: #555;
	background-color: #f8f9fa;
	border-color: #ddd;
}
.btn-default:hover {
	background-color: #e9ecef;
	border-color: #ccc;
}
.btn-primary {
	color: #ffffff;
	background-color: #008bb9;
	border-color: #008bb9;
	box-shadow: 0 4px 14px rgba(0, 139, 185, 0.3);
}
.btn-primary:hover, .btn-primary:active {
	background-color: #005f7e;
	border-color: #005f7e;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 139, 185, 0.4);
}
/* product cards */
.product-layout {
	display: flex;
}
.product-thumb {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.product-thumb:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	border-color: #008bb9;
}
.product-thumb .image {
	padding: 15px;
	background: #fff;
	text-align: center;
}
.product-thumb .caption {
	padding: 15px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-thumb .caption h4 {
	margin-top: 0;
}
.product-thumb .caption p {
	flex-grow: 1;
}
.product-thumb h4 a {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}
.product-thumb .price {
	font-size: 18px;
	font-weight: 700;
	color: #008bb9;
	margin: 10px 0;
}
.product-thumb .button-group {
	border-top: 1px solid #eee;
	background-color: #fcfcfc;
	margin-top: auto;
}
.product-thumb .button-group button {
	background-color: transparent;
	border: none;
	color: #666;
	line-height: 44px;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.2s;
}
.product-thumb .button-group button:hover {
	color: #008bb9;
	background-color: #f0f9ff;
}

@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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
