<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}  
.container {
	max-width: 1480px;
	width: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 &gt; a, h2 &gt; a, h3 &gt; a, h4 &gt; a {
	color: #000;
}
h1 .fa, h2 .fa, h3 .fa, h4 .fa {
	color: #F0AD4E;
}
/* default font size */
/* Modificari css Augustin */
.heading-title{
	color: #FFFFFF;
	font-size: 21px;
	margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.bg-black{
	    display: block;
    background: #000000;
    border-radius: 0;
    border-bottom: 1px solid #e1e2e3;
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #313d4b;
}
/* Modificari end */
.fa {
	font-size: 14px;
}
.fa-2x {
	font-size: 2em !important;
}
.fa-4x {
	font-size: 4em !important;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a {
	color: #f89406;
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
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: 14px;
	color: 000;
}
.no-margin {
	margin: 0;
}
.m-top-0 {
	margin-top: 0;
}
.m-bottom-0 {
	margin-bottom: 0;
}
.m-top-15 {
	margin-top: 15px;
}
.m-top-30 {
	margin-top: 30px;
}
.m-top-60 {
	margin-top: 60px;
}
.m-bottom-15 {
	margin-bottom: 15px;
}
.m-bottom-30 {
	margin-bottom: 30px;
}
.m-bottom-60 {
	margin-bottom: 60px;
}
.form-control:focus,
.form-control:active {
	border-color: #000000;
}
.v-align-middle {
	vertical-align: middle !important;
}
/*.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}*/
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.form-control, .btn {
	/* border-radius: 0 !important; */
	text-shadow: none !important;
	box-shadow: none !important;
}
.no-margin {
	margin: 0;
}
.no-wrap {
	white-space: nowrap;
}
.text-danger {
	color: #FF0000;
}
/* 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 {
	border-radius: 0;
}
.dropdown-menu li &gt; a:hover {
	text-decoration: none;
}
header {
	background: #000000;
	color: #FFFFFF;
	padding: 0 10px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999999;
	height: 55px;
}
header .phone-number {
	font-size: 21px;
	font-weight: bold;
}
#cart .total-details {
	background: #FFFFFF !important;
	color: #F0AD4E !important;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-top: 1px solid #E1E2E3;
}
table.totals.full {
	border-top: 1px solid #E1E2E3;
}
#cart .total-details:hover {
	color: #000000 !important;
}
#cart .total-details .fa {
	font-size: 18px;
}
#main-menu {
	background: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #2f3f53;
	padding: 10px;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	z-index: 9999990;
}
.header-mini #main-menu {
	/*opacity: 0;*/
	top: 0;
}
.header-mini #main-menu.show {
	opacity: 1;
	top: 50px;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
}
#toggle-main-menu {
	display: inline-block;
	visibility: visible;
	opacity: 0;
	cursor: pointer;
	max-width: 0;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 0;
	transition: all 0.15s linear, opacity 0.05s linear;;
	-moz-transition: all 0.15s linear, opacity 0.05s linear;
}
.header-mini #toggle-main-menu {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	cursor: pointer;
	max-width: 75px !important;
	float: left;
	padding: 12px 12px 11px 0;
	transition: all 0.15s linear, opacity 0.35s linear;
	-moz-transition: all 0.15s linear, opacity 0.35s linear;
}
#toggle-main-menu .fa {
	font-size: 21px;
	line-height: 32px;
}
/* logo */
#logo {
	margin: 0;
	display: inline-block;
	max-width: 120px;
	padding: 5px 0;
}
#logo img {
	max-width: 100%;
}
/* search */
#search {
	display: inline-block !important;
	margin-left: 20px;
	margin-top: 10px;
	width: 720px;
	position: relative;
	vertical-align: top;
}
#search.show {
	display: inline-block !important;
}
#search::before {
	content:"";
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #FFFFFF transparent transparent;
	position: absolute;
	left: -8px;
	top: 8px;
}
#subscribe {
	margin: 5px 0 0;
}
#subscribe {
	max-width: 400px;
}
#search .form-control {
	font-size: 14px;
	height: 35px;
	line-height: 20px !important;
	padding: 0 10px;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
}
#subscribe .input-lg {
	font-size: 14px;
	height: 40px;
	line-height: 20px !important;
	padding: 0 10px;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
}
#search .btn {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 16px;
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	border: 2px solid #fff;
	background: #faa732;
	border-radius: 0;
	height: 35px;
}
#subscribe .btn-lg {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 16px;
	padding: 9px 14px;
	color: #FFF;
	text-transform: uppercase;
	border: 3px solid #fff;
	background: #faa732;
	border-radius: 0;
	height: 40px;
}
#subscribe .btn-lg {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	padding: 9px !important;
}
#search .btn:hover,
#subscribe .btn-lg:hover {
	background: #F3A847;
}

#search .fa {
	margin-right: 5px;
}
/* cart */
#cart {
	margin-bottom: 0;
	vertical-align: top;
	display: inline-block;
}
#cart &gt; .btn {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background: none !important;
	border: none !important;
	color: #FFF;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
}
#cart.open &gt; .btn:hover {
	color: #FFFFFF;
}
#cart &gt; .btn &gt; .fa {
	font-size: 21px;
	color: #faa732;
	margin-right: 5px;
}
#cart-li #cart &gt; ul {
	display: none;
	position: absolute;
	background: #FFFFFF;
	color: #000000;
	z-index: 1001;
	border-radius: 0;
	min-width: 420px;
	font-size: 12px;
	top: 50px;
	left: auto;
	right: -15px;
	max-height: 70vh;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
