li.dropdown.li-site-nav-dropdown-level1 a span {
    color: #fff;
}
i.fa {
    color: #fff;
}
#sort-by .button-asc {
		background-color: #f8f8f8;
		box-shadow: none;
		float: right;
		height: 30px;
		line-height: 28px;
		margin-left: 5px;
		text-align: center;
		width: 30px;
	}
	#sort-by .button-desc {
		background-color: #f8f8f8;
		box-shadow: none;
		float: right;
		height: 30px;
		line-height: 28px;
		margin-left: 5px;
		text-align: center;
		width: 30px;
	}
	#sort-by {
		float: right;
		font-size: 12px;
	}
	#sort-by ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
	#sort-by a:link, #sort-by a:visited {
		color: #333;
		text-decoration: none;
	}
	#sort-by li {
		background: none repeat scroll 0 0 #fff;
		cursor: pointer;
		margin: 0 auto;
		outline: medium none;
		padding: 5px 10px;
		position: relative;
		width: 120px;
		float: left;
		color: #333;
		border: 1px solid #F3F3F3;
	}
	#sort-by li li {
		width: 120px;
		margin-top: 0px;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	#sort-by li li a:hover {
		color: #007fb8
	}
	#sort-by li:hover {
		background-color: #fff;
	}
	#sort-by li li:hover {
		background-color: #fff;
		color: #007fb8;
	}
	#sort-by ul ul {
		position: absolute;
		visibility: hidden;
		left: -1px;
		top: 27px;
		background: none repeat scroll 0 0 #F8F8F8;
		z-index: 10000;
		border-top: none;
		border: 1px #F0F0F0 solid;
	}
	#sort-by ul ul ul {
		position: absolute;
		left: 100%;
		top: -2px;
		border: solid 1px transparent;
	}
	#sort-by li:hover > ul {
		visibility: visible;
	}
	.right-arrow {
		float: right;
	}
	.right-arrow:after {
		content: "\f107";
		font-family: 'FontAwesome';
		color: #666;
		font-size: 12px;
	}



#etalage .moreview_thumb {
	cursor: move;
}
#moreview .moreview_small_thumbs li {
	margin: 10px;
	margin-bottom: 13px !important;
	cursor: pointer;
}
#moreview .moreview_magnifier {
	border: 1px solid #bbb;
}
#moreview .moreview_hint {
	width: 130px;
	height: 57px;
}
#moreview .moreview_description {
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}
.moreview, .moreview_thumb, .moreview_thumb_image, .moreview_source_image, .moreview_zoom_preview, .moreview_icon, .moreview_hint {
	display: none
}
.moreview, .moreview ul, .moreview li, .moreview img, .moreview_hint, .moreview_icon, .moreview_description {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}
.moreview, .moreview_magnifier div, .moreview_magnifier div img, .moreview_small_thumbs ul, ul .moreview_small_thumbs li, .moreview_zoom_area div, .moreview_zoom_img {
	position: relative
}
.moreview img, .moreview li {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none
}
.moreview, .moreview_small_thumbs li {
	float: left
}
.moreview_right {
	float: right
}
.moreview li {
	position: absolute
}
#moreview .moreview_thumb img{
	
}
.moreview img {
	vertical-align: bottom;
	max-width: none;
	
}
.moreview_magnifier {
	cursor: default
}
.moreview_magnifier div, .moreview_small_thumbs {
	overflow: hidden
}
.moreview_magnifier div img {
	display: none
}
.moreview_icon, .moreview_hint {
	cursor: default;
	width: 0;
	height: 0;
	overflow: hidden
}
.moreview_small_thumbs li.vertical {
	float: none
}
.moreview_zoom_area {
	z-index: 2
}
.moreview_zoom_area div {
	overflow: hidden;
	z-index: 997
}
.moreview_zoom_preview {
	position: absolute;
	z-index: 998
}
.moreview_zoom_img, .moreview_hint {
	z-index: 999
}
.moreview {
	direction: ltr
}
div.moreview_description {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999
}
div.moreview_description.rtl {
	direction: rtl;
	text-align: right
}
.moreview-control a {
	left: auto;
	width: 26px;
	height: 26px;
	background-color: transparent;
}
.product-view .product-img-box .moreview-control {
	opacity: 0;
}
.product-view .product-img-box:hover .moreview-control {
	opacity: 1;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-prev {
	position: absolute;
	left: 0px !important;
	background-color: #fff;
	border: 1px #ddd solid;
	text-align: center;
	color: #333;
	bottom: 7%;
	z-index: 9999999;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}
.moreview-control a.moreview-prev:hover {
	background-color: #333;
	border: 1px #333 solid;
	color: #fff;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-prev:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
}
.moreview-control a.moreview-next {
	position: absolute;
	right: 0 !important;
	background-color: #fff;
	border: 1px #ddd solid;
	text-align: center;
	color: #333;
	bottom: 7%;
	z-index: 9999999;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}
.moreview-control a.moreview-next:hover {
	background-color: #333;
	border: 1px #333 solid;
	color: #fff;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-next:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
}
.moreview .roll-over {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #888;
	text-indent: 20px;
}
.moreview .roll-over .roll-over-desc {
	margin-left: 20px;
}
#moreview .moreview_thumb, #moreview .moreview_small_thumb {
	border: solid 1px #e0e0e0;
}
.product-view .product-img-box {
	margin-bottom: 10px;
	position: relative;
}
.product-view .product-img-box .product-image {
	margin: 0 0 13px;
}


