body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #3F3F40;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 27px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin-bottom:20px;
}

h2 {
	font-size: 27px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	line-height: 13px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #E81F14;
}
a:hover {
	text-decoration: underline;
	color: #E81F14;
}
legend {
	font-size: 22px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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 select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #979797;
	color:#000;
	font-size:15px !important;
	background:none;
	font-weight: bold;
	height:auto;
	width:100%;
}

.input-group select option{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #979797;
	color:#000;
	font-size:15px !important;
	background:none;
	font-weight: bold;
	height:auto;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border-bottom:1px solid #D8D8D8;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	border:2px solid #E81F14;
	padding:5px;
}
/* top */
#top {
	background-color: #F8F8F8;
	padding: 15px 0px 15px 0;
	margin: 0 0 20px 0;
}
#top .container {
	padding: 0 20px;
}

#top .list-inline{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	font-size: 15px;
	color: #3F3F40;
	text-align: left;
	line-height: 13px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #E81F14;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	padding:5px;
	border:2px solid #fff;
}
#top-links .dropdown-menu a:hover {
	color: #E81F14;
	border:2px solid #E81F14;
	background:none;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links span.separator{
	color:#D8D8D8;
}

#top-links {
}
#top-links a + a {
	margin-left: 15px;
}

#top .pull-left a{
	font-size: 15px;
	color: #3F3F40;
	text-align: left;
}

#top .pull-left a:hover{
	color:#E81F14;
}

#top .pull-left a i{
	font-size: 15px;
	color: #3F3F40;
	text-align: left;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo a img{
	width:200px;
}
/* search */
#search {
	margin-top:20px;
}
#search .input-lg {
	background: rgba(242,242,242,0.50);
	border: 1px solid #E1E1E1;
	-webkit-border-top-left-radius: 21px;
	-webkit-border-bottom-left-radius: 21px;
	-moz-border-radius-topleft: 21px;
	-moz-border-radius-bottomleft: 21px;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
	box-shadow: none;
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 13px;
	border-right:0px;
	height:36px;
}
#search .btn-lg {
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 13px;
	box-shadow: none;
	background: rgba(242,242,242,0.50);
	border: 1px solid #E1E1E1;
	-webkit-border-top-right-radius: 21px;
	-webkit-border-bottom-right-radius: 21px;
	-moz-border-radius-topright: 21px;
	-moz-border-radius-bottomright: 21px;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	border-left:0px;
	padding: 10px 15px;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > button{
	font-size: 15px;
	color: #3F3F40;
	background:none !important;
	border:none;
	padding:0px;
	margin:0px;
	line-height: 13px;
}
#cart.open > button {
	background-image: none;
	color: #3F3F40;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > button:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

header{
	padding-bottom: 10px;
}

#menu {
	text-align: right;
}
#menu .nav > li > a {
	font-size: 16px;
	color: #000000;
	text-align: right;
	line-height: 13px;
	text-transform: uppercase;
	padding:10px;
	font-weight: 500;
}

.navbar {
	border:none;
	padding-top:22px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background:#E81F14;
	color:#fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background:transparent;
}

#top-links .dropdown-menu {
	border:none;
	border-top:3px solid #E81F14;
	top:150%;
	border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:15px;
}

.dropdown-inner {
	display: table;
	padding:10px;
}

#menu .dropdown-menu{
	min-width:500px;
	right:0px;
	left:auto;
}

#menu .dropdown-inner h4{
	width:100%;
	display: block;
	float:left;
}

#menu .dropdown-inner h4 a{
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	width:100%;
}

.navbar-nav{
	float:right;
}

.dropdown-inner ul {
	display: table-cell;
	float:left;
}

#menu .dropdown-inner ul li{
	width:100%;
}

#menu .dropdown-inner ul ul{
	margin:0px;
	padding:0px;
}

#menu .dropdown-inner ul ul{
	list-style-type: none;
}

#menu .dropdown-inner a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	border:2px solid #fff;
	width:100%;
}

#menu .dropdown-inner li a:hover {
	border:2px solid #E81F14;
	background:none;
}

#top-links .dropdown-inner li a:hover {
	border:2px solid #E81F14;
	background:none;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background:#F7F7F7;
	color: #000000;
}
footer hr {
	border-top:0px;
	border-bottom: 1px solid #D8D8D8;
}
footer a {
	font-size: 13px;
	color: #000000;
	opacity: 0.9;
}