#cart-li:hover #cart &gt; ul {
	display: inline-block;
}
#cart-products {
	max-height: 45vh;
	max-height: calc(100vh - 320px);
	overflow-y: auto;
	padding: 0;
}
#cart &gt; ul &gt; li:last-of-type {
	padding: 0 15px;
}
#cart &gt; ul a {
	color: #111111;
	font-size: 12px;
	display: block;
	line-height: 14px;
}
#cart &gt; ul a .img-thumbnail {
	border-radius: 0;
	width: 45px;
	float: left;
	margin-right: 10px;
}
#cart &gt; ul .btn-danger.btn-xs {
	padding: 4px 6px;
	background: none;
	border: none;
	color: #A1A2A3;
}
#cart &gt; ul .btn-danger.btn-xs:hover {
	color: #A52A2A;
}
#cart &gt; ul table {
	margin-bottom: 10px;
	border: none;
}
#cart &gt; ul table.totals {
	border: none;
}
#cart &gt; ul table.totals tr td {
	padding: 0;
	border: none;
	font-weight: none;
}
#cart &gt; ul table.totals tr:not(:last-of-type) td {
	display: none;
	opacity: 0.85;
}
#cart &gt; ul table.totals.full tr:not(:last-of-type) td {
	display: table-cell !important;
}
#cart &gt; ul table.totals tr:last-of-type td {
	font-size: 18px;
	padding-top: 5px;
}
#cart &gt; ul .btn {
	display: inline-block;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	#cart &gt; ul {
		max-height: 100%;
		overflow: auto;
	}
	#cart &gt; ul.btn-warning {
		margin-bottom: 30px;
	}
}
@media (max-width: 478px) {
	#cart &gt; ul {
		width: 100%;
		min-width: 280px;
	}
	#cart &gt; ul &gt; li &gt; div {
		min-width: 100%;
	}
}
#cart &gt; ul &gt; li p {
	margin: 20px 0;
}
#cart .badge {
	position: absolute;
	top: -7px;
	right: -10px;
	background: #faa732;
	color: #FFFFFF;
}
/* menu */
#user-menu {
	display: inline-block;
	float: none;
}
#user-menu &gt; li .badge {
	position: absolute;
	top: 4px;
	right: -10px;
	background: #faa732;
	color: #FFFFFF;
}
#user-menu .dropdown-menu {
	margin-top: -4px !important;
	right: -10px !important;
}
#user-menu &gt; li {
	padding: 0 10px;
	margin: 0;
}
#user-menu &gt; li &gt; a,
#cart {
	padding: 10px 5px;
	position: relative;
	background: #000000 !important;
}
#user-menu &gt; li &gt; a &gt; .caret,
#cart .btn &gt; .caret {
	color: #FFFFFF !important;
	position: absolute;
	bottom: 10px;
	right: -5px;
}
#main-menu a {
	color: #FFFFFF;
}
#main-menu .navbar-nav &gt; li &gt; a {
	padding: 5px 20px 5px 0px;
	font-size: 16px;
	background: none !important;
	text-align: left;
}
#main-menu nav {
	background: none;
	border: none;
	min-height: 10px;
	margin: 0;
}
#main-menu nav a {
	display: block;
}
#main-menu nav .nav-tabs {
	margin: 0;
	border: none !important;
}
#main-menu nav .nav-tabs &gt; li {
	width: 100%;
	float: none;
	margin: 0;
}
#main-menu nav .nav &gt; li &gt; a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 5px 15px 5px 15px;
	min-height: 15px;
	background-color: transparent;
}
#main-menu nav .nav &gt; li &gt; a:hover, #main-menu nav .nav &gt; li.open &gt; a {
	color: #000;
	background: #F1F1F1;
}
#main-menu nav .dropdown-menu {
	padding-bottom: 0;
}
#main-menu nav .dropdown-inner {
	display: table;
}
#main-menu nav .dropdown-inner ul {
	display: table-cell;
}
#main-menu nav .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#main-menu .dropdown-menu &gt; li &gt; a {
	color: #333;
}
#main-menu .dropdown-menu &gt; li &gt; a:hover {
	color: #fff;
	background: #333;
}
#main-menu nav .btn-navbar {
	font-size: 15px;
	color: #FFF;
	padding: 0px;
	letter-spacing: 1px;
	background: none !important;
	border: none !important;
	display: block;
	box-shadow: none;
	outline: none;
}
#main-menu nav .navbar-nav {
	display: block;
}
#main-menu nav .navbar-collapse.collapse {
	display: none !important;
	transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
}
#main-menu nav .navbar-collapse.collapse.in {
	display: block !important;
}
#main-menu nav .navbar-collapse {
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 99999;
	background: #FFFFFF;
	width: 210px;
	padding: 10px 0;
	border: 1px solid #e1e2e3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
#main-menu nav .navbar-collapse ul {
	display: block;
	position: relative;
}
#main-menu nav .navbar-collapse ul .dropdown-menu {
	position: absolute;
	top: 0;
	bottom: 0;
}
#menu .navbar-collapse {
	width: 210px;
	min-height: 240px;
}
#menu-manufacturers .navbar-collapse {
	width: 740px !important;
	max-height: calc(100vh - 150px);
	overflow-y: auto !important;
}
#menu-manufacturers .nav-tabs &gt; li {
	float: left !important;
	width: 25% !important;
}
#menu-manufacturers .nav-tabs &gt; li &gt; a {
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 13px !important;
	padding: 8px 15px !important;
}
#main-menu nav .navbar-collapse ul li a {
	color: #232323;
	text-shadow: none;
}
#main-menu nav .btn-navbar:hover, #main-menu nav .btn-navbar:focus, #main-menu nav .btn-navbar:active, #main-menu nav .btn-navbar.disabled, #main-menu nav .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#main-menu nav .nav .dropdown-menu {
	left: 210px;
}
#main-menu .navbar-nav {
	float: none !important;
	vertical-align: top;
	display: inline-block;
}
#main-menu nav .navbar-nav &gt; li {
	float: none !important;
}
.navbar-toggle {
	margin-top: 5px;
}
#main-menu nav .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #faa732;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#main-menu nav .see-all:hover, #main-menu nav .see-all:focus {
	text-decoration: underline;
}
.fa-caret-down {
	margin-left: 5px;
}
@media (min-width: 768px) {
	#main-menu nav .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	#menu-manufacturers .nav-tabs &gt; li {
		border: none !important;
	}
	#menu-manufacturers .nav-tabs &gt; li &gt; a {
		font-size: 14px !important;
		padding: 10px 15px !important;
	}
	#main-menu nav .nav &gt; li &gt; a:hover, #main-menu nav .nav &gt; li.open &gt; a {
		background: none !important;
	}
}
@media (max-width: 767px) {
	#main-menu nav {
		border-radius: 4px;
	}
	#main-menu nav div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#main-menu nav div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#main-menu nav .dropdown-inner {
		display: block;
	}
	#main-menu nav .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#main-menu nav .dropdown-menu a:hover,
	#main-menu nav .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#main-menu nav .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu-manufacturers .nav-tabs &gt; li {
		width: 33% !important;
	}
}
@media (max-width: 640px) {
	#menu-manufacturers .nav-tabs &gt; li {
		width: 50% !important;
	}
}
@media (max-width: 480px) {
	#menu-manufacturers .nav-tabs &gt; li {
		width: 100% !important;
		border-top: 1px solid rgba(255,255,255,0.1) !important;
	}
	#menu-manufacturers .nav-tabs &gt; li &gt; a {
		font-size: 16px !important;
		line-height: 21px !important;
		padding: 10px 5px !important;
	}
}
#sub-category-container {
	position: absolute;
	top: -1px;
	left: 209px;
	height: auto;
	background: #fff;
	/*border: 2px solid #e1e2e3;*/
	bottom: -1px;
	padding-top: 15px;
	z-index: 999999;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	/*box-shadow: 2px 2px 2px rgba(0,0,0,.25);*/
}
#sub-category-container ul li a:hover {
	color: #faa732;
	text-decoration: underline;
}
#sub-category-container .tab-pane ul {
	float: left;
}
#sub-category-container .tab-pane ul li {
	margin: 0;
	border-radius: 0
}
#sub-category-container .tab-pane.active {
	width: 750px;
}
#main-menu nav .nav-tabs &gt; li &gt; a {
	border: none !important;
	margin: 0;
	outline: none;
	border-radius: 0;
	font-weight: bold;
}
.navbar-collapse.collapsing {
	overflow: hidden;
}
#sub-categories-menu {
	background: #f1f2f3;
	width: 100%;
	height: 34px;
}
#sub-categories-menu ul {
	padding: 0 5px;
	margin: 0;
}
#sub-categories-menu ul li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	padding: 3px 10px;
}
#sub-categories-menu ul li a {
	color: #000;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 5px;
	padding-top: 30px;
	background-color: #000000;
	border-top: 1px solid #ddd;
	color: #FFFFFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
