body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
hr{
	border-color: #ddd;
}
a {
	color: #363636;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover{
	color: #FFE20A;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-control{
	height: 39px;
	border-radius: 0;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu{
	border-radius: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-webkit-transform: scale(1, 0);
	display: block; 
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.picker-open.bootstrap-datetimepicker-widget{
	-webkit-transform: scale(1, 1);
	  transform: scale(1, 1);  
	  opacity:1;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFE20A;
}	
/* top */
#top {
	padding: 4px 0px 3px 0;
	margin: 0 0 18px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency{
	position: relative;
	z-index: 9;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #FFE20A;
}
#top #form-currency .dropdown-menu, #top #form-language .dropdown-menu{
	padding: 0;
}
#top .account-toggle .dropdown-menu{
	padding: 0;
	margin-top: 12px;
}
#top .account-toggle .dropdown-menu li a{
	padding: 10px 16px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #FFE20A;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
}
#top-links .open > a{
	background: none;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding: 10px 0;
}
#top-links ul{
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .top_inner{
	background: #363636;
}
#top{
	position: relative;
}
#top .top_inner:before,
#top .top_inner:after{
	display: table;
  	content: " ";
}
#top .top_inner:after{
	clear: both;
}
.header-bar{
	position: static;
}
.header-bar .skew{
	position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #363636;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
}
/* logo */
#logo {
	position: absolute;
	left: 0;
	z-index: 2;
	float: left;
	top: -18px;
}
#logo a{
    height: auto;
    line-height: normal;
    background-color: #FFE20A;
    position: relative;
    float: left;
    z-index: 1;
}
#logo:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFE20A;
    transform: skew(-43deg);
    -webkit-transform: skew(-43deg);
    -moz-transform: skew(-43deg);
    -ms-transform: skew(-43deg);
    box-shadow: 0px 6px 10px -11px rgba(0, 0, 0, 1);
}
#logo img{
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
/* search */
#mpsearch {
	border: 3px solid #FFE20A;
}
#mpsearch .input-lg {
	height: 34px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	background: none;
	border: none;
	color: #fff;
}
#mpsearch .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 7px 10px;
	border-radius: 0;
	background: #363636;
	border: none;
	color: #FFE20A;
}
/* cart */
#cart > .btn i{
	vertical-align: middle;
	color: #FFE20A;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background: no-repeat;
	border: none;
	box-shadow: none;
}
#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: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 300px;
	border:none;
}
#cart .dropdown-menu table td{
	font-size: 14px;
	border: none;
}
#cart .dropdown-menu table td a{
	color: #666;
}
#cart .dropdown-menu table .total-price{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0 5px;
}
/* menu */
#menu .navbar-collapse {
    border: 0;
    background-color: transparent;
    position: relative;
    right: 90px;
}
.navbar{
	min-height: 49px;
}
#menu {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #FFE20A;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	top: 95px;
	min-width: 250px;
	background: #363636;
}
/*#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}*/
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#menu .see-all {
	display: block;
	border-top: 1px solid #424242;
	color: #FFE20A;
	padding: 10px 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 {
	color: #FFE20A;
	text-decoration: underline;
}
#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;
	background: none;
	float: right;
}
#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;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1;
	}
}
@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);
		color: #FFE20A;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
}
/* footer */
footer {
	background-color: #303030;
	color: #e2e2e2;
	margin-top: 10px;
}
footer ul li{
	padding-bottom: 10px;
	align-items: flex-start;
}
footer ul li a{
	font-size: 14px;
	color: #757575;
}
footer a:hover {
	color: #FFE20A;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 28px;
}

footer .col-sm-3:last-child .f-col{
	border: none;
}
.powered {
	border-top: 1px solid #424242;
}
.powered p{
	margin: 15px 0;
}
.powered a{
	color: #FFE20A;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 30px 0 20px 0;
	padding: 8px 0;
	background: #363636;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a{
	color: #fff;
}
.breadcrumb > li a:hover{
	color: #FFE20A;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child a{
	color: #FFE20A;
}
.breadcrumb > li:last-child:after{
	display: none;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: -8px;
	width: 14px;
	height: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-75deg);
	-moz-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.buttons:before,
