body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background:#000 url(../image/bot-bg.jpg) center bottom no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	color:#c9550e;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, .parousel button, .cbox img, .category-layout .image img, .btn-submit{-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
a {
	color: #fdca3c;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #c9550e;
}
a:focus{outline:none; text-decoration: none; color: #fdca3c;}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	margin-top:5px;
	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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a{border-bottom:1px solid #b35830; padding: 5px 15px; color: #fff;}
.dropdown-menu li:hover > a {
	text-decoration: none;
	color: #fff;
	background: #330800;
}
/* top */
#top {
	background-color: #000;
	padding: 4px 0px 0 0;
	margin: 0;
	min-height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*#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;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fec93d;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links a .fa, #top-links .fa{color:#fec93d;}
.telbold{font-size:14px; font-weight:bold;}
/* logo */
#logo {
	margin: 0;
	position:relative;
	top:-35px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	background:#000;
	border:none;
	box-shadow:none;
}
/* cart */
#cart {
	/*margin-bottom: 10px;*/
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fec93d;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200px;
}
@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 */
#menu {
	background:none;
	border:none;
	min-height: 40px;
}
.navbar{margin-bottom:0; text-align:right;}
.navbar-nav{float:right; margin-top:12px; margin-right:25px;}
.navbar-collapse{padding:0;}
#menu .nav > li > a {
	color: #fff;
	text-shadow:none;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-style:italic;
	font-size:22px;
}
#menu .nav > li:hover > a, #menu .nav > li.open > a {
	background:none;
	color:#fec93d;
}
#menu .dropdown-menu {
	padding-bottom: 0; padding-top: 0; background-color:#9c4721;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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: 0;
	margin:24px 0 0;
	float: right;
	background: none;
	border:0;
	box-shadow:none;
}
#menu .btn-navbar .fa{font-size:24px;}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background: none;
}
@media (min-width: 768px) {
	
	#menu .dropdown:hover > .dropdown-menu{
		display: block;
	}
	#menu .dropdown ul > li > ul{display:none; margin:0; border-radius:0; left:158px; top:0; box-shadow:none;}
	#menu .dropdown ul > li:hover > ul{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:;
}
/* footer */
footer {
	padding: 0 0 30px 0;
	color: #7b6e64;
	font-size:14px;
	text-align:center;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ebba38;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	background:#c9550e;
	border: 1px solid #4f1202;
    color: #fff;
}
.alert a{color:#330800;}
.alert .close{color:#d49c54; opacity:1;}
.alert-success{background-color: #d28c60; border-color:#f39e6b;}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	padding: 8px 0;
	border: 1px solid #4f1202;
	background:#330800;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #4f1202;
	border-bottom: 1px solid #4f1202;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: #fff;
	text-shadow:none;
	background: #330800;
	background-image: none;
	border: 0;
	outline:none;
}
.btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{color: #fff; background: #4f1202; background-image: none; outline:none;}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group{margin-left:1px;}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #c9550e;
	background-image:none;
	border:0;
	outline:none;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .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: #e26417;
	background-image:none;
	border:0;
	outline:none;
}
.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: #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 #4f1202;
	color: #d49c54;
	padding: 8px 12px;
	background:#330800;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff;
	background: #541105;
	border: 1px solid #6f1909;
	/*background: #e26417;
	border: 1px solid #c9550e;*/
	text-shadow: none;
}
.ctgmenu > ul > li > a.active{background: #c9550e; border-top-left-radius: 4px; border-top-right-radius: 4px;}
/* 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 #584031;
	margin-bottom: 20px;
	overflow: auto;
	font-size: 12px;
}
.product-thumb .image {
	text-align: center;
	padding: 8px;
}
.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-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 10px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	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: #c9550e;
	font-size:16px;
}
.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 {
	border-top: 1px solid #6f513e;
	background-color: #584031;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #6f513e;
}
.product-list .image img{max-width:230px;}
@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: #584031;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size:12px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #6f513e;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #330800;
	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: 70px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

/* 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;
}

.header{position:absolute; width:100%; z-index:1040;}

.owl-carousel{background-color:transparent !important; margin:0 !important;}
.owl-wrapper-outer{border:0 !important; border-radius:0 !important; box-shadow:none !important;}

#cart .btn-inverse{background:none; border:none; text-shadow:none; padding:0; box-shadow:none;}
.list-inline > li.brdr{padding-right:9px;}
#top-links li{color:#000; position:relative;}
.brdr:before{content:""; position:absolute; right:0; top:5px; width:1px; height:10px; background:#fff;}
#cart .fa{font-size:18px; vertical-align:top;}
#cart-total{font-weight:bold;}
#cart .dropdown-menu a, #cart .dropdown-menu a .fa{color:#cc560e;}
#cart .dropdown-menu a:hover{color:#000;}

header{height:74px; background:rgba(0,0,0,.6);}

h3.mcat-title{font-size:30px; color:#fff; text-align:center; margin:45px 0;}
h3.mcat-title span{display:inline-block; position:relative; padding:0 150px;}
h3.mcat-title span:before, h3.mcat-title span:after{position:absolute; content:""; width:100px; height:1px; top:50%; background:#ebba38;}
h3.mcat-title span:before{left:0;}
h3.mcat-title span:after{right:0;}

.category-layout .image a{position:relative; display:block;}
.category-layout .image img{box-sizing:border-box;}
.category-layout .caption h4 a{font-size:16px; color:#fff; text-transform:uppercase;}
.category-layout .image a:hover img{border-color:#ebba38;}

.parousel{text-align:center;}
.parousel .caption h4 a{font-size:16px; color:#97877c;}
.parousel .caption .price{font-size:16px; color:#ebba38;}
.parousel button{font-size:12px; color:#fff; font-style:italic; background:transparent; border:2px solid #cc560e; padding:5px 20px;}
.parousel button:hover{background:#cc560e;}

#carousel_new .image a{position:relative; padding-top:4px; padding-left:4px; display:inline-block;}
.newad{position:absolute; left:0; top:0; z-index:123; width:auto !important;}

.fsignup{background: -moz-linear-gradient(left,  rgba(204,86,14,0) 0%, rgba(204,86,14,1) 50%, rgba(204,86,14,0) 100%);
background: -webkit-linear-gradient(left,  rgba(204,86,14,0) 0%,rgba(204,86,14,1) 50%,rgba(204,86,14,0) 100%);
background: linear-gradient(to right,  rgba(204,86,14,0) 0%,rgba(204,86,14,1) 50%,rgba(204,86,14,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc560e', endColorstr='#00cc560e',GradientType=1 );
padding:25px 0 30px 0; text-align:center; margin:50px 0 40px; color:#000;}

.fsignup h5{margin:0 0 20px 0; font-size:24px; color:#000; font-style:italic;}
#signup{font-size:0;}
.textbox{max-width:273px; width:100%; display:inline-block; font-size:14px; color:#393939; height:40px; padding:5px 10px; box-sizing:border-box; border:none; border-radius:5px; margin-right:7px; vertical-align:middle; font-style:italic;}
.btn-submit{height:40px; background:#000; border:none; border-radius:5px; font-size:14px; font-weight:bold; color:#fff; display:inline-block; vertical-align:middle; padding:5px 15px;}
.btn-submit:hover{background:#330800;}
#signup span{font-size:12px; position:absolute; bottom:-22px; left:0; right:0;}

.flink a{margin:0 5px;}
.social{font-size:0; margin:20px 0;}
.social a{display:inline-block; height:30px; width:30px; background:#fff; border-radius:50%; text-align:center; margin:6px;}
.social a .fa{color:#333333; font-size:20px; line-height:30px;}
.social a:hover{background:#ebba38;}
.flogo{margin:0 10px;}

.owl-prev, .owl-next{position:absolute; top:48%;}
#carousel_featuredCategory .owl-prev, #carousel_featuredCategory .owl-next{top:40%;}
#carousel_new .owl-prev, #carousel_new .owl-next, #carousel_top .owl-prev, #carousel_top .owl-next{top:30%;}
.owl-prev{left:0;}
.owl-next{right:0;}
.owl-controls{opacity:0;}
.owl-carousel:hover .owl-controls{opacity:.8;}
.owl-controls .fa{font-size:20px;}
#slideshow0 .owl-prev{left:15px;}
#slideshow0 .owl-next{right:15px;}
#slideshow0 .owl-controls .fa{font-size:35px;}

#carousel_new.owl-carousel .owl-buttons div, #carousel_featuredCategory.owl-carousel .owl-buttons div, #carousel_top.owl-carousel .owl-buttons div,  #carousel_related.owl-carousel .owl-buttons div{color:#97877c; text-shadow:none;}
#slideshow0.owl-carousel .owl-buttons div{color:rgba(255,255,255,.3); text-shadow:none;}

#carousel_new.owl-carousel .owl-buttons .owl-next, #carousel_top.owl-carousel .owl-buttons .owl-next{right:0; top:36%;}
#carousel_new.owl-carousel .owl-buttons .owl-prev, #carousel_top.owl-carousel .owl-buttons .owl-prev{left:0; top:36%;}

#carousel_new.owl-carousel .owl-buttons div i, #carousel_top.owl-carousel .owl-buttons div i, #carousel_featuredCategory.owl-carousel .owl-buttons div i, , #carousel_related.owl-carousel .owl-buttons div i{font-size:30px;}

.common-home .headinn{display:none;}
.headinn{height:115px; margin-bottom:20px; background:url(../image/head-inn-bg.jpg) center center no-repeat; background-size:cover; width:100%; position:relative;}

.cbox{margin-bottom:20px;}
.cbox img{margin-bottom:5px; position:relative;}
.cbox a{position:relative; display:inline-block;}
span.cborder{width:100%; height:100%; left:0; top:0; position:absolute; z-index:198; background:url(../image/frame-border.png) top center no-repeat; background-size:contain;}
.cbox:hover img{opacity:.5;}

#product .radio.color{display:inline-block;}
#product .radio.color label{font-size:0; padding-left:2px; height:50px; width:50px;}
#product .radio.color label img{padding:1px; background-color:transparent; border-radius:0;}
#product .radio.color label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
#product .radio.color label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid #fff;
}
#product .radio.color label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
} 

.faq-sec .nav-tabs > li{float:none; margin:0;}
.faq-sec .nav-tabs > li > a{background-color:#330800; border:none; margin:0; border-radius:0; border-bottom: 1px solid #4f1202;}
.faq-sec .nav-tabs > li.active > a, .faq-sec .nav-tabs > li.active > a:focus, .faq-sec .nav-tabs > li.active > a:hover{background-color:#c9550e; border:none; border-bottom: 1px solid #4f1202; border-radius:0; color:#fff;}

.faq-sec .nav-tabs > li.active:after {
	content:""; position:absolute; right:-6px; top:0; bottom:0; margin:auto;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 6px solid #c9550e;
	border-bottom: 10px solid transparent;
}

.faq-sec .panel{background-color:transparent; margin-bottom:0;}
.faq-sec .nav-tabs{border:none;}
.faq-sec .panel-body{padding:5px 15px;}
.faq-sec .panel-title a{color:#c9550e; font-size:20px;}

hr{border-top:1px solid #584031;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{background-color:#584031; color:#fff; border-color:#6f513e #6f513e transparent;}
.nav-tabs{border-bottom-color:#6f513e;}
.nav-tabs > li > a:hover{border-color: #6f513e #6f513e #6f513e; color:#fff;}
.nav > li > a:focus, .nav > li > a:hover{background-color:#584031; color:#fff;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{border-color: #4f1202;}
.well{background:transparent; border-color:#4f1202;}
legend{color:#fff; border-color:#584031;}
.modal-dialog{color:#000;}
.modal-title{color:#c9550e;}

#icons{font-size:0; text-align:center; overflow:hidden;}
.account_box{display:inline-block; font-size:14px; vertical-align:top; width: 170px; hight: 170px; margin-bottom: 10px; padding: 5px; border:0px solid #E5E5E5;}

.panel{background-color:transparent;}
.panel-default{border-color: #4f1202;}
.panel-default>.panel-heading{color: #fff; border-color: #4f1202; background-color: #651901;}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color: #862b0e;}
.panel-footer{background-color:transparent; border-color: #4f1202;}

.table-hover > tbody > tr:hover{background-color:#651901;}

.categorylist ul{margin:0 auto; padding:0; list-style:none; font-size:0; text-align:center; max-width:700px;}
.categorylist > ul > li{display:inline-block; margin:10px;}
.categorylist > ul > li > a {
    background: #330800;
    border-radius: 50%;
    display: table-cell;
    font-size: 20px;
	line-height:normal;
    height: 150px;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
	border:2px solid #fff;
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,1);
box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,1);
}
.categorylist ul ul{display:none;}

.sbtn{position: absolute; right: 15px; top: 24px;}
.sbox{max-width: 250px; position: absolute; right: 15px; width: 100%;}

.form-horizontal.contactpage .control-label{margin:5px 0; padding-top:0px; padding-bottom:0; text-align:left;}
.about{font-size:18px; line-height:24px;}
.about .img-responsive{max-height:200px;}

.gallery{margin-bottom:40px;}
.gallery .owl-carousel .owl-buttons div{color:#fff !important;}
.gallery .owl-carousel .owl-buttons div i{font-size:30px !important;}
.gallery .owl-carousel .owl-buttons .owl-next{right:0 !important;}
.gallery .owl-carousel .owl-buttons .owl-prev{left:0 !important;}
.ct-gallery-itemTitle.ct-fw-700{text-align:center; font-size:14px; font-weight:300 !important; word-wrap: break-word;}

.article-image{margin-right:20px; max-width:250px; float:left;}
.article-image img{height:auto;}

.ctgmenu ul{margin:0; padding:0; list-style:none;}
.ctgmenu .panel{margin:0; border:0; box-shadow:none;}
.ctgmenu li.panel{position:relative;}
a#pmbtn{position:absolute; right:0; top:0; width:38px; height:38px; background:none; padding:10px; border:0;}
a#pmbtn:before{position:relative; content:"\f068"; font-family:FontAwesome;}
a#pmbtn.collapsed:before{content:"\f067";}

.ctgmenu.list-group a{border-radius:0; margin-bottom:-1px;}
.ctgmenu ul ul ul a{background:#000;}

iframe{max-width:100%;}

#myTab1.nav-tabs > li > a{border-color:#584031; margin-right: 5px; margin-top: 5px;}

.lightGallery figure img{cursor:pointer;}

.gsc-input-box{height:33px !important;}
.gsib_a{padding-top:0 !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input{line-height:30px; color:#000; padding-right:0 !important;}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{height:25px !important; border:0 !important; padding:6px 10px !important; width:33px !important;}

/*.article-description a{color:#fff;}*/

#d_quickcheckout .panel{background-color:transparent !important;}
#d_quickcheckout .panel-default{border-color: #4f1202  !important;}
#d_quickcheckout .panel-default > .panel-heading{color: #fff  !important; background-color: #c9550e  !important; border-color: #4f1202  !important;}
/*#payment_method_list img{background:#fff  !important;}*/
#d_quickcheckout .alert{background:#541105  !important;}
#d_quickcheckout legend{color:#fff !important;}

#d_quickcheckout .btn-default {
  color: #d49c54 !important;
  text-shadow: none !important; 
  background-color: #330800 !important;
  background-image: none !important; 
  background-repeat: repeat-x; 
  border-color: #4f1202 !important;
  box-shadow:none !important;
}
#d_quickcheckout .btn-primary{color: #ffffff !important;
  text-shadow: none !important;
  background-color: #c9550e !important;
  background-image: none !important;
  background-repeat: repeat-x !important;
  border-color: #e85e09 !important;
  box-shadow: none !important;
  }
