/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/

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 {
	font-family: 'Lato', sans-serif;
	color: #606060;
	text-transform: uppercase;
}
/* default font size */
.fa {
	font-size: 14px;
}

#top-links2 .fa
{
	font-size: 40px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 19px;
	margin-top: 25px;
}
h2 {
	font-size: 27px;
	margin-bottom: 25px;
}
h3 {
	font-size: 21px;
	font-weight: 900;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #757070;
}
a:hover {
	color: #ed1f24;
}
header a:focus, header a:active{
	color: #fff;
}
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;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* 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;
}
.form-horizontal .control-label{
	text-align: left;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
@media only screen and (max-width : 480px) {
	#top-links a{
		font-size: 11px;
	}
}
@media only screen and (max-width : 422px) {
    #top-links a{
		font-size: 10px;
	}
}
#top .btn-link, #top-links >ul >li, #top-links a {
	text-transform: uppercase;
	color: #ed1f24;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ed1f24;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #ed1f24;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 22px;
}
#top-links .login{
	/*padding-left: 18px;
	background: url('../image/login.png') left center no-repeat;*/
}
#top-links li{
	margin-right:5px;
}
#top-links .fa{
	font-size: 22px;
}
#top-links .cart{
	padding-left: 25px;
	background: url('../image/header-cart.png') left center no-repeat;
}
header{
	padding: 25px 0 15px;
}
.free{
	padding: 15px 0px 15px 60px;
	margin-top:15px;
	display: block;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 13px;
}
.free:hover{
	text-decoration: none;
	color: #fff;
}
.delivery{
	background: #ed1f24 url('../image/delivery.png') 10px center no-repeat;
}
.magazine{
	background: #ed1f24 url('../image/magazine.png') 10px center no-repeat;
	
}
.sample{
	background: #ed1f24 url('../image/sample.png') 10px center no-repeat;
	
}
.wholesale {
	background: #ed1f24 url('../image/wholesale.png') 10px center no-repeat;
	
}
.consultation{
	background: #ed1f24 url('../image/consultation.png') 10px center no-repeat;
	
}
/* logo */
#logo {
	margin: 0 0 25px 0;
}
/* search */
#search {
	margin-top: 15px;
	margin-bottom: 15px;
}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	border-color: #a3a3a3;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search .btn-search{
	background: url('../image/search.png') center center no-repeat;
	height: 36px;
	width: 37px;
	border-radius:0;
}
/* cart */
li#cart{
	padding-left:0;
}
#cart.btn-group{
	vertical-align: top;
}
#cart {
	/*padding-left: 25px;
	background: url('../image/header-cart.png') left center no-repeat;*/
}
a.remove-btn:hover{
	cursor: pointer;
}
#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;
	min-width: 125px;
	color: #676767;
	left: -80px;
	top:28px;
}
#cart .dropdown-menu a{
	color: #676767;
}
@media only screen and (max-width : 1200px) {
	#cart .dropdown-menu {
		width: 430px;
		left: -135px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#cart .dropdown-menu {
		width: 430px;
		left: -190px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#cart .dropdown-menu {
		width: 430px;
		left: -410px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#cart .dropdown-menu {
		width: 325px;
		left: -305px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    #cart .dropdown-menu {
		width: 230px;
		left: -210px;
	}
}
#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;
}
#top-links.nav .open>a, #top-links.nav .open>a:focus, #top-links.nav .open>a:hover{
	background: transparent;
}
/* menu */
.menu-wrapper{
	background: #ebebeb;
}
#menu .navbar { 
	margin-bottom: 0; 
	min-height: 40px;
	border:none;
}
#menu .nav > li > a {
	font-size: 13px;
	color: #676767;
	min-height: 15px;
	padding: 10px 48px 10px 48px;
	background-color: transparent;
	text-transform: uppercase;
}