footer .social-links a {
	margin: 15px 0 5px 15px;
	display: inline-block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	//border-radius: 0;
}
.alert a {
	color: inherit;
	font-weight: bold;
}
/* breadcrumb */
.breadcrumb-container {
	display: block;
	border-radius: 0;
	border-bottom: 1px solid #d1d2d3;
	padding: 5px 0;
	margin-bottom: 20px;
	background-color: #e1e2e3;
	padding-top: 110px;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li:first-of-type {
	padding: 0 10px 0 0;
}
.breadcrumb &gt; li:not(:first-of-type) {
	/*text-shadow: 0 1px 0 #FFF;*/
	padding: 0 10px;
	position: relative;
	font-size: 12px;
}
.breadcrumb &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li + li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	width: 10px;
	text-align: center;
	height: 26px;
	color: #818283;
	
}
.breadcrumb &gt; li &gt; a {
	color: #616263;
	font-size: 12px;
}
.pagination-container {
	border-top: 1px solid #f1f2f3;
	border-bottom: 1px solid #f1f2f3;
	margin: 30px 0;
}
.pagination {
	margin: 10px 0;
}
.pagination &gt; li, 
.pagination &gt; li &gt; a, 
.pagination &gt; li &gt; span {
	border: none;
	border-radius: 2px !important;
	color: #000000 !important;
	
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
	background: #000000;
	color: #FFFFFF !important;
	font-weight: bolder;
}
.sorter .form-control {
	width: auto;
	display: inline-block;
	border: none;
	background: #F1F2F3;
	margin: 0 20px 0 5px;
}
.sorter .control-label {
	text-transform: uppercase;
	font-size: 11px;
}
/*
#input-sort {
	background: none;
	padding: 0;
	height: auto;
}
*/
#compare-total {
	color: #000000;
}
.category-header {
	background: #FAA732;
	color: #FFFFFF;
	padding: 30px;
	font-size: 17px;
	line-height: 24px;
}
.category-header h2 {
	margin: 0;
}
.category-header * {
	color: #FFFFFF;
}
.well {
	background: #F1F2F3;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	//text-transform: uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 16px;
}
.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 14px;
}
.btn-group &gt; .btn-xs {
	font-size: 10px;
}
.btn-group &gt; .btn-sm {
	font-size: 12px;
}
.btn-group &gt; .btn-lg {
	font-size: 16px;
}
.btn-cart {
	color: #ffffff !important;
	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-cart:hover, .btn-cart:focus, .btn-cart:active, .btn-cart.active, .btn-cart.disabled, .btn-cart[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	background: #f89406;
	color: #ffffff;
}
.btn-order-now {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #398439;
	background-image: linear-gradient(to bottom, #53c553, #439643);
	background-repeat: repeat-x;
	border-color: #439643 #4daf4d #088a08;
}
.btn-order-now:hover, .btn-order-now:focus, .btn-order-now:active, .btn-order-now.active, .btn-order-now.disabled, .bbtn-order-now[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	background: #439643;
	color: #ffffff;
}
.btn-blue {
	background: #3269d9;
}
.btn-img img {
	max-height: 19px;
	margin-left: 5px;
}
.btn-img.btn-lg img {
	max-height: 24px;
}
.btn-img.btn-sm img {
	max-height: 15px;
}
.btn-notify {
	background-color: #c68cc6;
	background-image: linear-gradient(to bottom, #c68cc6, #b872b8);
	border: 1px solid #b872b8;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-notify:hover {
	background: #b872b8;
	border: 1px solid #b872b8;
	color: #FFFFFF;
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-notify:focus,
.btn-notify:active {
	background: #b265b2;
	border: 1px solid #a050a0;
	color: #FFFFFF;
}
.btn-primary {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-primary.focus,.btn-primary:focus {
	color:#fff;
	background-color:#ec971f;
	border-color:#985f0d
}
.btn-primary:hover {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover {
	color:#fff;
	background-color:#d58512;
	border-color:#985f0d
}
.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-primary .badge {
	color:#f0ad4e;
	background-color:#fff
}

/* 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 */
.filter {
	margin-bottom: 10px;
}

.product-row {
	margin: 0 -5px;
}
.product-grid {
    padding: 5px !important;
}
.product-thumb {
	/*background-image: linear-gradient(to top, #fafafa 0px, #fdfdfd 20%, #fff 60%);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 200px;
	border: 1px solid #e1e2e3;
	/*box-shadow: 1px 1px 3px 0 #f1f2f3;*/
	display: block;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}
.product-thumb:hover {
	box-shadow: 2px 2px 3px 0 #e1e2e3;
}
.product-thumb .image {
	text-align: center;
	//padding: 10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb h4 {
	font-size: 13px;
	line-height: 16px;
	//height: 50px;
	overflow: hidden;
	text-align: center;
}
.product-thumb a {
	color: #AAA;
}
.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-weight: bold;*/
}
.product-thumb .caption {
	padding: 0 20px;
	//min-height: 140px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.corner-ribbon {
	background: #FEFEFE;
	color: #717273;
	width: 200px;
	font-weight: 400;
	text-align: center;
	line-height: 21px;
	position: absolute;
	top: 18px;
	right: -65px;
	left: auto;
	font-size: 9px;
	text-transform: uppercase;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 100;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
	border: 1px solid #f0f1f2;
}
.corner-ribbon .fa {
	font-size: 8px !important;
	margin-right: 2px;
}
.corner-ribbon.grey .fa {
	color: #8A8A8A;
}
.corner-ribbon.blue .fa {
	color: #00b100;
}
.corner-ribbon.pink .fa {
	color: #FAD31F;
}
@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 {
        min-height: 33px;
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 10px;
	vertical-align: top;
}
.rating .fa-star-o {
	color: #999;
	font-size: 11px;
	
}
.rating .fa-star {
	color: #FC0;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.rating .fa-stack {
	//width: 10px;
	height: 10px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #ef2809;
	font-size: 20px;
        font-weight: 600;
	height: 20px;
	overflow: hidden;
	font-weight: 800;
	text-align: center;
}
.product-thumb .price-new {
	color: #ef2809;
        font-weight: 600;
}
.product-thumb .price-old {
	color: #AAA;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 300;
}

.product-thumb .price-old .percent {
	text-decoration: none !important;
}


ul.product-box-labels {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

.product-box-labels li {
	margin-top: 5px;
}

.promo-label {
	background: #FFC107;
	color: #ffffff;
	border-radius: 0 .25rem .25rem 0;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
}
.promo-label-green {
	background: #0cda38;
	color: #ffffff;
	border-radius: 0 .25rem .25rem 0;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
}

.promo-label-blue {
	background: #5bc0de;
	border-color: #46b8da;
	color: #ffffff;
	padding: 2px 5px;
	border-radius: 0 .25rem .25rem 0;
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
}
.promo-label-white {
	background: #fff;
	color: #000;
	padding: 2px 5px;
	border: 1px solid #f5e7e7;
	border-left:0!important;
	border-radius: 0 .25rem .25rem 0;
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
}
.new-product-label {
	background: #0cda38;
	color: #000000;
	text-transform: uppercase;
	padding: 5px 12px;
        margin-bottom: 5px;
	font-weight: bold;
	
}
.product-thumb .free-shipping {
	color: #5cb85c;
	padding: 0px 12px;
}

.product-thumb .shipping-discount {
	padding: 0px 12px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.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;
}
.product-thumb {
	position: relative;
}
.product-thumb .actions {
	position: absolute;
	bottom: 0;
	right: 0;
	/*left: 0;*/
	vertical-align: top;
	padding: 8px;
	text-align: center;
	opacity: 0;
	height: 45px;
}
.product-thumb:hover .actions {
	opacity: 1;
}
.product-thumb .actions img {
	cursor: pointer;
	width: 30px;
	opacity: 0.5;
	margin-left: 10px;
	transition: all .15s linear;
	-moz-transition: all .15s linear;
}
.product-thumb .actions img:hover {
	opacity: 1;
}
.stock-status {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.stock-status .fa {
	font-size: 11px;
}
@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%;
	}
}

/* Checkout */
table .product-small-thumb {
	display: inline-block;
	margin-right: 15px;
	float: left;
}
table .product-info {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 80px );
	border: none;
	white-space: normal;
}
.responsive-cart .product-info &gt; a {
	color: #000000;
}
table thead td {
	text-transform: uppercase;
	font-size: 11px;
	background: #f1f2f3;
}
.responsive-cart table {
	font-weight: 400;
	border-bottom: 1px solid #E1E2E3;
}
.checkout-cart #content .table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
	background: #FFFFFF;
}
.checkout-cart #content .table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
	background: #FFFFFF;
}
.checkout-cart #content table:not(.total) tbody tr.danger {
	background: #f2dede !important;
}
.checkout-cart table:not(.total) tbody tr.danger td {
	border-color: #ebccd1;
}
.checkout-cart #content table.total {
	border: none;
	font-size: 16px;
}
.checkout-cart #content table.total &gt; tbody &gt; tr &gt; td {
	border: none;
	padding: 5px;
} 
.checkout-cart #content table.total &gt; tbody &gt; tr:last-child &gt; td {
	font-size: 24px;
	font-weight: bold;
}
.responsive-cart .btn {
	border: 1px solid #C1C2C3;
}
.responsive-cart .fa-refresh {
	color: #428BDD;
}
.responsive-cart .fa-times-circle {
	color: #C12E2A;
}
@media (max-width: 767px) {
	.responsive-table  {
		border: none;
	}
	.responsive-cart thead td {
		display: none;
	}
	.responsive-cart tbody tr {
		border-top: 10px solid #FFFFFF;
	}
	.responsive-cart tbody tr td {
		display: inline-block !important;
		border: none;
	}
	.responsive-cart tbody tr.danger {
		background: #f2dede !important;
	}
	.responsive-cart tbody tr td:not(:first-of-type) {
		width: 33%;
		float: left;
	}
	.account-order-info .responsive-cart tbody tr td:first-of-type {
		white-space: normal;
	}
	.account-order-info .responsive-cart tbody tr td:not(:first-of-type) {
		width: 25%;
		float: left;
		vertical-align: middle;
		text-align: right;
		padding: 0 8px 5px 8px;
	}
	.account-order-info .responsive-cart tbody tr {
		border-top: none;
	}
	.account-order-info .responsive-cart .totals {
		background: #f1f2f3;
	}
	.account-order-info .responsive-cart .totals td {
		width: 50% !important;
		display: inline-block;
		float: left;
		white-space: normal;
		font-size: 18px;
	}
	.responsive-cart tbody tr td:first-of-type {
		width: 100%;
	}
	.checkout-cart #content .buttons .btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.account-notify .table-responsive {
		border: none;
	}
	.account-notify table tr {
		margin: 7px 0;
		border: 1px solid #ccc;
		display: inline-block;
		width: 100%;
	}
	.account-notify table tr td:first-child {
		display: inline-block;
		width: 100%;
		border: none;
	}
	.account-notify table tr td:not(:first-child) {
		display: inline-block;
		width: 50%;
		border: none;
		float: left;
		padding-top: 0;
	}
}
@media (max-width: 480px) {
	table .product-small-thumb {
		width: 45px;
		margin-right: 5px;
	}
	table .product-info {
		width: calc( 100% - 50px );
	}
	.account-order-info .responsive-cart tbody tr td:not(:first-of-type) {
		width: 33%;
		float: left;
	}
	.account-order-info .responsive-cart tbody tr td:last-of-type {
		padding: 3px 8px !important;
	}
	.account-order-info .responsive-cart tbody tr {
		border-bottom: 5px solid #FFF;
	}
	.responsive-wishlist {
		border: none !important;
	}
	.responsive-cart tbody tr td:nth-of-type(2),
	.responsive-cart tbody tr td:nth-last-of-type(2) {
		width: 50%;
		float: left;
	}
	.responsive-cart tbody tr td:nth-last-of-type(1) {
		width: 100% !important;
		border-bottom: 1px solid #c1c2c3;
		background: #f1f2f3;
	}
	.responsive-cart tbody tr.danger td:nth-last-of-type(1) {
		color: #f06063;
		border-bottom: 1px solid #F2777A;
		background: #EBCCCC;
	}
	.responsive-cart tbody tr td:nth-last-of-type(1) &gt; div {
		display: inline-block;
		margin-right: 10px;
	}
	.responsive-wishlist tbody tr td {
		display: inline-block;
		width: 100%;
		border: none;
	}
	.responsive-wishlist tbody tr {
		border-top: 10px solid #FFFFFF;
		background: #f1f2f3 !important;
	}
	.responsive-wishlist tbody tr td:last-of-type {
		padding-top: 0;
	}
	.checkout-cart #content table.total &gt; tbody &gt; tr:last-child &gt; td {
		font-size: 18px;
	}
}