.buttons:after{
	display: table;
  	content: " ";	
}
.buttons:after{
 	clear: both;
}
.btn {
	padding: 10px 16px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-secondary{
	background: #000;
	color: #fff;
	border-color: #000;
}
.btn-details{
	background: #000;
	color: #fff;
	border: none;
	font-size: 14px;
	margin-left: 10px;	
	line-height: 24px;
}
.btn-details:hover, .btn-details:focus{
	background: #FFE20A;
}
.btn-details:hover i{
	color: #000;
}
.btn-details i{
	font-size: 18px;
	color: #fff;
	padding-right: 5px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.btn-cart{
	background: #FFE20A;
	border: none;
}
.btn-cart i{
	color: #000;
	font-size: 24px;
}
.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;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000;
	background-color: #FFE20A;
	border-color: #FFE20A;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
	color: #fff;
}
.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 > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	background-color: #000;
	color: #fff;	
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
 	background-color: #000;
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus{
	background-color: #000;
	color: #fff;	
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	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{
	background: #FFE20A;
	padding: 10px;
}
.list-group a {
	color: #000;
	padding: 8px 0 12px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	font-weight: bold;
	color: #000;
	background: none;

}
.list-group-item:last-child{
	border: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	border-color: #000;
}
.list-group-item{
	border: none;
	border-bottom: 1px solid #000;
	margin: 0;
	background: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #eae8e8;
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .sale{
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 7px 15px;
	background: #53B618;
	color: #fff;
}
.product-thumb .image a {
	display: block;
	padding: 18px 10px;
}
.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 {
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 7px;
	min-height: 50px;
}
.product-thumb h4 a{
	color: #000;
}
.product-thumb .caption p{
	margin-bottom: 15px;
	line-height: normal;
}
.product-thumb .caption {
	padding: 0 20px 20px;
	background: #F5F4F4;
}
.product-list .product-thumb .caption {
	width: 100%;
}
.sp-tabs{
	margin-bottom: 20px;
}
.sp-tabs .nav-tabs{
	border: none;
}
.sp-tabs .tab-content{
	padding: 15px 15px;
	background: #e4e4e4;
	line-height: 24px;
	text-align: justify;
}	
.sp-tabs .nav-tabs > li{
	float: none;
	width: 100%;
}
.sp-tabs .nav-tabs > li > a{
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border: none;
	margin: 0;
}
.sp-tabs .nav-tabs > li > a:focus{
	outline: 0;
}
.sp-tabs .nav-tabs > li.active > a, .sp-tabs .nav-tabs > li.active > a:focus, .sp-tabs .nav-tabs > li.active > a:hover{
	background-color: #e4e4e4; 
	border: none;
}
.product-right h1{
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
}
.product-right .prices h2{
	font-weight: bold;
	font-size: 22px;	
}
.product-right .prices li{
	display: inline-block;
}
.product-right .prices .sp_special span{
	text-decoration: line-through;
	font-size: 15px;
	font-weight: bold;
	color: #b7b7b7;
	margin-left: 10px;
}
.product-right .product-details{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	color: #363636;
}
.product-right .product-details b{
	font-weight: normal;
	color: #898989;
	padding-right: 5px;
}
.product-right .product-details .barnd{
	background: #363636;
	padding: 2px 8px;
	border-radius: 3px;
}
.product-right .product-details .barnd a{  
	color: #fff;
}
.product-right .product-details li{
	padding-bottom: 7px;
}
.product-right .product-details li:last-child{
	padding-bottom: 0;
}
.product-right .quantity-group .input-group{
	width: 30%;
	float: left;
}
.product-right .quantity-group .btn-primary{
	width: 40%;
	float: left;
	margin-left: 5px;
}
.product-right .quantity-group .control-label{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.product-right .rating{
	background: #DEDEDD;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.product-right .rating a{
	color: #000;
}
.product-right .rating hr{
	border-color: #c5c4c3;
}
.product-right .rating .addthis_toolbox a{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.product-right .avialable{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-top: 8px;
	position: absolute;
	top: 0;
	left: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 18px;
}
.rating .fa-star {
	color: #FFE20A;
	font-size: 18px;
}
.rating .fa-star + .fa-star-o {
	color:#cbcf30;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #020202;
	font-size: 18px;
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 15px;
}
.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;
}
.mrgin-l{
	margin-left: 5px;
}
@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%;
	}
}
.thumbnail{
	border-radius: 0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.p-additioanl-images {
	width: 95px;
	float: left;
	position: relative;
	height: 500px;
}
.p-additioanl-images .swiper-slide{
	height: 100% !important;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}





@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;
}

/* Banner Start*/
.banner-viewport .banner-slide{
	margin-bottom: 30px;
	position: relative;
}
.banner-viewport .banner-slide .custom-data{
	position: absolute;
	left: 0;
	max-width: 300px;
	top: 32px;
}
.banner-viewport .banner-slide .custom-data h3{
	color: #FFE20A;
	text-transform: uppercase;
	word-spacing: 9999999px;
}
.banner-viewport .banner-slide + .banner-slide .custom-data h3{
	color: #000;
} 
.banner-viewport .banner-slide + .banner-slide a:hover h3{
	color: #fff;
}
.banner-viewport .banner-slide a{
	display: block;
	position: relative;
	overflow: hidden;
	background: #000000;
}
.banner-viewport .banner-slide a:hover img{
	opacity: .3;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
}
.banner-viewport .banner-slide a img{
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
}
.banner-viewport .banner-slide .custom-data .btn{
	background: #FFE20A;
    border: none;
    border-radius: 0;
    color: #000;
    margin-top: 15px;
}
/* Banner end */
/* Welcome */
.welcme_block {
	margin-bottom: 30px;
}
.welcme_block h3{
    font-weight: 700;
    letter-spacing: -2.5px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fbdd12;
}
.welcme_block h3 span {
    letter-spacing: -2px;
    display: block;
    line-height: 1em;
    font-weight: normal;
}
.welcme_block p{
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}
#featured{
	margin-bottom: 10px;
}
/* Welcome End*/
.heading{
	position: relative;
	margin-bottom: 10px;
}
.heading h3{
	background: #FFE20A;
	color: #000;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	font-size: 20px;
}
.heading .swiper-button-next {
	right: 5px;
}
.heading .swiper-button-prev {
	right: 48px;
	left: auto;
}
.abtnewslide {
	opacity: 1;
}
.abtnewslide .abcontainer{
	background: rgba(0,0,0,0.3);
}
.abtnewslide .about-bg {
    overflow: hidden;
    margin-bottom: 30px;
}
.abtnewslide .news-bg{
	background: #FFE20A;
}
.abtnewslide .news-bg .abcontainer{
	background: none;
}
.abtnewslide .abcontent{
    text-align: justify;
}
.abtnewslide .abcontent h2{
	margin-top: 0;
	font-size: 40px;
	color: #fff;
}
.abtnewslide .button-mpaddsubscribe:hover{
	color: #FFE20A;
}
.abtnewslide .abcontent p{
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	line-height: 30px;
}
.abtnewslide .abcontent .read{
	background: #FFE20A;
	color: #000;
	padding: 10px 25px;
	font-size: 16px;
}


.abtnewslide .newsblock h2, .abtnewslide .newsblock p{
	color: #000;
}
.abtnewslide .newsblock .form-control{
	background: #f5f5f5;
	border-color: #999;
}
.border{
	border: 1px solid #ddd;
}
.swiper-viewport.brd-carousel .swiper-button-next{
	right: 0;
}
.swiper-viewport.brd-carousel .swiper-button-prev{
	left: 0;
}
.conmapslide {
	opacity: 1;
	position: relative;
	margin-bottom: -10px;
	overflow: hidden;
}
.conyellow{
	background: #FFE20A;
}
.conmapslide .con-bg {
    overflow: hidden;
}
.conmapslide .concontent{
	color: #000;
	z-index: 9;
	position: relative;
}
.conmapslide .concontent h2{
	margin-top: 0;
	color: #000;
}
.conmapslide .contact-list li{
	padding-bottom: 15px;
}
.conmapslide .contact-list li a{
	color: #000;
}
.conmapslide .contact-list li i{
	padding-right: 10px;
	font-size: 18px;
	width: 25px;
	text-align: center;
}
.conmapslide .social-icons a{
	color: #000;
}
.conmapslide .social-icons a i{
	font-size: 22px;
}
.conmapslide .concontent .read{
	background: #FFE20A;
	color: #000;
	padding: 10px 25px;
	font-size: 16px;
}
.conmapslide .conblock:before {
    background: #FFE20A;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    z-index: 9;
}
.conmapslide .mapblock .concontent{
	padding-left: 45px;
}
.conmapslide .mapblock {
    position: static;
}
.conmapslide .mapblock iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
	border: none;
}
.conmapslide .mapblock iframe .gm-bundled-control-on-bottom .gmnoprint{
	top: -20px !important;
}
.alert a{
	color: #FFE20A;
}
.alert-success {
    color: #fff;
    background-color: #30840e;
    border-color: #d6e9c6;
}
.alert-dismissable .close, .alert-dismissible .close{
	top: 0px;
	right: 0px;
	color: #fff;
	opacity: 1;
}
.alert-danger {
    color: #fff;
    background-color: #f55959;
    border-color: #ebccd1;
}
.sc_filters{
	background: #FFE20A;
	padding: 10px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sc_filters .form-group{
	margin-bottom: 0;
}
.sc_filters .btn-link{
	padding: 5px 0;
	display: block;
}
.sc_filters .btn-default.active{
	background: #363636;
	border-color: #363636;
	color: #fff;
}
.sc_filters .input-group .input-group-addon{
	background: #363636;
	color: #fff;
	border: none;
}
.product-list .product-thumb{
	display: flex;
}
.product-list .product-thumb .image{
	flex-wrap: wrap;
	display: flex;
}
.product-list .product-thumb .image{
	flex-wrap: wrap;
	display: flex;
	width: 40%;
}
#product-category h2{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
#product-search h1{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
.increment-decrement span{
  cursor: pointer;
}
#tab-review .table-bordered > tbody > tr > td, #tab-review .table-bordered > tbody > tr > th, #tab-review .table-bordered > tfoot > tr > td, #tab-review .table-bordered > tfoot > tr > th, #tab-review .table-bordered > thead > tr > td, #tab-review .table-bordered > thead > tr > th{
	border: 1px solid #c9c9c9;
}
#tab-review .fa-stack{
	width: 1em;
	height: 1.2em;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.swiper-button-prev::before {
    width: 40px !important;
    height: 40px !important;
    font-family: FontAwesome;
    content: "" !important;
    color: #FFE20A !important;
    font-size: 22px !important;
    padding: 15px !important;
    background: #363636 !important;
}
.swiper-button-next::before {
    width: 40px !important;
    height: 40px !important;
    font-family: FontAwesome;
    content: "" !important;
    color: #FFE20A !important;
    font-size: 22px !important;
    padding: 15px !important;
    background: #363636 !important;
}
.swiper-viewport{
	margin-bottom: 30px !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.swiper-viewport .swiper-button-next{
	opacity: 1 !important;
	right: 10px !important;
}
.swiper-viewport .swiper-button-prev{
	opacity: 1 !important;
	left: 10px !important;
}
.swiper-button-prev, .swiper-button-next{
	width: auto !important;;
}
/* Loader Css */
.loader-overlay{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999999;
	display: none;
	text-align: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #FFE20A;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFE20A transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Css end*/
@media(min-width: 768px){
	#top .top-skew {
		content: "";
	    display: inline-block;
	    width: 95%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    right: 25px;
	    background-color: #363636;
	    transform: skew(-43deg);
	    -webkit-transform: skew(-43deg);
	    -moz-transform: skew(-43deg);
	    -ms-transform: skew(-43deg);
	    z-index: -1;
	}
	#cart > .btn i{
		font-size: 40px;
		margin-right: 10px;
	}
	#cart > .btn {
		padding: 0px 12px;
	}
	#logo img{
		max-width: 150px;
	}
	#menu .nav > li > a{
		padding: 32px 12px;
		font-size: 12px;
	}
	#logo a{
		padding: 30px 0px 30px 30px;
		margin: 0 75px 0 0;
	}
	.header-bar .skew{
		right: 80px;
	}
	.sidenav {
    	padding-top: 0;
    }
    .menu-sidebar{
    	right: 90px;
    	position: relative;
    }
    #menu .navbar-nav{
		float: right;
	}
	.banner-viewport .banner-slide .custom-data .btn{
		font-size: 22px;	
		padding: 10px 22px;
	}
	.banner-viewport .banner-slide .custom-data h3{
		font-size: 44px;
	}
	.banner-viewport .banner-slide .custom-data{
		padding: 0 40px 11px;
	}
	.welcme_block{
		padding: 63px 0 66px;
	}
	.welcme_block h3{
		font-size: 63px;
	}
	.welcme_block h3 span {
		padding-left: 102px;
		font-size: 43px;
	}
	.abtnewslide .abtblock:after {
	    background: #FFE20A;
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 99%;
	    width: 300%;
	    height: 100%;
	    z-index: 0;
	}
	.abtnewslide .abcontent{
		padding: 45px 0;
		padding-right: 45px;
	}
	.abtnewslide .newsblock .abcontent{
		padding-left: 45px;
	}
	.abtnewslide .news-bg .newsblock .abcontent{
		padding-left: 0;
	}
	.conmapslide .concontent{
		padding: 46px 0;
		padding-right: 45px;
	}
	.conmapslide .concontent h2{
		font-size: 40px;
		margin-bottom: 40px;
	}
	.conmapslide .contact-list li{
		font-size: 16px;
	}
	footer .f-col {
		min-height: 200px;
	}
	.brd-carousel .swiper-container{
		padding-left: 40px;
	}
	.sp-tabs .nav-tabs{
		width: 200px;
		float: left;
	}
	.sp-tabs .tab-content{
		margin-left: 200px;
		border-radius: 0px 4px 4px 4px;
	}
	.sp-tabs .nav-tabs > li > a{
		border-radius: 4px 0px 0 4px;
	}
	footer .f-col {
		border-right: 1px solid #424242;
	}
	.thumbnails .additioanl-images .image-additional{
		max-width: calc(100% / 5 - 10px);
		margin-left: 10px;
	}
	.thumbnails .additioanl-images{
		margin-left: -10px;
	}
	.sc_filters .form-group{
		margin-top: 5px; 
	}
}
@media(min-width: 980px){
	#logo img{
		max-width: 190px;
	}	
	#menu .nav > li > a{
		padding: 40px 12px;
		font-size: 14px;
	}
	.p-main{
		margin-left: 110px;
	}
}
@media(min-width: 1200px){
	#logo img{
		max-width: 240px;
	}	
	#menu .nav > li > a{
		padding: 51px 18px;
	}
	.sc_filters .form-group{
		margin-top: 0px; 
	}
}
@media(max-width: 767px){
	#top{
		background-color: #363636;
	}
	#cart > .btn i{
		font-size: 30px;
		margin-right: 5px;
	}
	#logo img{
		max-width: 120px;
	}
	#logo a{
		padding: 10px 0px 10px 15px;
		margin: 0 40px 0 0;
	}
	.xs-pr-0{
		padding-right: 0;
	}
	.xs-pl-0{
		padding-left: 0;
	}
	#cart > .btn {
		padding: 6px 12px;
	}
	.header-bar .skew{
		right: 35px;
	}
	#menu .btn-navbar{
		margin:12px 30px 0px;
		border: none;
		box-shadow: none;
	}
	#menu .btn-navbar i{
		font-size: 24px;
		color: #FFE20A;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus{
		background: none;
	}
	.menu-sidebar {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 1;
	    top: 0;
	    left: 0;
	    background-color: #111;
	    overflow-x: hidden;
	    padding-top: 60px;
	    transition: 0.5s;
	    z-index: 9;
	}
	.menu-sidebar a {
	    padding: 8px 8px 8px 32px;
	    text-decoration: none;
	    color: #818181;
	    display: block;
	    transition: 0.3s
	}	
	.menu-sidebar a:hover, .offcanvas a:focus{
	    color: #f1f1f1;
	}
	.menu-sidebar .closebtn {
	    position: absolute;
	    top: 0;
	    right: 10px;
		font-size: 30px;
	}	
	.menu-sidebar .closebtn:hover{
		color: #FFE20A;
	}
	#main {
	    transition: margin-left .5s;
	}
	.menu-sidebar {
    	padding-top: 15px;
    }
    .menu-sidebar .navbar-nav{
    	margin-top: 25px;
    }
    #menu .nav > li > a{
    	padding: 12px 0px;
    	font-size: 14px;
    }
    .banner-viewport .banner-slide .custom-data .btn{
		font-size: 16px;	
		padding: 7px 18px;
		margin-top: 0;
	}
	.banner-viewport .banner-slide .custom-data h3{
		font-size: 18px;
		margin-top: 0;
	}
	.banner-viewport .banner-slide .custom-data{
		padding: 0 25px 0px;
	}
	.welcme_block{
		padding: 15px 0 66px;
	}
	.welcme_block h3{
		font-size: 30px;
	}
	.welcme_block h3 span{
		font-size: 20px;
		padding-left: 25px;
	}
	#abtnews .newsblock{
		background: #FFE20A;	
	}	
	.abtnewslide .abcontent{
		padding: 30px 0;
	}
	.conmapslide .concontent{
		padding: 20px 0;
	}
	.conmapslide .concontent h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.conmapslide .contact-list li{
		font-size: 13px;
	}
	.sp-tabs .nav-tabs{
		margin-bottom: 0;
	}
	.sp-tabs .nav-tabs > li > a{
		border-radius: 0;
	}
	.thumbnails .additioanl-images .image-additional{
		max-width: calc(100% / 5 - 10px);
		margin-left: 10px;
	}
	.thumbnails .additioanl-images{
		margin-left: -10px;
	}
}
/*IE Fix*/
.ie .dropdown-menu{
	display: none;
}
.ie .open .dropdown-menu{
	display: block;
}