#d_quickcheckout .btn-primary:hover, #d_quickcheckout .btn-primary:active, #d_quickcheckout .btn-primary.active, #d_quickcheckout .btn-primary.disabled, #d_quickcheckout .btn-primary[disabled]{background-color: #541105 !important;}
#d_quickcheckout .btn-primary.active, #d_quickcheckout .btn-primary.focus, #d_quickcheckout .btn-primary:active, #d_quickcheckout .btn-primary:focus, #d_quickcheckout .btn-primary:hover, #d_quickcheckout .open > .dropdown-toggle.btn-primary{border-color: #4f1202 !important;}
#d_quickcheckout .btn-default.active, #d_quickcheckout .btn-default.focus, #d_quickcheckout .btn-default:active, #d_quickcheckout .btn-default:focus, #d_quickcheckout .btn-default:hover, #d_quickcheckout .open > .dropdown-toggle.btn-default{color: #fff !important; background-color: #541105 !important; border-color: #4f1202 !important;}
#d_quickcheckout a{color:#fdca3c !important;}
#d_quickcheckout .btn-block{width:auto !important;}
#d_quickcheckout .btn.active.focus, #d_quickcheckout .btn.active:focus, #d_quickcheckout .btn.focus, #d_quickcheckout .btn:active.focus, #d_quickcheckout .btn:active:focus, #d_quickcheckout .btn:focus{outline:none !important;}
#d_quickcheckout h1, #d_quickcheckout h2, #d_quickcheckout h3, #d_quickcheckout h4, #d_quickcheckout h5, #d_quickcheckout h6{color:#fff !important;}
#d_quickcheckout .well{background:#fff !important; color:#000;}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.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:#c9550e; border-color:#c9550e;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > a, .pagination > li > span{color:#c9550e;}