/* THUMBNAILS PRODUCT GALLERY */
.thumbnails {
	width: 90px;
	display: inline-block;
	padding: 0;
	list-style: none;
}
.thumbnails li {
	width: 40px;
	border: 1px solid #e1e2e3;
	margin-bottom: 10px;
	padding: 1px;
	margin-right: 5px;
	float: left;
}
.thumbnails li a {
	display: inline-block;
}
.thumbnails li a img {
	width: 100%;
}
.thumbnails li .selected {
	box-shadow: 0 0 4px rgba(0,0,0,.35);
}
.thumbnails li:hover {
	border-color: #000000;
}
#slider {
	width: calc(80%);
	width: calc(100% - 90px);
	float: right;
	margin: 0;
}
#slider .item &gt; a &gt; img, #slider .item &gt; img {
	margin: auto;
}
#slider .carousel-control {
	background: none !important;
	//display: none;
}
#slider .carousel-control i {
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.responsive-cart [class*="price"] {
	text-transform: capitalize !important;
}
[class^="product-product"] .old-price {
	font-size: 18px;
	color: #AAAAAA;
	text-decoration: line-through;
}
[class^="product-product"] .new-price {
	font-size: 32px;
        font-weight: 600;
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
        color: #ef2809;
}
[class^="product-product"] h1 {
	font-size: 28px;
	font-weight: 400px;
	margin: 0 auto 30px;
}
[class^="product-product"] h2.price {
	font-size: 28px;
	font-weight: 600;
	margin: 0 auto 10px;
        color: #ef2809;
}
table#discounts {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	width: 100%;
	text-transform: uppercase;
}
table#discounts thead td, 
table#discounts th {
	font-size: 10px;
	opacity: 0.6;
	vertical-align: top !important;
}
table#discounts .discount-old-price {
	opacity: 0.8;
}
table#discounts .discount-new-price {
	font-weight: 500;
}
table#discounts .discount-strike::after {
	border-width: 1px !important;
}
.btn-discount .fa {
	margin-left: 5px;
}
@media (max-width: 640px) {
	table#discounts .discount-new-price {
		display: block;
	}
}
@media (max-width: 640px) {
	table#discounts {
		font-size: 10px;
		line-height: 11px;
	}
}

/* BLOG */
.article-layout .article {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #F1F2F3;
}
@media (max-width: 767px) {
	.article-layout .article h4 {
		margin-bottom: 10px;
	}
	.article-layout .article .image {
		padding-right: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.article-layout .article .image,
	.article-layout .article .caption {
		padding-right: 15px;
		width: 100%;
	}
}

/* LIVE SEARCH */
#live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	margin-top: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display:none;
	color: #AAAAAA !important;
	overflow-y: auto;
	max-height: 80vh;
}
#live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#live-search ul li {
	cursor: pointer;
	background-color: #FFF;
	clear: both;
}
#live-search ul li:nth-child(even) {
	background-color: #f1f2f3;
}
#live-search ul li:hover {
	background-color: #e1e2e3;
}
#live-search ul li a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	color: #545454;
	padding: 5px 10px;
	vertical-align: top;
}
#live-search ul li:hover a {
	color: #000000;
}
#live-search ul li .product-image {
	float: left;
	margin-right: 6px;
	max-width: 45px;
}
#live-search ul li .product-name p {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
#live-search ul li .product-name {
	font-weight: 400;
	float: left;
	width: 50%;
}
#live-search ul li .manufacturer-name {
	width: calc(100% - 60px);
}
#live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	width: 25%;
}
#live-search ul li .product-price .price {
	color: #333333;
	display: block;
}
#live-search ul li .product-price .special {
	color: #FF0000;
	text-decoration: line-through;
	display: block;
}
#live-search .product-price &gt; .special {
	margin-top: -5px;
}
#live-search &gt; h4,
#live-search &gt; h5 {
	padding: 5px 10px;
	color: #F08047;
	margin: 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#live-search .result-text {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #555555;
	background-color: #EEEEEE;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#live-search .view-all-results:hover {
	color: #23527c;
}
#live-search .view-all-results { 
	color: #23a1d1;
}
@media (max-width: 991px) {
	#live-search {
		width: auto;
		left: 15px;
		right: 15px;
	}
}
@media (max-width: 640px) {
	#live-search ul li .product-name {
		font-size: 12px;
		line-height: 15px;
		max-height: 45px;
		overflow: hidden;
	}
}

