button {
	background:transparent;
	outline:none
}

ul {
	margin-bottom:0
}

a {
	color:inherit;
	text-decoration:none
}

a:hover,a:focus,a:active {
	color:inherit;
	text-decoration:none;
	outline:none
}

h1,h2,h3,h4,h5,h6 {
	font-family:Baomoi;
	margin:0;
	font-size:inherit
}

p {
	font-family:Baomoi
}

.input-control {
	width:100%;
	border:solid 1px #e7e7e7;
	background:transparent;
	outline:none
}

.img-fix {
	max-width:100%
}

.text-overflow,.header-panel-mobile ul.top-linklists-mobile a,.product-grid h3,.breadcrumb h1,.widget-collection .list-products h3,.widget-collection .list-post h3,.product-list .product-info h3 {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.button {
	display:inline-block;
	line-height:40px;
	background:transparent;
	padding:0 25px;
	font-weight:600;
	text-transform:uppercase;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px
}

@media (max-width:767px) {
	.button {
		padding:0 20px
	}
}

.button.type_1 {
	border:2px solid #4C4C4C
}

.button.type_1:hover {
	border-color:#337ab7;
	color:#337ab7
}



.button.type_3 {
	color:#fff;
	background:#333;
	line-height:44px
}

.button.dashed {
	color:#685e52;
	border:dashed 1px #e8e6e2
}

.button.dashed:hover,.button.dashed:active {
	color:#337ab7;
	border-color:#337ab7
}

body {
	font-size:14px;
	font-family:Baomoi;
	color:#685e52
}



.header-panel-mobile {
	position:relative;
	display:table;
	width:100%;
	border-bottom:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile > a {
	display:table-cell;
	width:25%;
	height:50px;
	font-size:18px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile > a:first-child {
	border-left:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile ul.top-linklists-mobile {
	position:absolute;
	z-index:100;
	margin-top:1px;
	top:100%;
	left:0;
	width:100%;
	background:#39342e;
	line-height:22px;
	font-size:14px
}

.header-panel-mobile ul.top-linklists-mobile a {
	display:block;
	padding:15px
}

.header-panel-mobile .sup-mobile {
	position:absolute;
	z-index:100;
	margin-top:1px;
	top:100%;
	left:0;
	width:100%;
	background:#39342e;
	font-size:14px
}

.header-panel-mobile .sup-mobile .entry-person {
	padding:15px
}

.header-panel-mobile .sup-mobile .info-person {
	margin-left:65px
}

.header-panel-mobile .sup-mobile .info-person a {
	margin-right:7px
}

.header-panel-mobile .sup-mobile .img-avatar {
	width:50px;
	float:left
}



.shop-cart {
	position:relative;
	padding:1px 0;
	text-align:right
}

.shop-cart:hover .cart-item span {
	background:#ff0000
}

.shop-cart .mini-cart-content {
	position:absolute;
	margin-top:7px;
	right:0;
	padding:15px;
	z-index:99999;
	width:310px;
	background:#fff;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}


.shop-cart .mini-cart-content:after {
	content:"";
	top:-7px;
	right:20px;
	position:absolute;
	width:0;
	height:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #39342e
}

.shop-cart .mini-cart-content .item {
	text-align:left;
	color:#aeaeae;
	padding-bottom:10px;
	border-bottom:solid 1px #dedede;
	margin-bottom:10px
}

.shop-cart .mini-cart-content .item .text-overflow,.bottom-header .shop-cart .mini-cart-content .item .header-panel-mobile ul.top-linklists-mobile a,.header-panel-mobile ul.top-linklists-mobile .mid-header .shop-cart .mini-cart-content .item a,.mid-header .shop-cart .mini-cart-content .item .product-grid h3,.product-grid .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .breadcrumb h1,.breadcrumb .mid-header .shop-cart .mini-cart-content .item h1,.mid-header .shop-cart .mini-cart-content .item .widget-collection .list-products h3,.widget-collection .list-products .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .widget-collection .list-post h3,.widget-collection .list-post .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .product-list .product-info h3,.product-list .product-info .mid-header .shop-cart .mini-cart-content .item h3 {
	display:block
}
.shop-cart .mini-cart-content .item .text-overflow{
	color: #337ab7;
	font-weight: bold;
}

.shop-cart .mini-cart-content .item img {
	float:left;
	width:70px;
	margin:0 10px 0 0
}

.shop-cart .mini-cart-content .item .qty {
	display:block;
	color:#d91f1f;
}

.shop-cart .mini-cart-content .item .remove {
	position:absolute;
	right:20px;
	color:#685e52!important;
	font-weight:300;
	font-size:20px;
	line-height:20px
}

.shop-cart .mini-cart-content .item .remove:hover {
	color:#ff6565!important
}
.shop-cart .mini-cart-content .button{
	border: solid 2px #337ab7;
	background:#337ab7;
}
.shop-cart .mini-cart-content .button:hover {
	background:#fff;
	color:#337ab7!important;
}

.shop-cart:hover .mini-cart-content {
	opacity:1;
	visibility:visible
}

.mini-cart-content .no-item {
	color:#333;
	text-align:left
}

.cart-control {
	font-size: 40px;
	line-height: 42px;
}

.cart-control .cart-item {
	position:relative
}

.cart-control .cart-number {
	background: #f8b62e;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	height: 21px;
	line-height: 21px;
	width: 21px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: -5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cart-control .cart-price {
	margin-left:10px
}

.big-collection {
	margin-top:40px
}

.collection-area {
	border:solid 1px #e8e6e2
}

.collection-area .readmore {
	display:block;
	margin-left:-7px;
	margin-right:-7px;
	margin-top:15px;
	text-align:center;
	line-height:50px;
	background:#f7f7f7
}

.collection-area .readmore:hover {
	color:#ff0000
}

.collection-area .control-tabs {
	margin:0 15px;
	border-bottom:solid 1px #e7e7e7
}

.collection-area .control-tabs h2 {
	float:left;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	line-height:44px
}

.collection-area .control-tabs .nav-tabs {
	border-bottom:0;
	float:right
}

.collection-area .control-tabs .nav-tabs > li > a {
	border:0;
	text-transform:uppercase;
	font-size:13px;
	color:#685e52;
	opacity:.8;
	padding:13px 10px;
	position:relative
}

.collection-area .control-tabs .nav-tabs > li > a:hover {
	color:#ff0000
}

.collection-area .control-tabs .nav-tabs > li > a:after {
	content:"";
	position:absolute;
	height:40%;
	right:-3px;
	width:1px;
	background:#e8e6e2;
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
	-moz-transform:rotate(20deg)
}

.collection-area .control-tabs .nav-tabs > li:last-child a:after {
	display:none
}

.collection-area .control-tabs .nav-tabs li.active > a,.collection-area .control-tabs .nav-tabs li.active > a:focus,.collection-area .control-tabs .nav-tabs li.active > a:hover {
	border:0;
	background:transparent;
	color:#ff0000;
	opacity:1
}

.collection-area .control-tabs .nav-tabs li > a:hover {
	background:transparent;
	border:0
}

.collection-area .tab-content {
	padding:0 7px
}



.title-line {
	position:relative;
	text-align:center;
	margin-bottom:15px
}

.title-line:after {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	width:100%;
	z-index:-1
}

.title-line .title {
	display:inline-block;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	padding:0 25px;
	background:#fff
}

.post-grid {
	margin-top:15px
}

.post-grid .entry-thumb {
	width:50%;
	float:left;
	padding-right:15px
}

.post-grid .entry-content {
	width:50%;
	float:left
}

.post-grid .entry-content .entry-meta {
	padding-bottom:10px;
	border-bottom:dashed 1px #e8e6e2;
	margin-bottom:10px
}

.post-grid .entry-content .entry-meta h3 {
	font-size:16px;
	line-height:26px
}

.post-grid .entry-content .entry-meta h3:hover {
	color:#ff0000
}

.post-grid .entry-content .entry-meta .post-meta {
	display:block;
	color:#aeaeae;
	margin-top:3px
}

.post-grid .entry-content .entry-desc {
	color:#aeaeae;
	margin-bottom:15px;
	line-height:24px
}

.post-grid .entry-content .readmore {
	color:#ff0000
}

.post-grid.type_2 {
	margin:0 0 20px
}

.post-grid.type_2 .entry-thumb,.post-grid.type_2 .entry-content {
	width:100%;
	float:none
}

.post-grid.type_2 .entry-meta {
	margin-top:10px
}

.pd7 {
	padding:0 7.5px
}

.pdt15 {
	padding:15px 0 0
}

.product-grid {
	position:relative;
	margin-top:13px;
	overflow:hidden
}

.product-grid .product-img {
	position:relative;
	display:block;
	text-align:center
}

.product-grid .product-img:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	background:rgba(0,0,0,0.2);
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-grid .product-img:hover:after {
	opacity:1;
	pointer-events:none;
	visibility:visible
}

.product-grid .product-img .quickview-btn {
	position:absolute;
	z-index:12;
	font-size:12px;
	top:50%;
	left:50%;
	margin-top:-18px;
	margin-left:-50px;
	width:100px;
	height:36px;
	line-height:36px;
	padding:0;
	background:#fff;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-grid .product-img:hover .quickview-btn {
	opacity:1;
	visibility:visible
}

.product-grid .level-pro-sale {
	background:#ff0000;
	color:#fff;
	font-weight:700;
	min-width:50px;
	padding:5px 10px;
	position:absolute;
	right:0;
	text-align:center;
	text-transform:uppercase;
	top:0;
	z-index:9
}

.product-grid h3 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-grid h3:hover {
	color:#ff0000
}

.product-grid .price {
	text-align:center;
	min-height:42px
}

.product-grid .price del {
	font-size:12px;
	margin-right:5px;
	color:#aeaeae
}

.product-grid .price span {
	font-size:18px;
	font-weight:700;
	color:#ff0000
}

.product-grid .actions {
	margin-top:10px;
	text-align:center
}

.product-grid .actions .button {
	background: #f8b62e;
	border-radius: 5px;
	color: #fff;
	font: 700 12px/25px Arial;
	margin: 0 auto;
	min-width: 100px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border: none;
	outline: none;

}

.product-grid .actions .button:hover {
	text-decoration: none;
	background: linear-gradient(to bottom,#f89406 0,#f95d05 100%) rgba(0,0,0,0);
}

.product-grid .actions .button .fa {
	font-size:16px
}

.product-grid .actions .button .fa-shopping-cart {
	margin-right:5px
}

.offset-menu {
	width:240px;
	height:100%;
	top:0;
	z-index:1000;
	position:fixed;
	overflow-y:scroll;
	background:#337ab7!important;
	color:#fff;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.offset-menu .mobile-menu a {
	display:block
}

.offset-menu .mobile-menu .has-sub {
	position:relative
}

.offset-menu .mobile-menu .has-sub li {
	line-height:40px
}

.offset-menu .mobile-menu .has-sub li a {
	padding:0 20px
}

.offset-menu .mobile-menu .has-sub li em {
	top:0
}

.offset-menu .mobile-menu .has-sub .has-sub ul {
	padding-left:15px
}

.offset-menu .mobile-menu > li {
	border-bottom:solid 1px rgba(255,255,255,0.2)
}

.offset-menu .mobile-menu > li > a {
	text-transform:uppercase;
	line-height:26px;
	color:#fff;
	padding:14px 20px;
}

.offset-menu .mobile-menu > li > em {
	top:7px
}

.offset-menu .mobile-menu > li em {
	display:block;
	position:absolute;
	right:0;
	width:40px;
	line-height:40px;
	font-size:18px;
	text-align:center
}

.breadcrumb {
	background-image:url(breadcrumb.png);
	background-color:#f2f2f2;
	padding:200px 0 40px;
	margin-bottom:50px;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:1px solid #e8e6e2
}

.breadcrumb h1 {
	float:left;
	padding-right:15px;
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:600;
	width:50%
}

.breadcrumb .c-bread {
	float:right;
	padding-left:15px;
	width:50%
}

.breadcrumb ul {
	float:right;
	overflow:hidden;
	text-align:right
}

.breadcrumb ul li {
	float:left;
	margin-right:5px
}

.breadcrumb ul li:last-child {
	margin-right:0
}

.breadcrumb ul li.current {
	max-width:200px;
	// white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.breadcrumb ul li.divide {
	opacity:.7
}

.breadcrumb ul li a {
	opacity:.7;
	transition:color .3s ease;
	-webkit-transition:color .3s ease;
	-moz-transition:color .3s ease;
	-o-transition:color .3s ease
}

.breadcrumb ul li a:hover {
	opacity:1
}

.toolbar {
	border:solid 1px #e8e6e2;
	padding:13px 15px;
	margin-bottom: 15px;
}

.toolbar .sortby {
	position:relative;
	float:left
}

.toolbar .sortby .btn-dropdown {
	text-transform:uppercase;
	font-weight:700
}

.toolbar .sortby .btn-dropdown .fa {
	display:inline-block;
	margin-left:5px;
	text-align:center;
	width:20px;
	line-height:20px;
	border:solid 1px #e8e6e2
}

.toolbar .sortby .btn-dropdown:hover {
	color:#337ab7;
}

.toolbar .sortby #sortBy {
	position:absolute;
	padding:10px 15px;
	width:250px;
	z-index:11;
	left:0;
	top:100%;
	margin-top:5px;
	background:#fff;
	border:solid 1px #e8e6e2;
	box-shadow:0 0 15px #f7f7f7;
	-moz-box-shadow:0 0 15px #f7f7f7;
	-webkit-box-shadow:0 0 15px #f7f7f7
}

.toolbar .sortby #sortBy li {
	line-height:36px
}

.toolbar .view {
	float:right
}

.toolbar .view .grid,.toolbar .view .list {
	background:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/view-icon.png?1703822628729) no-repeat;
	width:14px;
	height:14px;
	display:inline-block;
	margin:0 3px;
	vertical-align:middle
}

.toolbar .view .grid {
	background-position:0 -14px
}

.toolbar .view .list {
	background-position:-15px -14px
}

.toolbar .view .grid:hover,.toolbar .view .active.grid {
	background-position:0 0
}

.toolbar .view .list:hover,.toolbar .view .active.list {
	background-position:-15px 0
}

.paginate li {
	display:inline-block;
	font-weight:700
}

.paginate li:after {
	content:"";
	display:inline-block;
	margin:0 3px
}

.paginate li:last-child:after {
	display:none
}

.paginate li:hover a,.paginate li span {
	color:#337ab7
}

.toolbar .paginate {
	display:inline-block
}

.widget-collection {
	padding:10px 15px;
	border:solid 1px #e8e6e2;
	margin-bottom:15px
}

.widget-collection h2 {
	border-bottom:solid 1px #e8e6e2;
	text-transform:uppercase;
	line-height:40px;
	letter-spacing:1px;
	font-weight:700;
	margin-bottom:10px
}

.widget-collection .list-subcate li {
	line-height:30px;
	padding-right:30px;
	position:relative
}

.widget-collection .list-subcate li a {
	display:block
}

.widget-collection .list-subcate li .count {
	position:absolute;
	right:0;
	top:0;
	color:#aeaeae
}




.widget-collection .list-post li {
	margin-bottom:10px
}

.widget-collection .list-post .image {
	display:block;
	float:left;
	width: 100px;
	padding-right: 15px;
}

.widget-collection .list-post .meta {
	margin-left:80px
}

.widget-collection .list-post h3 {
	margin-bottom:10px
}

.widget-collection .list-post h3:hover {
	color:#f8b62e;
}

.widget-collection .list-post .date {
	opacity:.7
}

.product-list {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:dashed 1px #e7e7e7
}

.product-list:last-child {
	border-bottom:0;
	padding-bottom:0
}

.product-list .product-img {
	position:relative;
	overflow:hidden;
	padding:0 15px
}

.product-list .level-pro-sale {
	background:#407ac5!important;
	color:#fff;
	font-weight:700;
	min-width:58px;
	padding:5px 10px;
	position:absolute;
	right:0;
	text-align:center;
	text-transform:uppercase;
	top:0;
	z-index:9
}

.product-list .product-info h3 {
	font-size:16px;
	margin-bottom:10px;
	line-height:1.3;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-list .product-info h3:hover {
	color:#337ab7;
}

.product-list .product-info .price {
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:dashed 1px #e7e7e7
}

.product-list .product-info .price del {
	font-size:12px;
	opacity:.5;
	margin-right:5px;
	color:#685e52;
	opacity:.8
}

.product-list .product-info .price span {
	font-size:18px;
	color:#337ab7;
	font-weight:700;
	margin-right:10px
}

.product-list .product-info .desc {
	opacity:.9;
	font-size:14px;
	line-height:1.7;
	margin-bottom:20px
}

.product-list .product-info form .quickview-btn {
	text-align:center;
	padding:0 20px
}

.product-list .product-info form .quickview-btn .fa {
	margin-right:10px
}

.product-list .product-info form .button:hover {
	background:#8ac400;
	color:#fff;
	border-color:#fff
}

.note-page {
	line-height:40px;
	background:#f5f5f5;
	padding:0 15px;
	margin-top:20px
}

.note-page .fa {
	color:red
}

.page-article .entry-meta .entry-title {
	font-size:22px;
	margin-bottom:15px
}

.page-article .entry-meta .post-meta {
	padding-bottom:15px;
	border-bottom:dashed 1px #e7e7e7;
	margin-bottom:15px
}

.page-article .entry-meta .post-meta .comment-link {
	float:right
}

.page-article .entry-footer {
	margin-top:20px;
	padding:15px 0;
	border-top:dashed 1px #e8e6e2;
	border-bottom:dashed 1px #e8e6e2;
	margin-bottom:30px
}

.page-article .entry-footer .single-share {
	text-align:right
}

.page-article .entry-footer .single-share span {
	margin-right:7px;
	text-transform:uppercase;
	font-size:12px
}

.page-article .entry-footer .single-share .social {
	display:inline-block
}

.page-article .entry-footer .single-share .social li {
	display:inline-block
}

.page-article .entry-footer .single-share .social li a {
	display:block;
	width:30px;
	line-height:30px;
	text-align:center;
	border:solid 1px #e8e6e2;
	color:#aeaeae;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px
}

.page-article .entry-footer .single-share .social li a:hover {
	border-color:#337ab7;
	color:#337ab7;
}

.page-article .comment-area h3 {
	font-size:16px;
	font-weight:700;
	margin-bottom:15px
}

.page-article .comment-area .comment-list {
	list-style:none;
	padding-left:0
}

.page-article .comment-area .comment-list .comment {
	margin-bottom:7px
}

.page-article .comment-area .comment-list .comment-avatar {
	width:70px;
	float:left;
	padding:5px;
	border:dashed 1px #e8e6e2
}

.page-article .comment-area .comment-list .comment-content {
	margin-left:85px
}

.page-article .comment-area .comment-list .comment-content .comment-meta {
	color:#aeaeae;
	margin-bottom:7px;
	background:transparent;
}

.page-article .comment-area .comment-list .comment-content .comment-meta .author {
	font-weight:700;
	font-style:normal;
	color:#685e52
}

.page-article .comment-area .comment-list .comment-content .comment-meta .action-link {
	float:right;
	font-size:10px;
	display:block;
	padding:3px 10px;
	margin-left:5px;
	border:1px dashed #e8e6e2
}

.page-article .comment-area .comment-list .comment-content .comment-meta .action-link:hover {
	border-color:#337ab7;
	color:#337ab7;
}

.page-article .comment-area .comment-list .comment-content .content {
	font-size:13px;
	line-height:1.4
}

.page-article .comment-area .comment-respond {
	background:#fff;
	padding:0px;
	margin-top:40px;
	overflow:hidden
}

.page-article .comment-area .comment-respond .input-control {
	height:36px;
	padding:5px 10px;
	font-size:13px
}

.page-article .comment-area .comment-respond .input-control:hover,.page-article .comment-area .comment-respond .input-control:focus {
	border-color:#337ab7;
}

.page-article .comment-area .comment-respond textarea.input-control {
	margin-top:15px;
	margin-bottom:15px;
	height:200px
}

.product-single {
	padding-top:30px
}

.product-single .featured-image .zoomWrapper {
	overflow:hidden;
	height:auto!important;
	width:auto!important;
	text-align:center;
	max-height:570px;
	overflow:hidden
}

.product-single .featured-image #product-featured-image {
	position:relative!important;
	max-height:570px
}

.product-single .thumbnail-images {
	margin-top:10px;
	padding:0 25px
}

.product-single .thumbnail-images .owl-buttons {
	position:absolute;
	width:100%;
	margin-top:-15px;
	top:50%;
	text-align:center;
	pointer-events:none
}

.product-single .thumbnail-images .owl-buttons .owl-prev,.product-single .thumbnail-images .owl-buttons .owl-next {
	width:25px;
	line-height:30px;
	background:#f7f7f7;
	float:left;
	text-align:center;
	pointer-events:initial;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .thumbnail-images .owl-buttons .owl-prev:hover,.product-single .thumbnail-images .owl-buttons .owl-next:hover {
	background:#337ab7;
	color:#fff
}

.product-single .thumbnail-images .owl-buttons .owl-prev {
	float:left;
	margin-left:-30px
}

.product-single .thumbnail-images .owl-buttons .owl-next {
	float:right;
	margin-right:20px
}

.product-single .thumbnail-images .thumb-img {
	padding:0 0px;
	// border:1px solid #eee
}

.product-single .product-name {
	font-size:24px;
	margin-bottom:15px;
	word-break: break-word;
	line-height:28px;
}

.product-single .product-price span {
	color:#337ab7;
	font-size:24px;
	font-weight:600
}

.product-single .product-price del {
	font-size:18px;
	opacity:.5;
	margin-left:10px
}

.product-single .short-desc {
	padding-top:20px;
	border-top:1px dashed #aeaeae;
	margin-bottom:20px;
	opacity:.7;
	line-height:1.7;
	word-break:break-word;
}

.product-single .product-seller {
	padding:0 7px
}

.product-single .product-seller .seller {
	background:#fff!important;
	border:1px dashed;
	opacity:.9;
	color:#337ab7;
	padding:18px 15px;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease
}

.product-single .product-seller .seller:hover {
	opacity:1
}

.product-single .product-seller .seller a {
	display:block
}

.product-single .product-seller .img-ava {
	float:left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%
}

.product-single .product-seller .info-seller {
	margin-left:60px;
	display:block;
	line-height:24px
}

.product-single .product-seller .info-seller b {
	font-size:16px;
	text-transform:uppercase
}

.product-single .product-actions .quantity {
	width:65px;
	height:45px;
	padding:0 10px;
	margin-right:5px;
	border-radius:4px;
	border-style:dashed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding-left: 15px;
	text-align: center;
}

.product-single .product-actions .quantity:hover,.product-single .product-actions .quantity:focus {
	border-color:#337ab7;
}

.product-single .product-actions .group {
	margin-top:30px
}

.product-single .product-actions .button {
	line-height:45px;
	border:none;
}

.product-single .product-actions .button.disabled {
	// opacity:.6;
	// cursor:not-allowed;
	// border-color:transparent;
	// opacity:.2;
	background:#f7f7f7;
}

.product-single .product-actions .selector-wrapper {
	margin-top:20px
}

.product-single .product-actions .selector-wrapper label {
	width:110px
}

.product-single .product-actions .selector-wrapper select {
	height:35px;
	width:193px;
	padding:5px;
	border-radius:3px;
	border-color:#e8e6e2;
	outline:none;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .product-actions .selector-wrapper select:focus,.product-single .product-actions .selector-wrapper select:hover {
	border-color:#e7e7e7
}

.product-single .product-meta {
	font-size:13px;
	margin:20px 0
}

.product-single .product-meta .tagged-in {
	display:inline;
	margin-right:10px;
	margin-bottom:5px
}

.product-single .product-meta span {
	text-transform:uppercase
}

.product-single .product-meta a {
	color:#337ab7;
}

.product-single .product-meta a:hover {
	text-decoration:underline
}

.product-single .middle-content {
	margin:30px -15px 40px
}

.product-single .product-tabs {
	border:1px solid #e8e6e2;
}

.product-single .product-tabs .navtabs {
	border-bottom:solid 1px #e8e6e2;
	margin-bottom:15px
}

.product-single .product-tabs .navtabs li {
	display:table-cell;
	text-transform:uppercase;
	border-right:1px solid #ddd
}
@media (max-width: 543px) {
	.product-single .product-tabs .navtabs li {
		width: 100%;
		float:left;
		border-bottom:solid 1px #ebebeb;
	}
}

.product-single .product-tabs .tab-content {
	padding: 20px 15px;
}

.product-single .product-tabs .navtabs li a {
	display:block;
	padding:14px 15px;
	border:1px solid transparent;
	border-bottom:1px solid transparent;
	opacity:.5;
	font-weight:700
}

.product-single .product-tabs .navtabs li.active a {
	opacity:1;
	color:#337ab7;
	border-bottom:1px solid #337ab7;
	background:#f5f5f5;
	color:#333!important
}

.product-single .product-tabs .tab-content .tab-pane {
	min-height:195px
}

.product-single .product-tabs .entry-content img {
	max-width:100%;
}

.product-single .related_product {
	padding:20px;
	border:solid 1px #e8e6e2
}

.product-single .related_product h2 {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:solid 1px #e8e6e2
}

.product-single .related_product .owl-theme .owl-controls {
	position:absolute;
	top:-42px;
	right:5px
}

.product-single .related_product .owl-theme .owl-controls .owl-next,.product-single .related_product .owl-theme .owl-controls .owl-prev {
	display:inline-block;
	width:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .product-recently {
	padding-top:30px;
	margin-top:40px;
	margin-bottom:30px
}

.product-single .social-sharing .widget-title {
	display:inline-block
}

.product-single .social-sharing .social-icon a {
	display:block;
	margin-right:3px;
	opacity:.5;
	width:30px;
	line-height:30px;
	text-align:center;
	border:dashed 1px;
	color:#333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.product-single .social-sharing .social-icon,.product-single .social-sharing .social-icon li {
	display:inline-block
}

.page-cart .table-cart > thead > tr > th {
	background:#f5f5f5;
	border-bottom:0;
	padding:15px 0
}

.page-cart .table-cart > tbody > tr > td {
	padding:15px 8px;
	border-top:0;
	border-bottom:solid 1px #EEEFF7;
	vertical-align: middle;
}

.page-cart .table-cart img {
	width:100px
}

.page-cart .table-cart .input-control {
	width:50px;
	height:34px;
	text-align:center
}

.page-cart .button-cart {
	margin-top:20px
}

.page-cart .cart_total {
	width:350px;
	margin-top:20px;
	float:right
}

.page-cart .cart_total h2 {
	margin-bottom:15px;
	font-size:18px
}

.page-cart .cart_total .total-table {
	width:100%;
	border:solid 1px #EEEFF7
}

.page-cart .cart_total .total-table td {
	padding:10px 8px
}

.page-cart .cart_total .total-table tr:nth-of-type(2n+1) {
	background:#EEEFF7
}

.page-cart .cart_total .button {
	margin-top:15px
}

.page-default .entry-content img {
	max-width:100%
}

.page-404 {
	text-align:center;
	padding-top:80px;
	padding-bottom:60px;
	border-top:solid 1px #EEEFF7
}

.page-404 h1 {
	font-size:90px;
	font-weight:700;
	text-transform:uppercase
}

.page-404 .home-link {
	margin:30px 0;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	letter-spacing:1px
}

.page-404 .searchform {
	width:600px;
	margin:auto
}

.page-404 .searchform .input-control {
	height:50px
}

.page-404 .searchform .button {
	height:50px;
	width:50px;
	line-height:46px;
	border: solid 1px #ebebeb;
}

.page-search h1 {
	margin-top:20px;
	font-size:20px;
	margin-bottom:15px
}

.page-search .searchform {
	width:400px;
	margin:auto
}

.page-search .note {
	margin:15px 0 0
}

.page-search .no-result {
	margin-top:20px;
	background:#EEEFF7;
	padding:15px 25px;
	color:red
}

.page-search .no-result .fa {
	margin-right:5px
}

.page-search .has-result {
	margin-top:20px;
	background:#EEEFF7;
	padding:15px 25px;
	color:green
}

.page-search .has-result .fa {
	margin-right:5px
}

.page-account .page-title {
	font-size:22px;
	margin-bottom:15px
}

.page-account .userform {
	margin-bottom:20px
}

.page-account .userform .input-control {
	height:40px;
	padding:5px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.page-account .userform .input-control:focus,.page-account .userform .input-control:hover {
	border-color:#445878
}

.page-account-detail h3.title {
	margin-top:20px;
	margin-bottom:25px;
	font-size:18px
}

.page-account-detail .img-avatar {
	width:70px;
	margin:0 15px 15px 0;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%
}

.page-account-detail .table-order,.page-account-detail .table-order tr,.page-account-detail .table-order tr td,.page-account-detail .table-order tr th {
	border:solid 1px #e6e8e7;
	border-collapse:collapse;
	margin-bottom:0
}

.page-account-detail .table-order tbody tr:nth-of-type(2n+1) {
	background-color:#EEEFF7
}

.page-account-detail .note {
	line-height:22px;
	padding:8px 15px;
	background:#EEEFF7
}

.page-account-detail .note .fa {
	color:red
}

.page-account-detail .note a {
	color:#445878;
	text-decoration:underline
}

.page-contact .block-title {
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
	letter-spacing:1px;
	text-transform:uppercase
}

.page-contact .input-control {
	height:40px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.page-contact textarea.input-control {
	height:150px
}

.searchform {
	position:relative
}

.searchform .button {
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:36px;
	padding:0;
	border: solid 1px #ebebeb;
}

.searchform .input-control {
	height:40px;
	padding:5px 45px 5px 10px
}

.required {
	color:red
}

.page-order .heading {
	text-align:center;
	margin-bottom:30px
}

.page-order .page-title {
	margin-bottom:15px;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase
}

.page-order .order_section_title {
	margin-bottom:15px;
	font-size:18px
}

.page-order .table-order h3 {
	font-size:18px;
	margin-bottom:15px;
	margin-top:40px
}

.table-order .table>thead>tr>th {
	border-bottom:0
}

.table-order table,.table-order table th,.table-order table td {
	border:solid 1px #e6e8e7;
	border-collapse:collapse;
	margin-bottom:0
}

.table-order table tbody .odd {
	background:#f6f6f6
}

.page-addresses .item {
	padding:10px;
	border:solid 1px #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:15px
}

.page-addresses .input-control {
	height:36px;
	padding:5px 10px
}

.page-addresses .news-address {
	padding:10px;
	margin-top:15px;
	border:solid 1px #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}

.tooltip-inner {
	background:#1C1D21;
	padding:5px 10px
}

.tooltip.top .tooltip-arrow {
	border-top-color:#1C1D21
}

.page-name {
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px
}

.btn-fixed {
	position:fixed;
	bottom:100px;
	top:auto!important;
	right:30px;
	z-index:99
}

.btn-fixed .btn {
	display:block;
	position:relative;
	width:40px;
	background:#39342e;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:15px;
	padding:0;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.btn-fixed .btn:hover {
	background:#f9d286;
}

.btn-fixed .btn .tooltips {
	display:block;
	position:absolute;
	top:0;
	opacity:0;
	visibility:hidden;
	white-space:nowrap;
	right:100%;
	margin-right:5px;
	background:#39342e;
	color:#fff;
	line-height:40px;
	padding:0 15px;
	font-size:13px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.btn-fixed .btn .tooltips:after {
	content:"";
	position:absolute;
	left:100%;
	width:0;
	height:0;
	top:50%;
	margin-top:-5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #39342e
}

.btn-fixed .btn:hover .tooltips {
	opacity:1;
	visibility:visible
}

.hotro {
	position:relative
}

.hotro .sup-fixed {
	position:absolute;
	width:300px;
	opacity:0;
	visibility:hidden;
	background:#39342e;
	bottom:100%;
	margin-bottom:-40px;
	margin-right:7px;
	right:100%;
	padding:10px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease
}

.hotro .sup-fixed:before {
	content:"";
	position:absolute;
	left:100%;
	top:0;
	width:7px;
	height:100%;
	background:transparent
}

.hotro .sup-fixed:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	bottom:0;
	left:100%;
	margin-bottom:15px;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-left:7px solid #39342e
}

.hotro:hover .sup-fixed {
	opacity:1;
	visibility:visible
}

.hotro .sup-fixed .entry-person {
	padding:7px 0;
	border-bottom:solid 1px rgba(255,255,255,.1);
	color:#929292
}

.hotro .sup-fixed .entry-person:last-child {
	border-bottom:0
}

.hotro .sup-fixed .img-avatar {
	width:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	float:left
}

.hotro .sup-fixed .info-person {
	text-align:left;
	margin-left:60px
}

.hotro .info-person h5 {
	font-weight:700;
	margin-bottom:5px
}

.hotro .info-person a {
	margin-right:5px;
	font-size:14px
}

.quickview-template,.quick-view {
	bottom:0;
	display:none;
	left:0;
	outline:0 none;
	overflow-x:auto;
	overflow-y:scroll;
	position:fixed;
	right:0;
	top:0;
	z-index:1100
}

.quick-view .overlay {
	background:rgba(20,20,20,0.7);
	height:100%;
	width:100%;
	position:fixed
}

.quickview-template .content,.quick-view .content {
	width:992px;
	position:relative;
	margin:60px auto 0;
	background:#fff;
	padding:30px 20px
}

.quick-view .product-img-box {
	margin:0;
	float:left;
	position:relative;
	width:50%;
	padding:0 15px
}

.quick-view .product-img-box .product-photo-container {
	position:relative;
	overflow:hidden;
	text-align:center
}

.quick-view .product-img-box .product-photo-container > a {
	position:relative;
	display:block;
	width:100%
}

.quick-view .product-photo-container > a img {
	max-width:100%;
	max-height:296px
}

.quick-view .more-view-wrapper {
	margin:20px 0 0;
	padding:0 10px
}

.quick-view .more-view-wrapper ul {
	padding:0
}

.quick-view .more-view-wrapper ul li {
	padding:0 5px;
	list-style:none
}

.quick-view .more-view-wrapper .owl-theme .owl-controls {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:100%;
	pointer-events:none
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-prev,.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-next {
	width:30px;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#fff;
	pointer-events:initial
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-prev {
	float:left
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-next {
	float:right
}

.quick-view .product-shop {
	width:50%;
	float:right
}

.quick-view .product-shop .product-title {
	padding-top:14px;
	margin-bottom:10px;
	text-align:left;
	color:#000;
	display:block;
	text-transform:capitalize;
	line-height:18px
}

.product-shop .product-title h2,.product-shop .product-title a {
	font-weight:700;
	text-transform:capitalize;
	text-align:left;
	margin-bottom:0;
	line-height:30px;
	color:#000;
	text-decoration:none;
	font-size:24px
}

.quick-view .product-shop .product-description {
	margin-bottom:22px;
	padding:0;
	font-weight:400
}

.quick-view .product-shop .prices {
	font-size:20px;
	font-weight:700;
	display:block;
	margin-bottom:19px;
	color:#000
}

.quick-view .product-shop .prices .compare-price {
	text-decoration:line-through;
	color:#b5b5b5;
	font-size:16px;
	font-weight:200
}

.quick-view .product-shop .price {
	margin-bottom:20px;
	font-size:20px
}

.quick-view .product-shop .price,.quick-view .product-shop .money {
	font-weight:700
}

.quick-view .close-window {
	line-height:34px;
	height:34px;
	width:34px;
	position:absolute;
	top:-34px;
	right:0;
	background-color:#FF6029;
	color:#fff;
	cursor:pointer;
	opacity:1;
	text-align:center;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.quick-view .close-window:hover {
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	opacity:.9
}

.quick-view .quantity label {
	width:95px;
	display:inline-block
}

.quick-view .quantity #quickview-qty {
	width:46px;
	height:40px;
	border:solid 1px #e1e1e1;
	color:#9a9a9a;
	text-align:center;
	margin:0 -5px;
	outline:none
}

.quick-view .quantity button {
	padding:9px 14px;
	border:solid 1px #e1e1e1;
	color:#9a9a9a;
	background:transparent;
	outline:none
}

.quick-view .actions {
	margin-top:20px
}

.quick-view .actions .quickview-add-cart-btn {
	outline:none;
	margin-right:20px
}

.quick-view .content .selector-wrapper {
	margin-bottom:20px;
	font-weight:400
}

.quick-view .content .selector-wrapper label {
	width:100px;
	display:inline-block
}

.quick-view .content .selector-wrapper select {
	width:150px;
	border:solid 1px #e1e1e1;
	padding:8px
}

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

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

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

.ajax-success-modal .ajax-bottom {
	margin:15px 0 0;
	padding:15px 0;
	border-top:solid 1px #D2D2D2
}

.ajax-success-modal .ajax-product-image {
	width:30%;
	float:left
}

.ajax-success-modal .ajax-top .right {
	width:70%;
	float:left;
	padding-left:30px
}

.success-message {
	color:#8b8b8b;
	margin-bottom:20px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700
}

.ajax-product-title {
	text-align:left;
	margin-bottom:20px;
	font-weight:700;
	line-height:24px;
	font-size:16px
}

.ajax-success-modal .close-modal {
	height:34px;
	line-height:34px;
	color:#fff;
	background:#FF6029;
	width:34px;
	text-align:center;
	position:absolute;
	top:-34px;
	right:0;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.ajax-success-modal .close-modal:hover {
	opacity:.9
}

#gmap {
	height:250px;
	margin-bottom:15px
}

.owl-origin {
	-webkit-perspective:1200px;
	-webkit-perspective-origin-x:50%;
	-webkit-perspective-origin-y:50%;
	-moz-perspective:1200px;
	-moz-perspective-origin-x:50%;
	-moz-perspective-origin-y:50%;
	perspective:1200px
}

.owl-fade-out {
	z-index:10;
	-webkit-animation:fadeOut .7s both ease;
	-moz-animation:fadeOut .7s both ease;
	animation:fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation:fadeIn .7s both ease;
	-moz-animation:fadeIn .7s both ease;
	animation:fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation:backSlideOut 1s both ease;
	-moz-animation:backSlideOut 1s both ease;
	animation:backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation:backSlideIn 1s both ease;
	-moz-animation:backSlideIn 1s both ease;
	animation:backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation:scaleToFade .7s ease both;
	-moz-animation:scaleToFade .7s ease both;
	animation:scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation:goDown .6s ease both;
	-moz-animation:goDown .6s ease both;
	animation:goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation:scaleUpFrom .5s ease both;
	-moz-animation:scaleUpFrom .5s ease both;
	animation:scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation:scaleUpTo .5s ease both;
	-moz-animation:scaleUpTo .5s ease both;
	animation:scaleUpTo .5s ease both
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}
/*@font-face{font-family:BaomoiMenu;src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomomenu_gdi.eot?1703822628729);src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomomenu_gdi.eot?1703822628729) format('embedded-opentype'),
url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomomenu_gdi.woff?1703822628729) format('woff'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomomenu_gdi.ttf?1703822628729) format('truetype')}*/
/*@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi_gdi.eot?1703822628729);src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi_gdi.eot?1703822628729) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi_gdi.woff?1703822628729) format('woff'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi_gdi.ttf?1703822628729) format('truetype')}*/
/*@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-italic_gdi.eot?1703822628729);src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-italic_gdi.eot?1703822628729) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-italic_gdi.woff?1703822628729) format('woff'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-italic_gdi.ttf?1703822628729) format('truetype');font-style:italic}
*/
@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibold_gdi.eot?1703822628729);src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibold_gdi.eot?1703822628729) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibold_gdi.woff?1703822628729) format('woff'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibold_gdi.ttf?1703822628729) format('truetype');font-weight:700}
/*@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibolditalic_gdi.eot?1703822628729);src:url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibolditalic_gdi.eot?1703822628729) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibolditalic_gdi.woff?1703822628729) format('woff'),url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/baomoi-semibolditalic_gdi.ttf?1703822628729) format('truetype');font-weight:700;font-style:italic}
*/
body{font-family:Baomoi;}
a, .fa {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	/*border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
	/*border-radius: 10px;*/
	background: #337ab7;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-track-piece {
	background: #eee;
}
.pdl0 {padding-left:0;}
.pdr0 {padding-right:0;}
.main-color {
	color: #59b210;
}

.top-index .slideshow {
	height: auto !important;
	margin-top: 25px;
}
.wrap-collection {
	margin-top: 25px;
}
.wrap-collection h2 {
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	padding: 10px 15px 0 0px;
	background: white;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.wrap-collection-title {
	position: relative;
	overflow: hidden;
}
.wrap-collection-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.wrap-collection h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 30%;
	height: 3px;
	background: #337ab7;
	/* -webkit-border-radius: 100%; */
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	/* border-radius: 100%; */
}

.owl-controls {
	position: absolute;
	right: 0;
	top: -25px;
	width: 73px;
	padding-left: 10px;
	background: #fff;
	z-index: 1;
}
.owl-controls .owl-prev {float:left;padding:0 10px;}
.owl-controls .owl-next {float:right;padding:0 10px;}
.product-grid h3 a {
	display: block;
	overflow: hidden;
	height: 42px;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
	margin-top: 5px;
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-grid .product-img:hover:after {
	opacity: 0;
}
.product-grid .level-pro-sale {
	background: transparent !important;
	top: auto;
	bottom: 10px;
}
.product-grid .level-pro-sale span {
	position: absolute;
	bottom: 0px;
	right: 3px;
	z-index: 3;
	padding-top: 6px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 47px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: white;
	background: rgba(0,0,0,1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.postabcateslider {
	overflow: hidden;
	margin: 30px 0 0;
	border-top: 4px solid #337ab7;
}

.postabcateslider h3 {
	margin: 21px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
@media (min-width: 1200px) {
	.postabcateslider:hover h3 {
		color: #337ab7;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
}




.post-grid {
	text-align: center;
	padding: 0 15px;
}
.post-grid .entry-thumb {
	width: 100%;
	float: none;
	position: relative;
	padding: 0;
}
.post-grid .entry-content {
	width: 100%;
	float: none;
}
.post-grid .entry-content .readmore {
	display: inline-block;
	padding: 0;
	line-height: 23px;
	color: #319fdd!important;
	text-align: left;
	display: block;
	font-size:18px;
}
.post-grid .entry-content .readmore:hover {
	padding-left: 10px;
	font-weight: bold;
}
.post-grid .entry-content .entry-meta {
	border: none;
	text-align: left;
}
.post-grid .post-meta {
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	display: inline-block !important;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	background: #337ab7;
	left: 0;
}
.post-meta-year {
	display: block;
}
.post-meta-day {
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #eae1e1;
}
.post-grid .entry-content .entry-meta h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 10px 0;
}
.article-content {
	font-size: 16px;
}

.form-newsletter button {
	position: absolute;
	top: 7px;
	right: 24px;
	padding: 2px 20px 0;
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background: #ff0000!important;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.bottom-header .cart-control {
	/*-webkit-box-shadow: inset 0 0 0 2px #e5e5e5;
	-moz-box-shadow: inset 0 0 0 2px #e5e5e5;
	box-shadow: inset 0 0 0 2px #e5e5e5;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}
.static_nav {
	float: left;
}
.static_nav .box_in {
	float: left;
	min-width: 200px;
	padding: 0px 15px 0px 0px;
}
.static_nav .box_in span {

	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #999;
}
.static_nav .box_in .txt ul {
	list-style-type: none;
}
.static_nav .box_in .txt ul li {
	display: inline;
}
.static_nav .box_in span:before {
	display: block;
	font-size: 24px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.static_nav .box_in .txt {
	overflow: hidden;
	color: #999;
}
.static_nav .box_in .txt .txt1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
}
.static_nav .box_in .txt .txt2 {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
.static_nav .box_in:hover span:before {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
	content: "\f087";
	font-family: Fontawesome;
}
.icon-truck:before {
	content: "\f0d1";
	font-family: Fontawesome;
}
.icon-refresh:before {
	content: "\f021";
	font-family: Fontawesome;
}
.has-icon > ul > li > a:before {
	// content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 59px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #e8e6e2;
	height: 100%;
}
.main-category .desktop-category > li > a {
	padding: 5px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #444;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}

.main-category .desktop-category > li.has-subcate > a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 32px;
	// content: "\f105";
	color: #a2a2a2;
	font-size: 17px;
	font-weight: 400;
	font-family: "FontAwesome";
}
.main-category h2 {
	position: relative;
	overflow: hidden;
	background: #337ab7!important;
	color: #fff !important;
	padding: 14px 20px;
	overflow: hidden;
	cursor: pointer;
	line-height: 40px;
}
.main-category h2:before {
	display: block;
	content: "\f107";
	color: #fff;
	position: absolute;
	top: 14px;
	right: 20px;
	line-height: 40px;
	font-family: "FontAwesome";
	font-size: 21px;
	font-weight: 400;
}
@media (max-width: 991px) {
	.main-category h2:before {
		top:0px;
	}
}
@media (max-width: 543px) {
	.product-img img {
		height: 130px !important;
	}
}

.main-category h2 .fa {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 400;
	float: left;
	display: block;
}

.brands .item-brand {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.brands .item-brand:hover {
	border-color: #ff0000;
}
.product-grid .product-img .quickview-btn:hover {
	border-color: #337ab7;
	background: #337ab7;
	color: white;
}
.special-collection {
	border: none;
}
.col-left-hot {
	border: 1px dashed #aaa;
	margin: 10px 0;
	padding: 5px 0 15px 0 !important;
}
@media (min-width:992px) {
	.col-left-hot {
		min-height: 533px;
	}
}

.breadcrumb .c-bread {
	float: none;
	text-align: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.breadcrumb {
	background-image: url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/bg-green.png?1703822628729);
	background: none;
	padding: 0;
	border: none;
	margin: 0;

}
.breadcrumb ul {
	color: #000;
	float: none;
	text-align: left;
	font-size: 14px;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li.current {
	max-width: none;
	// overflow: initial;
	word-break:break-word;
}
.product-grid-collection h3 {
	text-align: center;
}
.product-grid-collection h3 a {
	padding-left: 0;
	height: auto;
}
.product-grid-collection .price {
	text-align: center;
	min-height: 47px;
}
.product-grid-collection .price p {
	margin: 0;
}
.product-grid-collection .price .onsale {
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.related_product .price .onsale {
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.collection-grid > div > div {

	padding-bottom: 10px;
}

.collection-grid > div > div > div {
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 5px;
}
.collection-grid > div > div > div:hover {
	border: 1px solid #337ab7;
}

.spkm .button.solid.quickview-btn {
	display: block !important;
	opacity: 1;
	visibility: visible;
	position: relative;
	position: absolute;
	bottom: -139px !important;
	top: auto !important;
	left: 70% !important;
	padding: 0px;
	line-height: 40px;
	height: 42px;
}
a.hot-gif, a.new-gif {
	width: 64px;
	top: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	padding-right: 15px;
	overflow: hidden;
}
a.new-gif {
	top: 31px;
}
a.hot-gif:before, a.new-gif:before {
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 8px;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(29deg);
	-moz-transform: rotate(29deg);
	-ms-transform: rotate(29deg);
	-o-transform: rotate(29deg);
	transform: rotate(29deg);
	background: #f8b62e;
}
a.new-gif:before {
	background: #ff0000;
}
a.hot-gif span, a.new-gif span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 3px 0px 0;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
	text-align:center;
	color: white;
	text-transform: uppercase;
	background: #f8b62e;
}
a.new-gif span {
	background: #ff0000;
}

.spkm .product-img img {
	width: 55%;
}
.spkm .xemngay {
	display: inline-block;
	line-height: 40px;
	background: transparent;
	padding: 0 25px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	color: #685e52;
	border: solid 1px #e8e6e2;
}
.spkm .xemngay .fa {
	margin-right: 5px;
}
.spkm .add-cart,
.spkm .xemngay {
	background: #ff0000;
	color: #fff;
}
.spkm .add-cart:hover,
.spkm .xemngay:hover {
	background: #366c0a !important;
}
#cart-sidebar .list-item-cart{
	max-height: 360px;
	overflow-y: scroll;
}
#cart-sidebar .top-subtotal {
	padding-top:15px;
}

#cart-sidebar li.item .quantity-select input {
	width: 70px;
}
.h1_title {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
}


.product-single .product-seller .seller {

}
a.jssocials-share-link {
	color: #fff !important;
}
a.jssocials-share-link:hover {
	text-decoration: none !important;
}

.entry-thumb-hover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(89,178,16,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.entry-thumb-hover i {
	position: absolute;
	color: #fff;
	font-size: 24px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.entry-thumb:hover .entry-thumb-hover {
	opacity: 1;
}
@media (min-width:992px) {
	.owl-special-collection112345 .col-md-3 {
		width: 20%;
	}
}

.cate_image_bg img {
	max-width: 160px;
}
.wrap-collection.spkm .level-pro-sale {top:0;bottom:auto;}
.wrap-collection.spkm .level-pro-sale span {top:0;bottom:auto;background: #407ac5;}
.wrap-collection.spkm .product-grid h3 a {
	text-align: justify;
	padding-left: 30px;
	padding-right:20px;
	height: 37px;
	font-weight: bold;
	color: #000;
}
.wrap-collection.spkm .product-summary {
	text-align: justify;
	padding-left: 30px;
	padding-right: 20px;
}
.wrap-collection.spkm .product-grid .price {
	text-align:justify;
	padding-left: 30px;
}
.wrap-collection.spkm .product-grid .price > span,
.wrap-collection.spkm .product-grid .price > del {
	display: inline-block;
	margin-right: 5px;
}
.wrap-collection.spkm .product-grid .product-summary p {
	margin-bottom: 4px;
}
.product-grid .price del {
	display: block;
}
a.new-hot {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	color: #fff;
	border-radius: 50%;
	z-index: 99;
	text-transform: uppercase;
	font-weight: bold;
}
a.new-hot img {
	width: 42px;
	height: 42px;
}
.product-three-tab .product-grid .price span.onsale {
	display: inline-block;
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.special-product .product-grid .price span.onsale {
	display: inline-block;
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 6px;
}
i.icon-envelope-o:before {
	font-family: Fontawesome;
	content: "\f003";
}
.block-left i.icon-envelope-o {
	float: left;
	margin-right: 13px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid white;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
}
.block-left .txt .txt1 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
.block-left .txt .txt2 {
	font-size: 12px;
	color: #999;
}
.nav>li>a:focus, .nav>li>a:hover {background:none!important;}
.main-category .desktop-category.collection {
	position:relative;
	z-index: 1;
	padding: 10px 15px;
	border: solid 1px #ebebeb;
}
.main-category .desktop-category .subcate li a:before {
	// content: "\f192";
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 7px 0 1px;
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: 400;
}
.collection-image {
	margin-bottom: 10px;
}
.collection-image img {
	width: 100%;
}
.main-category .desktop-category .subcate li a:before {
	background-image: none;
}
.mini-cart-content .action-btn .button.type_1 {
	background: #fff;
	color: #337ab7;
	float: right;
}
li.has-subcate a.xemthem {
	padding: 5px 32px;
	font-size: 20px;
	font-weight: bold;
}
li.has-subcate a.xemthem:before {
	content: "+";
	margin-right: 10px;
}
.mb_header_search {
	display: none;
} 

.form-mobile-cart{
	position: fixed;
	bottom: 0;
	top: auto !important;
	display: none !important;
	display: block;
	width: 100%;
	font-size: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 99999999999;
}
.form-mobile-cart button {
	height: 50px;
	width: 50%;
	border: none !important;
	display: inline-block;
	font-size: 20px;
	border-radius: 0;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0;
}
.form-mobile-cart button.button.btn-cart.buy-now-detail.add_to_cart {
	background: #e19b22;
}
.form-mobile-cart button.button-call-now {
	background: #f8b62e;
}
.form-mobile-cart-collection{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
@media (max-width:767px) {
	.top-header {
		background: #fff !important;
		border-bottom: 1px solid #ff0000;
	}
	.header-panel-mobile > a {
		border-right: 1px solid #ff0000;
	}
	.header-panel-mobile > a:nth-child(4) {
		border: none;
	}
	.header-panel-mobile ul.top-linklists-mobile a {
		background: #294a0d;
		color: #fff;
	}
	.bottom-header form .input-control {
		padding: 0;
		width: 55%;
	}

	.main-category .mobile-category > li > a {
		padding: 0 50px 0 75px;
	}
	.cate_image_bg img {
		max-width: 100%;
	}
	.product-three-tab .header_title ul li a {
		padding: 10px 7px;
		margin:0
	}
	.product-three-tab .owl-controls {
		top: -35px;
	}
	.product-three-tab .header_title ul li h3 {
		padding: 0 10px;
		font-size: 16px;
	}
	.product-three-tab .header_title ul li h3:before {
		top: 9px;
	}
	.form-mobile-cart.show{
		display: block !important;
		bottom: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.special-product .content_block .left_block {
		float: none;
	}

	.spkm .xemngay, .spkm .add-cart {
		padding: 0 15px;
	}

	.block-left .txt .txt1 {
		font-size: 12px;
		margin: 0;
	}
	.brands {
		margin: 0;
	}
}




.offset-push-right2 a#LeftPush {opacity:0;}
.offset-push-right .cate-link {opacity:0;}
.xemtatca {
	/*display: block;
	text-align: center;

	clear: both;
	font-size: 20px;*/
}
.xemtatca span {
	padding: 10px 15px;
}
.xemtatca:hover span {
	color: #ff0000;
}
@media (max-width:992px) {
	.top-header {
		background: #fff !important;
		border-bottom: 1px solid #ff0000;
	}
	.header-panel-mobile > a {
		border-right: 1px solid #ff0000;
	}
	.header-panel-mobile > a:nth-child(4) {
		border: none;
	}
	.header-panel-mobile ul.top-linklists-mobile a {
		background: #294a0d;
		color: #fff;
	}
	.mobile-cate {
		padding: 10px;
		margin-bottom: 15px;
	}
	.cate-link {
		width: 20%;
		float: left;
		text-align: center;
		font-size: 10px;
		line-height: 16px;
		padding: 15px 0;
		margin: 0;
		color: #3a3a3a;
	}
	.cate-link .cate-icon {
		display: block;
		margin-bottom: 10px;
	}
	.cate-link .cate-icon img {
		width: 40px;
		height: 40px;
	}
	.bottom-header form {
		margin: 0;
		height: 48px;
	}
	.header_search {
		padding: 5px;
	}
	.search_text {
		width: 78px;
		overflow: hidden;
	}
	.main-category {
		padding: 5px 0;
	}
	.top-index .slideshow {
		padding-top: 5px;
	}
	.list_search {
		max-height: 300px;
		overflow-y: scroll;
	}
	nav#offset-menu-s2 {
		background: #fff !important;
	}
	nav#offset-menu-s2 .mobile-menu > li > a {
		color: #555;
	}
	.xemtatca {
		text-align: center;
	}
}


.top-policy {
	margin-top: 10px;
}
.top-policy .col .block-wrapper {
	height: 99px;
	padding-left: 98px;
}
.top-policy .col.col-1 .block-wrapper {
	background: #7cc576 url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/bkg_support.png?1703822628729) 30px center no-repeat;
}
.top-policy .col.col-2 .block-wrapper {
	background: #fbaf5d url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/bkg_return.png?1703822628729) 30px center no-repeat;
}
.top-policy .col.col-3 .block-wrapper {
	background: #00aeef url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/bkg_ship.png?1703822628729) 30px center no-repeat;
}
.top-policy .block-wrapper {}
.top-policy .block-wrapper .text-des {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
	height: 99px;
	color: #fff;
}
.top-policy .block-wrapper .text-des h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
}
.top-policy .block-wrapper .text-des p {
	margin: 0;
}
.header_title .xemtatca {
	position: absolute;
	right: 0;
	top: 21px;
	background: #fff;
	z-index: 999;
	padding-left: 10px;
}
.cart-control .giohang {
	position: absolute;
	width: 65px;
	bottom: 0;
}
.blog-summary {
	font-size: 13px;
}
.website a {
	line-height:1.42857143 !important;
	padding:0 !important;
}
.website a:before {display:none;}
.website a:hover {color:#fff;}
.top-footer h4 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 5px 0;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	padding-top: 10px;
}
.top-footer h4 img {width:100%;}
@media (max-width:767px) {
	.bottom-header form button {
		width:45px;
		height: 45px;
		line-height: 45px;
	}
	.payment-foo {width:100%;}
	.toolbar {margin-bottom:10px;}
	.product-single .product-tabs .entry-content img {
		height: auto !important;
	}
}
a.button.solid.quickview-btn .fa-search {margin-right:5px;}
ul.list-unstyled.top-linklists-mobile.mobile-menu {display:none;}

/* responsive.css */
@media (max-width: 767px) {
	.top-header .container {
		padding-left: 0;
		padding-right: 0; }

	.product-list {
		margin-top: 30px; }

	.product-list .product-info {
		margin-top: 15px; }
	.collection-area .control-tabs .nav-tabs {margin:0 -15px}
	.product-single .product-actions .quantity {
		width: 80px; }
	.product-single .product-tabs {
		margin: 10px 0;
	}
	.product-single .thumbnail-images {
		overflow: hidden; }
	.product-single .widget_product {
		margin-top: 30px; }
	.product-single .widget_product h2 {
		padding-right: 75px; }
	.product-single .widget_product h2 span {
		width: 100%;
		padding-left: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 18px; }
	.product-single .widget_product h2 span:before {
		display: none; }

	.main-category .mobile-category {
		left: -15px;
		right: -15px; }

	.top-index .slideshow {
		margin: 0; }

	.page-search .searchform {
		width: 100%; }

	.policy {
		margin-top: 0; }
	.policy .icon-box {
		padding: 10px 0; }

	.special-collection .special-product .p-image, .special-collection .special-product .p-info {
		width: 100%;
		float: none; }

	.special-collection .wrap-collection {
		margin-top: 20px;
		margin-left: -7.5px;
		border-left: 0; }

	.three-banner {
		margin-top: 20px;
		text-align: center; }
	.three-banner img {
		margin: 5px 0; }

	.collection-area .control-tabs .nav-tabs > li {
		width: 50%;
		float: left;
		border: solid 1px #e8e6e2; }

	.big-collection, .brands {
		margin-top: 30px; }

	.brands .owl-brands {
		padding: 0; }

	.top-footer h3 {
		margin-top: 20px; }

	.collection-area .control-tabs .nav-tabs > li > a:after {
		display: none; }

	.collection-area .control-tabs .nav-tabs > li.active {
		background: #95c03e; }

	.collection-area .control-tabs .nav-tabs > li.active a, .collection-area .control-tabs .nav-tabs > li.active a:focus {
		color: #fff; }

	.collection-area .control-tabs {
		border-bottom: 0; }

	.breadcrumb {
		padding: 10px 0; }
	.page-name {
		margin-bottom: 10px;
	}
	.breadcrumb h1, .breadcrumb .c-bread {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center; }
	.breadcrumb ul, .breadcrumb ul li {display:inline-block}
	.breadcrumb ul li.current {overflow:initial}
	.breadcrumb h1 {
		margin-bottom: 10px; }

	.page-article .entry-footer .single-share {
		text-align: left; }
	.page-article .comment-area .comment-list .comment {
		margin-bottom: 15px; }
	.page-article .comment-area .comment-respond {
		padding: 0;
		margin-bottom: 30px; }
	.page-article .comment-area .comment-respond form .group .input-control {
		margin-bottom: 15px; }
	.page-article .comment-area .comment-respond textarea.input-control {
		margin-top: 0; }

	.product-single .product-name {
		margin-top: 20px; }

	.product-single .middle-content {
		margin-bottom: 15px;
		margin-top: 30px; } 
	.page-cart .cart_total {width:100%;
		float:none}
	.page-cart .table-cart {min-width:800px}
	#footer {margin-top:25px}
	#footer .social {text-align:left;margin-top:0px}

}
@media (max-width: 767px) and (max-width: 567px) {
	.offset-menu {
		width: 240px; }

	.offset-menu-left {
		left: -240px; }

	.offset-push-right {
		left: 240px; }
	.offset-push-right2 {
		left: 240px; }
	.ajax-success-modal .content {
		width:98%;
		left:1%;
		margin-left:0;
		padding:15px;
	}
	.form-newsletter .input {width:100%;margin-bottom:7px}
	.ajax-success-modal .ajax-bottom .button {padding:0 15px}
	.toolbar-collection #sortBy {
		width: 200px; } }
@media (max-width: 767px) and (min-width: 568px) {
	.offset-menu {
		width: 350px; }

	.offset-push-right {
		left: 350px; }
	.offset-push-right2 {
		left: 350px; }

	.offset-menu-left {
		left: -350px; }

	.collection-area .tab-content .col-xs-12, .collection-grid .col-xs-12, .search-result .col-xs-12, .product-seller .col-xs-12 {
		width: 50%; }

	.collection-area .tab-content .col-xs-12:nth-of-type(2n+3), .collection-grid .col-xs-12:nth-of-type(2n+3), 
	.search-result .col-xs-12:nth-of-type(2n+3) {
		clear: both; } 
}
@media (min-width: 768px) and (max-width: 991px) {
	.offset-menu {
		width: 400px; }

	.offset-push-right {
		left: 400px; }
	.offset-push-right2 {
		left: 400px; }

	.offset-menu-left {
		left: -400px; }

	.main-category .mobile-category {
		left: 0;
		right: 0; }

	.top-index .slideshow {
		margin: 0; }

	.policy {
		margin-top: 0; }
	.policy .icon-box {
		padding: 10px 0; }

	.special-collection .wrap-collection {
		margin-left: -7.5px;
		border: 0; }

	.product-single .product-name {
		margin-top: 20px; }

	.product-single .middle-content {
		margin-top: 40px; }

	.product-single .product-tabs {
		margin-bottom: 10px; }

	.collection-area .tab-content .col-xs-12:nth-of-type(2n+3) {
		clear: both; }

	.top-footer h3 {
		margin-top: 15px; } }
@media (max-width: 991px) {
	.offset-push-right {
		position: fixed;
		width: 100%;
		overflow: hidden; }
	.offset-push-right2 {
		position: fixed;
		width: 100%;
		overflow: hidden; }

	.offset-menu-left-open {
		left: 0; }

	.mid-header .logo .wrap-logo {
		text-align: center; }

	.mid-header form {
		width: 100%;
		margin: 10px 0; }

	.main-category h2 {
		background: transparent;
		border: 0;
		padding: 0 15px; }
	.main-category h2 a {
		display: block; }

	.main-category .mobile-category {
		position: absolute;
		z-index: 99;
		top: 100%;
		margin-top: 1px;
		border-left: solid 1px;
		border-right: solid 1px;
		border-bottom: solid 1px;
		border-color: #e7e7e7; }

	.product-list .product-img img {
		width: 100%; }
	.policy .col-md-4 {border-right:0}
	.top-index .banner, .hotro {
		display: none; }

	.post-grid .entry-thumb {
		margin-bottom: 10px; }

	.post-grid .entry-thumb, .post-grid .entry-content {
		width: 100%;
		float: none; }

	.product-grid .product-img:after, .quickview-btn {
		display: none; }

	.collection-area .control-tabs .nav-tabs, .collection-area .control-tabs h2 {
		float: none; }

	.zoomContainer {
		display: none !important; }

	.product-single h1 {
		margin-top: 30px; }

	.toolbar.foot {
		margin-bottom: 30px; }

	.brands .owl-brands {
		padding: 10px 0;
		border-left: 0; } 
	.product-single .featured-image {pointer-events:none}

}
@media (min-width: 992px) {
	.offset-menu {
		display: none; }

	.header-panel-mobile {
		display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
	.bottom-header .main-nav > li:nth-last-of-type(2) .level1 {
		left: auto;
		right: 0; }
	.bottom-header .main-nav .last.has-sub .level1 {
		left: auto;
		right: 0; }

	.mid-header form {
		width: 100%; }

	.main-category .desktop-category .subcate {
	}

	.collection-area .tab-content .col-xs-12:nth-of-type(4n+5), .collection-grid .col-xs-12:nth-of-type(2n+3), {
	} 


}
@media (min-width: 1200px) {
	.container {
		width: 1200px; }

	.collection-area .tab-content .col-xs-12:nth-of-type(6n+7) {
		clear: both; } }

/*# sourceMappingURL=responsive.css.map */

.button.solid {
	color: #685e52;
	border: solid 1px #e8e6e2;
}

a.button-call-now {
	height: 50px;
	width: 100%;
	border: none !important;
	display: inline-block;
	font-size: 20px;
	border-radius: 0;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0;
	background: #f8b62e;
	text-align: center
}




/*----------------NEW STYLE ----------------------*/

.container-fluid{
	max-width: 1354px;
}
header .cart-control .cart-item{color: #ffffff;}
header{
	margin-bottom: 20px;
	background: #ff5b02;
}
#LeftPush{
	display: none;
}
.header-search{
	position: relative;
	width: 100%;
	float: left;
}
.header-search input {
	border-radius: 4px 0 0 4px;
	width: 100%;
	height: 38px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	border: 1px solid #ccc;
	text-indent: 10px;
	float: left;
	background: #fff;
}
.header-search .input-group-btn {
	font-size: 0;
	white-space: nowrap;
	position: absolute;
	right: -2px;
	top: 0;
	width: auto;
}

.header-search .btn-search {
	width: 55px;
	text-align: center;
	height: 38px;
	border: none;
	background-color: #f8b62e;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 15px;
}
.header-support-title{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.header-support-number a{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	
} 
.header-cart{
	color: #fff;
}
.header-support, .header-cart{
	margin-left: 30px;
}
.header-support, .header-cart, .header-search, .header-promotion{
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-logo{
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;

}
.header-logo img {
	height: 100px !important;
}
.nav nav{
}
.nav nav ul{
	list-style: none;
	margin: 0;
}
.nav nav ul li{
	display: inline-block;
}
.nav nav ul li{
	padding: 5px 10px;
	position: relative;
}
.nav nav ul li a{
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
}
.nav nav ul li a:hover{
	color: #f8b62e;
	text-decoration: none;
}
.nav nav ul li i{
	color: #ffffff;
	font-weight: bold;
	margin-left: 5px;
}
.nav nav ul li ul.ul-lv-2{
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	transition: all 2s .5s ease-in-out;
	-moz-transition: all 2s .5s ease-in-out;
	-webkit-transition: all 2s .5s ease-in-out;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 180px;
	text-align: left;
	display: none;
}
.nav nav ul.ul-lv-1 li.li-lv-1:hover ul.ul-lv-2{
	display: block;
}
.nav nav ul li ul.ul-lv-2 li.li-lv-2, .nav nav ul li ul.ul-lv-3 li.li-lv-3{
	display: block;
	position: relative;
	padding: 0;
}
.nav nav ul li ul.ul-lv-2 li.li-lv-2 > a, .nav nav ul li ul.ul-lv-3 li.li-lv-3 > a{
	clear: both;
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	font-size: 12px;
	display: block;
	color: #1e5480;
	padding: 10px 20px;
}
.nav nav ul li ul.ul-lv-2 li.li-lv-2:last-child > a, .nav nav ul li ul.ul-lv-3 li.li-lv-3:last-child > a{
	border-bottom: none;
}
.nav nav ul li ul.ul-lv-2 li.li-lv-2 i{
	float: right;
	color: #1e5480;
	position: absolute;
	right: 10px;
	top: 10px;
	margin-left: 0;
}

.nav nav ul li ul.ul-lv-3{
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	transition: all 2s .5s ease-in-out;
	-moz-transition: all 2s .5s ease-in-out;
	-webkit-transition: all 2s .5s ease-in-out;
	top: 0;
	left: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	text-align: left;
}
.nav nav ul.ul-lv-2 li.li-lv-2:hover ul.ul-lv-3{
	display: block;
}
.index-slider{
	margin-bottom: 15px;
}
#sync1 .item {
	color: #fff;
	text-align: center;
}
#sync2{
	border-left: 1px solid #ddd;
}
#sync2 .item {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	color: #656565;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
#sync2 .item h4 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 15px 10px;
}
#sync2 .current .item {
	background-color: #f8b62e;
	color: #ffffff;
}

.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

#sync1.owl-theme {
	position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
#sync1.owl-theme .owl-prev {
	left: 10px;
}
#sync1.owl-theme .owl-next {
	right: 10px;
}
.banners-slider{
	margin-bottom: 15px;
}
.banners-slider .banner-1{
	margin-bottom: 10px;
}



.box-products{margin: 30px 0;}

.title-product h3, .title-product .title_module{
	color: #f8b62e;
	text-transform: uppercase;
	font-size: 18px;
	margin: 5px 0;
}
.linklist-product{
	text-align: right;
}
.linklist-product ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.linklist-product ul li{
	display: inline-block;
}
.linklist-product ul li a{
	margin: 5px 0;
	display: block;
	padding: 0 10px;
}
.linklist-product ul li a:hover, .linklist-product ul li.active a{
	color: #f8b62e;
}
.group-products-1{
	border: solid 1px #d4d4d4;
	margin-top: 15px;
}
.product-item {
	margin: 15px 0;
	position: relative;
}
.product-img, .product-content{
	text-align: center;
}
.product-img img{
	max-width: 100%;
	height: 200px;
	max-height: 100%;
}
.product-content .product-name a{
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 700;
}
.product-content .product-price span, .product-grid-collection .price span, .list-products .price span, .product-single .product-price span{
	font-weight: 700;
	font-size: 17px;
	color: #d91f1f;
}
.product-content .product-price del {
	font-size: 12px;
	margin-right: 5px;
	color: #aeaeae;
}
.product-content .product-action button{
	background: #f8b62e;
	border-radius: 5px;
	color: #fff;
	font: 700 12px/25px Arial;
	margin: 0 auto;
	min-width: 100px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	border: none;
	outline: none;
}
.product-content .product-action button:hover{
	text-decoration: none;
	background: linear-gradient(to bottom,#f8b62e 0,#f8b62e 100%) rgba(0,0,0,0);
}
.product-name, .product-item .product-price, .single-product-item, .product-price{
	margin: 7px 0;
}
.product-item .product-name, .single-product-item .product-name{
	min-height: 44px;
}

.group-products-1 div.col-md-3{
	padding: 0;
}


.group-products-1 .product-item .product-img{
	border-right: 1px solid #d4d4d4;
	padding: 0 15px;
}

.group-products-1 div.col-md-3:last-child .product-item .product-img{
	border-right: none;
}
.box-banner img{
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){
	.group-products-1 div.col-md-3:nth-child(2) .product-item .product-img{
		border-right: none;
	}
}

.single-product-item{
	margin: 20px 0 15px 0;
	border: solid 1px #d4d4d4;
	padding: 10px;
	position: relative;
}
.product-item .product-price, .single-product-item .product-price{
	height: 44px;
}

footer{
	background-color: #fff;
	padding-top: 20px;
	border-top: solid 1px #ddd;
	margin-top: 15px;
}
.footer-top{
	background: #f2f0f1;
	padding-top: 30px;
}
.footer-address{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-address li:first-child{
	border-top: 1px solid #ddd;
}
.footer-address li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font: 700 12px/54px arial;
	color: #555;
	background: #fff;
	cursor: pointer;
}
.footer-address li a{
	display: block;
	position: relative;
}
.footer-address li i.fa-home{
	padding: 5px;
	border: solid 1px;
	border-radius: 50%;
	margin-right: 15px;
	margin-left: 10px;
	font-size: 14px;
}
.footer-address li i.fa-chevron-circle-right{
	position: absolute;
	right: 10px;
	font-size: 30px;
	margin-top: 12px;
	color: #ddd;
}
h4.footer_{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}
h3.title{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}
h2.title{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
}
h4.title{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.ft-detail .tab-pane h4 i{
	color: #337ab7;
	margin-right: 10px; 
}
.ft-detail .tab-pane ul b{
	color: #337ab7;
}


ul.footer-contact{
	margin: 15px 0 25px 20px;
	padding: 0;
}

ul.footer-menu{
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
ul.footer-contact li, ul.footer-menu li{
	margin-bottom: 5px;
}
.bd-right{
	border-right: 1px solid #dedede;
}

.ft-policies{
	border-top: solid 1px #dedede;
	margin-top: 30px
}
.ft-policy{
	margin: 15px 0;
	padding: 10px 15px;
	border: solid 1px #dedede;
	background: #fff;
}
.ft-policy span{
	display: flex;
	align-items: center;
}
.ft-policy i{
	font-size: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
}


.commitments{
	background: #F5F9FA;
	padding: 15px 0;
	position: relative;
	margin-bottom: 15px;
}
.commitments .commitment{
	text-align: center;
	display: inline-block;
}
.commitments .commitment span{
	min-width: 100px;
	min-height: 45px;
	display: inline-block;
}
.commitments .commitment:before{
	content: '';
	background: url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/line_01.png?1703822628729);
	width: 1px;
	height: 40px;
	display: inline-block;
}
.commitments .commitment:first-child:before {
	content: '';
	background: url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/icon_left.png?1703822628729) no-repeat;
	width: 20px;
	height: 40px;
	display: inline-block;
}
.commitments .commitment:last-child:after{
	content: '';
	background: url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/icon_right.png?1703822628729) no-repeat;
	width: 20px;
	height: 40px;
	display: inline-block;
}
.commitments:before{
	background: url(//bizweb.dktcdn.net/100/392/589/themes/771849/assets/icon-chantrang.png?1703822628729) no-repeat rgba(0,0,0,0);
	content: "";
	top: auto;
	right: 0px;
	position: absolute;
	bottom: -10px;
	display: block;
	width: 130px;
	height: 85px;
}
.commitments h3{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 46px;
	font-size: 13px;
}
.follow-us{
	margin-bottom: 60px;
	text-align: right;
}
.follow-us ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.follow-us ul li{
	display: inline-block;
}
.follow-us ul li img, .follow-us ul li i{
	margin-left: 10px;
}
.follow-us ul li a i{
	color: #337ab7;
	font-size: 18px;
}

.footer-bottom{
	background: #f9d286;
	padding: 15px 0;
}
.footer-bottom .copyright{
	text-align: center;
	color: black;
}
@media (min-width: 992px) and (max-width: 1199px){
	.header-support, .header-cart {
		margin-left: 14px;
	}
}
@media (max-width: 991px){
	.bd-right{
		border: none;
	}
	.top-header-mb{
		text-align: center;
		position: relative;
	}
	#LeftPush{
		color: #f8b62e;
		font-size: 30px;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		left: 0;
		display: block;
	}
}
@media (max-width: 767px){
	.header-logo img{
		max-width: 220px;
	}
	.wapper-header-promotion{
		float: left !important;
	}
	.group-products-1 .product-item .product-img{
		border: none
	}
	.group-products-1 .col-md-3.col-sm-6.col-xs-6:nth-child(5){
		display: none;
	}
	.commitments h3{
		text-align: center;
	}
	.commitments .commitment{
		width: 50%;
		float: left;
	}
	.commitments .commitment:after{
		background: 0 0 !important;
		width: 0 !important; 
	}
	.commitments .commitment:before{
		background: 0 0 !important;
		width: 0 !important;
	}
	.follow-us{
		text-align: center;
	}
	.follow-us ul li{
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.follow-us ul li img{
		margin-left: 0;
	}

}
@media (min-width: 992px){
	.box-products .col-md-3{
		width: 20%;
	}
}

/*-------------Cart header ----------------------*/
#cart-sidebar, #cart-sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#cart-sidebar li.item{
	display: flex;
	width: 100%;
	float: left;
}
#cart-sidebar li.item a.product-image{
	width: 80px;
	display: block;
	float: left;
}
#cart-sidebar li.item .detail-item{
	float: left;
	position: relative;
	width: calc(100% - 90px);
	display: block;
}
#cart-sidebar li.item .remove-item-cart{
	position: absolute;
	right: 0;
}
#cart-sidebar li.item .product-name{
	margin: 0;
}
#cart-sidebar li.item .product-name a{
	color: #5c5c5c;
	font-weight: 700;
	padding-right:15px;
}
#cart-sidebar .price{
	color: #d91f1f;
	font-weight: 700;
}
#cart-sidebar li.item .quantity-select input{
	padding: 0 5px;
	color: #5c5c5c;
}
#cart-sidebar .top-subtotal{
	font-weight: 700;
	font-size: 18px;
	color: #1e5480;
	text-align: left;
}




/*-------------recent product---------------------*/
.recent-item {
	margin-bottom: 15px
}

.recent-item:last-child {
	margin-bottom: 5px
}

.recent-item .product-mini-item .product-thumbnail {
	width: 90px;
	display: block;
	float: left
}

.recent-item .product-mini-item .product-thumbnail a img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block
}

.recent-item .product-mini-item .product-info {
	display: inline-block;
	float: left;
	width: calc(100% - 90px);
	-o-width: calc(100% - 90px);
	-moz-width: calc(100% - 90px);
	-webkit-width: calc(100% - 90px);
	padding-left: 15px;
	font-family: 'Baomoi', sans-serif;
	font-size: 14px
}

.recent-item .product-mini-item .product-info .product-name {
	font-family: 'Baomoi', sans-serif;
	font-size: 14px
}

.recent-item .product-mini-item .product-info .special-price {
	font-family: 'Baomoi', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d91f1f;
	margin-right: 15px
}

.recent-item .product-mini-item .product-info .old-price {
	font-family: 'Baomoi', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: inline-block
}

.large-image {
	padding: 0px 15px 0px 0px
}

@media (max-width: 1199px) and (min-width: 992px) {
	.large-image a {
		height: 300px !important
	}
}

@media (min-width: 768px) {
	.large-image a {
		height: 400px;
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important
	}
}

@media (max-width: 767px) {
	.large-image {
		margin-bottom: 15px;
		padding: 0px
	}
}

.large-image a {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden
}

.large-image a .zoomWrapper {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden
}

.large-image a img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	position: relative !important
}

@media (min-width: 992px) {
	.thumb_detais {
		margin: 5px
	}
	.thumb_detais a {
		height: 50px;
		display: block;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important
	}
	.thumb_detais a img {
		display: block;
		max-width: 100%;
		max-height: 100%
	}
}
.widget-collection .list-products li{
	margin-bottom: 15px;
}
.widget-collection .list-products li > a{
	width: 90px;
	display: block;
	float: left;
}
.widget-collection .list-products li .info{
	display: inline-block;
	float: left;
	width: calc(100% - 90px);
	-o-width: calc(100% - 90px);
	-moz-width: calc(100% - 90px);
	-webkit-width: calc(100% - 90px);
	padding-left: 15px;
	font-family: 'Baomoi', sans-serif;
	font-size: 14px;
}
.widget-collection .list-products li .info h3{
	font-family: 'Baomoi', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
}
.collection-grid .product-item .product-img{
	height: 200px;
}
.group-products-2 .single-product-item .product-img{
	height: 150px;
}
.group-products-2 .single-product-item .product-img img{
	max-height: 100%;
}
.owl-related-product .product-img{
	height: 200px;
}
.owl-related-product .product-img img{
	max-height: 100%;
}
.header-top {
	display: flex;
	align-items: center;
}
#order_payment {
	.address {
		p {
			position: relative;
			padding-left: 20px !important;
			i{
				position: absolute;
				left: 0px;
				top: 8px;
			}
		}
	}
}

#my-orders-table {
	th {
		text-align: center;
		vertical-align: middle;
	}
	td {
		text-align: center;
		vertical-align: middle;
	}
}
.block-content p {
	position: relative;
	padding-left: 20px !important;
}
.block-content p i {
	position: absolute;
	left: 0px;
	top: 4px;
}
.connected-link {
	margin-bottom: 20px
}
.grecaptcha-badge {
	display: none !important;
}