footer a:hover {
	opacity: 1;
}
footer h5 {
	font-size: 13px;
	color: #000000;
	opacity: 0.9;
	font-weight: 600;
}
/* alert */
.alert {
	/*padding: 8px 14px 8px 14px;*/
}
/* breadcrumb */
.breadcrumb {
	margin: 0px;
	border-top: 1px solid #D8D8D8;
	border-radius: 0px;
	background:none;
	padding: 15px 0px 15px 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child
{
	padding-left:0px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li a{
	font-size: 12px;
	color: #3F3F40;
	text-align: left;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #D8D8D8;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	transform: rotate(-65deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	/*color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
	border:none;
	background: #E81F14;
	border-radius: 27.68px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding:10px 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #E81F14;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	border: none;
	background: #da4f49;
	border-radius: 27.68px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
}
.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 {
	border: none;
	background: #df5c39;
	border-radius: 27.68px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	background:#fff;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	float:left;
	width: 50%;
	padding:10px;
}
.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 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin:0px;
	padding:0px;
}
.product-thumb h4 a{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.product-thumb .caption {
	padding: 0px 0px;
	width:50%;
	float:left;
	border-left:2px solid #F8F8F8;
	min-height: 180px;
	position: relative;
}

.product-thumb .caption .description{
	border-left: 6px solid #E81F14;
	padding: 0px 20px 0px 14px;
	margin: 20px 0px;
}

.product-thumb .caption p.price{
	position: absolute;
	bottom:20px;
	margin:0px 20px;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	width:calc(100% - 40px);
	float:left;
}

.product-thumb .caption p.price a{
	float:right;
	opacity: 0.1;
	font-size: 20px;
	color: #000000;
	margin-left:10px;
}

.product-thumb .caption p.price a:hover{
	color:#E81F14;
	opacity:1;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group{
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgba(232,31,20,0.9);
	text-align: center;
	vertical-align: middle;
	padding:65px 0px;
	display: none;
}

.product-thumb .button-group button {
	background: #FFFFFF;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.21);
	border-radius: 26.5px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 13px 15px;
	border:none;
	font-weight: 600;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}

.product-list{
	background: #F8F8F8;
	position: relative;
}

.product-list .image{
	border:2px solid #F8F8F8;
}

.product-list .button-group{
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgba(232,31,20,0.9);
	text-align: center;
	vertical-align: middle;
	padding-top:calc(50% - 30px);
	display: none;
	top:0px;
}

.product-list .button-group button {
	background: #FFFFFF;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.21);
	border-radius: 26.5px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 13px 15px;
	border:none;
	font-weight: 600;
}

.category-layout .product-list .button-group{
	padding-top:50px;
}

.category-layout .caption{
	position: relative;
}

.product-list .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}

.product-list .caption{

}

.product-list .caption .description{
	border-left:6px solid #E81F14;
	padding:0px 20px 0px 14px;
	margin:20px 0px;
	float:left;
}

.product-list .caption h4{
	margin:0px;
	padding:0px;
}

.product-list .caption h4 a{
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}

.product-list .caption .price{
	padding:0px 20px 20px 20px;
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}

.product-list .caption .price a{
	float:right;
	margin-left:10px;
}

.product-list .caption .price a i{
	opacity: 0.1;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

@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%;
	}
}

.thumbnail{
	border:none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
	margin-top:20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

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

.swiper-viewport{
	border:none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom:40px;
	overflow: hidden;
}

.swiper-pagination{
	bottom:-15px;
}

.swiper-pagination-bullet{
	width:7px;
	height:30px;
	background:#fff;
	box-shadow: none;
	border-radius: 0px;
	transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
	transition: transform 2s;
	margin:0px 10px 0px 10px;
	display: inline-block;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background:#E81F14;
	height:40px;
}

.atuBox{
	text-align: center;
	border: 4px solid #F8F8F8;
	padding:20px 0px;
}

.atuBox h3{
	font-size: 15px;
	color: #000000;
	text-align: center;
}

.atuBox p{
	font-size: 12px;
	color: #626262;
	text-align: center;
}

.special-home{
	background:#F8F8F8;
}

.special-home h3{
	font-size: 24px;
	color: #000000;
	text-align: left;
	font-weight: 700;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px solid rgba(216,216,216,0.60);
}

.three-banners{
	padding:40px 0px;
}

.latest-home h3{
	font-size: 24px;
	color: #000000;
	text-align: left;
	font-weight: 800;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px solid rgba(216,216,216,0.60);
}

.swiper-viewport .swiper-button-prev{
	background: #FFFFFF;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.21);
	border-radius: 25px;
	font-family: Helvetica;
	font-size: 10px;
	color: #B0B0B0;
	text-align: center;
	padding:2px 25px 0px 15px;
	opacity: 1;
	left:10px;
}

.swiper-viewport .swiper-button-prev:hover{
	background: #E81F14;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.21);
	border-radius: 25px;
	font-family: Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.swiper-viewport .swiper-button-next{
	background: #FFFFFF;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.21);
	border-radius: 25px;
	font-family: Helvetica;
	font-size: 10px;
	color: #B0B0B0;
	text-align: center;
	padding:2px 25px 0px 15px;
	opacity: 1;
	right:10px;
}

.swiper-viewport .swiper-button-next:hover{
	background: #E81F14;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.21);
	border-radius: 25px;
	font-family: Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	opacity: 1;
}


.swiper-button-prev:before{
	display:none;
}

.swiper-button-next:before{
	display:none;
}

#carousel0{
	margin:20px 0px;
}

.newsletter{
	margin-top:20px;
	background: url('../image/newsletter-bg.png') no-repeat center top #EA352B;
	padding:20px 0px 20px 0px;
}

.newsletter h3{
	font-size: 32px;
	color: #FFFFFF;
	text-align: left;
	padding:0px;
	margin:0px;
}

.newsletter input[type="email"]{
	background: #FBFBFB;
	-webkit-border-top-left-radius: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-topleft: 32px;
	-moz-border-radius-bottomleft: 32px;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	border:none;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding:10px 40px;
	height:46px !important;
	background:#fff !important;
}

.newsletter span{
	background: #FBFBFB;
	-webkit-border-top-right-radius: 32px;
	-webkit-border-bottom-right-radius: 32px;
	-moz-border-radius-topright: 32px;
	-moz-border-radius-bottomright: 32px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	padding:10px 0px;
}

.newsletter span button{
	border:none;
	padding:0px 40px;
	border-left:2px solid #D8D8D8;
	font-size: 15px;
	color: #000000;
	text-align: center;
	background:none;
	box-shadow: none;
}

form input.form-control[type="text"],input.form-control[type="email"],input.form-control[type="password"],input.form-control[type="tel"]{
	border: 1px solid #E1E1E1;
	border-radius: 21px;
	box-shadow: none !important;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 16px;
	border-right: 0px;
	background:rgba(242,242,242,0.50);
	padding:10px 20px;
	height:auto;
}

.greybg{
	background:#F8F8F8;
	margin-bottom:40px;
}

.product-price{
	font-size: 20px;
	color: #000000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
	border:none;
	border-bottom:2px solid #E81F14;
	font-size: 16px;
	color: #000000;
	line-height: 13px;
}

.nav-tabs>li>a{
	border:none;
	border-bottom:2px solid #D8D8D8;
	font-size: 16px;
	color: #000000;
	line-height: 13px;
}

.product-options{
}

.list-bigger{
	margin-top:40px;
}

.list-bigger a{
	font-size:18px;
	font-weight: 400;
	margin:10px 0px;
	display: block;
}

.btn-default{
	border: none;
	background: #d4d4d4;
	border-radius: 27.68px;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 10px 20px;
}

.panel-default > .panel-heading{
	padding:10px 15px;
	background:#fff;
	font-weight: bold;
}

.panel-default > .panel-heading h4 a[aria-expanded="true"]{
	font-weight: bold;
	color:#E81F14;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	font-weight: bold;
	font-size:18px;
}


.pagination li a{
	border:1px solid #fff;
	color:#E81F14;
}

.pagination li a:hover{
	background:#E81F14;
	border:1px solid #E81F14;
	border-radius: 0px;
	color:#fff;
}

.pagination li.active span{
	background:#E81F14;
	border:1px solid #E81F14;
	border-radius: 0px;
}

@media only screen and (max-width: 600px) {
	#top-links{
		float:left !important;
	}

	#top-links .dropdown-menu-right{
		left:0px !important;
	}

	#menu{
		background:#E81F14 !important;
		padding-top:0px;
		margin-top:20px;
		padding-bottom:0px;
		min-height: auto;
		height: auto;
	}

	#menu .btn-navbar{
		background:none;
		box-shadow: none;
		border:none;
	}

	#menu .btn-navbar:hover{
		background:none;
		box-shadow: none;
		border:none;
	}

	#menu .nav{
		float:left;
	}

	#menu .nav li a{
		width: 100%;
		text-align: left;
		float:left;
		color:#fff;
	}

	#menu div.dropdown-inner > ul.list-unstyled{
		width:100%;
		border:none;
		padding:5px;
	}

	#menu div.dropdown-inner > ul.list-unstyled li a{
		border:none !important;
	}

	.atuBox{
		margin-bottom:20px;
	}

	.three-banners{
		margin-top:0px;
		padding-top: 0px;
	}

	.three-banners a{
		margin-bottom:20px;
		display: block;
	}

	.product-list .image{
		width: 100%;
	}
	.product-list .image img{
		width: 100%;
	}

}