/* ACCOUNT */
.account-account .well {
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	border-left: 4px solid #F0AD4E;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0 0 0 15px; 
}
.account-account .well h2 {
	color: #A1A2A3;
}
.account-account .well a {
	color: #000;
	font-weight: 400;
}
#account-menu {
	margin: 0 0 0 -15px;
	background: #F1F2F3;
	padding: 10px 15px;
}	
#account-menu h2 {
	opacity: 0.3;
	margin: 10px 0 5px;
	font-size: 21px;
	font-weight: 800;
}
#account-menu ul {
	margin-bottom: 15px;
}
#account-menu ul &gt; li {
	padding: 2px 0;
}	
#account-menu ul &gt; li &gt; a {
	color: #000000;
	font-weight: 400;
}
.account-notify table a:not(.btn),
.account-wishlist table a:not(.btn) {
	color: #000000;
	font-weight: 600;
}
.order-list,
.return-list {
	 border-bottom: 1px solid #DDDDDD;
}
.order-list.wrapper.well,
.return-list.wrapper.well {
	background: none;
	padding: 10px;
	border-radius: 0;
	box-shadow: none !important;
}
.order-list .order-content,
.return-list .return-content {
	padding: 10px 0 0;
	border-top: 1px solid #EEEEEE;
	color: #676767;
}
.order-list .list-content,
.return-list .list-content {
	margin: 0;
}
.order-list .order-id,
.order-list .order-status,
.return-list .return-id,
.return-list .return-status {
	margin-bottom: 10px;
}
[class^="account-"] table {
	border-bottom: 1px solid #e1e2e3;
}
@media (max-width: 480px) {
	.order-list .order-id,
	.order-list .order-status {
		width: 100%;
		text-align: left !important;
		margin: 0 !important;
	}
	.order-list .list-content,
	.return-list .list-content {
		border: none !important;
	}
}
	
#social .btn {
	width: 45px;
	height: 45px;
	padding: 0 !important;
}
#social .btn .fa {
	margin: 0 !important;
	line-height: 40px;
}
.kit {
	border: 1px dotted #d1d2d3;
	padding: 15px;
}
.kit table tr td {
	position: relative;
}
.kit .plus {
	text-align: center;
	font-size: 72px;
	opacity: 0.2;
	padding: 0 10px;
}
.kit .quantity {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	background: #000000;
	font-weight: bold;
	padding: 4px 12px;
	color: #FFFFFF;
	left: 15px;
	top: 41%;
	position: absolute;
	border: 2px solid #FFFFFF;
}
.kit .component table {
	width: 100%;
}
.kit .component table img {
	margin: 2px auto;
}
.kit .component .product-label-special {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	background: #F23B3B;
	font-weight: bold;
	padding: 4px 12px;
	color: #FFFFFF;
	left: 15px;
	top: 41%;
	margin-top: 40px;
	position: absolute;
	border: 2px solid #FFFFFF;
}
.kit .cart .btn,
.kits .cart .btn {
	line-height: 24px;
}
.kit .cart .btn img,
.kits .cart .btn img {
	width: 22px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#review .stars {
	margin-right: 15px;
}
#review .stars .fa-stack {
	width: 12px;
	height: 12px;
}
#review .stars .fa {
	font-size: 12px;
	color: #F0AD4E;
}
#review &gt; .well {
	background: none;
	padding: 10px;
	box-shadow: none;
}
form legend {
	margin-bottom: 10px;
}
label[for="input-captcha"] {
	text-align: left !important;
	width: 100%;
	padding-bottom: 5px;
}
#form-review h4 {
	font-size: 21px;
}
#input-captcha {
	width: 150px;
	margin-right: 15px;
	float: left;
}

@media (max-width: 767px) {
	.kit {
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.kit {
		margin-bottom: 15px;
	}
	.kit .col-xs-6 {
		width: 100%;
		margin-bottom: 15px;
	}
	.kit .component table img {
		max-width: 110px;
	}
	.kit .component {
		position: relative;
	}
	.kit .plus {
		position: absolute;
		top: 40%;
		right: 10px;
	}
}
.ribbon {
	color: #000000;
	text-transform: uppercase;
	padding: 0 22px 0 10px;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.ribbon-yellow {
/* background: #FFDD00; Base /*
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff993a+57,ff8f26+100 */
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffb76b 0%, #ffa73d 50%, #ff993a 57%, #ff8f26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffb76b 0%,#ffa73d 50%,#ff993a 57%,#ff8f26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffb76b 0%,#ffa73d 50%,#ff993a 57%,#ff8f26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff8f26',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.75);
}
.ribbon:after{ /* this will create white triangle on the right side */
    position:absolute;
    content:"";
    top:0px;
    left:auto;
    right:0px;
    height:0px;
    width:0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #FFFFFF; 
    border-bottom: 15px solid transparent; 
}
#form-review {
	//max-width: 600px;
}
#product {
	//margin-top: 30px;
}
#product .control-label {
	margin-bottom: -10px;
	text-transform: uppercase;
}
#product div.required .control-label::before {
	display: none;
}
#product div.required .control-label::after {
	content: " *";
	color: #FF0000;
}
#product div.required.has-error .control-label::after {
	color: #FFFFFF;
}
#product .btn .fa {
	margin-right: 5px;
	font-size: 18px;
}
#product input[name="quantity"] {
	max-width: 80px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}
.product-info {
	border-left: 1px solid #F1F2F3;
}
.product-info #price {
	display: inline-block;
}
.product-info #price li.discounts {
	font-size: 14px;
	font-weight: 400;
	color: #313233;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px 6px;
	background: #e1e2e3;
}
.product-info #price li.discounts:hover {
	background: #f89406;
}
.has-error .control-label, 
.has-error .help-block {
	background: #FF0000;
	color: #FFFFFF;
	padding: 0 5px;
}
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label,
.has-error .checkbox, 
.has-error .checkbox-inline {
	color: #000;
}
#button-wishlist {
	background: none;
	border: 1px solid #dfd1d1;
	box-shadow: none;
	color: #000000;
	font-weight: 400;
}
#button-wishlist img {
	width: 20px;
	margin: 0 5px 3px;
	vertical-align: bottom;
}
#button-cart {
	font-size: 17px;
}
#button-cart img {
	width: 20px;
	margin-left: 7px;
	margin-bottom: 3px;
	vertical-align: bottom;
	display: inline-block;
}
.has-error .form-control {
	border-color: #FF0000;
}

.valid-input {
	/*
	border-color: #3dec3d;
	background: #f0fff0;
	*/
}

.invalid-input {
	border-color: #f00;
	background: #FBF4F4;
}

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #212121;
    color: #EEEEEE;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #000000;
    color: #FFFFFF;
}
#back-to-top.show {
    opacity: 1;
}
/* Down to base */
#down-to-base {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #212121;
    color: #EEEEEE;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#down-to-base:hover {
    background: #000000;
    color: #FFFFFF;
}
#down-to-base.show {
    opacity: 1;
}
@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%;
}
#column-left {
	margin-top: 5px;
}
.list-group-item {
	border-radius: 0 !important;
}

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

/* Custom Css Augustin*/
.limb {
	margin:6px 0px ;
}
.promo {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    padding: 9px 14px;
    color: #FFF;
    margin:6px 0px;
    text-transform: uppercase;
}
.promo a{
	color: #fff;
}