.table-striped > tbody > tr:nth-of-type(2n+1){background:none; color:#fdca3c;}
#tab-review .fa-star{color: #FC0;}
#tab-review .fa-star-o{color: #e69500}
#carousel_additional .owl-controls{
	opacity:1 !important;
}
#carousel_additional .owl-prev, #carousel_additional .owl-next{ top:27%;}
/*==============================media screen================================*/
@media (min-width:1200px) {
.container{width:1230px;}
}
@media (min-width:992px) and (max-width:1199px) {

}
@media (min-width:200px) and (max-width:991px) {
.owl-item .image{text-align:center;}	
.owl-item .image > a{display:inline-block;}
.about .img-responsive{max-height:none;}
}
@media (min-width:768px) and (max-width:991px) {
#logo{top:0;}
.navbar-nav{margin-top:17px;}
#menu .nav > li > a{font-size:18px; padding:10px;}
}
@media (min-width:200px) and (max-width:767px) {
.common-home .header{position:relative;}	
header{height:auto; border-top:1px solid #302f2f;}
.headinn{height:107px;}	
#logo{top:0; max-width:190px; padding:5px 0;}
.navbar-collapse { border: none; box-shadow: none; min-width: 150px; overflow: hidden; position: absolute; right: 0; background:rgba(0,0,0,.8);}
h3.mcat-title{font-size:24px;}
h3.mcat-title span{padding:0;}
h3.mcat-title span::before, h3.mcat-title span::after{display:none;}
.textbox{display:block; margin:7px auto;}
.navbar-nav{margin:0; float:none;}
.navbar-nav .dropdown-menu > li > a{text-align:right; padding:5px 20px; color:#fff; border:none; font-size:18px;}
#menu .dropdown-menu{border-top:1px solid #4f1202; border-bottom:1px solid #4f1202; background:rgba(255,255,255,.05); border-radius:0; display:none; position:relative; float:none;}
.breadcrumb{padding:4px 0;}
.breadcrumb > li{margin:4px 0;}
.breadcrumb > li::after{height:8px; width:8px; top:7px;}
.faq-sec .panel-title a{color:#fff; font-size:16px;  display:block;}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{border-top-color:#862b0e;}
.sbox{width:250px;}
.sbtn {position: absolute; right: 50px; top: 27px;}
#menu .dropdown ul > li > ul{display:none; background:rgba(255,255,255,.05); border-radius:0;}
#menu .dropdown ul > li > ul li a{font-size:14px;}
.sub-cat-mob{overflow:hidden; background:#000; padding:0 15px; margin-bottom:10px; margin-top:-10px;}
.sub-cat-mob a{display:inline-block; margin:0 5px; padding:5px;}
}
@media (max-width:330px) {
.article-image{float:none; margin-left:auto; margin-right:auto;}	
}