.side-nav-categories {
}
.side-nav-categories ul li {
	padding: 2px 0px;
}
.side-nav-categories ul li a {
	display: inline-block;
	position: relative;
}
.side-nav-categories ul#magicat ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	line-height: 17px;
	margin-right: 5px;
	top: 6px;
}
.side-nav-categories ul#magicat ul li a {
	color: #666;
}
.side-nav-categories ul#magicat ul li a {
	padding-left: 12px;
}
.side-nav-categories, .side-nav-categories .block {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 15px;
}
ul#magicat li, ul.listStyle li {
	cursor: pointer;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0 1px 0;
	padding-left: 0px;
	position: relative;
	width: 100% !important;
	box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
}
ul#magicat li:last-child {
	box-shadow: none;
}
ul#magicat li.level0 span.magicat-cat, ul.listStyle li span {
	text-align: left;
	display: inline-block;
	width: 100%;
}
ul#magicat li .openc, .block-layered-nav dt .toggleBtn {
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.block-layered-nav dt .toggleBtn {
	cursor: pointer;
}
ul#magicat li.active > .openc, .block-layered-nav dt .toggleBtn.highlight {
	background-position: 2px -28px;
}
ul#magicat ul {
	padding-left: 10px;
}
ul#magicat li .openc, .block-layered-nav dt .toggleBtn {
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	font-size: 15px;
	font-weight: bold;
}
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
	background: url("leftnav.png") no-repeat scroll 2px 3px;
}
.side-nav-categories .block-title:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 3px;
}
.side-nav-categories .block-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 11px 15px;
	font-weight: normal;
	text-transform: uppercase;
	background: #444;
	letter-spacing: 1px;
}
.box-category {
	padding: 8px 0 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0px 15px!important;
}
.box-category > ul > li {
	display: block;
	position: relative;
	box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
	margin: 0;
}
.box-category > ul > li.last {
	display: block;
	position: relative;
	box-shadow: 0 0px 0 #dbebf9, 0 0px 0 #FFFFFF;
}
.box-category > ul > li:first-child {
	border-top: 0;
}
.box-category .subDropdown {
	top: 8px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 2px;
}
.box-category .subDropdown:hover {
	opacity: 0.8;
}
.box-category .subDropdown.plus {
	background-image: url("plus.png");
}
.box-category .subDropdown.minus {
	background-image: url("minus.png");
}
.box-category ul li a {
	padding: 8px 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.box-category ul li.double a {
	display: inline-block;
	margin: 0;
}
.box-category ul li {
	position: relative;
}
.box-category > ul > li > a {
	color: #222;
	text-transform: none;
	display: block;
	font-size: 13px;
}
.box-category > ul > li ul {
	display: none;
	padding-left: 0px !important;
	padding-bottom: 10px;
	padding-right: 0px!important
}
.box-category > ul > li > ul li {
	padding: 0px;
}
.box-category > ul > li a.active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.box-category > ul > li > a.active {
	color: #333333;
	font-weight: 900;
	margin-bottom: 0;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category a:hover {
	text-decoration: none;
	color: #000;
}
.box-category > ul > li ul li a {
	font-family: Arial, Helvetica, sans-serif;
}
.box-category > ul > li ul > li > a {
	border-bottom: 0 solid #EAEAEA;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 3px 16px !important;
	text-decoration: none;
	padding-left: 20px;
	color: #666666;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.box-category > ul > li ul > li > a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 6px;
	color: #444;
}
.box-category > ul > li ul > li ul > li a {
	text-decoration: none;
	font-size: 13px !important;
	margin: 4px 8px!important;
	padding: 0px 16px!important;
	border-bottom: 0px solid #EAEAEA;
}
.box-category > ul > li ul > li ul > li a:hover {
	color: #000;
}
.box-category > ul > li ul > li > a:hover {
	color: #000;
}

@media (min-width:768px) and (max-width:992px){

	.product-tabs-title:before{

		width: 20% !important;

	}
	.product-tabs-title:after {

		width: 20% !important;

	}

}
@media (min-width:993px) and (max-width:1024px){

	.product-tabs-title:before{

		width: 25% !important;

	}
	.product-tabs-title:after {

		width: 25% !important;

	}

}
@media (max-width:767px) {
	.product-tabs-title:before{

		content:none !important;

	}
	.product-tabs-title:after {

		content:none !important;

	}
}
.product-tabs-title:before{
	display: table;
	content: "";
	width: 31%;
	border: 1px solid #c3c3c3;
	float: left;
	margin-top: 10px;
}
.product-tabs-title:after {
	display: table;
	content: "";
	width: 31%;
	border: 1px solid #c3c3c3;
	float: right;
	margin-top: 10px;
}
.height-auto{
	height:auto !Important;
}
.blog-summary-blog  {
	min-height: auto !Important;
}
.non-entry {
	display:none;
}
.blog-image-blog img{
	width:auto !important;
	height:auto !important;
}
@media (max-width:768px){
	.non-mobile, .tooltip {
		display:none !important;
	}
	.prod-image, .image-wrapper, .product-grid {
		height:auto !important;
	}
	.image-wrapper 
	{
		padding:0 !Important;
	}
	.prod-image .image-wrapper img {
		margin-top:0px !important;
	}
	.blog-image-home img {
		height:auto !important;
	}
	footer {
		background-image: none !important;
		background-color: #c3c3c3;
	}
}
.navbar-mobile {
	background:black !important;
}

.note-home .author {
	display:none;
}
.note-home .blog-entry {
	display:none;
}
.tooltip-inner {
	background:white !important;
	border:1px solid #c3c3c3 !important;
}
.tooltip.bottom {
	top:100px !important;
}
.fade.in {
	opacity:1 !important;
}
.tooltip-inner p {
	color:black;
}
.bg__ {
	background:url(wood.jpg) no-repeat center;
}
.no {
	padding:0;
	margin:0;
}
.navbar {
	border-radius: 0px !important;
}
.blog-image img {

}
.blog-image-home img {
	height: 130px;
	width: 100%;
	margin-bottom: 10px;
}
.title-poping {
	width: 100%;
	font-size: 17px;
	font-family: arial;
	background: rgba(0,0,0,0.8);
}
.title-poping a{

	color: white;
}
.price-poping {
	padding: 10px 0px;
	background: rgba(0,0,0,0.8);
	color: white;
	border-top: 1px dotted;
	font-size: 14px;
	font-weight: bold;
}
.vendor-poping {
	font-size: 13px;
	padding: 5px 0px;
	font-style: italic;
	color: #7B7B7B;
}
.content-poping {
	font-size: 14px;
	padding: 5px 0px;
	font-size:"Helvetica", Arial, Helvetica, Tahoma, sans-serif !important
}
.image-wrapper {
	overflow:hidden;
	//height:210px;
	//padding: 30px;
}
.image-wrapper:hover .poping{
	bottom: 0px;
	z-index: 999999;
}
.poping {
	position: absolute;
	bottom: -400px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	background: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
}
.poping p {
	margin-bottom:0px;
}
.site-nav > li:nth-child(3) > ul {
	width:213px !important;
	background-size:90%;
	background: #000;
}
.site-nav > li:nth-child(3) > ul > li {
	width:209px !important;
}
.site-nav-dropdown-level1 {
	width:100%;
}
.right_tooltip .tooltip.right {
	left: -225px !important;
}
.tooltip.right .tooltip-arrow {
	display:none !important;
}
.tooltip-inner {
	max-width:300px !Important;
	width: 250px;
}
.li-site-nav-dropdown-level1 {
	float:left;
	width:100%;
}
.site-nav > li:hover {
	/*background:#c3c3c3;*/
}
.__content__ {
	text-align: justify;
	color: green;
	font-size: 13px;
	padding: 10px;
	position: inherit;
	/* left: 0; */
	line-height: 22px;
	font-family: monospace;
}
.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */

}

.elastislide-wrapper {
	position: relative;
	/*background-color: #fff;*/
	margin: 0 auto;
	min-height: 40px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding:4px 36px;
}

.elastislide-vertical {
	padding: 36px 4px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
	font-size:0pt;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;

}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	padding:3px;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display:block;
	outline:none;
	border:4px solid #fff;
	-webkit-transition:border-color .2s ease-in , background-color .2s ease-in;
	-moz-transition:border-color .2s ease-in , background-color .2s ease-in;
	-o-transition:border-color .2s ease-in , background-color .2s ease-in;
	-ms-transition:border-color .2s ease-in , background-color .2s ease-in;
	transition:border-color .2s ease-in , background-color .2s ease-in;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
}

