@media (max-width:768px) {
	   .cart-search {
		   position: relative !important; 
	   }
	div#cart-dropdown {
    float: right;
}
	.topbar .top-right {
		width:100%;
	}
}
tr td {
    border: 1px solid #ccc;
    padding: 5px;
}


@font-face {
	font-family: "UVF Vanitas";
	src: url("uvfvanitasregular.eot");
	src: url("uvfvanitasregular.eot#iefix") format("embedded-opentype"),
	url("uvfvanitasregular.woff") format("woff"),
	url("uvfvanitasregularuvfvanitasregular.ttf") format("truetype"),
	url("uvfvanitasregular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
	.no-padding-lr {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-l {
        padding-left: 0px;
    }

    .no-padding-r {
        padding-right: 0px;
    }

.account-login .errors ul li,.text-danger-custom {
    color: red !important;
}
/*css_9996_input_number_bg*/
    input[type="number"] {
        position: relative;
    }
    /* Spin Buttons modified */
    input[type="number"].mod::-webkit-outer-spin-button,
    input[type="number"].mod::-webkit-inner-spin-button {
        -webkit-appearance: none;
        background: #FFF url("numberupdown.png") no-repeat center center;
        width: 1em;
        border-left: 1px solid #BBB;
        opacity: 0;
        /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    input[type="number"].mod:hover::-webkit-inner-spin-button,
    input[type="number"].mod:active::-webkit-inner-spin-button {
        opacity: .8;
    }
    /* Override browser form filling */
    input:-webkit-autofill {
        background: #fff;
        color: #cb4d4d;
    }


    /* Spin Buttons modified */
    input[type="number"].mod.product_input_qty::-webkit-outer-spin-button,
    input[type="number"].mod.product_input_qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        background: #FFF;
        width: 1em;
        border-left: 1px solid #BBB;
        opacity: 0;
        /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
   

/* Reset ================================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	border:0;
	vertical-align:top
}
/* Lists */
body { 
	color: #000; 
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: 300;
	font-size:14px; 
	line-height:20px; 
	text-align: left; 
	background: #fff; 
}
a { 
	text-decoration: none; 
}
a:hover {
	text-decoration:none;
	color: #f2b94c;
}
a:focus{ 
	outline:none; 
}
button,button:focus,
.btn-group,.btn-group:focus { 
	outline:none !important; 
}

/* Topbar */
.header {
	min-height: 311px;
	position: relative;
	background: #fdfaf5; 
}
.header:after {
	content:'';
	background: url('bd-bt-bg.png') repeat-x bottom left;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -6px;
	height: 6px;
	z-index: 10;
}
.topbar {
	height: 60px;
	background: url('bd-bt-tb.png') repeat-x bottom left;
}
.topbar .top-left {
	float: 	left;
	line-height: 60px;
}
.topbar .top-left p {
	color: #000;
	font-size: 14px;
}
.topbar .top-right {
	float: right;
	line-height: 60px;
}
@media(max-width:767px){
	.topbar .top-right {
		float: left;
		line-height: 60px;
	}
	.topbar .top-right > ul > li{
		display: none;
	}
	.topbar .top-right > ul > li.last{
		display: block;
	}
	.topbar .top-right > ul > li:hover > ul {
		display: block;
		position: absolute;
		left: 0px;
		top: 55px;
		background: #fff;
		width: 190px;
		box-shadow: 1px 1px 1px #ddd;
		z-index: 2000;
	}
	section.midheader {
		margin-top: 20px;
	}
	section.menubar {
		margin-top: 20px;
	}
	.header {
		min-height: 280px;
		position: relative;
		background: #fdfaf5;
	}
	.cart-search {
		width: auto !important;
		float: right !important;
		display: inline-block;
		clear: none !important;
		position: absolute;
		right: 0;
	}
	.cart-search .search-form input {
		height: 46px !important;
	}
	.cart-search .search-form .s-btn {
		padding: 12px 15px !important;
	}

}
@media(min-width:991px){

	.cart-search .search-form {
		float: left;
		border: none;
		position: absolute !important;
		right: 60px !important;
	}
	.menubar .container {
		position: relative;
	}
}
@media(min-width:991px) and (max-width:1200px){
	.menubar .menu > ul > li {
		float: left !important;
		position: relative !important;
		margin-right: 5vw !important;
	}

	
}



.topbar .top-right > ul > li {
	float: left;
	position: relative;
}
.topbar .top-right > ul > li a {
	color: #000;
	font-size: 13px;
}
.topbar .top-right > ul > li > a {
	display: block;
	padding: 0 20px;
}
.topbar .top-right > ul > li.last:after {
	content:'\f107';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
} 
.topbar .top-right > ul > li > ul {
	display: none;
}
.topbar .top-right > ul > li:hover > ul {
	display: block;
	position: absolute;
	right: 0px;
	top: 55px;
	background: #fff;
	width: 190px;
	box-shadow: 1px 1px 1px #ddd;
	z-index: 2000;
}
.topbar .top-right > ul > li > ul > li {
	line-height: 38px;
	border-bottom: 1px solid #ebebeb;
}
.topbar .top-right > ul > li > ul > li > a {
	display: block;
	padding: 0 20px;
}
.topbar .top-right > ul > li > ul > li > a:hover span {
	color: #FF0000;
}
.midheader {
	height: 160px; 
}
.midheader .logo {
	margin-top: 49px;
}
.midheader .logo a {
	display: block;
}
.midheader .static,
.midheader .static > div  {
	float: right;
}
.midheader .static {
	margin-top: 49px;
}
.midheader .static > div {
	padding-left: 75px;	
	height: 60px;
	margin-left: 70px;
}
.midheader .static .static-p {
	background: url('static-phone.png') center left no-repeat;
}
.midheader .static .static-e {
	background: url('static-mail.png') center left no-repeat;
}
.midheader .static .static-t {
	background: url('static-time.png') center left no-repeat;
}
.midheader .static .static-title {
	text-transform: uppercase;
	color: #FF0000;
	margin-top: 10px;
	font-family: "Helvetica",sans-serif;
    font-size: 14px;
}
.midheader .static .static-info {
	font-size: 18px;
	color: #000;
}
/* Menu bar */
.menubar {
	height: 80px;
}
.menubar .menu {
	float: left;
}
.menubar .cart-search {
	float: right;
}
/* Menu */
.menubar .menu > ul > li {
	float: left;
	position: relative;	
	margin-right: 35px;
}
.menubar .menu > ul > li.last {
	margin-right: 0px;
} 
.menubar .menu > ul > li > a {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	color: #000;
	line-height: 70px;
	font-family: "Helvetica",sans-serif;
}
.menubar .menu > ul > li > a:hover {
	color:#FF0000;
}


.menubar .menu > ul > li.sub-menu > a  {
	position: relative;
	padding-right: 20px;
}
.menubar .menu > ul > li.sub-menu > a:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 70px;
}
.menubar .menu > ul > li > ul {
	display: none;
	width: 195px;
	position: absolute;
	top: 60px;
	left: 0px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	z-index: 2001;
}
.menubar .menu > ul > li:hover > ul {
	display: block;
}
.menubar .menu > ul > li > ul > li {
	position: relative;
	line-height: 38px;
	border-bottom: 1px solid #ebebeb;
}
.menubar .menu > ul > li > ul > li > a {
	position: relative;
	padding: 0 20px;
	display: block;
	color: #000;
	font-size: 14px;
}
.menubar .menu > ul > li > ul > li.mini-submenu > a:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 10px;
}
.menubar .menu > ul > li > ul > li:hover > a  {
	text-decoration: underline;
}
.menubar .menu > ul > li > ul > li > ul {
	display: none;
	width: 195px;
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff;
	box-shadow: 2px 0px 1px #ebebeb;
}
.menubar .menu > ul > li > ul > li:hover > ul {
	display: block;
}
.menubar .menu > ul > li > ul > li > ul > li  {
	line-height: 38px;
	border-bottom: 1px solid #ebebeb;
}
.menubar .menu > ul > li > ul > li > ul > li > a {
	font-size: 14px;
	color: #603913;
	padding: 0 20px;
	display: block;
}
.menubar .menu > ul > li > ul > li:hover > ul > li:hover > a  {
	text-decoration: underline;
}
/* search form & dropdown cart */
.cart-search .search-form {
	float: left;
	border:none;
}
.cart-search .search-form  form {
	display: inline-block;
	margin: 0px;
}
.cart-search .search-form .s-btn {
	background: none;
	border: 1px solid #ccc;
	border-left: none;
	font-size: 18px;
	margin-top: 6px;
	padding: 15px;
}

.cart-search .search-form .input-d {
	float: left;
	margin-top: 6px;
}
.cart-search .search-form input {
	background: transparent;
	outline: 0;
	color: #000;
	max-width: 200px;
	width: 100%;
	height: 52px;    
	padding: 5px 10px;	
	border-radius: 0;
	border-right: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cart-search .cart-dropdown {
	float: right;
	position: relative;
}
.cart-dropdown a.mini-cart {
	padding: 15px;
	display: block;
	margin-top: 5px;
	position: relative;
}
.cart-dropdown a.mini-cart > i {
	font-size: 18px;
	color: #000;
}
.cart-dropdown a.mini-cart > span {
	position: absolute;
	top:0;
	right: 0;
	color: #fff;
	background: #FF0000;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-radius: 50%;
}

.dropdown-cart {
	position: absolute;
	top: 55px;	
	right:0;
	border-top: 1px solid #f2b94c;
	width: 292px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	z-index: 2001;
	padding: 0 20px 30px 20px;
}
.dropdown-cart .dd-cart-content .item {
	min-height: 75px;
	margin-top: 20px;
	position: relative;
}
.dropdown-cart .dd-cart-content .item > a {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.dropdown-cart .dd-cart-content .item .item-ct > a{
	font-size: 14px;
	color: #252525;
}
.dropdown-cart .dd-cart-content .item .item-ct > p {
	color: #636363;
}
.dropdown-cart .dd-cart-content .item .item-ct > p span.price {
	color: #c69c6d;
}

.dropdown-cart .dd-cart-content .item a.d-btn {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #f2b94c;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 0px;
}
.dropdown-cart .dd-cart-content .item a.d-btn  i {
	padding: 2px 0px 0px 1px ;
}

.bottom p {
	float: right;
	font-size: 18px;
	text-transform: uppercase;
	color: #c69c6d;
	margin-bottom: 30px;
}
.bottom p span {
	color: #252525;
}
.bottom a {
	clear: both;
	float: right;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 45px;
	background: #f2b94c;
	color: #fff;
}
/* Slide */
section.slider {
	margin-bottom: 30px;
}

.slider .left-slide,
.slider .right-slide {
	width: 100px;
	height: 100px;
	display: block;	
	position: absolute;
	top: 40%;
	text-align: center;
	line-height: 100px;
	background: rgba(0,0,0,0.7);
}
.slider .left-slide {
	left: 0px;
}
.slider .right-slide { 
	right: 0px;
}
.slider .left-slide span,
.slider .right-slide span {
	font-size: 50px;
	margin-top: 22px;
	color: #fff;
}

.mid-banner {
	margin-bottom: 40px;
}

.module-title {
	background: url('bg-title.png') repeat-x center left #fff;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 24px;
}
.module-title > h2 {
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
	padding-left: 13px;
	font-family: 'Helvetica',sans-serif;
}
.mdl-full-tle {
	line-height: 60px;
	width: 100%;
	border-bottom: 1px solid #f6f3ee;
	margin-bottom: 30px;
}
.mdl-full-tle > h2 {
	text-transform: uppercase;
	color: #603913;
	padding-left: 13px;
	font-family: 'Helvetica',sans-serif;
}
/*  index sidebar */
.category {
	margin-bottom: 30px;
}
.category > ul > li {
	line-height: 40px;
	border-bottom: 1px solid #f0ebe2;
} 
.category > ul > li > ul > li {
	border-bottom: 1px solid #f0ebe2;
	line-height: 36px;
}
.category > ul > li > ul > li > ul > li {
	border-bottom: 1px solid #f0ebe2;
	line-height: 34px;
}
.category > ul > li > ul > li:last-child,
.category > ul > li > ul > li > ul > li:last-child {
	border-bottom: 0px;	
}
.category > ul > li > a,
.category > ul > li > ul > li > a,
.category > ul > li > ul > li > ul > li > a{
	color: #000;
	font-family: 'Helvetica',sans-serif;
	
}
.category > ul > li:hover > a,
.category > ul > li:hover > ul > li:hover > a,
.category > ul > li:hover > ul > li:hover > ul > li:hover > a{
	text-decoration: underline;
}
.category > ul > li > ul,
.category > ul > li > ul > li > ul {
	margin-left: 10px;	
}
.category em {
	float: right;
	font-style: normal;
	font-size: 18px;
}
.category em:hover {
	cursor: pointer;	
}
/* index center */
.product-grid {
	margin-bottom: 30px;
}

.product-grid .feature-img img {
    width: 100%;
	    height: 100%;
}

.product-grid .feature-img {
	margin-bottom: 15px;
	max-height:	305px;	
	overflow: hidden;
}
.product-grid .prod-info {
	text-align:center;
}
.product-grid .prod-info .price-box p {
	display: inline-block;
}
.product-grid .prod-info .price-box p:nth-child(2) {
	margin-left: 20px;
} 
.product-grid .prod-info .price-box p.special-price span {
	color: #FF0000;
	font-family: "Helvetica",sans-serif;
}
.product-grid .prod-info .price-box p.old-price  {
	text-decoration: line-through;
	font-family: "Helvetica",sans-serif;
}
.product-grid .prod-info a {
	color: #252525;
	display: block;
	margin-top: 10px;
	font-family: "Helvetica",sans-serif;
	height: 35px;
    overflow: hidden;
}
.product-grid .prod-info a:hover {
	color: #FF0000;

}

/* index product */
section.content  {
	margin-bottom: 30px;	
}
.center .center-mid-banner,
.center .bottom-mid-banner{
	margin: 40px 0px;	
}

.prod-coll-1 {
	position: relative;
	margin-bottom: 30px;
}
.prod-coll-1 .owl-buttons {
	position: absolute;
	top: -60px;	
	right: 5px;
}
.owl-buttons > div {
	display: inline-block;
	color: #fff;
	padding: 7px;
}


.prod-coll-1.left15 .owl-buttons {
	position: absolute;
	top: -60px;	
	right: 20px;
}

/* sidebar product */
.sidebar-prod {
	margin-bottom: 30px;	
}
.prod-list {
	padding: 20px 0px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.prod-list:last-child {
	border-bottom: 0px;
}
.prod-list > a {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.prod-list > a > img {
	height: 70px;	
}
.prod-list .prod-info > a {
	color: #252525;
	font-family: 'Helvetica',sans-serif;
}
.prod-list .prod-info .price-box {
	margin-top: 5px;
}
.prod-list .prod-info .price-box > p {
	display: inline-block;
}
.prod-list .prod-info .price-box > p.special-price {
	color: #FF0000;
	margin-right: 10px;
	font-family: 'Helvetica',sans-serif;
}
.prod-list .prod-info .price-box > p.old-price {
	text-decoration: line-through;
	font-family: 'Helvetica',sans-serif;
}
/* index brand */
.brand-owl {
	margin-bottom: 30px;
}
.brand-owl .item {
	text-align: center;
}
.brand-owl .item > a {
	
}
.brand-owl .item > a:hover {
	cursor: pointer;
}
.brand-owl .owl-buttons {
	position: absolute;
	top: 35%;
	width: 100%;
}
.brand-owl .owl-buttons .owl-prev {
	position: absolute;
	left: -35px;
	color: #c69c6d;
	font-size: 20px;
}
.brand-owl .owl-buttons .owl-next {
	position: absolute;
	right: -35px;
	color: #c69c6d;
	font-size: 20px;
}
@media (max-width: 767px){
	.brand-owl .owl-buttons .owl-prev {
		position: absolute;
		left: 0px;
		color: #c69c6d;
		font-size: 20px;
	}
	.brand-owl .owl-buttons .owl-next {
		position: absolute;
		right: 0px;
		color: #c69c6d;
		font-size: 20px;
	}

}
/* Footer */
.footer {
	margin-top: 50px;
	background: url('bg-foo.jpg') repeat-x top left #f8f1e4;
	padding: 50px 0 40px;
}
.top-footer {
	margin-bottom: 50px;
}
.foo-mdl-title {
	line-height: 34px;
	margin-bottom: 30px;
}
.foo-mdl-title h2 {
	text-transform: uppercase;
	color: #000;
	font-family: 'Helvetica';
	font-weight: 500;
}
.foo-col ul li {
	line-height: 28px;
}
.foo-col ul li a {
	color: #000;
}
.foo-col ul li a:hover {
	text-decoration: underline;
}
.mid-footer {
	text-align: center;
}
.mid-footer h2 {
	font-size: 18px;
	font-family: 'Helvetica';
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}
.mid-footer p {
	margin-bottom: 10px;
	color: #000;
}
.subscribe-content form {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
}
.subscribe-content form input {
	width: 100%;
	height: 35px;
	border: 0;
	padding: 0 40px 0 15px;
	outline: 0;
}
.subscribe-content form .subs-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: 0;
	outline: 0;
	width: 40px;
	height: 35px;
}
.footer-social li {
	float:  left;
	margin-right: 5px;
}
.footer-social li a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999em;	
}
.footer-social li a.fb {
	background: url('social.png') 0px 24px;
} 
.footer-social li a.tt {
	background: url('zalo1.png');
	background-size: 100%;
} 
.footer-social li a.gp {
	background: url('social.png') -58px 24px;
} 
.footer-social li a.yt {
	background: url('social.png') 24px 24px;
} 
.copyright {
	background: url('bd-bt-tb.png') repeat-x top left #f8f1e4;
	padding: 20px 0px;
}
.copyright img {
	float: right;
}

@media (max-width: 767px){
	.payment_img img {
		display: inline-block;
		text-align: center;
		margin: 10px auto;
		position: relative;
		overflow: hidden;
		width: auto;
		max-width: 100%;
		float: none !important;
	}
	.copyright p {
   		text-align: center;
	}
	.payment_img {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
}

/* Collection */
.collect-grid {
	margin-bottom: 70px;	
}

.sub-top-bn h1:first-letter {
    text-transform: uppercase;
}
.sub-top-bn h1 {
	line-height: 1.4;
	text-align: center;
	font-family: "UVF Vanitas",sans-serif;
	font-size: 0px;	
	color: #fff;
	padding: 90px 0px;
}
@media (max-width: 480px){
	.sub-top-bn h1 {
		line-height: 1.4;
		text-align: center;
		font-family: "UVF Vanitas",sans-serif;
		font-size: 0px;	
		color: #fff;
		padding: 90px 0px;
	}

}
.bcrumb {
	margin-bottom: 34px;	
}
.breadcrumb {
	background: transparent;	
	padding: 0px;
	margin:0px;
	line-height: 50px;
	border-bottom: 1px solid #f0ebe2;	
	border-radius: 0px;
}
.breadcrumb > li > a {
	color: #000;	
}
.breadcrumb > li.active {
	color: #000;	
}
.pages {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}	
.pages ul{
	float: right;	
}
.pages ul li{
	display: inline-block;
	line-height: 45px;
	width: 45px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #000;
}
.pages ul li.prev,
.pages ul li.next {
	width: auto;
}
.pages ul li.prev a,
.pages ul li.next a {
	padding: 0 15px;
}
.pages ul li a {
	color: #000;	
	display: block;

}
.pages ul li.current {
	background: #000;
	color: #fff;
}
.pages ul li:hover a {
	background: #000;
	color: #fff;
}

/* toolbar */
.toolbar {
	height: 40px;
	margin-bottom: 30px;
}
.toolbar .soft {
	float: left;	
}
.toolbar .soft:nth-of-type(2) {
    padding-left: 15px;
}
@media (max-width: 480px){

.toolbar .soft:nth-of-type(2) {
    padding-left: 0px !important;
    display: block;
    width: 100%;
    margin: 10px 0px;
}
}
.toolbar .view {
	float: right;	
}
.soft > label {
	line-height: 40px;
	font-family: Helvetica;
	color: #603913;
	margin-right: 20px;
}
.soft select {
	height: 40px;
	line-height: 40px;
	padding: 5px 10px;
	border: 1px solid #000;
}
.view a {
	font-size: 18px;	
	line-height: 40px;
	color: #cccccc;
	margin-left: 5px;
	cursor: pointer;
}
.view a:hover,
.view a.active {
	color: #000;	
}

/* product list */
.collect-list .feature-img {
	float: left;
	width: 250px;
	max-height: 250px;
	overflow: hidden;
	margin-right: 20px;
}
.collect-list .prod-info {
	text-align: left;	
}
.collect-list .prod-info > a {
	font-size: 14px;
	color: #252525;
    font-family: "Helvetica",sans-serif;
    margin-top: 0px;
	margin-bottom: 0px;
}
.collect-list .prod-info .desc {
	color: #252525;
	margin-bottom: 20px;
}
.collect-list .prod-info .price-box {
	font-size: 18px;	
	margin-bottom: 20px;
}
.collect-list .prod-info .action-box a.list-btn-add {
	line-height: 35px;
	padding: 0 20px;
	background: #ccc;
	border-radius: 5px;
	color: #252525;
	text-transform: uppercase;
	display: inline-block;
	font-family: Helvetica;
}
.collect-list .prod-info .action-box button.list-add-cart  {
	line-height: 35px;
	padding: 0 20px;
	background: #ccc;
	border-radius: 5px;
	color: #252525;
	text-transform: uppercase;
	display: inline-block;
	font-family: Helvetica;
	border: 0px;
}
.collect-list .prod-info .action-box a.list-btn-add ,
.collect-list .prod-info .action-box button.list-add-cart {
	background: #FF1700;
	color: #fff;
}
.featured-image:before,
.featured-image:after {
	content:'';
	display: table-cell;
}
.featured-image {
	max-width: 555px;
	max-height: 555px;
	border: 1px solid #f0ebe2;
	text-align: center;
	margin-bottom: 10px;
	overflow:hidden;
}
.featured-image > img {
	vertical-align: middle;	
}
.images .imgowl {
	padding: 0 30px;	
}
.images .img-item  a {
	display:block;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #ddd;
}
.images .owl-controls .owl-page,.images .owl-controls .owl-buttons div {
	color: #000;
	font-size: 14px;
	position: absolute;
	top: 40%;
	width: 30px;
	height:30px;
	text-align: center;
	border: 1px solid #ddd;
}
.images .owl-controls .owl-page,.images .owl-controls .owl-buttons div.owl-prev {
	left: 0px;	
}
.images .owl-controls .owl-page,.images .owl-controls .owl-buttons div.owl-next {
	right: 0px;	
}
.images li a {
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #f0ebe2;
	padding: 3px;
}
.images li a:hover {
	border: 1px solid #f2b94c;
}
.product .prod-desc h2 {
	font-size: 24px;	
	text-transform: uppercase;
	line-height: 50px;
	font-family: "Helvetica",sans-serif;
}
.product .prod-desc > div {
	padding: 20px 0px;
	border-top: 1px solid #f0ebe2;
}
.product .prod-desc .price-box p {
	display: inline-block;
}
.product .prod-desc .price-box p:nth-child(2) {
	margin-left: 20px;
} 
.product .prod-desc .price-box p.special-price span {
	color: #FF0000;
	font-size: 36px;
	    font-family: "Helvetica",sans-serif;
}
.product .prod-desc .price-box p.old-price  {
	text-decoration: line-through;
	font-size: 22px;
	font-family: "Helvetica",sans-serif;
}

.product .prod-desc .primary-box p {
	color:	#252525;
}
.product .prod-desc .primary-box p.desctit {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: 700;
}

.product .prod-desc .variant-box .selector-wrapper {
	margin-bottom: 15px;	
}
.product .prod-desc .variant-box .selector-wrapper label {	
	font-size: 14px;
	color: #252525;
	width: 120px;
	text-transform: uppercase;
}
.product .prod-desc .variant-box .selector-wrapper select {
	padding: 5px 15px;
	min-width: 100px;
}
.product .prod-desc .quantity-box label,
.product .prod-desc .variant-box > label {
	font-family: Helvetica;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #252525;
	margin-bottom: 15px;
}
.product .prod-desc .quantity-box .qttform  {
	width: 150px;
}
.product .prod-desc .quantity-box .qtt-center {
	border: 1px solid #000;
	margin: 0 10px;
	width: 80px;
	text-align: center;
}
.product .prod-desc .quantity-box .mathbtn {
	border: 1px solid #000;
	border-radius: 0px;
}

.product .prod-desc .quantity-box .mathbtn span {
    padding-top: 3px;
}

.product .prod-desc .action-box .addtocart,
.product .prod-desc .action-box .soldout {
	background: #FF0000;
	padding: 0px 30px;
	line-height: 50px;
	border: 0px;
	outline: 0px;
	color: #fff;
	text-transform: uppercase;

}
.product-detail {
	margin-top: 80px;
}
.product-detail .tab-content {
	border: 1px solid #ddd;
	border-top: 0px none;
	padding: 20px;
}
.product-detail .nav-tabs > li > a {
    border-radius: 0px;
    border: 1px solid #fff;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: "roboto Slab",sans-serif;
	border-bottom-color: transparent;
} 
.product-detail .nav-tabs > li.active > a {
	border-bottom: 1px solid transparent !important;
	border-top: 2px solid #000 !important;
}
.product-detail .nav-tabs > li.active > a ,.product-detail .nav-tabs > li.active > a :hover{
	color: #000;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd;
}
.product-detail .nav-tabs>li:nth-child(2)>a,
.product-detail .nav-tabs>li:nth-child(3)>a {
	border-left: 0px none;
}

/* Blog */
.blog-grid {
	margin-bottom: 40px;
	background: url('bd-bt-tb.png') repeat-x bottom left;
}
.blog-grid .blog-img {
	max-height: 440px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog-grid .blog-info h2 {
	font-size: 18px;
	color: #000;
	line-height: 50px;
	font-family: "Helvetica",sans-serif;
}
.blog-grid .blog-info .summary {
	margin-bottom: 40px;	
}
.blog-grid .blog-info .summary p {
	color: #252525;
}
.blog-grid .blog-info .summary a{
	color: #000; 
}
.blog-grid .blog-info .summary a:hover {
	text-decoration: underline;	
}
.blog-grid .article-info ul li {
	display: inline-block;
	color:  #000; 
	position: relative;
	margin-right: 25px;
	padding-bottom: 30px;
}
.blog-grid .article-info ul li:last-child {
	margin-right: 0px;	
}
.blog-grid .article-info ul li i {
	margin-right: 10px;	
}

/* blog sidebar */
.left-sidebar > div {
	margin-bottom: 30px;	
}
.blog-title {
	line-height: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.blog-title h2 {
	text-transform: uppercase;	
	color: #000;
	font-size: 14px;
	font-family: Helvetica;
}
.blog-cate ul li {
	line-height: 34px;	
	position: relative;
	padding-left: 15px;
}
.blog-cate ul li:before {
	content: "\f105";
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: FontAwesome;
	font-size: 15px;
}
.blog-cate ul li a {
	color: #000;
}
.blog-cate ul li:hover a,
.blog-cate ul li:before:hover {
	color:  #000;
}


.blog-cate.blog_tags ul li:before,.blog-cate.futured_news ul li:before {
    content: '' !important;
    background: none;
}
.blog-cate.blog_tags ul li {
    float: left;
    padding: 0;
    margin: 0;
}

.blog-cate.blog_tags ul li a {
    border: 1px solid #c69c6d;
    border-radius: 5px;
    padding: 6px 15px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    line-height: 1.4;
    color: #c69c6d;
}

.blog-cate.blog_tags ul li a:hover {
    color: #fff;
    background: #c69c6d;
}
.blog-cate.blog_tags ul {
    position: relative;
    display: block;
    overflow: hidden;
	padding-top: 15px;
}


.blog-cate.futured_news ul {
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 15px;
    overflow: hidden;
}

.blog-cate.futured_news ul li {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}


.blog-cate.futured_news ul li a {
    text-transform: lowercase;
	font-family: "Helvetica",sans-serif;
}
.blog-cate.futured_news ul li .img_placeholder {
    padding-top: 10px;
}
.comment-box{
	position:relative;	
}

.comment-box .comment{
	position:relative;
	padding-left:75px;
	margin-bottom:20px;	
}

.comment-box .comment .avatar{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;	
	    border-radius: 50%;
    overflow: hidden;
}

.comment-box .comment .avatar img{
	position:relative;
	width:100%;
	height:100%;	
}

.comment-box .comment.reply{
	margin-left:50px;
	margin-right:30px;	
}

.comment-box .comment .comment-head{
	position:relative;

}

.comment-box .comment .title{
	position:relative;
	float:left;
	color:#c69c6d;
	font-size:14px;
	text-transform: uppercase;
	font-family: Helvetica;
	line-height: 32px;
}

.comment-box .comment-date{
	position:relative;
	color:#b6b7b7;
	font-size:14px;
	font-style:italic;
	font-weight:300;
	margin:0px 0px 20px;
}

.comments-area hr{
	position:relative;
	margin-bottom:30px;	
}
.cmt-title {
	margin-bottom: 40px;	
}
.cmt-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: 700;
	color: #c69c6d;
}

.cmtform h2.legend {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: 700;
	color: #c69c6d;
	line-height: 50px;

}
.form-list .field {
	width: 48%;
	float: left;
}	
.form-list .field.first {
	margin-right: 4%;	
}
.form-list .fields  {
	margin-bottom: 15px;	
}
.form-list li input ,
.form-list li textarea {
	border-radius: 0px !important;	
}
.cmt-action {
	margin-top: 30px;	
	margin-bottom: 30px;
}
.cmt-action .cmtbtn {
	outline: 0px;
	background: #c69c6d;
	border: 0px;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
	color: #fff;
	font-family: Helvetica;
}
.page-title h2 {
	line-height: 50px;
	color: #000;
	font-family: Helvetica;
	font-size: 18px;

}
/* Cart */

.qty.cart_qty {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

table#shopping-cart-table td.a-center input {
    text-align: center;
}
.data-table {
	width: 100%;
	border: 1px solid #f2f2f2;
}
.data-table .odd {
	border-top: 1px solid #f2f2f2;
}
.data-table thead th {
	font-weight: normal;
	border-right: 1px solid #fff;
	background: #c69c6d;
	padding: 10px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}
.cart-table td {
	padding: 10px;
	vertical-align: middle;
}
.data-table tbody th, .data-table tbody td {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.cart-table td .product-image {
	display: block;
	width: 150px;
	text-align: center;
}
.cart-table .product-name {
	text-align: center;
	font-size: 18px;
	color: #252525;
	font-family: Helvetica;
}
.cart-table .product-name a {
	color: #252525;
}
.cart-table .product-name:hover a {
	color:	#c69c6d;
}
#shopping-cart-table .btn-remove i {
	font-size: 20px;
	color: #252525;
}
#shopping-cart-table .btn-remove:hover i  {
	color:	#c69c6d;
}
.cart-table .cart-price {
	font-size: 15px;
	font-family: Helvetica;
}

.btn-cart {
	line-height: 50px;
	padding: 0 20px;
	background: #252525;
	color: #fff;
	text-transform: uppercase;
	outline: 0px;
	border: 0px;
}

.btn-cart:hover {
	background: #f2b94c;
}
.btn-continue {
	float: left;	
}
.btn-empty, .btn-update {
	float: right;
}	
.btn-update {
	margin-left: 20px;	 
}
.cart .cart-collaterals {
	padding: 40px 0 0;
}
.cart .totals {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}
.cart .totals table {
	width: 100%;
	margin: 10px 0 0;
}
.cart .totals .checkout-types {
	font-size: 13px;
	padding: 8px 15px 15px;
	text-align: right;
}
.cart .totals .checkout-types li {
	clear: both;
	margin: 0 0 10px;
}
.cart .totals tfoot td {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: Helvetica;
}
.a-right {
	text-align: right;
}

.cart .totals td {
	padding: 1px 15px 1px 7px;
}
.btn-checkout {
	line-height: 50px;
	padding: 0 20px;
	background: #f2b94c;
	text-transform: uppercase;
	color: #fff;
	outline: 0px;
	border: 0px;
}



@media(max-width:767px){
	ul.breadcrumb {
		border: none;
	}
	.bcrumb {
		margin-bottom: 0px;
	}
	section.content.cart {
		background: #fdfaf5;
	}
	.cart-collaterals.row {
		background: #fff;
		margin-top: 40px;
		padding-top: 0px;
	}
	.cart .totals {
		border: none;
		background-color: #fff;
		padding-top: 15px;
	}
}















ul.form-list li {
	margin-bottom: 20px;	
}
ul.form-list li label {
	font-size: 16px;
	font-family: Helvetica;
	margin-bottom: 11px;
}
ul.form-list li input {
	line-height: 36px;
	width: 100%;
	outline: 0px;
	border: 1px solid #000; 
	padding: 0 20px;
}
.buttons-set .button {
	font-family: Helvetica;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	outline: 0px;
	border: 0px;
}
.buttons-set a {
	margin-left: 25px;	
	font-style: italic;
	text-decoration: underline;
	color: #000;
	font-size: 16px;
}
.buttons-set a:hover {
	color: #000;	
}
.new-users .content {
	margin-bottom: 30px;	
}
.cus-info-content p {
	margin-bottom: 10px;	
}
.cus-info-content .cus-name {
	font-size: 16px;
}
.cus-info-content .cus-name a {
	font-size: 12px;
	margin-left: 15px;
}
.cus-info-content .addresses-btn {
	line-height: 50px;
	text-align: center;
	width: 100%;
	background: #f2b94c;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-family: Helvetica;
}
.add-info .edit_address, .add-info .customer_address {
	padding: 15px;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.add-plus .customer_address h3 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-family: Helvetica;
}
.add-plus .customer_address {
	padding: 30px 0px;
}
.btbaddress,
.btnback {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	text-transform: uppercase;
	background: #f2b94c;
	color: #fff;
	font-family: Helvetica;
}
.btbaddress:hover {
	color: #252525;	
}
.btnback {
	background: #252525;
}
.tbl-order {
	margin-bottom: 40px;	
}
.tbl-order table {
	width: 100%;
}
.tbl-order table  tr.first {
	background: #c69c6d;
	color: #fff;
	text-transform: uppercase;
}
.tbl-order table  tr.first th {
	text-align: center;
	padding: 7px 0px;
}
.tbl-order table  tr td {
	padding: 5px 0px;	
	text-align: center
}
.mgb-30 {
	margin-bottom: 30px;	 
}

.pagenotfound {
	padding: 100px 0px 50px;	
}
.notfound {
	text-align: center;	
}
.notfound h1 {
	font-size:	 32px;
	font-family: 'Helvetica',sans-serif;
	line-height: 50px;
}
.notfound p {
	margin-bottom: 10px;	
	font-size: 18px;
}
.notfound a {
	line-height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	background: #f2b94c;
	color: #fff;
	display: inline-block;
	padding: 0 30px;
	margin-top: 40px;
}
.search-box {
	margin-top: 30px;	
}
.search-box input {
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #ddd;
	outline: 0px;
}
.search-box  button {
	outline: 0px;
	border: 0px;
	background: #f2b94c;
	text-align: center;
	color: #fff;
	line-height: 34px;
}
p.s-result > b {
	font-family: Helvetica;
	color: #000;
}

.mobile-menu {
	clear: both;	
}

.mb-menu-title {
	height: 50px;
	background: #c69c6d;
}
.mb-menu-title span {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Helvetica;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
}
.mb-menu-title a {
	float: right;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
	margin-right: 20px;
	display: inline-block;
}
.mobimenu {
	border: 1px solid #c69c6d;	
	border-top: 1px solid transparent;
	padding: 0 20px;
}
.mobimenu li {
	line-height: 34px;
}	
.mobimenu li a span{
	font-size: 14px;
	color: #603913;
}
.mobimenu li em {
	float: right;
	font-size: 18px;
	color:  #603913;
}
.mobimenu li em:hover {
	cursor: pointer;	
}
.mobimenu > li > ul,
.mobimenu > li > ul > li > ul {
	padding-left: 10px;	
}
.mobimenu > li,
.mobimenu > li > ul > li,
.mobimenu > li > ul > li > ul > li {
	border-bottom: 1px solid #ddd;
}
.mobimenu > li:last-child, 
.mobimenu > li > ul > li:last-child,
.mobimenu > li > ul > li > ul > li:last-child {
	border-bottom: 0px;	
}
.mobimenu > li:hover > a span,
.mobimenu > li:hover > ul > li:hover > a span,
.mobimenu > li:hover > ul > li:hover > ul > li:hover > a span {
	color: #f2b94c;
}

/* page contact */
.googlemap {
	margin-bottom: 50px;
	overflow: hidden;
}

.ct-info .desc {
	margin: 20px 0px;	
	color: #252525;
	font-family: Helvetica;
}
.ct-info {
	color: #252525;
	font-family: Helvetica;
}
.ct-info .ct-locate,
.ct-info .ct-phone {
	margin-bottom: 15px;
}
.ct-info .ct-locate i,
.ct-info .ct-phone i,
.ct-info .ct-mail i{
	border: 1px solid #c79e70;	
	text-align: center;
	color: #c79e70;
	font-size: 16px;
	border-radius: 50%;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
/* RESPONSIVE ====================================== */
@media (max-width: 330px) {
	.topbar .top-right > ul > li a {
		padding: 0 10px;
	}	
	.cart-search .search-form:hover input {
		max-width: 160px;	
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.midheader .static > div {
		margin-left: 0px;	
	}
}
@media (max-width: 992px) {
	.midheader .logo {
		text-align: center;	
	}
	.midheader {
		height: 100px;	
	}
	.menubar {
		height: auto;	
	}	
	.banner-l {
		margin-bottom: 30px;	
	}
	.center .bottom-mid-banner .bottom-bn-right {
		float: left;	
	}
	.footer-subscribe {
		margin-bottom: 30px;	
	}
	.cart-search {
		clear:both;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.blog-grid .blog-info img {
		max-width: 100%;	
	}
	.featured-image {
		max-width: 100%;	
	}
	.ct-info  {	
		margin-top: 20px;
	}
}
@media (min-width: 500px) and (max-width: 800px) {
	.slider .left-slide, .slider .right-slide {
		width: 40px;
		height: 40px;
	}
	.slider .left-slide span, .slider .right-slide span {
		font-size: 20px;
		margin-top: 10px;
		color: #fff;
	}

}

@media (max-width: 500px){
	.slider .left-slide, .slider .right-slide {
		width: 30px;
		height: 30px;
	}
	.slider .left-slide span, .slider .right-slide span {
		font-size: 13px;
		margin-top: 5px;
		color: #fff;
	}
	.toolbar .view {
		clear: both;
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.product-grid .feature-img {
		max-height: 100%;
		width: 100%;
	}

}
@media (max-width: 768px) {	
	.bottom-bn-left {
		margin-bottom: 30px;	
	}
	.foo-col {
		margin-bottom: 30px;	 
	}
	.foo-mdl-title {
		margin-bottom: 10px;
	}
	.btn-empty, .btn-update {
		clear: both;
		float: left;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.btn-continue {
		margin-bottom: 10px;
	}
	.total_order_table > a {
		border-radius: 0px;
	}	
	.product-grid .feature-img {
		max-height: 100% !important;	
	}
	.product .prod-desc .price-box p {
		display: block;
		margin-bottom: 30px;
	}
	.product .prod-desc .price-box p:nth-child(2) {
		margin-left: 0px;	
	}
	.product-detail .nav-tabs > li.active > a {
		border-bottom: 1px solid #fff !important;
		border-top: 0px !important;
		color: #603913;
	}
	.product-detail .nav-tabs > li {
		float: left;
		margin-bottom: 0px;
	}
	.product-detail .nav-tabs>li:nth-child(2)>a, .product-detail .nav-tabs>li:nth-child(3)>a {
		border-left: 1px solid #ddd;	
	}
	.product-detail .nav-tabs > li {
		width: 100%;	
	}
	.midheader .logo {
		margin-top: 20px;	
	}
	
	.product-detail .nav-tabs > li > a {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.nav-tabs {
		border-bottom: 1px solid #ddd;
		border-top: 2px solid #c69c6d;
	}
	
}
@media (max-width: 450px) {
	.btbaddress, .btnback{
		width: 100%;
		margin-bottom: 10px;
	}
}



/*================ POPUP =========================*/


.cookie-popup input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px !important;
    background-color: #fff;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.cookie-popup input[type=checkbox] {
    display: none !important;
}

div.cookie-popup-wrap {
    display: none;
}

.formdangky input {
    border-radius: 0px;
}

.formdangky button.btn.btn-default {
    background-color: #fff;
    color: #c69c6d;
    text-shadow: none;
    box-shadow: none;
    padding: 11px 20px;
    border-radius: 0px;
    border-color: #c69c6d;
    border-left-color: transparent;
}


.formdangky .muahang a.btn.btn-info.btn-lg {
    background: none;
    border: 1px solid #ccc;
    color: #888;
}

.textdangky {
    color: #666666;
    font-size: 16px;
}

.nhantin {
    color: #fff;
    font-size: 16px;
}

.textdangky,
.formdangky {
    padding-top: 20px;
    margin-bottom: 5px;
}

.dangky {
    padding-top: 5px;
}

.dangky {
    font-size: 18px;
    color: #603913;
    margin-top: 45px;
    font-family: roboto,sans-serif;
    font-weight: 400;
}

.noidungpopup {
    padding-top: 75px;
    padding-left: 15px;
    padding-right: 0px;
}

.cookie-popup .checkbox {
    display: block;
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.checkbox label {
    color: #fff;
}

.cookie-popup input[type="checkbox"]:checked + label span {
    background: url("check_radio_sheet.png");
    background-position: 55px center;
}

div.cookie-popup-wrap {
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

div.cookie-popup h2 {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    font-size: 25px;
    padding: 15px;
    text-align: center;
}

div.cookie-popup h6 {
    background-color: #fff;
    right: 0;
    font-size: 12px;
    top: 10px;
    position: absolute;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 0;
}

div.cookie-popup:hover h6 {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

div.cookie-popup h6 a {
    font-size: 18px;
    color: #ccc;
    padding: 10px 10px;
    line-height: 36px;
}

div.cookie-popup h6:hover {
    background-color: #fff200;
    color: #fff;
}

div.cookie-popup h6 a:hover {
    color: #603913;
    background: #fff;
}

.formdangky .input-group input {
	border-radius: 0px;
    padding: 21px 15px;
    line-height: 36px;
    color: #c69c6d;
    border-color: #c69c6d;
    border-right-color: transparent;
	box-shadow: none;
    outline: none;
}

@media only screen and (max-width: 800px) {
    div.cookie-popup-wrap {
        display: none !important;
    }
}


.prod-coll-1.left15.related_product_owl {
    margin-top: 30px;
}

.related_product_owl .module-title {
    background: none;
    border-bottom: 1px solid #eee;
}

.related_product_owl .module-title > h2 {
    color: #000;
    padding-left: 0px;
}

.related_product_owl .owl-buttons > div {
    display: inline-block;
    color: #000;
    padding: 7px;
}
.prod-coll-4-owl .owl-buttons {
    position: absolute;
    top: -60px;
    right: 5px !important;
}
ul.producttagsul li {
    float: left;
}
ul.producttagsul {
    position: relative;
    clear: both;
    overflow: hidden;
}

ul.producttagsul li a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 15px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    line-height: 1.4;
	color: #fff;
    background: #000;
}

.product-detail .nav-tabs > li > a:hover,.product-detail .nav-tabs > li > a:focus {
    background: #fff;
}

.addthis {
    border: none !important;
    padding-top: 0px !important;
}
div#___plusone_0 {
    float: left !important;
}


.cart_collection {
    overflow: hidden;
    position: relative;
}
.cart_collection .cart_collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
}
.cart_collection .cart_collection-item.avatar {

	min-height: 84px;
    padding-left: 90px;
    position: relative;
    margin: 20px 0px;
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.035);
}

.cart_collection .cart_collection-item.avatar .circle {
    position: absolute;
    width: 60px;
    height: auto;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.cart_collection .cart_collection-item.avatar a {
    color: #666;
    text-decoration: none;
}

.cart_collection .cart_collection-item.avatar p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
	color: #666;
}

.cart_collection .cart_collection-item.avatar .secondary-content {
	position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}
.cart_collection .cart_collection-item.avatar .secondary-content:hover {
    opacity: 1;
}
.secondary-content {
    text-indent: -9999;
    display: inline-block;
    text-indent: -9999px;
    background-image: url("close.png");
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center right;
    float: right;
}

.cart_collection .cart_collection-item.avatar input.form-control.mod.input-control {
    border: none;
    width: 40px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    max-height: 20px;
}

@media (max-width: 767px){
	.cart_option_btn.btn-group button {
		border-radius: 0px;
		padding: 15px 20px;
		margin-bottom: 15px;
		margin-left: 15px !important;
		overflow: hidden;
		line-height: 1.4;
		display: inline-block;
		float: right;
	}
}

 .notification_contact {
        display: none;
        background: #f2b94c;
        position: fixed;
        vertical-align: middle;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999999;
    }

    .notification_contact p {
        color: #fff;
        font-size: 28px;
        font-weight: 100;
        top: 50%;
        position: absolute;
        display: block;
        text-align: center;
        width: 100%;
    }



	ul.social_share li a {
		color: #000;
	}
	ul.social_share li {
		float: left;		
		margin-left: 15px;		
		height: 24px;
		text-align: center;
		padding-top: 3px;
	}



	ul.social_share {
		display: inline-block;
		margin: 0;
		vertical-align: top;
		width: auto;
   	 	padding-right: 0px;
	}


	.article-info {
		position: relative;
		clear: both;
		overflow: hidden;
	}
@media(min-width:767px){
	ul.social_share li,ul.social_share li a,ul.social_share li a i {
		margin-right: 0px !important;
		padding-right: 0px !important;
	}
}
@media(max-width:767px){
	ul.social_share li {
		float: left;
		margin-left: 0px;
		height: 24px;
		text-align: center;
		padding-top: 3px;
		margin-right: 15px !important;
    	padding-right: 0px !important;
	}
	ul.social_share.pull-right {
		float: left !important;
	}
	.blog-grid .article-info ul li {

		padding-bottom: 10px;
	}
	ul.social_share {
		padding-left: 0px;
		margin-bottom: 15px;
	}
}


/*css_9997_ajax_cart_modal*/
    @media (max-width: 767px) {
        .modal {
            z-index: 1050 !important;
        }
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .ajax-success-modal .overlay {
        background: rgba(20, 20, 20, 0.75);
        height: 100%;
        width: 100%;
        position: fixed;
    }

    .ajax-success-modal .content {
        background: #fff;
        bottom: auto;
        left: 50%;
        margin-left: -270px;
        margin-top: -100px;
        min-height: 200px;
        padding: 30px;
        position: fixed;
        right: auto;
        top: 50% !important;
        width: 540px;
    }

    .ajax-success-modal .content .button {
        padding: 10px 15px;
    }

    .ajax-success-modal .ajax-left {
        float: left;
        margin-right: 30px;
    }

    .ajax-success-modal .ajax-right {
        margin-left: 93px;
    }

    .success-message {
        background: #f9f9f9;
        height: 40px;
        line-height: 40px;
        color: #000;
        padding: 0 10px 0 20px;
        margin-bottom: 20px;
    }

    .ajax-product-title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Helvetica",sans-serif;
    line-height: 14px;
    color: #4A3730;
    }

    .ajax-success-modal .close-modal {
        position: absolute;
        right: 0px;
        top: 0;
        height: 34px;
        width: 34px;
        background: #4A3730;
        color: #fff;
        padding: 5px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .ajax-success-modal .close-modal:hover {
        background: #4A3730;
        color: #eee;
    }
	.ajax-success-modal .close-modal i{
		padding-top: 3px;
	}
    .rte img {
        max-width: 100%;
    }

    button.btn.btn-red-popup {
        background: #4A3730;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px;
        padding: 10px 20px;
    }

    button.btn.btn-red-popup:nth-of-type(2) {
        margin-left: 20px;
        background: #F2B94C;
        color: #fff;
    }

    button.btn.btn-red-popup:nth-of-type(2):hover {
        background: #efa64c;
    }


/* Cart Dropdown*/
#cart-info-parent {
    box-shadow: none !important;
    border: 0px solid #fff;
    background: transparent;
    width: 290px;
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 0px;
    margin: 0;
	border-top: 2px solid #FF0000;
}
#cart-info-parent #cart-info {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    border: 1px solid #fff;
    background: #fff;
    padding: 15px;
}

.cart_search_icon ul {
    text-align: right;
    float: right;
	    margin: 0;
}
#cart-content .cart-right {
    margin-left: 75px;
    margin-bottom: 15px;
}



#cart-content .cart-close {
  
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    color: #212121;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
	    width: 20px;
    height: 20px;
    
}
#cart-content .control-container {
    margin-bottom: 15px;
}
#cart-content .cart-close:hover {
    color: #cc0000;
}

#cart-content .cart-left {
    margin-bottom: 20px;
    padding-left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    padding-right: 0px;
}
#cart-content .cart-left .cart-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#cart-content .cart-right {
    margin-left: -31px;
}
div#cart-info {
    overflow: hidden;
    display: block;
    position: relative;
}
 #cart-content .cart-right .cart-title {
    font-size: 14px;
    font-family: Helvetica,sans-serif;
    color: #212121;
    font-weight: 300;
}