@media only screen and (min-width : 768px) {
	#menu .nav > li:first-child > a{
		padding-left: 0px;
	}
	#menu .nav > li:last-child > a{
		padding-right: 0px;
	}
}
@media only screen and (max-width : 1200px) {
	#menu .nav > li > a {
		padding: 10px 28px 10px 28px;
	}
}
@media only screen and (max-width : 993px) {
	#menu .nav > li > a {
		padding: 10px 6px 10px 6px;
	}
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #ed1f24;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	min-width: 195px;
	left:auto;
	border-top:none;
}
#menu ul> li:first-child .dropdown-menu {
	left:0px;
}
#menu ul> li:last-child .dropdown-menu {
	right:0px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 195px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #676767;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #ed1f24;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: repeat-x;
}
/*end*/
#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: #ed1f24;
	
}
#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);
}
@media (min-width: 768px) {
	#menu .nav > li.dropdown a:hover{
		background: url('../image/dropdown-arrow.png') bottom center no-repeat;
	}
	#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: #676767;
		padding: 6px 20px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #676767;
	}
}
/* content */
#content {
	min-height: 500px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
	color: #000000;
	font-size: 14px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li{
	margin-bottom: 10px;
}
footer a {
	color: #000000;
}
footer a:hover {
	color: #000000;
	text-decoration: underline;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 25px;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
footer .fb{
	background: url('../image/fb-icon.png') top center no-repeat;
	width: 33px;
	height: 33px;
	margin-right:5px;
	display: inline-block;
}
footer .gp{
	background: url('../image/g-icon.png') top center no-repeat;
	width: 33px;
	height: 33px;
	display: inline-block;
}
footer .paypal{
	background: url('../image/paypal.png') top center no-repeat;
	display: block;
	width: 61px;
	height: 138px;
}
footer input[type="text"]{
	border: solid 1px #979797;
	border-radius: 2px;
	background: transparent;
}
.copyright{
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}
.banner-top-left .item,.banner-row .item{
	display: inline-block;
}
.banner-top-left{
	display: inline-block;
	width: 63%;
}
.banner-top-right{
	float: right;
	width: 35.5%;
	display: inline-block;
	margin-left:1.5%;
}
.banner-top-right .item{
	margin-bottom: 1.5%;
}
.banner-top-right .item:last-child{
	margin-bottom: 0;
}
.banner-row{
	margin-top: 1%;
	font-size: 0;
}
.banner-row .item{
	width: 32.5%;
	margin-right: 1.2%;
}
.banner-row .item:last-child{
	margin-right: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 25px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.product-category .breadcrumb, .product-product .breadcrumb{
	display: block;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	/*white-space: nowrap;*/
	vertical-align: middle;
	
}
@media (max-width: 992px){
	.breadcrumb > li {
		max-width: 320px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	right: -5px;
	width: 42px;
	height: 42px;
	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);
}

.top-line{
	border-top:solid 1px #d7d7d7;
	margin-top:25px;
}
.pagination {
	margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: transparent;
	border:none;
	color: #4f4f4f;
	font-size: 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #4f4f4f;
	font-size: 10px;
}
.pagination>li>a, .pagination>li>span{
	color: #4f4f4f;
	border: none;
	font-size: 10px;
}
/* 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: #fff;
	background-color: #828282;
	border-radius:0;
	border: solid 1px #b8b8b8;
}
.btn-primary {
	color: #ffffff;
	background-color: #ed1f24;
	border: none;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ed1f24;
}
.btn-warning {
	color: #ffffff;
	background-color: #fcb040;
	border: none;
	border-radius: 0;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.cat-list a{
	display: block;
}
.cat-list ul{
	background: #f4f4f4;
	list-style: none;
	padding:10px 0 10px 15px;
	margin-bottom: 10px;
}
.cat-list ul li a{
	color: #676767;
	font-size: 13px;
	text-transform: capitalize;
}
.cat-list ul li a:hover,.cat-list ul li.active a{
	color: #ed1f24;
	text-decoration: none;
}
.cat-list ul li{
	margin-bottom: 10px;
	position: relative;
}
.cat-list ul li::after{
	content: url('../image/cat-arrow.png');
	width: 5px;
	height: 8px;
	display: block;
	position: absolute;
	right: 10px;
	top: 4px;
}
.cat-header a{
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
}
.cat-header a:hover{
	text-decoration: none;
}
.cat-header{
	background: #fcb040;
	text-align: center;
}
.categories{
	border: solid 1px #d7d7d7;
	min-width: 100%;
	height: 222px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 22px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}
.categories .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(237, 31, 36, 0.8);
    background: rgba(237, 31, 36, 0.8);
	line-height: 40px;
	color: #fff;
}
.categories img{
	margin: 0 auto;
	min-width: 100%;
}
.categories a{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pad{
	padding:30px 10px;
}
/* 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 */
#owl-demo .item{
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
  float: right;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a.prev{
	background: url('../image/prev.png') center center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.customNavigation a.next{
	background: url('../image/next.png') center center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.customNavigation a.prev:hover, .customNavigation a.next:hover{
	cursor: pointer;
}
hr{
	border-top:solid 1px #d9d9d9;
	margin-top: 10px;
}
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
}
.product-thumb .image {
	border:solid 3px #ededed;
	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-thumb h4 a{
	color: #807c7c;
}
.product-thumb h4{
	text-align: center;
	font-weight: 700;
}
.product-thumb .new-sale-wrap, .product-grid .new-sale-wrap{
	position: absolute;
	top: 3px;
	display: block;
	right: 3px;
	width: 30%;
}
.new-sale-wrap1{
	position: absolute;
	top: 3px;
	right: 18px;
	display: block;
	width: 30%;
}
.product-thumb .sale, .thumbnails .sale, .product-thumb .new, .thumbnails .new, .product-thumb .discount, .thumbnails .discount{
	float: right;
}
.product-thumb .discount{
	background: url('../image/off.png') no-repeat;
	background-size: 100% 100%;
	padding: 9px 14px;
	color: #fff;
	font-size: 17px;
	width: 120%;
	font-family: 'Lobster', cursive;
}
.product-thumb .discount span, .thumbnails .discount span{
	font-size: 15px;
	display: block;
	text-align: right;
}
.thumbnails .discount{
	background: url('../image/off.png') no-repeat;
	background-size: 100% 100%;
	width: 60%;
	padding: 11px 17px;
	color: #fff;
	font-family: 'Lobster', cursive;
	font-size: 22px;
}
@media (min-width: 480px) {
	.product-thumb .discount{
		width: 100%;
		padding: 15px 16px;
		font-size: 22px;
	}
	.common-home .product-thumb .discount{
		width: 115%;
	}
	.product-thumb .discount span{
		font-size: 13px;
	}
	.thumbnails .discount{
		width: 47%;
		clear: both;
	}
}
@media (min-width: 596px) {
	.product-thumb .discount{
		width: 85%;
		padding: 14px 16px;
		font-size: 22px;
	}
	.common-home .product-thumb .discount{
		width: 100%;
	}
	.thumbnails .discount{
		width: 38%;
		clear: both;
	}
}
@media (min-width: 612px) {
	.product-thumb .discount{
		width: 85%;
		padding: 14px 16px;
		font-size: 24px;
	}
	.common-home .product-thumb .discount{
		width: 100%;
	}
	.thumbnails .discount{
		width: 38%;
		clear: both;
	}
}
@media (min-width: 678px) {
	.product-thumb .discount{
		width: 80%;
		padding: 16px 20px;
		font-size: 24px;
	}
	.common-home .product-thumb .discount{
		width: 88%;
	}
	.thumbnails .discount{
		width: 33%;
		clear: both;
	}
}
@media (min-width: 768px) {
	.product-thumb .discount{
		width: 100%;
		padding: 13px 21px;
		font-size: 22px;
	}
	.common-home .product-thumb .discount{
		width: 77%;
	}
	.thumbnails .discount{
		width: 95%;
	}
}
@media (min-width: 928px) {
	.common-home .product-thumb .discount{
		width: 77%;
	}
}
@media (min-width: 992px) {
	.product-thumb .discount{
		width: 100%;
		padding: 11px 16px;
		font-size: 20px;
	}
	.common-home .product-thumb .discount{
		width: 80% ;
	}
	.product-thumb .discount span{
		font-size: 16px;
	}
	.thumbnails .discount{
		width: 74%;
	}
}
@media (min-width: 1200px) {
	.product-thumb .discount{
		width: 100%;
		padding: 18px 20px;
		font-size: 25px;
	}
	.common-home .product-thumb .discount{
		width: 80%;
	}
	.product-thumb .discount span{
		font-size: 20px;
	}
	.thumbnails .discount{
		width: 63%;
	}

}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 60px;
}
a.btn-cart{
	display: block;
	width: 44px;
	height: 43px;
	margin: 0 auto;
	cursor: pointer;
	background: url('../image/cart.png') center center no-repeat;
}
a.btn-cart2{
	display: inline-block;
	padding-left:50px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	cursor: pointer;
	background: url('../image/cart.png') left center no-repeat;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

a.btn-cart3{
	display: inline-block;
	padding-left:50px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	cursor: pointer;
	background: url('../image/cart.png') left center no-repeat;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

a.btn-cart2:hover{
	text-decoration: none;
}
a.btn-cart3:hover{
	text-decoration: none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 100px;
	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: 135px;
}
}
.product-thumb .rating {
	display: none;
	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;
}
h3.red{
	font-size: 18px;
	color: #ed1f24;
	margin-bottom: 20px;
}
.product-product ul.nav-tabs, .information-calculator ul.nav-tabs, .information-calculator-bmr ul.nav-tabs{
	display: table;
	left: 0;
	right: 0;
	width: 100%;
}
.product-product .nav-tabs, .information-calculator .nav-tabs, .information-calculator-bmr .nav-tabs{
	margin-top: 20px;
	border-bottom:none;
}
@media only screen and (min-width : 992px) {
	.product-product .nav-tabs>li, .information-calculator .nav-tabs>li, .information-calculator-bmr .nav-tabs>li{
		display: table-cell;
	}
}
.product-product .nav-tabs>li, .information-calculator .nav-tabs>li, .information-calculator-bmr .nav-tabs>li{
	margin-bottom: 3px;
	float: none;
}
.product-product .nav-tabs>li>a, .product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li>a:focus, .information-calculator .nav-tabs>li>a, .information-calculator .nav-tabs>li.active>a, .information-calculator .nav-tabs>li>a:focus, .information-calculator-bmr .nav-tabs>li>a, .information-calculator-bmr .nav-tabs>li.active>a, .information-calculator-bmr .nav-tabs>li>a:focus{
	margin: 0 3px;
	border-radius: 0;
	border:none;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #fcb040;
	text-align: center;
}

.product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li.active>a:focus, .product-product .nav-tabs>li.active>a:hover, .product-product .nav-tabs>li>a:hover, .information-calculator .nav-tabs>li.active>a, .information-calculator .nav-tabs>li.active>a:focus, .information-calculator .nav-tabs>li.active>a:hover, .information-calculator .nav-tabs>li>a:hover, .information-calculator-bmr .nav-tabs>li.active>a, .information-calculator-bmr .nav-tabs>li.active>a:focus, .information-calculator-bmr .nav-tabs>li.active>a:hover, .information-calculator-bmr .nav-tabs>li>a:hover{
	background-color: #ed1f24;
	border: 0;
	color: #fff;
}
.product-product .tab-content, .information-calculator .tab-content, .information-calculator-bmr .tab-content{
	border: solid 1px #d7d7d7;
	margin: 3px;
	padding: 20px 15px;
}
.product-product .tab-content table{
	width: 100% !important;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	text-align: center;
	color: #4B4949;
	font-size: 14px;
}

.product-thumb .price2 {
    text-align: center;
    color: #DB0000;
    font-size: 14px;
}

.product-thumb .price-new {
	font-weight: 600;
	color: #4B4949;
}
.product-thumb .price-new2 {
	font-weight: 600;
	color: #DB0000;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.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;
}
.thumbnail{
	border-radius: 0;
}
.product-info h1{
	color: #807c7c;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-top: 0;
}
.product-info h2{
	font-size: 17px;
	font-family: "Lato", sans-serif;
}
.product-info .model{
	font-style: italic;
	text-transform: uppercase;
}
.addthis_toolbox{
	margin-top: 20px;
}
.addthis_toolbox .fa {
	font-size: 18px;
}
/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* 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%;
    }
}
#column-right{
	margin-top:56px;
}
/* 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;
}

.clear { clear: both; }
:focus { outline: none !important; }

.iid-4 #content p span, .iid-6 #content p span, .iid-7 #content p span, .iid-8 #content p span, .iid-9 #content p span{
	color: #313030;
}
.line{
	border-top:solid 1px #fef0f0;
	border-bottom:solid 1px #ee2e33;
	margin-top: 20px;
	margin-bottom: 30px;
}
.retailer{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
	min-height: 340px;
	border-bottom:solid 1px #d9d9d9;
}
.retailer span, .retailer span a {
	color: #ed1f24;
}
.retailer address{
	line-height: 22px;
}
.retailer h3{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.login-box-left{
	padding: 0px 25px 15px 15px;
	color: #5c5c5c;
	font-size: 13px;
	border-right:solid 1px #d7d7d7;
}
.login-box-right{
	padding: 0px 15px 15px 15px;
	color: #5c5c5c;
	font-size: 13px;
}
.calculator-heading{
	margin: 0 3px -3px;
	color: #ed1f24;
	font-size: 18px;
	text-align: center;
	border:solid 1px #d7d7d7;
	border-bottom: none;
	padding: 20px 0;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
#calculator-box .tab-content{
	border:none;
	padding: 0;
}
#calculator-box .nav-tabs{
	margin-top: 0;
	margin-bottom: 0;
}
#calculator-box .nav-tabs>li{
	display: inline-block;
	margin-bottom: 0;
}
#calculator-box ul.nav-tabs{
	text-align: center;
}
#calculator-box .nav>li>a{
	padding: 10px 30px;
}
#calculator-box fieldset{
	padding: 20px 15px;
	border:solid 1px #d7d7d7;
	border-bottom: none;
}
#calculator-box fieldset h1{
	margin: 0 0 15px;
	color: #ed1f24;
	font-size: 16px;
	text-transform: none;
}
#calculator-box input[type="text"], #calculator-box input[type="number"]{
	height: 25px;
	border:solid 1px #d7d7d7;
	border-radius: 0;
	margin-top: 7px;
	padding: 3px 5px;
}
#calculator-box textarea{
	margin-top: 7px;
	border-radius: 0;
	padding: 3px 5px;
	border:solid 1px #d7d7d7;
}	
#calculator-box .q{
	font-size: 14px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}
.btn-calc{
	background: #ed1f24;
	text-align: center;
}
.btn-calc a{
	color: #fff;
	font-size:15px;
	padding: 15px 0;
	display: block;
}
.btn-calc a:hover{
	cursor: pointer;
	text-decoration: none;
}
#bmi{
	font-size: 18px;
	font-family: "Lato", sans-serif;
}
.testimonial{
	border-bottom: solid 1px #d7d7d7;
	padding-bottom: 20px;
	margin-bottom:20px;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #4f4f4f;
}
.testimonial .customer{
	margin-top: 15px;
}
#product_range{
	margin-bottom: 25px;
}
#product_range .description{
	text-align: justify;
	min-height: 100px;
}
#product_range .image{
	border: solid 1px #dcdcdc;
	text-align: center;
	overflow: hidden;
}
#product_range .name{
	margin-top:5px;
	margin-bottom: 15px;
}
#product_range .name a{
	color: #4f4f4f;
	font-size: 15px;
	font-family: "Lato", sans-serif;
}
.product_range_info{
	padding-bottom: 25px;
	border-bottom: solid 1px #d7d7d7;
}
.product_range_info .image{
	float: left;
	border:solid 1px #d7d7d7;
	margin-right: 25px;
}
.product_range_info .description{
	display: inline-block;
}
.product_range_info h3{
	font-family: "Lato", sans-serif;
	font-size: 15px;
	color: #4f4f4f;
}
#e_magazine{
	margin-bottom: 40px;

}
#e_magazine .image img{
	max-height: 240px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 17px 50px -14px rgba(155,153,133,1);
	-moz-box-shadow: 0px 17px 50px -14px rgba(155,153,133,1);
	box-shadow: 0px 17px 50px -14px rgba(155,153,133,1);
}
#e_magazine .read-interactive{
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}
#e_magazine .name{
	color: #676767;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#masterslider0{
	width: 63%;
	display: inline-block;
}
@media print{
	.no-print, header, #column-left, footer, .copyright, .pbListing-box, .bundle-title, #tab-review, #tab-related-article, h2, #product, .product-product ul.nav-tabs, .addthis_toolbox, .breadcrumb, .new, .sale, .modal-dialog{
		display:none !important;
	}
	.product-product .tab-content{
		border:none;
		border-left:none;
		border-right: none;
	}
	
}

iframe{
	max-width: 100%;
}
/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.col-xs-12 {
	    width: 100%;
	    /*display: none;*/
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

div#qrcode {
    display: none;
}