.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
	/*border:4px solid #fff;*/
	border:none;

}
.elastislide-carousel ul li a:hover {

}
.elastislide-carousel ul li.active a
{
	border:4px solid #cc3616;
	opacity:0.8;
}

/* Navigation Arrows */
.elastislide-horizontal nav span {
	position:absolute;
	background-image:url(nav-h1.gif);
	width:19px;
	height:33px;
	text-indent: -9000px;
	cursor:pointer;
	background-position: -8px center;
	background-repeat:no-repeat;

}
.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -16px;
}
.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position:-128px center;
}
.elastislide-horizontal nav span:hover {
	background-position:-48px center;
}
.elastislide-horizontal nav span.elastislide-next:hover {
	background-position:-88px center;
}


.zm-viewer
{
	position:absolute;
	display:none;
	overflow:hidden;
	background:url(loading.gif)  no-repeat center center ;
	cursor:crosshair;
	z-index:9999;
	height:285px !important;
}
.zm-handler
{
	position:absolute !important;
	display:none;
	overflow:hidden ;
	cursor:crosshair;
	border:none !important;
}
.zm-handlerarea
{
	background:url(lens.png);
	opacity:.5;
	position:relative;
}
.zm-description
{
	position:absolute;
	bottom:6px;
	left:6px;
	right:6px;
	background-color:#eee;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: rgba(0,0,0,.6);
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	padding:4px;
}
.productwrap
{
	border: 4px solid #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display:block;
	position:relative;
}
.productwrap img
{
	width:100%;
}
/*****  FONT  ******
**********************/
/* vietnamese */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url('//fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2') format('woff2');
	unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/*****  GLOBAL  ******
**********************/

body {
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif !important;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}

a,
a:hover,
a:focus {
	text-decoration: none;	
}
a:hover,
a:focus {
	color: #ff4747;	
}
img {
	max-width: 100%;	
}
.clearb {
	clear: both;
}

.pr {
	position: relative;
}
.p20.note-home {
	padding-top: 0px;
}
.p20 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.p40 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.form-control {
	border-radius: 0px;
	display:inline-block !important;
	width: 100% ;
}
.btn {
	border-radius: 0px; 
}
.btn.focus, .btn:focus {
	color: #fff;    
}
/*****  TOPBAR  ******
**********************/
.top-bar {
	position: relative;
	width: 100%;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #aaaaaa;
	background: #2a2a2a;
	min-height: 40px;
}

.top-bar .tb-left {
	float: left;
	line-height: 40px;
}
.top-bar .tb-left  p {
	margin: 0px;    
}

.top-bar .tb-left span {
	margin-right: 4px;
	color:white;
}

.top-bar .tb-left span > a {
	color: white;
	font-size:12px;
}

.top-bar .tb-left span > i {
	margin-right: 6px;
}

.top-bar .tb-right ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

.top-bar .tb-right ul li {
	float: left;
	line-height: 40px;
	margin-right: 3px;
}

.top-bar .tb-right ul li a {
	font-family: verdana;
	font-size: 12px;
	color: white;
}
.top-bar .tb-right ul li.tb-cart {
	width: 50px;
	display: inline-block;
	margin-left: 19px;
	margin-right: 0px;
}

.tb-right .tb-cart i {
	font-size: 13px;
	margin-right: 10px;
}

.tb-right .tb-cart span.cart-count{
	position: relative;
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 27px;   
	display: inline-block;
	color: #fff;
	background: #d42d2d;
	border-radius: 5px;
	vertical-align: middle;
}
.tb-right .tb-cart span.cart-count:before {
	content: "\f0d9";
	font-family: "FontAwesome";
	color: #d42d2d;
	position: absolute;
	top: 0%;
	left: -6px;
	font-size: 20px;
}

.navbar-right .search-form > a {
	width: 50px;
	height: 30px;
	color: #333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	line-height: 31px;
}

.navbar-right .search-form {
	position: relative;
}
.navbar-right .search-form  #hidden-search {
	position: absolute;
	top: 49px;
	right: -17px;
	width: 350px;
}

/*****  HEADER  ******
**********************/

