body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	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;
}
a {
	color: #e2a816;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* 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:hover {
	    text-decoration: none;
    color: #ffffff;
    background-color: #e2a816;
    background-image: linear-gradient(to bottom, #e2a816, #e2a816);
    background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #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 {
	color: #e2a816;
    text-shadow: none;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #e2a816;
    background: transparent;
}
#top-links .dropdown-menu>li {
    display: block; float: none;
}
#top-links .dropdown-menu>li>a {
    display: block;
   padding: 4px 10px;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .hdr-rgt li {
    float: left;
    padding: 0 12px;
} */
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
div#search{
	    width: 200px;
    margin-left: auto;
}
/* #search .btn-lg {
	font-size: 15px;
	line-height: 19px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	border-left: none;
	    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
} */
#search .btn-lg {
    font-size: 15px;
    line-height: 19px;
    padding: 9.5px 13px;
    text-shadow: none;
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#search button.btn.btn-default.btn-lg:hover {
    background: #fff !important;
    border-color: #e2a816;
}
.main-bg-nv nav#menu {
    border: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.src_btn {
    background: #ffffff;
    position: absolute;
    top: 30px;
    right: -10px;
    width: 350px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    /* border-top: 4px solid #9a0000; */
    display: none;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
}
.src_btn input[type="text"] {
    width: 75%;
    padding: 5px 10px;
    border: 1px solid #e2a816;
    outline: none;
}
.src_btn button.btn[type="button"] {
    width: 25%;
    padding: 6px 0;
    background: #e2a816;
    color: #fff;
    outline: none;
    cursor: pointer;
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none !important;
    border: 1px solid #e2a816;
}
.src_btn button.btn[type="button"]:hover {
    background: #fbbe25;
    border: 1px solid #fbbe25;
}
/* 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: #666;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
/* nav#menu {
    background: #fff;
    border-radius: 0;
} */
@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-color: #282321; */
	min-height: 40px; margin-bottom: 0;
}
#menu .nav > li > a {
    color: #000;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase; font-weight: bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent; color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#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: #e2a816;
    background: transparent;
}
#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;
}
#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;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e2a816;
}
@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;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
#common-home #content {
    border-bottom: none;
    padding-bottom: 0;
}
/* footer */
footer {
    padding-top: 30px;
    background-color: #ffffff;
    color: #555555;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    color: #555555;
    text-transform: uppercase;
    font-size: 13px;
}
footer a:hover {
	color: #f5af00;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 15px 0 10px;
    padding: 8px 0;
    background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px 0 10px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:last-child:after {
    content: none;
}
.breadcrumb > li a {
    color: #555555; font-size: 12px;
}
.breadcrumb > li:last-child a {
    color: #e2a816;
}

.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;
} */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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 #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 {
	text-align: center;
}
.product-thumb .image {
	text-align: center;
	border: 1px solid #dadada;
    box-shadow: 4px 5px 10px -2px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.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;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb h4 a {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 150px;
}
.product-thumb .price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {padding-bottom: 10px;}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
    color: #e2a816;
    font-size: 15px;
}
.rating .fa-star {
	color: #e2a816;
	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 button {
    width: 98px;
    border: none;
    display: inline-block;
    float: none;
    background: #e2a816;
    color: #fff;
    line-height: 31px;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    height: 31px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background: #fbbe25;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
#product-product ul.thumbnails {
    text-align: center;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	display: inline-block;
	margin: 0 7px;
}
#column-left .product-layout, #column-right .product-layout {width: 100%;}
.input-group .form-control[name^=quantity] {min-width: 50px;}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {background-image: none; background-color: #df5c39;}
.detail_txt h1 {
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}



/******************/

header {background: #000;}
.hdr-lft {padding: 40px 0 0;}
.hdr-lft li {padding: 0 5px 0 0;}
.hdr-lft li a {width: 28px; height: 28px; background: #ffffff; display: block; text-align: center; line-height: 28px; border-radius: 100%;}
.hdr-lft li a:hover {background: #cba00a;}
.hdr-lft li a i {color: #282321; display: inline-block;}
.hdr-lft li a:hover i {color: #ffffff;}
#logo {text-align: center; display: block;}
img.img-responsive {display: inline-block;}
.hdr-rgt i.fa {    color: #ffffff;
    font-size: 18px;
    float: none !important;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #e2a816;
    border-radius: 100%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;}
ul.list-inline, ul {margin: 0;}
#cart button.btn {background: transparent; box-shadow: none; border: none; margin: 0; padding: 0;     position: relative;}
span#cart-total {       text-transform: uppercase;
    margin-left: 4px;
    letter-spacing: 0.5px;
    color: #000;
    position: absolute;
    top: -6px;
    left: 98px;
    background: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;}

.home-links {display: block; padding: 10px 0;}
.home-links li {width: 33.333%; float: left; text-align: center;}
.home-links ul li:nth-child(2) a {border-left: 1px solid #ddd; border-right: 1px solid #ddd; display: block;}
.home-links li a {color: #b7b7b7; text-transform: uppercase;}
.home-links li a:hover {color: #d4ab47;}
#common-home .swiper-viewport {border: none; border-radius: 0; box-shadow: none; margin: 0;}
.slider_txt {position: absolute; top: 90px; color: #ffffff; text-align: left; left: 20%;}
.slider_txt h1 {font-size: 35px; font-weight: 900; margin: 0; color: #fff; display: block;}
.slider_txt p {font-size: 16px; font-weight: 300; margin: 15px 0 25px; color: #fff; display: block;}
.slider_txt a {width: 140px; height: 44px; background: #e2a816; display: inline-block; font-size: 16px; font-weight: 500;
 color: #ffffff; text-align: center; line-height: 47px; text-transform: capitalize; transition: all 0.5s ease;  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.3);}
.slider_txt a:hover {background: #fbbe25;}
.swiper-pagination {display: none;}
.swiper-button-next:before, .swiper-button-prev:before {color: #ffffff !important;}
.sec1 {display: block; margin: 30px 0;}
/* .bnr-ad1 {float: left; text-align: left; width: 50%;} */
.bnr-ad1 {float: left;text-align: left;width: 32%;margin: 0 22px 0 0;}
.sec1 .bnr-ad1:nth-child(3) {margin-right:0;}
.sec1 .container {width: auto !important; padding: 0;}
.bnr-ad2 {float: right; width: 50%; text-align: right;}
.sec2 h1, .sec3 h1 {display: block; color: #000000; font-size: 32px; font-weight: bold; text-align: center;
position: relative; text-transform: uppercase; margin-bottom: 70px;}
.sec3 h1 {color: #ffffff;}
.sec2 h1:after, .sec3 h1:after {position: absolute; content: ''; background: #cccccc; width: 100px; height: 2px; bottom: -25px;
 left: 0; right: 0; margin: 0 auto;}
.sec3 h1:after {background: #ffffff;}
.sec2 h1 span, .sec3 h1 span {display: inline-block; color: #e2a816;}
.sec3 {display: block; background: url(/image/catalog/test_bg.jpg); background-size: cover; padding: 60px 0; background-repeat: no-repeat; margin-top: 60px;}
.panel.panel-default {background-color: transparent !important; border: none; margin: 0;}
.sec3 .item {color: #fff; text-align: center;}
.owl-carousel .owl-item img {width: auto; max-width: 100%;}
.sec3 p {display: block; font-size: 16px; line-height: 24px; padding: 0 80px;}
.sec3 span.name {display: block; text-align: center; font-size: 18px; font-weight: bold; margin: 25px 0 0;}
.owl-dots {display: block; text-align: center; margin-top: 30px;}
.owl-dots button.owl-dot span {width: 20px; height: 5px; background: #ffffff; display: block; margin: 0 6px;}
.owl-dots button.owl-dot.active span {background: #e2a816;}
button.owl-dot:focus {outline: none;}
footer ul {display: block; font-size: 13px; list-style: none; padding: 0 30% 0 0;}
footer ul li {display: block; margin-bottom: 10px; border-bottom: 1px solid #d6d6d6; padding-bottom: 10px;}
footer ul li:last-child {border-bottom: none;}
.footer_adrs ul {padding: 0 30% 0 0;}
.footer_adrs ul li:first-child {padding-right: 27%;}
.footer_adrs ul li {background: url(/image/catalog/icon1.png); background-repeat: no-repeat;
    background-position: 0 4px; padding-left: 26px;}
.footer_adrs ul li:nth-child(2) {background: url(/image/catalog/icon2.png); background-repeat: no-repeat;
	background-position: 0 4px;}
.footer_adrs ul li:last-child {background: url(/image/catalog/icon3.png); background-repeat: no-repeat;
	background-position: 0 5px;}
.footer_social a {background: #e2a816; width: 35px; height: 35px; line-height: 36px; text-align: center; border-radius: 100%;
    display: inline-block;}
.footer_social a i {color: #ffffff; font-size: 16px;}
.footer_social a:hover {background: #fbbe25;}
.footer_botttom {display: block; background: #222222; margin-top: 30px;}
.footer_botttom p {margin: 0; display: block; text-align: center; color: #ffffff; padding: 14px 0; font-size: 13px;}
#content h2 {font-size: 30px; font-weight: bold; display: block;}
.view_div .btn-default {background-color: #585858; color: #fff; border: none; box-shadow: none;}
.view_div .btn-default.active {background-color: #e2a816; color: #fff; border: none; box-shadow: none; outline: none;}
.fa {font-size: 14px;}
.form-group.input-group.input-group-sm.sort_div {text-align: right; display: block;}
label.input-group-addon.sort_txt {background: transparent; border: none; vertical-align: top; font-size: 14px; 
display: inline-block; width: auto; font-weight: 600; padding: 6px 3px 0 0;}
.opt_box {display: inline-block; position: relative; background: #f0f0f0; border-radius: 50px; width: 150px;}
.opt_box select.form-control {border-radius: 4px !important; box-shadow: none; border-color: #ddd;}
.clear {clear: both;}
.product_list {padding-top: 30px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {z-index: 2; color: #fff; cursor: default; background-color: #282321;
border-color: #282321;}
.product-layout.product-list {border-bottom: 1px solid #ddd; margin-bottom: 25px; padding-bottom: 25px;}
.product-layout.product-list:last-child {border-bottom: none;}
.product-layout.product-list .product-thumb .caption {padding-left: 70px; text-align: left;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color: #de9c0b;}
ul.list-unstyled.detail_price li {display: inline-block; margin-right: 8px;}
ul.list-unstyled.detail_price li h2 {margin: 8px 0 0; font-size: 30px; font-weight: 600;}
#product label.control-label {display: block;} 
#product input#input-quantity {width: 39px; height: 39px; text-align: center; display: inline-block;}
button#button-cart {display: inline-block; width: 45%; margin: 0 10px;}
.btn-primary {color: #ffffff; background-color: #e2a816; border: none;}
.btn-primary:hover {background-color: #fbbe25;}
#product .btn-group button {padding: 10px 14px; background: transparent; border: 1px solid #e2a816;}
#product .btn-group button:hover {background-color: #e2a816;  border: 1px solid #e2a816;  border-radius: 4px;}
#product .btn-group button:hover i {color: #ffffff;}
#product .btn-group button i {color: #e2a816;}
#product-product ul.thumbnails li:first-child a {padding: 30px 0;}
.detail_price h2 {color: #000000;}
.detail_txt hr {margin: 14px 0;}
.detail_content .nav>li>a:focus, .detail_content .nav>li>a:hover {background-color: #fff;}
.detail_content .nav-tabs>li>a:hover {border-color: #fff #fff #ddd;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #555; background-color: #fff;
border: 1px solid #ddd; border-bottom-color: transparent; outline: none;}
a, button {transition: all 0.5s ease;}
img {max-width: 100%;}
.main-bg-nv{
    background: #e2a816 !important;
	padding: 3px 0;
}
input.form-control.input-lg:focus {
    box-shadow: none;
    border-color: #e2a816;
}
div#top-links .list-inline {
    text-align: center;
    margin-bottom: 30px;
    color: #e2a816;
}
div#top-links .list-inline li a {
    color: #e2a816;
    text-shadow: none;
}
.call-txt {
    color: #fff;
}
.del-outer {
    display: flex;
    align-items: center;
}
.sale-img {
    width: 25%;
}
.sale-cont {
    width: 75%;
}
.sale-img img {
    width: 50px;
    max-width: 100%;
}
.ser_block {
    margin-top: 30px;
    display: inline-block;
}
.sale-cont h3 {
    font-size: 16px;
    font-weight: 600;
}

ul.foot_add li {
    border: none;
    margin: 0;
}
ul.foot_add li a {
    text-transform: lowercase;
}
ul.foot_add {
    padding: 0;
}
#top-links li.dropdown {
    color: #e2a816;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    list-style: none;
    margin-bottom: 30px;
}
.open>.dropdown-menu {
    display: block;
        padding: 0;
}
#top-links li.dropdown a:hover {
    color: #e2a816;
}
#top-links .dropdown-menu>li>a:hover {
    background-color: #e2a816;
    color: #fff;
}
.dropdown-menu.nav_drop_menu {
    margin-left: 0 !important;
}
.dropdown-menu.nav_drop_menu ul {
    list-style: none;
	padding-left: 15px;
}
ul._900xz li {
    position: relative;
}
ul._900xz li:before {
    content: "\2012";
    position: absolute;
    top: 3px;
}
ul._900xz li a {
    padding: 4px 12px !important;
}
ul._900xz {
    padding-left: 20px !important;
}
#common-home .alert {
    padding: 11px 14px 8px 14px;
    margin: 0 20px 15px;
}
#common-home .alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}
#cart i.fa.fa-times {
    padding: 0;
    font-size: 12px;
    height: 21px;
    width: 20px;
    line-height: 20px;
}

/*********** media ***********/

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {min-height: 210px; padding: 0 10px;}

}


@media (min-width: 992px) and (max-width: 1199px) {
.slider_txt {top: 50px; left: 15%;}	
.bnr-ad1 {padding-right: 10px;}
.bnr-ad2 {padding-left: 10px;}	
footer ul {padding: 0;}
.footer_adrs ul {padding: 0 23% 0 0;}
.footer_adrs ul li:first-child {padding-right: 0;}
}


@media (min-width: 768px) and (max-width: 991px) {
#menu .nav > li > a {padding: 10px 6px;}	
.home-links li a {font-size: 12px;}	
.slider_txt {top: 19px; left: 16%;}	
.slider_txt h1 {font-size: 30px;}	
.slider_txt p {padding-right: 44%;}	
.slider_txt p br {display: none;}	
.bnr-ad1 {padding-right: 10px;}
.bnr-ad2 {padding-left: 10px;}
.product-thumb h4 a {font-size: 14px;}
.product-thumb .caption {padding: 0 15px;}
span.price-new, span.price-old {display: inline-block; font-size: 16px;}
footer h5 {font-size: 18px;}
footer ul {padding: 0;}
.footer_adrs ul {padding: 0 23% 0 0;}
.footer_adrs ul li:first-child {padding-right: 0;}
span#cart-total {
    top: -6px;
    left: 82px;
}
.call-txt {
    font-size: 12px;
}
ul.foot_add li a {
    word-break: break-word !important;
}
}
.bnr-ad1 {
    width: 33%;
    margin: 0 0px 0 0;
}
.ser_block p {
    font-size: 15px;
}
}

@media (min-width: 768px) {
.navbar-nav {float: none; display: block;}
.navbar-nav>li { float: none; display: inline-block;}	
.product-list .product-thumb .image {float: left; padding: 0 15px;}
#common-home .swiper-viewport .swiper-button-next {right: 20px;}
#common-home .swiper-viewport .swiper-button-prev {left: 20px;}
#product-product ul.thumbnails {margin-left: 0;}
.thumbnails .image-additional {width: 15%; margin: 0 4px;}
.detail_txt h1, .detail_txt h2 {font-size: 28px;}

}

@media (max-width: 767px) {
.product-list .product-thumb .button-group {border-left: none;}	
.product-list .product-thumb .caption {min-height: 0; margin-left: 0; padding: 0 10px;}
.product-grid .product-thumb .caption {min-height: 0;}
.product-thumb .button-group button, .product-thumb .button-group button + button {width: 33.33%;}
img {max-width: 100%;}
.hdr-lft {display: none;}
#top-links {padding: 14px 0 0; text-align: center; width: 245px; margin: 0 auto;}
.src_btn {top: 30px; right: auto; width: 300px; left: -72px;}
#menu .btn-navbar {padding: 6px 14px; background-color: #e2a816;     border: 1px solid #fff;}
.home-links {display: none;}
.swiper-button-next:before, .swiper-button-prev:before {font-size: 20px !important;}
.slider_txt {top: 20%; left: 10%;}
.slider_txt h1 {font-size: 24px; line-height: 32px;}
.slider_txt p {display: none;}
.slider_txt a {width: 80px; height: 30px; font-size: 12px; text-align: center; line-height: 30px; margin-top: 10px;}
.sec1 {margin: 10px 0;}
.bnr-ad1 {padding-right: 5px;}
.bnr-ad2 {padding-left: 5px;}
.sec3 p {padding: 0;}
#product-category .product-thumb {margin-bottom: 40px;}
#product-category #content .col-sm-12.text-right {text-align: center;  padding-top: 15px;}
#product-product ul.thumbnails {margin-left: 0;}
.thumbnails .image-additional {width: 15%; margin: 0 4px;}
.detail_txt h1, .detail_txt h2 {font-size: 28px;}
div#search { display: none;}
.bnr-ad1 {
    text-align: center;
    width: 100%;
    margin: 15px 0;
}
.col-sm-4.hdr-logo {
    float: left;
}
div#common-home {
    margin-top: 15px;
}
}

@media (max-width: 575px) {
	.col-sm-4.hdr-logo {
    float: none;
}
div#top-links {
    float: none !important;
}
div#top-links .list-inline {
    margin-bottom: 15px;
}
div#top-links {
    padding-bottom: 15px;
}
}
@media (max-width: 479px) {
.swiper-button-next:before, .swiper-button-prev:before {font-size: 20px !important;}
.slider_txt {top: 20px; left: 15%;}
.slider_txt h1 {font-size: 16px; line-height: 20px;}
.slider_txt p {display: none;}
.slider_txt a {width: 80px; height: 30px; font-size: 12px; text-align: center; line-height: 30px; margin-top: 10px;}
.sec2 h1, .sec3 h1 {font-size: 24px; margin-bottom: 55px;}
.sec3 {padding: 30px 0; margin-top: 10px;}
.opt_box {width: 110px;}
.container.nmhjk p {
    font-size: 11px;
}
div#cart .dropdown-menu td {
    padding: 4px;
}
}

@media (max-width: 360px) {
.slider_txt {top: 10px; left: 15%;}

}