#cart-content .cart-right .cart-title a {
    color: #252525;
    font-family: "Helvetica",sans-serif;
    font-weight: 400;
}

#cart-content .cart-right .cart-price {
  color: #c69c6d;
    font-size: 14px;
    font-family: Helvetica,sans-serif;
    font-weight: 300;
    margin-top: 5px;

}

#cart-content .row{
  margin-left: 0px;
    margin-right: 0px;
}


#cart-content .subtotal {
    margin-bottom: 15px;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}
#cart-content .subtotal span.cart-total-right {
    text-align: right !important;
    float: right;
    color: #252525;
	font-size: 16px;
    font-weight: bold;
}


#cart-content .subtotal span {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    text-align: left !important;
}
#cart-content .action{
    height: 40px;
    text-align: right;
    padding-top: 10px;
	clear: both;
	margin-bottom: 20px;
    margin-top: 30px;
}

b.productminprice {
    font-weight: normal;
}
#cart-content .action a#gocart {
    color: #fff;
    padding-left: 3px;
    font-weight: 100;
    background: #f2b94c !important;
    font-size: 14px;
    font-family: roboto,sans-serif;
    padding: 15px 30px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cart-content .action a#gocart:hover {
    border-radius: 5px;
	 box-shadow: 0px 5px 5px rgba(0,0,0,0.05);

}
.cart_search_icon ul li a {
    font-size: 16px;
}