.h3customspan{  
   font-size: 21px
	color: #000;
	margin-top: 20px;
    margin-bottom: 10px;
	} 
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
#social {
	margin: 9px 0;
}
#social .input-lg {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	box-shadow: none;
}
#social .btn-social-icon {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 16px;
	padding: 9px 14px;
	color: #FFF;
	text-transform: uppercase;
	border: 3px solid #fff;
	background: #febd69;
}
#social .fa {
	margin-right: 5px;
}
#social .btn-facebook{
	background: #3B5998 ;
}
#social .btn-facebook:hover{
	border: 3px solid #ccc;
}
#social .btn-google{
	background: #D73D32 ;
}
#social .btn-google:hover{
	border: 3px solid #ccc;
}
#social .btn-twitter{
	background: #1DA1F2 ;
}
#social .btn-twitter:hover{
	border: 3px solid #ccc;
}
#social .btn-pinterest{
	background: #BD081C ;
}
#social .btn-pinterest:hover{
	border: 3px solid #ccc;
}
.spn1{
	color: #337ab7;
    margin:20px 0px 0px 10px;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin: .67em 0;
    font-size: 25px;
}
.carousel-design {
border: 1px solid #F1F2F3;
margin-bottom:10px;
}
.anchor-info{
	display: block;
    position: relative;
    clear: both;
    background-color: #e1e2e3;
}
.anchor-info.stick {
	top: 55px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 90000;
}
.anchorinfo {
	padding: 0;
	margin: 0 -15px;
	background: none;
	list-style: none;
}
.anchorinfo &gt; li {
	color: #313233;
	position: relative;
	white-space: nowrap;
	list-style: none;
	margin-right: 15px;
	display: inline-block;
}
.anchorinfo &gt; li &gt; a {
	color: #313233;
	font-size: 20px;
	line-height: 21px;
	padding: 10px 15px;
	display: inline-block;
	font-weight: bolder;
	cursor: pointer;
	text-decoration: none;
}
.anchorinfo &gt; li:hover {
	background: rgba(0,0,0,.1);
	color: #FFFFFF;
}
.anchorinfo &gt; li.active {
	background: rgba(0,0,0,.1);
}
.goto-review-list,
.goto-review-post {
	cursor: pointer;
}
.goto-review-list:hover,
.goto-review-post:hover {
	color: #F0AD4E;
}
@media (max-width: 640px) {
	.anchorinfo {
		margin: 0 -10px;
	}
	.anchorinfo &gt; li &gt; a {
		font-size: 12px;
	}
	.anchor-info.stick {
		top: 40px;
	}
}
@media (max-width: 480px) {
	.anchorinfo &gt; li {
		margin: 0;
	}
	.anchorinfo &gt; li &gt; a {
		padding: 5px;
	}
	.anchor-info.stick {
		top: 40px;
	}
}
.bg-grey{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.shadow {
   -moz-box-shadow:    inset 0 0 4px #E1E1E1;
   -webkit-box-shadow: inset 0 0 4px #E1E1E1;
   box-shadow:         inset 0 0 4px #E1E1E1;
}
.discount-strike {
    position: relative;
    display: inline-block;
}
.discount-strike::before, .discount-strike::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 40%;
}
.discount-strike::after {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(20deg);
    transform: skewY(-20deg);
}
.x-strike {
    position: relative;
    display: inline-block;
}

.x-strike::before,
.x-strike::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid red;
    transform-origin: center;
}
.x-strike::after {
    transform: rotate(-45deg);
}
.x-strike::before {
    transform: rotate(45deg);
}

.brand-index {
	font-size: 27px;
}

.excerpt {
	height: 20px;
	overflow: hidden;
}
.excerpt-control {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.more-less {
	cursor: pointer;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
	white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    /* width: initial; */
}

/* Pnotify 3.2.0 */

.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 21474899993647;
}
body &gt; .ui-pnotify {
  /* Notices in the body context should be fixed to the viewport. */
  position: fixed;
  /* Ensures notices are above everything */
  z-index: 214748999993647;
}
.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 21474899993647;
}
body &gt; .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 21474839999647;
}
.ui-pnotify.ui-pnotify-in {
  display: block !important;
}
.ui-pnotify.ui-pnotify-move {
  transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity .4s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity .25s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity .25s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity .1s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity .1s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-container:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}
.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}
.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

.ui-pnotify-container {
  position: relative;
  left: 0;
}
@media (max-width: 480px) {
  /* -- Notice */
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto !important;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 5px;
  }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* Alternate stack initial positioning. */
  .ui-pnotify-mobile-able.ui-pnotify.stack-topleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
    left: 0;
    right: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px;
  }

.ui-pnotify.stack-modal {
  margin-left: initial !important;
}
  
}



.modal-backdrop {
	z-index: 10000000;
}
.modal {
	z-index: 10000010;
}
@media (max-width: 1250px) {
	#search {
		width: 640px;
	}
}
@media (max-width: 1200px) {
	#user-menu {
		margin: 0;
	}
	#user-menu &gt; li img {
		width: 30px;
	}
	#logo &gt; a &gt; img {
		margin: auto !important;
		width: 100% !important;
	}
	#search {
		width: 420px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 21px !important;
		font-weight: 800;
	}
	h2 {
		font-size: 21px !important;
	}
	h3 {
		font-size: 18px !important;
	}
	[class^="product-product"] .new-price {
		font-size: 24px;
	}
	[class^="product-product"] h1 {
		font-size: 24px;
	}
	[class^="product-product"] h2.price {
		font-size: 21px;
	}
	#logo {
		max-width: 110px;
	}
	#price .ribbon {
		margin: 0;
	}
	#user-menu &gt; li {
		padding: 0 5px;
		vertical-align: middle;
	}
	#user-menu &gt; li &gt; a &gt; .caret,
	#cart .btn &gt; .caret {
		display: none;
	}
	#search {
		position: fixed;
		background: #000000;
		padding: 10px 15px;
		top: 45px;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0!important;
		display: none !important;
		opacity: 0;
		z-index: 99999;
	}
	#search.show {
		display: block !important;
		top: 45px;
		opacity: 1;
	}
	#search::before {
		display: none;
	}
	header {
		padding: 5px 0;
	}
	.navbar-toggle {
		float: none;
	}
	#main-menu nav ul {
		margin: 0;
	}
	#main-menu nav .navbar-collapse {
		position: static;
		background: #000000;
		border: none;
	}
	#main-menu nav .navbar-collapse ul li a {
		color: #FFFFFF !important;
	}
	#main-menu nav .nav-tabs &gt; li &gt; a {
		font-weight: normal;
	}
	#user-menu .dropdown-menu,
	#cart &gt; ul {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: 55px !important;
		margin: 0 !important;
		padding: 0;
		background: #FFFFFF !important;
		border-top: 1px solid #000000;
		border-bottom: 15px solid #000000;
		border-left: 15px solid #000000;
		border-right: 15px solid #000000;
	}
	#cart-ul {
		z-index: 999999;
	}
	#user-menu li.open::after,
	#cart-li:hover::after {
		content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #FFFFFF;
	    clear: both;
	    z-index: 9999999;
	}
	#user-menu li.open::after {
		bottom: -6px;
	    left: 15px;
	}
	#cart-li:hover::after {
		bottom: -5px;
	    left: 15px;
	}
	.open #toggle-search::after {
		bottom: -8px;
		left: 10px;
	}
	#sub-category-container {
		background: #000000;
		left: 0;
		top: -15px;
		overflow: auto;
	}
	#sub-category-container ul {
		width: 100%;
		float: none;
	}
	#sub-category-container .back-link {
		text-transform: uppercase;
		padding: 0 0 10px;
		color: #F08047;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#sub-category-container .back-link .fa {
		text-transform: uppercase;
		padding: 10px 5px;
		color: #F08047;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#sub-category-container .tab-pane.active {
		width: 100%;
	}
	#main-menu nav .see-all {
		position: static;
	}
	#main-menu nav .dropdown-inner,
	#main-menu nav .navbar-collapse {
		width: 100% !important;
	}
	#main-menu nav .navbar-collapse.collapse.in {
		height: calc(100vh - 115px); !important; 
	}
	#main-menu nav .dropdown-inner {
		display: inline-block;
	}
	#toggle-main-menu {
		margin: 10px 10px 0 0;
		padding: 0 !important;
		float: none !important;
		display: inline-block !important;
		max-width: 50px;
		width: auto;
		opacity: 1;
		padding: 0;
	}
	#toggle-search {
		margin: 0 10px 0 0;
		padding: 10px 5px;
		float: none;
		display: inline-block !important;
		max-width: 50px;
		width: auto;
		opacity: 1;
		cursor: pointer;
	}
	#toggle-main-menu .fa,
	#toggle-search .fa {
		font-size: 28px;
	}
	#main-menu {
		height: 100%;
		display: none;
		top: 0;
		bottom: auto;
		padding: 70px 0 0;
	}
	#main-menu .navbar-nav {
		width: 100%;
	}
	#main-menu li {
		display: block !important;
		float: none !important;
		width: 100%;
	}
	#main-menu .nav-tabs &gt; li {
		border-top: 1px solid rgba(255,255,255,0.1);
		width: 100%;
	}
	#main-menu li a {
		padding: 10px 0 !important;
		font-size: 16px;
	}
	#main-menu nav .see-all {
		position: static;
		font-weight: bold;
		text-transform: uppercase;
		color: #F08047;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 15px;
	}
	.navbar-header {
		float: none;
	}
	#logo {
		vertical-align: top!important;
	}
	#logo &gt; a {
		display: block;
		text-align: center !important;
	}
	#logo &gt; a &gt; img {
		margin: auto !important;
		width: 100% !important;
	}
	#toggle-search {
		margin: 0;
	}
	.breadcrumb-container {
		padding-top: 60px;
	}
	.product-thumb .actions {
		position: static;
		opacity: 1;
		padding: 0 10px 5px;
		height: 40px;
		margin: -10px 0 0;
		text-align: right;
		display: inline-block;
		width: 100%;
	}
	footer .fa-4x {
		font-size: 3em !important;
	}
}
@media (max-width: 767px) {
	#main-menu {
		padding: 65px 0 0;
	}
	#user-menu &gt; li {
		padding: 0 7px;
		display: inline-block;
		vertical-align: top;
	}
	#user-menu li.open::after,
	#cart-li:hover::after {
		bottom: -5px;
	    left: 17px;
	}
	#cart .badge {
		top: 0;
	}
	#toggle-main-menu .fa,
	#toggle-search .fa {
		font-size: 27px;
	}
	.navbar-nav {
		margin: 0;
	}
	#search.show {
		top: 45px;
	}
	.more-less {
		margin: 0!important;
	}
	.breadcrumb-container {
		margin-bottom: 10px;
	}
	footer .social-links {
		text-align: left!important;
	}
	footer .social-links a {
		margin: 25px 5px 0 0 !important;
	}
	footer .info h5 {
		cursor: pointer;
	}
	footer .info ul {
		height: 0;
		overflow: hidden;
	}
	footer .info ul.show {
		height: 100%!important;
	}
}