.navbar-brand {
	padding: 19px 14px 20px;
	line-height: 41px;
	height: 41px;
}
/*** Menu ***/
.menu-nav {
	width: 100%;
}
@media(min-width:992px) {
	.menu-nav {
	background: #fff;
}
}
@media(max-width:991px) {
	.menu-nav {
	background: #000;
}
}
.navbar {
	background: white;
	margin-bottom: 0px;
}

.site-nav > li.mega-menu {
	position: static;
	padding-bottom: 0px;
}
.site-nav > li:last-child a {
	padding: 0px;
}

.wrapper-container .site-nav li.drop-down:hover.mega-menu > a > .icon-dropdown {
	border-top-color: #fff;
	opacity: 1;
}

.wrapper-container .site-nav li.drop-down.mega-menu > a {
	position: relative;
}

.cbp-spmenu .site-nav {
	display: none;
}

.site-nav {
	text-align: center;
	padding: 0;
	margin: 0;
	position: static;
}

.site-nav a {
	display: block;
	padding: 12px;
	text-decoration: none;
}

.site-nav li {
	display: block;
	margin: 0;
}

.site-nav > li {
	display: inline-block;
	list-style: none;
}

.site-nav > li > a {
	/* font-weight: bold; */
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 15px 0px;
	letter-spacing: 0.05em;
	line-height: 36px;
	padding-bottom: 11px;
}

.site-nav > li > a span {
	position: relative;
	font-size:16px;
	color:black;
}
.drop-down {
	position: relative;
}
.site-nav > li.drop-down > a span:after {
	position: absolute;
	left: 50%;
	content: "\f0d7";
	bottom: -15px;
	font-family: "FontAwesome";
	font-size: 13px;
	color: black;
	line-height: 5px;
}
.site-nav > li.drop-down:hover > a span:after {
	color: white;
}

.site-nav li:hover > .site-nav-dropdown {
	display: block;
	    background: #000;
}

.site-nav li.drop-down .icon-dropdown {
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #7a8e95;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.site-nav-dropdown li:hover > a {
	color:yellow;
}

/*.site-nav-dropdown li:hover > a:before {
content: "\f0da";
font-size: 12px;
font-family: FontAwesome;
position: absolute;
color: #666;
top: 7px;
left: 20px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}*/

.site-nav-dropdown {
	border: 1px solid transparent;
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	top: 48px;
	width: 239px;
	z-index: 9999;
	padding: 0;
	margin-bottom: 0;
}

.site-nav-dropdown a {
	color: #fff;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	padding: 7px 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: block;
	position: relative;
}

.site-nav-dropdown ul {
	left: 100%;
	top: -1px;
	display: none;
}

.site-nav li.drop-down .icon-dropdown {
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #7a8e95;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	cursor: pointer;
}

.site-nav li.drop-down > a > .icon-dropdown {
	border: 0;
	width: 9px;
	height: 6px;
	margin-top: -3px;
}

.site-nav li.drop-down:hover > a > .icon-dropdown .site-nav li.drop-down:hover > a:hover > .icon-dropdown,
.site-nav li.drop-down > a:hover > .icon-dropdown {
	border: 0;
}

.site-nav li.drop-down.mega-menu:hover > a > .icon-dropdown {
	background: url(icon-menu.png) no-repeat;
}

.site-nav li.drop-down .icon-dropdown {
	border: 0;
	background: url(icon-menu.png) no-repeat;
	width: 9px;
	height: 6px;
	margin-top: -3px;
}

.site-nav li:hover.mega-menu > .icon-dropdown {
	opacity: 1;
}

.site-nav .site-nav-dropdown li.drop-down .icon-dropdown {
	position: absolute;
	top: 17px;
	right: 30px;
}
/* Mega Menu */

.mega-menu .site-nav-dropdown {
	width: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	top: 80px;
	z-index: 5;
	padding: 30px 0px 10px;
}

.mega-menu .site-nav-dropdown a {
	padding: 2px 20px 20px;
	font-size: 17px;
	font-family: Roboto;
	font-weight: 400;
	text-transform: uppercase;
}