@media(max-width:767px){

	.grid-action-box {
		position: relative !important;
		margin-top: 20px !important;
		overflow: hidden !important;
		opacity: 1 !important;
	}
}
.grid-action-box button.list-btn-add.disabled{

    background: #f2b94c;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
	opacity: 0.75;
}



.grid-action-box button.list-add-cart.add-to-cart:hover,
.grid-action-box button.list-add-cart.add-to-cart:focus,
.grid-action-box a.list-btn-add:hover,
.grid-action-box a.list-btn-add:focus{
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.grid-action-box button.list-add-cart.add-to-cart,.grid-action-box a.list-btn-add{
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
	line-height: 1.4;
}
.grid-action-box a.list-btn-add{
    display: inline-block;
}
.grid-action-box {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: -21px;
	height: 42px;
    overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	opacity: 0;
}
.product-grid .feature-img:hover > .grid-action-box {
	opacity:1;
}
.product-grid .feature-img {
    position: relative;
	height: 270px;
}


/*css_9994_img_hove_effects*/
    .em-effect06 {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .em-effect06 a {
        position: relative;
        overflow: hidden;
        z-index: 0;
        display: block;
        vertical-align: top;
        max-width: 100%;
    }

    .em-effect06 a:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(0, 0, 0, 0.18);
    }

    .em-effect06 .em-eff06-03:after {
        height: 100%;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .em-effect06 .em-eff06-03:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }



/*-----------------------------
[2. Banner]
-------------------------------*/

.center-mid-banner a,
.bottom-bn-left a,
.bottom-bn-right a{
  position: relative;
  display: block;
  width: 100%;
}
.center-mid-banner a:before,
.bottom-bn-left a:before,
.bottom-bn-right a:before{
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.center-mid-banner a:after,
.bottom-bn-left a:after,
.bottom-bn-right a:after{
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.center-mid-banner a:hover:before,
.bottom-bn-left a:hover:before,
.bottom-bn-right a:hover:before{
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
.center-mid-banner a:hover:after,
.bottom-bn-left a:hover:after,
.bottom-bn-right a:hover:after{
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}


	@media (max-width:480px){
		.col-xs-small-1 {
			display: inline-block;
			width: 100%;
		}
	}


section.slider div#carousel-example-generic img {
    width: 100%;
    vertical-align: top;
}
ul.list-unstyled.footer-social {
    margin-top: 10px;
}
a.img-blog-home {
    width: 50%;
}
a.title-blog-home {
    width: 50%;
	float: right;
}
.nnts {
    text-align: center;
}
form#contact {
    margin-top: 5px;
}
div#mail-box {
    width: 100%;
}
input#email {
    padding: 8px;
}
button.subcribe {
    padding: 10px;
    background: #51A631;
    border: none;
}
.addthis div {
    display: inline-flex;
}


ul.list-unstyled.footer-social {
    display: inline-block;
    margin: 20px;
}