.m-top-5 {
	margin-top: 5px;
}

.m-top-10 {
	margin-top: 10px;
}

@media (max-width: 640px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 10px 0 5px;
	}
	.m-top-15 {
		margin-top: 10px;
	}
	.m-top-30 {
		margin-top: 20px;
	}
	.m-top-60 {
		margin-top: 40px;
	}
	.m-bottom-15{
		margin-bottom: 10px;
	}
	.m-bottom-30 {
		margin-bottom: 20px;
	}
	.m-bottom-60 {
		margin-bottom: 40px;
	}
	#products hr.style-two {
		display: none;
	}
	header {
		height: 40px;
		padding: 0;
	}
	header .col-lg-9 {
		width: 40%;
		padding: 0;
	}
	header .col-lg-3 {
		width: 60%;
	}
	#logo {
		max-width: 90px !important;
	}
	#main-menu {
		padding: 45px 0 0;
	}
	#user-menu &gt; li img {
		width: 30px;
	}
	#user-menu &gt; li {
		padding: 0;
		display: inline-block;
	}
	#user-menu &gt; li &gt; a,
	#toggle-search,
	#cart {
		padding: 5px 8px;
		background: #000000 !important;
	}
	#cart &gt; ul {
		border-top: 10px solid #000000;
	}
	#user-menu .dropdown-menu {
		border-top: 10px solid #000000;
		margin: 0 !important;
		top: 40px !important;
	}
	#user-menu li.open::after {
		bottom: -15px;
	    left: 12px;
	}
	#cart-li:hover::after {
	    bottom: -15px;
	    left: 12px;
	}
	#cart &gt; ul {
		top: 40px !important;
	}
	#toggle-main-menu {
		margin: 0;
		padding: 3px 15px !important;
	}
	#toggle-search {
		margin-right: 5px;
	}
	#toggle-search .fa {
		font-size: 28px;
	}
	#user-menu &gt; li .badge {
		top: 0;
		right: 0;
	}
	#search.show {
		top: 40px !important;
	}
	.breadcrumb-container {
		padding-top: 45px;
	}
	.product-thumb h4 {
		font-size: 16px;
		line-height: 16px;
		//height: 63px;
		overflow: hidden;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 18px !important;
	}
	h2 {
		font-size: 18px !important;
	}
	[class^="product-product"] .new-price {
		font-size: 18px;
	}
	[class^="product-product"] h1 {
		font-size: 18px;
	}
	[class^="product-product"] h2.price {
		font-size: 18px;
	}
	#cart &gt; ul {
		min-width: 200px !important;
	}
	#user-menu &gt; li &gt; a,
	#cart {
		padding: 5px 4px;
		background: #000000 !important;
	}
	#cart-li:hover::after {
	    bottom: -15px;
	    left: 6px;
	}
	#cart &gt; ul &gt; li a {
		font-weight: 400;
		font-size: 12px;
		line-height: 12px;
	}
	#user-menu li.open::after {
	    bottom: -16px;
	    left: 6px;
	}
	#user-menu .badge {
		padding: 3px !important;
		min-width: 20px!important;
	}
	#toggle-search {
		padding: 5px 4px;
	}
	#user-menu &gt; li img {
		width: 27px;
	}
	#toggle-main-menu .fa {
		font-size: 21px;
	}
	#toggle-search {
		margin: 0;
	}
	#toggle-search .fa {
		font-size: 23px;
	}
}
@media (max-width: 360px) {
	#logo {
		max-width: 75px!important;
		padding-top: 5px;
	}
	#user-menu &gt; li &gt; a {
		padding: 6px 0;
	}
	#user-menu &gt; li img {
		width: 27px;
	}
	#cart &gt; ul &gt; li .img-thumbnail {
		display: none;
	}
	#toggle-main-menu .fa {
		font-size: 21px;
	}
	#toggle-search .fa {
		font-size: 23px;
	}
	#user-menu li.open::after {
	    bottom: -14px;
	    left: 3px;
	}
	#toggle-search {
		padding: 7px 4px;
	}
	#toggle-main-menu {
		margin: 0;
		padding: 3px 10px !important;
	}
	.product-thumb .actions {
		position: static;
		opacity: 1;
		padding: 5px;
		margin: 0 auto 15px;
		text-align: center;
	}
}

/* Rateit */

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/star.gif);
	height: 16px;
	outline: none;
}

	.rateit .rateit-range * {
		display: block;
	}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
	display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
	display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
	left: auto;
	right: 0;
}

.rateit .rateit-hover {
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/star.gif) left -32px;
	color: rgb(239, 197, 41);
}

.rateit .rateit-hover-rtl {
	background-position: right -32px;
}

.rateit .rateit-selected {
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/star.gif) left -16px;
	color: rgb(191,66,66);
}