.mega-menu .site-nav-dropdown ul a {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mega-menu .site-nav-dropdown .container {
	padding: 0;
	width: 1140px;
}

.cbp-spmenu .site-nav-dropdown li.drop-down > a,
.mega-menu .site-nav-dropdown .col-1 .inner > a {
	padding: 0;
	margin: 0 20px 10px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mega-menu .site-nav-dropdown .inner ul.drop-down {
	min-height: 126px;
}

.mega-menu .site-nav-dropdown .inner:nth-child(4) ul.drop-down,
.mega-menu .site-nav-dropdown .inner:nth-child(5) ul.drop-down,
.mega-menu .site-nav-dropdown .inner:nth-child(6) ul.drop-down {
	min-height: 220px;
}

.mega-menu .site-nav-dropdown li:hover > a:before {
	top: 7px;
}

.mega-menu .banner-image a {
	padding: 0;
}

.site-nav li.mega-menu .sub-mega-menu .inner {
	padding-right: 0;
	width: 100%;
}

.site-nav li.mega-menu .sub-mega-menu .inner li {
	float: left;
	width: 25%;
	padding-right: 5%;
}

.site-nav li.mega-menu .site-nav-dropdown .inner p.toogleClick {
	display: none!important;
}

.site-nav li.mega-menu .site-nav-dropdown ul.drop-down {
	display: block;
	position: static;
	padding: 0;
}

.site-nav li.mega-menu .site-nav-dropdown ul.drop-down li:hover {
	background: none;
}

.site-nav li.mega-menu .site-nav-dropdown ul.drop-down li:hover > a:before {
	background: none;
}

.site-nav li.mega-menu > .drop-down:hover > .site-nav-dropdown,
.site-nav li.mega-menu > .drop-down.open > .site-nav-dropdown {
	display: block;
}
/*DropDown*/

.site-nav-dropdown {
	border-style: solid;
	border-color: #ffffff;
	border-color: white;
	background: white;
	border-top:none;
}

.nav-search {
	margin-top: -3px;
	line-height: 40px;
}
/*    Slide    */

.carousel-control span {
	position: absolute;
	top: 43%;
}

.carousel-control.right span {
	left: 15%;
}

.carousel-control.left span {
	right: 15%;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-indicators li {
	height: 5px;
	width: 40px;
	border-radius: 0px;
	border: 0px none;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.carousel-indicators .active {
	height: 5px;
	width: 40px;
	background: #222;
	padding: 0px;
}
/*** BREADCRUMB ***
*******************/
.breadc {
	background: url('bg-banner.jpg') repeat-x center left;
}
.breadpos {
	padding-top: 75px;
}
.breadc ol li a {
	color: #333;
}
.breadc > li:first-child:before {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #aaa;
	padding: 0 5px;
}
.breadc .pull-left span {
	font-size: 22px;
	color: #333;
	font-family: verdana;
}
.breadc .breadcrumb {
	margin-bottom: 0px;
	background: transparent;
	padding: 5px 0px;
}
/*****  BANNER  ******
**********************/

.banner {
	background: url('bg-banner.jpg') repeat-x center left;
	max-height: 510px;
}

.inner-banner {
	padding: 80px 0px;
}

.inner-banner div {
	float: left;
	position: relative;
	padding: 0px;
}

.inner-banner div:first-child > a {
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 7px 20px;
	position: absolute;
	left: 6%;
	bottom: 42px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.4);
}

.inner-banner div > a {
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 7px 20px;
	position: absolute;
	left: 20%;
	bottom: 42px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.4);
}

.inner-banner div > a:hover {
	border: 1px solid #d42d2d;
}
/****  Colletion  ****
**********************/

.section-title {
	text-align: center;
	margin-bottom: 45px;
	text-align: center;
	margin-bottom: 33px;
}

.section-title > h1,
.section-title > h2 {
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color:black;
}

.section-title > p {
	color: black;
	font-size: 14px;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
}

.sec-content .collec {
	text-align: center;
}

.sec-content .collec > a {
	display: block;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0px;
	/* font-weight: bold; */
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	height: 60px;
}

.sec-content .collec > p {
	font-family: Arial;
	font-size: 14px;
	color: white;
}
/** Product Tabs **/

.product-tabs-title {
	text-align: center;
	width: 100%;
	float: left;
	height: 60px;

	margin-bottom: 37px;
}

.tab-head {
	list-style: none;
	text-align: center;
	padding: 0px;
	display: inline-block;
	background-color: #fff;
	position: relative;
}

.tab-head li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	list-style: outside none none;
	margin: 0 30px;
	text-transform: uppercase;
}

.tab-head:before {
	content: "\f111";
	font-family: "FontAwesome";
	color: #e6e6e6;
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	font-size: 8px;
	background: none;
	width: auto;
	height: auto;
}

.tab-head li:first-child:before {
	content: "";
	background: none;
}

.tab-head li:before {
	content: "";
	background: url('./cross.png') no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	left: -35px;
	position: absolute;
	text-decoration: inherit;
	top: 2px;
}

.tab-head:after {
	content: "\f111";
	font-family: "FontAwesome";
	color: #e6e6e6;
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	font-size: 8px;
}

.tab-head li a {
	font-size: 16px;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #888888;
}

.tab-head li.active a {
	font-size: 16px;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #000;
}

.tab-head li.active:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	bottom: -14px;
	color: black;
	left: 45%;
}
/***  Product Grid  ***
**********************/

.product-grid {
	position: relative;
	/* margin-bottom: 20px; */
	//height: 347px;
	margin-bottom: 29px;
}