.rateit .rateit-selected-rtl {
	background-position: right -16px;
}

.rateit .rateit-preset {
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/star.gif) left -48px;
	color: #f9bf3b;
}

.rateit .rateit-preset-rtl {
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/star.gif) left -48px;
}

.rateit button.rateit-reset {
	background: url(https://raw.githubusercontent.com/gjunge/rateit.js/master/scripts/delete.gif) 0 0;
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	outline: none;
	border: none;
	padding: 0;
}

.rateit .rateit-reset span {
	display: none;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
	background-position: 0 -16px;
}


.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

.rateit-font .rateit-range {
	background: none;
	height: auto;
}

.rateit-font .rateit-empty {
	color: #ccc;
}

.rateit-font .rateit-range &gt; div {
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

.rateit.rateit-font .rateit-reset span {
	display: block;
	font-weight: bold;
	color: white;
	height: calc(50% - 0.045em);
	top: 0;
	position: absolute;
	border-bottom: 0.09em solid white;
	width: 72%;
	margin-left: 14%;
}


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

/* End Rateit */

/* Reviews */

#reviews .rating-layout {
  display: inline-block;
  width: 100%;
}
#reviews .rating-layout .height-150 {
  min-height: 150px;
  max-height: 150px;
  padding: 1.2em 0;
}
#reviews .rating-layout .thumbnail {
  margin-bottom: 0 !important;
}
#reviews .rating-layout .stars {
  margin-left: -10px;
}
#reviews .rating-layout .stars .fa {
  font-size: 35px;
  color: #F0AD4E;
  padding: 0 10px;
}
#reviews .rating-layout .stars .fa-stack {
  width: 30px;
  height: 30px;
}
#reviews .rating-layout .fa-stack-1x,
#reviews .rating-layout .fa-stack-2x {
  position: absolute;
  left: -5px;
  width: 100%;
  text-align: center;
}
#reviews .rating-layout .total-rating {
  font-size: 14px;
  padding: 10px 0;
  display: inline-block;
}
#reviews .rating-layout .star-total {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}
#reviews .rating-layout .reviews-summary-bars {
  color: #222;
  line-height: 15px;
}
#reviews .rating-layout .reviews-summary-bars .progress {
  height: 16px;
  margin: 0 0 10px;
}
#reviews .rating-layout .reviews-summary-bars .progress-bar {
  background-color: #f9bf3b;
}
#reviews .rating-layout .reviews-summary-bars .no-dec {
  text-decoration: none;
  color: #000;
}
#reviews .rating-layout .review-write {
  background-color: #E1E2E3;
  padding: 10px;
}
#reviews .rating-layout .opinion-rating {
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
}
#reviews .review-layout {
  display: inline-block;
  width: 100%;
}
#reviews .review-layout .review {
  padding: 15px 10px;
  text-align: center !important;
}
#reviews .review-layout .review .review-avatar {
  display: inline-block;
  text-align: center;
}
#reviews .review-layout .review .review-avatar .circle-text {
  height: 60px;
  width: 60px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff !important;
  font-size: 25px;
  line-height: 2.4em;
}
#reviews .review-layout .review .review-user {
  padding-top: 10px;
}
#reviews .review-layout .review .review-user .review-author {
  font-size: 1.3em;
  color: #005eb8;
  text-decoration: none;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
}
#reviews .review-layout .review .review-user .review-username {
  font-size: 16px;
  padding: 0 5px;
}

#reviews .review-layout .review .review-user .verified {
  font-size: 16px;
  text-align: center;
}

#reviews .review-layout .review .review-user .verified::before {
  content: "\f05d";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #64ba49;
  font-size: 16px;
  padding-right: 3px;
}

#reviews .review-rating {
  padding: 10px 0;
}
#reviews .review-rating .stars {
  margin-left: -10px;
}
#reviews .review-rating .stars .fa {
  font-size: 20px;
  color: #F0AD4E;
  padding: 0 10px;
}
#reviews .review-rating .stars .fa-stack {
  width: 15px;
  height: 15px;
}
#reviews .review-rating .fa-stack-1x,
#reviews .review-rating .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#reviews .review-content p {
  padding: 10px 20px 20px 0;
  margin: 0;
  line-height: 23px;
}
#reviews .review-images .thumbnail {
  cursor: pointer;
}
#reviews .review-vote span {
  //padding: 20px 0 3px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
#reviews .review-vote .comment,
#reviews .review-vote .like,
#reviews .review-vote .dislike,
#reviews .review-vote .write {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
#reviews .review-vote .like::before {
  content: "ï‚‡";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #ccc;
  font-size: 16px;
  padding: 3px 6px;
}
#reviews .review-vote .like:hover::before {
  color: #005eb8;
}
#reviews .review-vote .dislike:hover::before {
  color: #005eb8;
}
#reviews .review-vote .dislike::before {
  content: "ï‚ˆ";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #ccc;
  font-size: 16px;
  padding: 3px 6px;
}
#reviews .review-vote .comment::before {
  content: "ï‚†";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #005eb8;
  font-size: 16px;
  padding: 3px 6px;
}
#reviews .review-vote .write::before {
  content: "ï„";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #005eb8;
  font-size: 16px;
  padding: 3px 6px;
}
#reviews .review-vote .bc-comment {
  min-height: 20px;
  padding: 19px;
  margin: 20px 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px;
  text-align: justify;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#reviews .review-vote .bc-comment .circle-text-2 {
  text-align: center;
  height: 35px;
  width: 35px;
  vertical-align: middle;
  border-radius: 50%;
  background: #5FBA7D;
  color: #fff !important;
  font-size: 16px;
  line-height: 2.3em;
  display: block;
  float: left;
  margin-right: 10px;
}
#reviews .review-vote .bc-comment .pd-right {
  padding-right: 10px;
}
#reviews .review-vote .bc-comment2 {
  min-height: 20px;
  padding: 19px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px;
  text-align: justify;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#reviews .review-vote .circle-text-2 {
  text-align: center;
  height: 35px;
  width: 35px;
  vertical-align: middle;
  border-radius: 50%;
  background: #F15321;
  color: #fff !important;
  font-size: 16px;
  line-height: 2.3em;
  display: block;
  float: left;
  margin-right: 10px;
}
#reviews .review-vote .pd-right {
  padding-right: 10px;
}
#reviews .form-design input[id|=input-subject],
#reviews .form-design input[class|=input-name],
#reviews .form-design input[id|=input-email] {
  width: 49%;
  display: inline-block;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
#reviews .form-design input[id|=input-captcha] {
  width: 33%;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  float: none !important;
}
#reviews .form-design legend {
  font-size: 13px;
  display: inline-block;
  padding: 10px 0 0;
  border: 0;
  margin-bottom: 5px;
}
#reviews .form-design ::placeholder {
  color: #999;
}
#reviews .form-design textarea[class|=textarea-design] {
  display: block;
  width: 99%;
  height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media only screen and (max-width: 768px) {
  #reviews .mb-top-10 {
    margin-top: 10px !important;
  }
  #reviews .form-design input[id|=input-subject],
#reviews .form-design input[class|=input-name],
#reviews .form-design input[id|=input-email] {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }
  #reviews input[id|=input-captcha] {
    width: 70% !important;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #reviews .review {
    padding: 15px 10px 5px;
  }
  #reviews .review-rating {
    text-align: center;
    padding: 0 0 5px;
  }
  #reviews .review-content p {
    text-align: justify;
    padding: 5px 10px;
  }
  #reviews .review-vote span {
    padding: 5px 10px;
    text-align: left;
  }
  #reviews .review-vote .bc-coment {
    margin: 10px 5px;
  }
  #reviews .review-images .pad-img-20 {
    padding: 10px 5px;
  }
  #reviews .move-center {
    text-align: center !important;
  }
}

/* Reviews */</pre></body></html>