.prod-image {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	height:auto;
}
.prod-image .image-wrapper img {
	display: inline;
	//margin-top:-37px;
}
.prod-image:after,
.prod-image:before {
	content: "";
	display: table-cell;
}
.prod-image .flag {
	border: medium none;
	display: inline-block;
	float: none !important;
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	margin: 0 2px;
	text-align: center;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.prod-image .flag.new {
	position: absolute;
	background-color: #2d2118;
	top: 10px;
	left: 10px;
}

.prod-image .flag.sale {
	position: absolute;
	background-color: #ff4747;
	top: 10px;
	right: 10px;
	z-index:999999;
}

.image-wrapper .ImageOverlayH {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.image-wrapper .CStyleHe {
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 300ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-moz-transition: all 300ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-ms-transition: all 300ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-o-transition: all 300ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	transition: all 300ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
}

.WhiteRounded {
	background-color: #ffffff;
	border: medium none;
	display: inline-block !important;
	float: none !important;
	font-size: 14px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	margin: 0 2px;
	text-align: center;
	width: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
}

.WhiteRounded > a {
	color: #222222;
	display: block;
	font-weight: normal;
}

.image-wrapper:hover .ImageOverlayH {
	opacity: 1;
}

.image-wrapper:hover .CStyleHe {
	margin-bottom: -20px;
	opacity: 1;
	bottom: 50%;
	visibility: visible;
}

.prod-detail {
	text-align: center;
	padding-bottom: 10px;
	min-height:95px;
}

.prod-detail > a {
	display: block;
	font-size: 14px;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	color: #333333;
	text-align: center;
	padding: 0px 0px;
}

.prod-detail .prod-price {
	display: inline-block;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	width: 100%;
	float: left;
}

.prod-detail .prod-price .price {
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.prod-detail .prod-price .compare-price {
	color: #888;
	font-size: 12px;
	text-decoration: line-through;
	margin-right:50px;
}

.prod-btn button {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	font-size: 14px;
	padding: 7px 10px 7px 7px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}

.prod-btn button:hover {
	border: 1px solid #c0c0c0;
	background:#c0c0c0;
}
.prod-btn a {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	font-size: 13px;
	padding: 7px 6px 7px 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.prod-btn a:hover {
	border: 1px solid #d42d2d;
}
.prod-btn i {
	margin-right: 9px;
	color: #aaaaaa;
}

.prod-btn span {
	text-transform: uppercase;
}
.product .prod-btn {
	position: relative;
	float: left;
	/* margin-top: 20px; */
	margin-left: 20px;
}
.owl-buttons div {
	background: rgba(255, 74, 74, 0.7);
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
}

.owl-buttons div i {
	font-size: 18px;
	color: #fff;
}

.owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
}

.owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
}
/*** DEAL PRODUCT ***
*********************/

.sec-deal {
	width: 100%;
	height: 600px;
	background: url('./bg-deal.jpg');
	background-size: cover;
	padding: 66px 0;
	background-attachment: fixed;
	background-position: 0 50%;
	text-align: center;
	margin: 40px 0px 0px;
}

.deal-container {
	height: 468px;
	min-height: 468px;
	max-height: 468px;
}

.deal-prod {
	padding: 30px 40px;
	background: #f7f7f7;
	min-height: 468px;
	max-height: 468px;
}

.deal-prod .deal-left {
	max-width: 324px;
	float: left;
	margin-right: 25px;
}

.deal-prod .deal-right {
	width: 126px;
	float: left;
}

.deal-prod .deal-left .prod-detail,
.deal-prod .deal-left .prod-detail > a {
	text-align: left;
}

.deal-prod .deal-img {
	min-width: 324px;
	height: 324px;
	background: #fff;
	position: relative;
}

.deal-prod .deal-img .deal-time {
	position: absolute;
	top: 35px;
	left: -10px;
}

.deal-prod .deal-img .deal-time div {
	width: 70px;
	height: 60px;
	text-align: center;
	background: #ff4747;
	margin-bottom: 5px;
	color: #fff;
	font-family: Roboto;
	padding: 5px;
}

.deal-prod .deal-img .deal-time div:last-child {
	margin-bottom: 0px;
}

.deal-prod .deal-img .deal-time p {
	margin-bottom: 0px;
	font-size: 20px;
}

.deal-prod .deal-img .deal-time span {
	font-size: 16px;
}

.deal-prod .deal-right .jcarousel-clip-vertical {
	height: 408px;
}
/*** BRAND LOGO ***
*******************/
.sec-brand {
	min-height: 100px;
	background: #f7f7f7;
}
.blog-entry p.entry-day {
	font-size: 16px;
	font-family: verdana;
	color: #ff4747;
}
.blog-entry p.entry-month {
	font-size: 12px;
	font-family: verdana;
	color: #666;
}
.blog-entry p.entry-year {
	font-size: 16px;
	font-family: verdana;
	color: #666;
}
.blog-body {
	border-left: 1px solid #e2e2e2;
	text-align: justify;
}
.blog-detail .blog-body {
	border-left: 0px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;  
	padding-bottom: 20px;
}
.blog-body .blog-title {
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #D42D2D;
	float: left;
	min-height: 70px;
}
.blog-page .blog-body .blog-title  {
	font-size: 30px;
}
.blog-detail .blog-body .blog-title {
	font-size: 32px;
}
.blog-body .author {
	padding: 20px 0px;   
}
.blog-body .author span {
	margin-right: 20px;   
}
.blog-body .author i {
	color: #aaa;
	margin-right: 8px;
}
.blog-body .blog-summary {
	padding: 10px 0px;
	font-size: 14px;
	color: #666666;
	/* float: left; */
	min-height: 80px;
}
.blog-body .blog-more {
	border: 1px solid #cccccc;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif;
	padding: 7px 15px;
	color: #666666;
	display: inline-block;
}
.blog-body .blog-more:hover {
	border: 1px solid #ff4747;   
}
.comments-container .comments-counter {
	font-size: 18px;
	font-family: Roboto;
	color: #333333;
	text-transform: uppercase;
	padding: 40px 0px;
}
.comments-container .comments-counter  h3 {
	margin: 0px;
}
.comment-list .comment {
	margin-bottom: 20px;
}
.comment-list .comment:last-child {
	margin-bottom: 0px;
}
.comment-list .comment .comment-body {
	padding: 20px;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;

}.comment-list .comment .comment-body > figure {
	float: left;
	width: 125px;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.comment-contents .comment-header {
	font-size: 14px;
	color: #999999;
	font-family: Arial;
	display: inline-block;
	padding-bottom: 15px;
}
.comment-contents .comment-header span:first-child {
	color: #333;
}
.comment-form-container {
	border-top: 1px solid #e2e2e2;
}
.comment-form-container input {
	margin-bottom: 20px;
}
.comment-form-container button {
	border: none;
	outline: none;
	margin: 30px 0px 0px;
}
.custom-button {
	padding: 8px 20px 7px;
	background: #444;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	display: block;
}
.page-cart .custom-button {
	margin-bottom: 10px;	
}
.custom-button:hover {
	background: #d42d2d;
	color: #fff;
}
.asideTitle {
	color: #333;
	font-size: 18px;
	font-family: Roboto;
	text-transform: uppercase;
	margin-bottom: 25px;
	background: url('gray-line.png') repeat-x bottom left;
}
.asideTitle span {
	display: inline-block;
	background: #fff;
	padding-right: 20px;
}
.lastest_news .news_item .blog-image img {
	width: 130px;
}
.lastest_news .news_item a {
	font-size: 15px;
	font-family: arial;
	color: #666;
	display: block;
	padding: 15px 0px;
}
.alltag a {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	font-size: 13px;
	color: #666;
}
/**** FOOTER ******
******************/
footer {
	background-image: url('//bizweb.dktcdn.net/100/020/542/themes/26766/assets/chan_trang.png?1677403174409');
	margin-top: 26px;
	padding: 30px 0px;
	background-size:100%;
}
.foo-info > span {
	color: #fff;
	padding: 30px 0px 40px;
	display: block;
}
.foo-info .form-control {
	border-radius: 0px;
}    
.foo-info .input-group-btn .btn-default {
	border-radius: 0px;
	background: #0c0c0c;
	border-color: #0c0c0c;
	color: #cccccc;
}
.foo-title {
	margin-bottom: 10px;
	margin-left: -17px;
}
.foo-title.ndh {
    margin-left: 13px;
}
.foo-title span {
	color: #040404;
	font-size: 16px;
	font-family: verdana;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-shadow: 2px 2px 2px #c3c3c3;
	font-weight: bold;
}
.foo-info > p {
	font-family: Arial;
	font-size: 14px;
	color: white;
}
.foo-info .foo-mail{
	font-family: verdana;
	font-size: 14px;
	color: white;
}
.foo-info .foo-address:before {
	content: "\f041";  
	font-family: "FontAwesome";
	padding-right: 20px;
}
.foo-info .foo-phone:before {
	content: "\f095";  
	font-family: "FontAwesome";
	padding-right: 20px;
}
.foo-info .foo-mail:before {
	content: "\f0e0";  
	font-family: "FontAwesome";
	padding-right: 20px;
}
.foo-content li {
	line-height: 25px;
	position: relative;
	color: #0A0A0A;
	/* text-shadow: 2px 2px 2px black; */
	font-size: 14px;
}
/*.foo-content li:before {
content: "\f111";
font-family: "FontAwesome";
font-size: 6px;
color: #888888;
padding-right: 10px;    
}*/

.foo-content li a {
	font-family: verdana;
	font-size: 13px;
	color: #0A0A0A;
	//font-weight: bold;
	font-style: italic;
}
.foo-content li:hover a {
	font-style:italic;
}
.fooFlowus {
	margin-top: 30px;   
}
.fooFlowus ul li {
	display: inline-block;
	margin-right: 5px;
}
.fooFlowus ul li a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	border: 1px solid #fff;
	background-color: transparent;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	background-color: #000;
}
.contact-form .fooFlowus ul li a {
	border: 1px solid #333;	
	color: #111;
}
.contact-form .foo-info > p,
.contact-form  .foo-info .foo-mail{
	color: #111;	
}
.fooFlowus ul li a:hover {
	background-color: #ff4747;
	border: 1px solid #ff4747;
	color: #fff;
}
.copyright {
	min-height: 44px;
	border-top: 1px solid #222222;
	background: #151515;
}
.copyright .cpr {
	line-height: 44px;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #888888;
}
.copyright .payment a {
	line-height: 44px;
	color: #888;
	font-size: 24px;
	display: inline-block;
	margin-left: 11px;
}
.copyright .payment a:hover {
	color: #fff;
}
/*** COLLECTION ***
*******************/
.toolbar {
	min-height: 40px;
	margin-bottom: 30px;
}
.toolbar .pull-left {
	line-height: 40px;
}
.toolbar .pull-left span {
	color: #666;
	font-size: 14px;
}
.toolbar .view-mode {
	border: 1px solid #e2e2e2;
	float: left;
	width: 82px;
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;  
	margin-right: 20px;  
}
.toolbar .view-mode a {
	color: #bbbbbb;
	font-size: 18px;
	width: 40px;
	text-align: center;
	display: block;
	float: left;
}
.toolbar .view-mode a.active {
	color: #555555;
}
.toolbar .view-mode a.grid {
	border-right: 1px solid #e2e2e2;
}
.toolbar .browse-tags label {
	line-height: 34px;
	float: left;
	margin-right: 20px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}
.toolbar .browse-tags .form-control {
	width: 150px;
	height: 40px;
	float: right;
	background: #f7f7f7;
}

/* list collection */
.list-collection .product-grid{
	padding: 20px;
	min-height: 281px;
	overflow: hidden;
}
.list-collection .prod-image {
	min-width: 264px;
	float: left;
	margin-right: 20px;
}
.list-collection .prod-detail {
	text-align: left; 
	padding-bottom: 0px;
}

.list-collection .prod-detail .list-product-detail a {
	display: block;
	font-family: Roboto;
	font-size: 20px;
	padding: 20px 0px;
	color: #333;
}
.list-collection .prod-detail .list-product-buy  .prod-price {
	display: block; 
	padding: 20px 0px;
}
.list-collection .prod-detail .prod-btn {
	position: static;   
	margin-left: 0px;
}
/*CART RESPONSIVE *
*******************/
.tblres { 
	width: 100%; 
	border-collapse: collapse; 
}
.tblres tr:nth-of-type(odd) { 
	background: #fcfcfc; 
}
.tblres th { 
	background: #fcfcfc; 
	color: #444444; 
	font-weight: normal; 
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;

}
.tblres td, .tblres th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: center; 
}
.tblres td a {
	color: #444;
	font-size: 14px;
}
.tblres td a.remove i.fa {color:#000}
.tblres td a:hover {
	color: #d42d2d;
}
.tblres td .product .product-quantity .input-group {
	margin: 0 auto; 
}
@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
		.tblres table, .tblres thead,.tblres tbody,.tblres th,.tblres td,.tblres tr { 
			display: block; 
		}    
		.tblres thead tr { 
			position: absolute;
			top: -9999999px;
			left: -999999px;
		}

		.tblres tr { border: 1px solid #ccc; }

		.tblres td { 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}

		.tblres td:before { 
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		.tblres td:nth-of-type(1):before { content: "Ảnh"; }
		.tblres td:nth-of-type(2):before { content: "Tên sản phẩm"; }
		.tblres td:nth-of-type(3):before { content: "Giá"; }
		.tblres td:nth-of-type(4):before { content: "Số lượng"; }
		.tblres td:nth-of-type(5):before { content: "Thành tiền"; }
		.tblres td:nth-of-type(6):before { content: "Xóa"; }
	}
.btn-cart input,
.btn-cart a{
	float: left;    
}
.btn-cart input {
	margin-right: 20px; 
}
/* PAGINATION *
***************/
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	margin: 0px 5px;
}
.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: #d42d2d;
	cursor: default;
	background-color: #f7f7f7;
	border-color: #e2e2e2;
}
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0px;
}

/* PRODUCT DETAIL *
*******************/

.product .images {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
.product .images .item-imgs > a{
	text-align: center;
}
.product .prod-detail {
	text-align:  left;
	/* float:left; */
}
.product .product-title {
	font-size: 24px;
	font-family: Roboto;
	color: #333;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin-top: 0px;
}
.product .prod-detail .prod-price .price {
	margin-right: 20px;
}
.product .prod-detail .product-summary {
	padding: 30px 0px 20px;
}
.product .product-variant {
	padding: 15px 0px;
}
.product .product-variant label{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 10px;
	margin-top: 9px;
	width: 20%;
}
.product .product-variant .selector-wrapper  {
	margin-bottom: 15px;
}   
.product .product-variant .selector-wrapper > label {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	float:left;
	margin-right:10px;
	margin-top:9px;
	width:20%;
}
.product .product-variant .selector-wrapper > select {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.product .product-quantity {
	padding-bottom: 20px;   
	float: left;
	width: 100%;
}

.product .product-quantity label {
	font-weight: normal;
	line-height: 34px;
	font-size: 14px;
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
	width:20%;
}

.product .product-quantity .input-group {
	width: 150px;
}
.product .product-quantity .mathbtn {
	border-color: #cccccc;
	border-radius: 0px;
}
.product .prod-btn button{
	color: black;
	border-color:  #c3c3c3;
}
.product .prod-btn i {color : #c3c3c3; }
.detail_tab .tab-content {
	border: 1px solid #ddd;
	border-top: 0px none;
	padding: 20px;
	width: 99%;
}
.thumb-img {
    width: 104px;
    float: left;
    padding: 10px 10px 0 0;
}
.nav-tabs{
	border:none;
}
.detail_tab .nav-tabs>li>a {
	border-radius: 0px;
	border: 1px solid #ddd;
	margin-right: 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	padding:10px 30px;
}
.detail_tab .nav-tabs>li:nth-child(2)>a,
.detail_tab .nav-tabs>li:nth-child(3)>a {
	border-left: 0px none;
	padding-left: 19px;
}

.relate-title {
	text-align: center;
	width: 100%;
	float: left;
	height: 46px;
	background: url('gray-line.png') repeat-x center center;
	margin-bottom: 25px;
}
.relate-title span {
	display: inline-block;
	background: #fff;
	font-size: 26px;
	text-transform: uppercase;
	padding: 0px 25px;
	position: relative;

}
.relate-title span:after {
	content: "\f111";
	font-family: "FontAwesome";
	color: #e6e6e6;
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	font-size: 8px;
	background: none;
	width: auto;
	height: auto;
}
.relate-title span:before {
	content: "\f111";
	font-family: "FontAwesome";
	color: #e6e6e6;
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	font-size: 8px;
	background: none;
	width: auto;
	height: auto;
}
#owl-relate .product-grid {
	position: relative;
	padding: 19px 19px 0 19px;
	border: 1px solid #ddd;
	height: 400px;
	max-height: 500px;
	margin-bottom: 40px;
}
#owl-relate .prod-btn {
	left: 50%;
	margin-left: -25%;
}

/* PAGE 404 */
.pagenotfound {
	padding: 100px 0px; 
}
.main404 {
	text-align: center; 
}
.page404desc {
	padding: 20px 0px;  
}
.main404  a {
	display: inline-block;
	margin-top: 50px;
}   

/* PAGE LOGIN */
.customer-login {
	padding: 30px;  
	border: 1px solid #eee;
}
.customer-login h4 {
	font-size: 18px;
	font-family: Roboto;
	color: #444;
	margin: 10px 0px 20px;
	text-transform: uppercase;
}
.customer-login p {
	color: #666;
	font-size: 14px;
}
.form-input {
	margin-bottom: 20px;    
}
.form-input:last-child {
	margin-bottom: 0px;
}
.form-input .label {
	font-size: 14px;
	color: #666;
	width: 120px;
	float: left;    
	font-weight: normal;
	text-align: left;
	line-height: 34px;
	padding: 0px;
}
.form-input .value {
	float: left;    
	width: 370px;
}
.customer-login a{ 
	display: inline-block;  
}
.customer-login .form-input a {
	color: #666;
	font-size: 14px;
}
.register-content .form-input  .value a {
	line-height: 34px;
	padding-left: 20px;
}
/* ADDRESS PAGE*/
.customer_address {
	border: 1px solid #e2e2e2;
	padding: 20px;
	margin-bottom: 30px;
}
.customer_address .author {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.address_actions .btn-danger a {
	color: #fff;    
}
/* ORDER PAGE */
h3.order_title {
	font-size: 20px;
	font-family: Roboto;
	text-transform: uppercase;
	color: #333;    
}
#order_address {
	border-top: 1px solid #e2e2e2;
	margin-top: 20px;
}

@media only screen and (max-width: 800px) {
	#order-tables table, 
	#order-tables thead, 
	#order-tables tbody, 
	#order-tables th, 
	#order-tables td, 
	#order-tables tr { 
		display: block; 
	}
	#order-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#order-tables tr { border: 1px solid #ccc; }

	#order-tables td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	#order-tables td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		*white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	#order-tables td:before { content: attr(data-title); }
}
#order-tables {
	margin-bottom: 30px;    
}
.paginate-left {
	text-align: left
}
.paginate-center {
	text-align: center;
}
#order-tables > table {
	width: 100%;	
}
/*** GOOGLE MAP *****
*********************/
.map-container .map {
	height: 400px;
	width: 100%;
}
.css_detail_owl .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}
#sync2 .item {
    margin: 5px;
    border: 1px solid #eee;
}
#sync2 .item img {
    width: 100%;
}
#sync1 .owl-controls .owl-buttons .owl-prev{
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: 0px;
	background: url(arrow_slide_detail_back.png) center no-repeat !important;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
#sync1 .owl-controls .owl-buttons .owl-prev:hover{background: url(arrow_slide_detail_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next:hover{background: url(arrow_slide_detail_next_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next{
	background: url(arrow_slide_detail.png) center no-repeat !important;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin-right: 0px;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
.product-block .product-image .product-secondpic{
    width: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.product-block .product-image .product-display{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sbc{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.thumb-img {
    width: calc(100% / 3);
}
@media(min-width: 768px){
	.hide-mb{
		display: none
	}
}
@media(max-width: 767px){
	.hide-pc{
		display: none
	}
}