html {
	scroll-behavior: smooth;
}
html,body{overflow-x: hidden;}
.flexbox-grid-default {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.flexbox-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}
.flexbox-alignItems-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.flexbox-auto-100px {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}
/*** Menu mobile ***/
.helper-overflow-hidden {
	overflow: hidden !important;
	max-height: 100vh !important;
}
#trigger-mobile {
	height: 50px;
	width: 50px;
	position: fixed;
	text-align: center;
	left: 5px;
	top: 8px;
	cursor: pointer;
	z-index: 1000;
	margin: 0;
}
#trigger-mobile.navbar-toggle .icon-bar {
	background-color: #fff;
}
#trigger-mobile span{color: #fff;}
#menu-mobile {
	width: 240px;
	z-index: 9999;
	background: #31373d;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;

}
#box-wrapper, #trigger-mobile {
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.helper-overflow-hidden #menu-mobile {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.helper-overflow-hidden #box-wrapper, .helper-overflow-hidden #trigger-mobile {
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
}
#menu-mobile .account_mobile {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}
#menu-mobile .account_text {
	margin-left: 15px;
}
#menu-mobile .active_login_account {
	margin-left: -15px;
}
#menu-mobile .account_text li {
	display: inline-block;
	color: #fff;
}
#menu-mobile .account_text li a {
	color: #fff;
}
#menu-mobile .menu-mobile li {
	float: left;
	position: relative;
	width: 100%;
}
#menu-mobile .menu-mobile > li > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu-mobile .menu-mobile li.active > a {
	border-bottom: 0;
}
#menu-mobile .menu-mobile li a {
	color: #fff;
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#menu-mobile .menu-mobile li a i {
	position: absolute;
	right: 5px;
	top: 12px;
}
#menu-mobile .submenu-level1-children {
	background: #212529;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
	box-shadow: none;
}
#menu-mobile .submenu-level2-children {
	background: transparent;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
	border: none;
	box-shadow: none;
}
/*** End menu mobile ***/
.style-btn-owlcarousel.owl-theme .owl-controls .owl-next,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev {
	position: absolute;
	top: calc(50% - 40px);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 14px 0px;
	background: #fff;
}
.style-btn-owlcarousel.owl-theme .owl-controls .owl-next {
	right: 0;
}
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev {
	left: 0;
}
.style-btn-owlcarousel.owl-theme .owl-controls .owl-next:hover,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev:hover {
	background: #333;
}
.style-btn-owlcarousel.owl-theme .owl-controls .owl-next:hover svg,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev:hover svg {
	fill: #555 !important;
}

.style-btn-owlcarousel.owl-theme .owl-controls .owl-next,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev {
	background: rgba(232,190,26,.6) !important; 
	box-shadow: 0 0 4px rgba(0,0,0,.1) !important;
	padding: 5px !important;
	border-radius: 50%;
	background: rgba(232,190,26,.6) !important;
	box-shadow: 0 0 4px rgba(0,0,0,.1) !important;
	width: 32px !important;
	height: 32px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.style-btn-owlcarousel.owl-theme .owl-controls .owl-next:hover,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev:hover{
	background: rgba(232,190,26,.8) !important;
}
.style-btn-owlcarousel.owl-theme .owl-controls .owl-next svg,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev svg {
	fill: #555 !important;
}
/************** header.css **************/

header {
	padding: 10px 0px 5px;
	background: #0058d4;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
	box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header:not(.fix-header) .menu-fix-hidden {
	display: none;
}
header.fix-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	position: fixed;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
header.fix-header.translateY {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
header.fix-header .menu-fix-hidden {
	display: block;
}
.logo {
	padding: 8px 0;
}
.logo span {
	font-size: 20px;
	display: inline-block;
	padding: 10px 0px;
}
.box-search {
	padding: 6px 0px;
}
.box-search > .box-input {
	border: 3px solid #ffc807;
	float: left;
	width: 100%;
}
.box-search > .box-input > .input-group-search {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 197px);
	float: left;
}
.box-search > .box-input > .input-group-search > .fa-search {
	font-size: 12px;
	color: #CECACA;
}
.group-collection-search {
	width: 150px;
	display: inline-block;
	position:relative;
	border-right: 1px solid #E6E6E6;
}
.group-collection-search:hover {
	background: #f3f3f3;
}
.group-collection-search > button {
	border: none;
	width: calc(100% - 20px);
	padding: 7px 0px;
	background: none;
	text-align: left;
	text-indent: 12px;
	white-space: nowrap;
	overflow: hidden;
}
.group-collection-search > button > span.caret {
	position: absolute;
	right: 10px;
	top: 15px;
}
.group-collection-search .dropdown-menu {
	left: -2px;
	top: 34px;
	border-radius: 0;
	max-height: 200px;
	overflow: auto;
}
.box-search > .box-input input[type="text"] {
	border: none;
	padding: 8px 0px;
	text-indent: 10px;
	font-size: 13px;width: 100%;
}
.box-search > .box-input > button.btn-searchbox {
	width: 44px;
	border: none;
	height: 35px;
	background-color: #ffc807 !important;
	font-weight: bold;
	display: inline-block;
	float: left;
	color: #1b45d7 !important;
}
/******************** Box đặt hàng nhanh *********/
.box-check-header {
	border: 1px solid white;
	border-left: 0px;
	position: relative;
	width: 145px;
	margin-left: auto;
	height: 35px;
	margin-top: 8px;
}
.box-check-header svg {
	position: absolute;
	top: -1px;
	left: -18px;
}
.box-check-header .fone-header {
	font-weight: bold;
	color: #ffc807;
	font-size: 20px;
	margin-left: 25px;
	padding-top: 7px;
	display: inline-block;
}
.box-check-header .fone-checkout-header {
	position: absolute;
	top: -8px;
	left: 20%;
	right: 20%;
	font-size: 11px;
	color: white;
	text-align: center;
}


/******************** cart **********************/

.cart-info {
	width: 125px;
	display: inline-block;
	//background : url(//cdn.hstatic.net/themes/1000373601/1001496807/14/bg-cart-info.png?v=1) no-repeat #ffc807;
	height: 40px;
	position: relative;
	top:5px;   

}
.cart-info .icon-cart {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	text-align: center;
}
.cart-info .cart-number {
	height: calc(100% - 3px);
	margin: 1px;
	border:1px solid #fff;
	z-index: 999;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.cart-view{
	position: absolute;
	background: #fff;
	box-shadow: 4px 4px 3px #aaa;
	right:0px;
	z-index: 1;
	width: 250px;
	border: 1px solid #d7d7d7;
	padding: 15px 10px;
	top: 48px;
	display: none;
	z-index: 99999;
}
.cart-view:before{
	float: left;
	width: 17px;
	height: 10px;
	right: 41px;
	content: "";
	position: absolute;
	top: -10px;
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/up-arrow.gif?v=1);
}
.cart-view table{
	width: 100%;
}
.cart-view table:not(.table-total):not(.table-clone-cart) {
	max-height: 240px;
	overflow:auto;
	display: inline-block;
}
.cart-view table td.img img{
	width: 70px;
	margin: 5px;
	border: 1px solid #d7d7d7;
	max-width: none;
}
.cart-view table td a{
	font-size: 11px;
	color: #333;
	float: left;
	width: 100%;
	font-weight: bold;
}
.cart-view table td span{
	font-size: 11px;
	float: left;
	width: 100%;
	color: #666;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocart:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view a.linktocart {
	background: #fff;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: left;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocheckout:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view a.linktocheckout {
	color: #dfdfdf;
	background: #333;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: right;  
	width: auto;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}

/**************** Footer.css ************/
footer {
	background : #fff;
}
.footer-top {
	background: #ffc807;
	background-repeat: repeat;
	background-position: center center;
	border-bottom: 1px solid #e1e1e1;
}
.ourservice-block {
	float: left;
	color: #BBB;
	border-right: 1px solid #e4e4e4;
	margin: 10px 0;
	width: 100%;
}
.ourservice-block div, .ourservice-block h4 {
	float: left;
	line-height: 32px;
	padding: 0px!important;
	margin: 0;
	color: #fff;
}
.ourservice-block .fa {
	font-size: 20px;
	padding-right: 10px;
	color: #fff;
}
.ourservice-block .ourservice-heading {
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	width: calc(100% - 35px);
}
.ourservice-block:hover {
	overflow: visible;
}
.ourservice-block:hover div, .ourservice-block:hover h4 {
	color: #fff;
}
.ourservice-block:hover .fa {
	-webkit-transform: scale(1.2) translateX(-5px);
	-moz-transform: scale(1.2) translateX(-5px);
	-ms-transform: scale(1.2) translateX(-5px);
	-o-transform: scale(1.2) translateX(-5px);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.number-phone {
	float:left;
	color: white;
	padding: 15px 0;
}
h3.call-number {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	line-height: 54px;
}
.hotline {
	float:left;
	padding: 15px 0;
	margin-right: 5px;
	padding-top: 25px;
}
.hotline p{
	color: #fff;
	text-transform: uppercase;
	font-size:13px;
	font-weight: 600;
}
.free-call {
	font-size: 11px;
	color: #fff;
	font-style: italic;
}
.footer-center {
	color: #f1f1f1;
	padding: 20px 0;
}
.footer-center-wrap {
	border-bottom: 1px solid #f1f1f1;
}
.footer-block .title_block {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.footer-block .block_content .list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.footer-block .block_content .list-group li {
	padding: 4px 0;
}
.footer-block .block_content .toggle-footer li a {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: block;
}
.block_aboutshop {
	margin-bottom: 10px;
}
#newsletter_block {
	text-align: center;
}
#newsletter_block .des_newsletter {
	font-weight: 300;
	color: #333;
	font-size: 13px;
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
#newsletter_block .newsletter-form {
	position: relative;
	border-color: #333;
}
#newsletter_block .newsletter-input {
	position: relative;
	border-color: #333;
	line-height: 40px;
	font-size: 14px;
	display: block;
	width: calc(100% - 55px);
	height: 40px;
	padding: 9px 12px;
	color: #330909;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#newsletter_block .btn-newsletter {
	right: 0;
	top: 0;
	background: #ffc807;
	z-index: 2;
	line-height: 40px;
	height: 40px;
	padding: 0;
	border: none;
	position: absolute;
	margin: 0;
	color: #ffc807;
}
#newsletter_block .btn-newsletter span {
	font-size: 12px;
	padding: 13px 19px 12px;
	line-height: 13px;
	font-weight: 600;
	display: inline-block;
}
.footer-bottom-wrap {
	padding: 10px 0 20px;
}
.border-left {
	border-left: 1px solid #f1f1f1;
}
.footer_contact {
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	color: #999;
}
.footer_contact .list li {
	color: #555;
}
.footer_contact .list .fa {
	color: #555;
	font-size: 13px;
	width: 18px;
	line-height: 25px;
	padding-right: 10px;
}
.copyright {
	font-weight: 500;
	font-size: 13px;
	color: #999;
}
.social .list-unstyled li {
	float: left;
	text-align: center;
	padding: 4px 0;
}
.social .list-unstyled li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #333;
	background: #fff;
	box-shadow: 0 3px 5px #616161;
	line-height: 33px;
	border-radius: 50%;
	margin: 0 5px;
	text-decoration: none;
	transition: transform 300ms;
	font-size: 20px;
	text-align: center;
}
.social .list-unstyled li a:hover {
	color: #616161;
	transform: translatey(-5px);
}

/**************** Page.css ***************/

.layout-page {
	padding: 10px 0px;
}
.layout-page h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #161616;
	display: table;
	margin-bottom: 10px;
}
.layout-page h1:after {
	content: "";
	float: right;
	width: 27px;
	background: #333;
	height: 1px;
	margin: 9px;
}
.layout-page .page-border-left {
	border-left: 1px solid #d7d7d7;
}
.layout-page .sidebar-page-left li {
	margin-bottom: 10px;
}
.layout-page .sidebar-page-left li a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.layout-page .sidebar-page-left li.active a {
	color: #e60f1e;
	position: relative;
	width: 100%;
	display: inline-block;
}
.layout-page .sidebar-page-left li.active a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #e60f1e;
	z-index: 4;
}
.layout-page .page-left-contact,
.layout-page .page-right-contact {
	margin-top: 10px;
}
.layout-page .page-left-title,
.layout-page .page-right-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.layout-page .page-left-title span,
.layout-page .page-right-title span {
	color: #333;
	font-weight: 700;
	background: #fff;
	margin-right: 8px;
}
.layout-page .page-left-title i,
.layout-page .page-right-title i {
	margin-right: 10px;
	font-size: 15px;
}
.layout-page .page-right-contact .address,
.layout-page .page-right-contact .phone {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0;
	overflow: hidden;
	padding-bottom: 5px;
}
.layout-page .page-right-contact i {
	margin-right: 10px;
	font-size: 16px;
	width: 30px;
	text-align: center;
}
.layout-page .page-right-contact b {
	margin-right: 10px;
}
.layout-page .page-right-contact .address:after,
.layout-page .page-right-contact .phone:after {
	content: '';
	width: 100%;
	float: left;
	position: absolute;
	height: 0;
	border-top: 1px dashed #d7d7d7;
	top: 0;
	bottom: 0;
	margin: auto;
}
.layout-page .page-right-contact .text-indent-page {
	text-indent : 40px;
	float: left;
	width: 100%;
}
.contact-form .input-group {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form .input-group span.input-group-addon {
	width: 42px;
}
.contact-form .input-group span.input-group-addon i {
	font-size: 14px;
}
.contact-form .input-group * {
	border-radius: 0;
	background: #fff;
	font-size: 14px;
}
.contact-form .input-group input {
	border: 1px solid #ccc;
}
.contact-form .input-group textarea {
	width: 100%;
	height: 122px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
}
.contact-form button {
	color: #fff;
	background: #333;
	border: 1px solid #333;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 15px;
	position: relative;
	width: auto;
	white-space: nowrap;
	margin-top: 10px;
}

/************** Menu.css ***************/
.account_register li {
	float: left;
}
.account_register li a {
	color: #ffffff;
	padding: 12px 3px;
	display: block;
}
.account_register li:nth-child(2) a {
	color: #ffffff;
	opacity : 0.7;
}
.account_register li a:hover {
	color: #ffc807;
}
.navbar-toggle .icon-bar {
	background-color : #fff;
}
nav.navbar-main.navbar {
	background: #fff;
	margin-bottom:0px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
nav.navbar-main.navbar.affix-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
	-moz-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
	box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
}
.navbar-main.navbar {
	position: relative;
	min-height: 34px;
	margin-bottom: 20px;
	border: 0px solid transparent;
}
.navbar-main.navbar {
	border-radius: 0px;
}
.right-menu{
	margin: 0px 15px;
	margin-right: 30px;
}

ul.mobile-menu-icon .user a {
	color: #fff;
	font-size: 24px;
	padding: 13px;
}

ul.mobile-menu-icon {
	margin: 0px;
}
.navbar-main .navbar-nav > li > a {
	line-height: 20px;
	margin-left: 10px;
	position: relative;
	display: block;
	padding: 12px 13px;
	white-space: nowrap;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-main .navbar-nav > li > a > span > i {
	font-size: 16px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 2px;
}
.navbar-nav > li {
	margin-right: 1px;
}
ul.mobile-menu-icon li#cart-target {
	color: #fff;
	height: 100%;
	font-size: 26px;
	line-height: 50px;
	position: relative;
}
ul.mobile-menu-icon li#cart-target span {
	color:#fff;
}
.mobile-menu-icon-wrapper {
	width: calc(100% - 70px);
	display: none;
}
ul.mobile-menu-icon>li {
	float: right;
	margin-left: 12px;
	margin-right: 12px;
}
ul.mobile-menu-icon .dropdown-menu {
	left: auto;
	right: 0px;
	margin: 0px;
	border-radius: 0px;
	background-color: #EDEDED;
}
.navbar-main.navbar-default .navbar-toggle {
	background: transparent;
	border-color: transparent;
	float: left;
	margin: 8px;
}
div#navbar>ul>li>ul {
	padding: 0px;
}
div#navbar> .open {
	background: #68B0D8;
}
.navbar-main.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-main .navbar-nav
{
	margin-top:0px;
	margin-bottom:0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-size: 16px;
	line-height: 34px;
}

#navbar ul.dropdown-menu li a {
	margin: 0px;
	padding: 0px 10px;
	position: relative;
	font-size: 14px;
}
#navbar li>ul>li>a,
#navbar li>ul,
#navbar li{
	border-radius: 0px;
}
#navbar ul.dropdown-menu {
	padding: 0px;
	margin: 0px;
}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-left: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px dashed transparent;
}

.navbar-fixed-bottom .sub-arrow {
	margin-top: -5px;
	border-top: 4px dashed transparent;
	border-bottom: 4px solid;
}

.navbar-nav ul .sub-arrow {
	position: absolute;
	right: -10px;
	top: 7px;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px solid;
}

.navbar-nav ul a.has-submenu {
	padding-right: 30px;
}
li#cart-target a.cart span:nth-child(2){
	background: #ff6517;
	color: #fff;
	padding: 0px 6px;
	border-radius: 100%;
	position: absolute;
	left: 22px;
	font-size: 12px;
	line-height: 20px;
	top: 6px;
}
#cart-icon ul{
	display: block!important;
}
.navbar-main .navbar-nav li .toolbar-cart {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	border-right: 0px solid #5192b6;
	border-left: 1px solid #66a9d6;
	height: 50px;
}
/*============HEADER ISON _SEARCH===============*/
li#search-icon {
	height: 50px;
	border-left: 1px solid #66a9d6;
	position: relative;
}
#search-icon ul{
	display: block!important;
}
button.icon-search {
	width: 52px;
	height: 52px;
	float: left;
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon_search.png?v=1) center no-repeat;
	border-radius: 0px;
	border: 0px;
}
.btn-group.open button.icon-search,
li#search-icon:hover button.icon-search {
	background: url('//hstatic.net/0/0/global/design/theme-default/icon-search-hover.png') #ededed center no-repeat;
}
.search-bar {
	background: #EDEDED;
}
li#search-icon:hover .search-bar {
	display: block;
}
.search-bar form input {
	border: 0px;
	background: transparent;
	padding: 10px;
	width: 250px;
	max-width: 100%;
	outline: none;
	background: #F9F9F9;
}
.search-bar form{
	padding-left: 5px;
	padding-right: 5px;
}
li#search-icon .dropdown-menu {
	position: absolute;
	right: 0px;
	left: auto;
	background: #ededed;
	margin: 0px;
	border-radius: 0px;
	box-shadow: 1px 2px 2px #D0D0D0;
}
.logo-mobile {
	width: calc(100% - 137px);
	display: inline-block;
	text-align: center;
	float: left;
	padding: 8px 0px;
}

/***************** Menu new ************/
#navbar li {
	position: relative;
}
#navbar ul.dropdown-menu {
	padding: 5px 0px 0px;
	margin: 0px;
	border: none;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
#navbar ul.dropdown-menu.submenu-level1-children:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 40px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#navbar ul.dropdown-menu.submenu-level1-children > li > a > i, #navbar ul.dropdown-menu.submenu-level2-children > li > a > i {
	position: absolute;
	right: 5px;
	top: 7px;
	font-size: 18px;
}
#navbar ul.dropdown-menu.submenu-level2-children {
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #ffc807;
	background: #0058d4;
}

/************ pagination-default.css *************/

.pagination-default {
	margin: 15px 0px;
	padding: 0px 15px;
	text-align: center;
}
.pagination-default > div {
	display: inline-block;
}
.pagination-default a {
	border: 1px solid #E5E5E5;
	border-left: none;
	float: left;
	font-style: normal;
	font-weight: normal;
	padding: 0px 12px;
	height: 33px;
	line-height: 33px;
	color: #000;
}
.pagination-default a:first-child {
	border-left: 1px solid #E5E5E5;
}
.pagination-default a.prev, .pagination-default a.next,
.pagination-default a.prev-first, .pagination-default a.next-last {
	color: #000;
	font-size: 18px;
}
.pagination-default .current {
	background: #EFEFEF;
	color: #999;
}
.pagination-default a:hover {
	background: #EFEFEF;
}

/************* Modal-cart.css ************/
#myCart {
	background-color: rgba(0, 0, 0, 0.31);
	z-index: 99999;
}
#myCart .modal-dialog {
	margin: 50px auto;
}
#myCart .modal-header {
	padding: 20px 0px;
	text-align: center;
	position: relative;
	background: #28303e;
	border-bottom: none;
}
#myCart .modal-header a {
	position: absolute;
	top: 17px;
	padding: 7px 6px;
	right: 7px;
	line-height: 0px;
	text-align: center;
	border-radius: 50%;
}
#myCart .modal-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
#myCart .modal-body {
	padding: 0 15px;
	max-height: 375px;
	overflow: auto;
}
#myCart .modal-body th {
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 600;
	text-align: left;
}
#cart-table tr td:first-child, #cart-table tr th:first-child {
	padding-left: 0px;
}
#cart-table th {
	padding-bottom: 10px;
	padding-top: 10px;
}
#cart-table .original {
	display: none;
}
#cart-table tr.line-item:nth-child(even) {
	background-color: rgba(255,255,255,0.1);
}
#cart-table tr.line-item:nth-child(odd) {
	background-color: #f8f8f8;
}
#cart-table .item-image, #cart-table .item-quantity1, #cart-table .item-delete {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cart-table td.item-image {
	width: 170px;
	text-align: center;
}
#cart-table tr td {
	border-top: 0;
}
#cart-table .item-title {
	width: 40%;
	color: #3399cc;
	font-size: 14px;
	max-width: 200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
#cart-table .item-quantity input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
}
#cart-table .item-price {
	font-size: 15px;
}
#cart-table .item-delete {
	position: relative;
	width: 40px;
}
#myCart .modal-footer {
	margin: 5px 15px;
	border-top: 1px solid #DDD;
}
#myCart .modal-footer .modal-note textarea {
	outline: none;
	border: 1px #D8D8D8 solid;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
	width: 100%;
}
#myCart .modal-footer .total-price-modal {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
	color: #808080;
	font-size: 16px;
}
#myCart .modal-footer .total-price-modal span {
	font-size: 20px;
	color: #303030;
	vertical-align: middle;
}
#myCart .modal-footer .comeback {
	text-align: left;
	margin-top: 30px;
}
#myCart .modal-footer .comeback a {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#myCart .modal-footer .comeback img {
	margin-right: 5px;
	float: left;
}
#myCart .modal-footer .button-default {
	background: #28303e;
	border: none;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	margin: 7px;
}
#myCart .modal-footer #checkout {
	float: right;
	margin-left: 15px;
}
#myCart .modal-footer .button-default:before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: solid #28303e 1px;
	border-right: solid #ddd 1px;
	position: absolute;
	right: 45px;
}
#myCart .modal-footer .button-default:after {
	content: "";
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon-arr-modal-cart.png?v=1) no-repeat center right;
	width: 30px;
	height: 100%;
	float: right;
	margin-left: 10px;
}

/***************** Slider thumb article *********************/
#slider {
	margin: 10px 0;
}
#slider .slider-thumb {
	position: absolute;
	right: 15px;
	top: 1px;
	background : #fff;
	min-width: 235px;
	border: 1px solid #dfdfdf;
	z-index: 888;
	padding: 0px;
}
#slider .slider-thumb li {
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	padding: 7px 10px;
}
#slider .slider-thumb li:last-child {
	border: none;
}
#slider .slider-thumb li.active {
	background-color: #eeeeee;
}
#slider .slider-thumb li:hover {
	background-color: #eeeeee;
}
#slider .slider-thumb li.active:before,
#slider .slider-thumb li:hover:before {
	content: "";
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #eeeeee;
	position: absolute;
	left: -18px;
	top: 15px;
}
#slider .slider-image-thumb {
	display: inline-block;
	float:left;
	margin-right: 10px;
	cursor: pointer;
}
#slider .slider-detail {
	display: inline-block;
}
#slider .slider-detail .title-image {
	font-size: 11px;
	font-weight: bold;
	display:block;
	color: #666666;
}
#slider .slider-detail .description-image {
	font-size: 11px;
	color: #666666;
}
#slider .owl-controls {
	left: 50%;
	position: absolute;
	bottom: 0;
	transform: translateY(-50%);
}
/*********** Collection.css *******/

.banner-collection-header {
	margin-bottom: 15px;
}
.box-title-collection {
	padding: 3px 0px;
	border: 1px solid #efefef;
	width: 100%;
	background-color: #f3f3f3;
}
.box-title-collection h1 {
	font-size: 20px;
	color: #161616;
	text-transform: uppercase;
	padding: 10px 5px 0 10px;
	margin : 0 0 10px;
	display: inline-block;
}
.box-title-collection .collection-size {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #888;
}
.box-title-collection .custom-dropdown {
	margin: 3px 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	min-width: 200px;
	overflow: hidden;
	margin-left: 2px;
	border-radius: 0;
}
.box-title-collection .custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.box-title-collection .custom-dropdown::before,
.box-title-collection .custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.box-title-collection .custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.box-title-collection .custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.box-title-collection .custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.box-title-collection .custom-dropdown__select {
	font-size: inherit;
	margin: 0;
	width: 100%;
}
.box-title-collection .custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.box-title-collection .custom-dropdown__select {
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 13px;
	padding: 5px 10px;
}
.btn-filter-mobile {
	border: 1px solid #dedede;
	padding: 5px;
	margin: 5px;
	background: #fff;
	font-size: 13px;
}
.btn-filter-mobile i {
	margin-left: 5px;
}

/*************** Product.css *************/
#surround {
	margin-bottom: 15px;
}
#surround .product-sale,.product-image-mobile .product-sale{
	background: #ff0003;
	position: absolute;
	width: 50px;
	height: 30px;
	padding: 7px 0px;
	font-size: 12px;
	top: 6px;
	right: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;    z-index: 99;
	text-align: center;
}
#surround .product-sale:before,.product-image-mobile .product-sale:before{
	content: "";
	position: absolute;
	left: -12px;
	top: 9px;
	border-top: 6px solid transparent;
	border-right: 6px solid  #ff0003;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}

#surround .box-image-featured {
	text-align: center;
}
#surround .product-image-feature {
	margin-bottom: 10px;
	//pointer-events: none;
}
#sliderproduct {
	position: relative;
}
#sliderproduct .flex-direction-nav a {
	outline: none;
	width: 17px;
	height: 30px;
	opacity: 0.3;
}
#sliderproduct .flex-direction-nav a.flex-prev {
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon-left-flexslider.png?v=1) no-repeat;
	left: 0;
}
#sliderproduct .flex-direction-nav a.flex-next {
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon-right-flexslider.png?v=1) no-repeat;
	right: 0;
}
#sliderproduct .flex-direction-nav a.flex-prev:hover,
#sliderproduct .flex-direction-nav a.flex-next:hover {
	opacity: 1;
}
#sliderproduct .flex-viewport {
	margin: 0px 17px;
}
#sliderproduct .flex-viewport li.product-thumb a {
	border: 1px solid #E5E5E5;
	text-align: center;
	display: block;
	margin-right: 5px;
	padding: 5px;
}
#sliderproduct .flex-viewport li.product-thumb.active a {
	border: 1px solid #F44F00;
}
.information-product .product-title h1{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.information-product #price-preview {
	margin-bottom: 15px;
}
.information-product #price-preview span label {
	display: inline-block;
	width: 50px;
	font-size: 16px;
	vertical-align: middle;
	font-weight: normal;
	padding: 9px;
	color: #666666;
}
.information-product #price-preview span {
	color: #e32124;
	font-size: 30px;
	font-weight: 600;
	margin-right: 10px;
}
.information-product #price-preview del {
	color: #858585;
	font-size: 14px;
}
.variant-style .select-wrapper label {
	display: block;
}
.variant-style input#quantity {
	background: #FFF;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #E5E5E5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.variant-style input.qty-btn {
	float: left;
	background: #EEE;
	border: solid 1px #E5E5E5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
/********************* Style variant template 1 ***********************/
.variant-style .selector-wrapper, .variant-style .select-wrapper {
	margin-bottom: 10px;
}
.variant-style .selector-wrapper > label {
	min-width: 100px;
}
.variant-style .selector-wrapper .custom-dropdown {
	position:relative;
	display: inline-block;
	border: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown:after {
	content: '<>';
	font: 12px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 8px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.variant-style .selector-wrapper .custom-dropdown:before {
	content: '';
	right: 0px;
	top: 0px;
	width: 30px;
	height: 32px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
	border-left: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown .custom-dropdown-select {
	height: 32px;
	text-indent: 10px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	min-width: 150px;
}
/***************** Style variant template 2 ******************/
.style-variant-template {
	display: block;
}
.style-variant-template input {
	display:none;
}
.style-variant-template li {
	float: left;
	margin-right: 3px;
}
.style-variant-template li span {
	display: block;
	padding: 6px 8px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
}
.style-variant-template input[type=radio]:checked + span {
	border: 1px solid #e60f1e;
	//background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/checkbox-product.png?v=1) no-repeat right bottom #fff;
}
.style-variant-template span img {
	margin-right: 3px;
}

.variant-style button.btn-style-add {
	margin-right:15px;
	padding-left: 45px;
	border: none;
	position: relative;
	display: inline-block;
	background: #f44f00;
	font-weight: bold;
	height: 48px;
	width: 200px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: -webkit-gradient(linear,center top,center bottom,from(),to(#0058d4));
	background: linear-gradient(,#0058d4);
	background-color: #0058d4;
}
.variant-style button.btn-style-add:hover {
	background: #ffc807;
	color: #ffffff;
}
.variant-style button.btn-style-add .icon_cart_btn {
	background: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon_cart_btn.png?v=1) center center no-repeat #c11212;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.variant-style button.btn-style-buynow {
	background: #0058d4;
	color: #ffffff;
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	margin-bottom: 10px;
	border: none;
}
.variant-style button.btn-style-buynow span{
	font-size:11px;
}
.variant-style button.btn-style-buynow:hover {
	color: #ffffff;
	background : #ffc807;
}
.information-product .box-social-like {
	margin-top: 15px;
}
.information-product .information-more {
	margin-bottom: 10px;
}
.information-product .information-more i{
	color: #ABABAB;
	font-size: 12px;
}
.information-product .tag-wrapper {
	margin-bottom: 15px;
}
.information-product .tag-wrapper label {
	font-size: 13px;
	float: left;
	line-height: 35px;
	margin: 0;
}
.information-product .tag-wrapper li {
	display: inline-block;
	list-style-type: none;
}
.information-product .tag-wrapper li a {
	display: inline-block;
	background: #e2e2e2;
	border-left: 3px solid #0058d4;
	color: #333;
	padding: 4px 9px;
	position: relative;
	margin: 5px;
	font-size: 12px;
}
.information-product .tag-wrapper li a:before {
	left: 0;
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #0058d4;
	border-width: 4px;
}
#description,#comment,#product-review {
	margin-bottom: 15px;
}
#description {
	min-height: .01%;
	overflow-x: auto;
	border: solid 1px #E5E5E5;
	border-top: none;
}
#description table {
	max-width: 100%!important;
}
/***************** Product review ************/
#owl-demo-daxem .owl-next,#owl-demo-daxem .owl-prev {
	position: absolute;
}
#owl-demo-daxem .owl-next {
	right: 0;
}
#owl-demo-daxem .owl-prev {
	left: auto;
}
#owl-demo-daxem .owl-next img,#owl-demo-daxem .owl-prev img {
	background: rgba(0,0,0,0.62);
	padding: 8px;
	opacity: 0.3;
}
#owl-demo-daxem .owl-next img {
	border-radius: 4px 0px 0px 4px;
}
#owl-demo-daxem .owl-prev img {
	border-radius: 0px 4px 4px 0px;
}
#owl-demo-daxem .owl-next:hover img,#owl-demo-daxem .owl-prev:hover img {
	opacity: 1;
}
/************************** Button buy position *******************/
.btn-position {
	position:fixed;
	right:0;
	top:30%;
	z-index:9999
}
.btn-items li {
	width:95px;
	height:50px;
	border-radius:7px 0 0 7px;
	padding:10px;
	cursor:pointer;
	margin-bottom:10px;
	margin-left:auto;
	position:relative
}
.btn-items li.buy-new-pos {
	background:#ec3134
}
.btn-items li.cart-pos {
	background:#4b4a4a;
	width:90px
}
.btn-items li.calc-feet-pos {
	background:#0f8cd4;
	width:90px
}
.btn-items li.buy-new-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#ae0d10
}
.btn-items li.cart-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#242424
}
.btn-items li.calc-feet-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#0267a1
}
.btn-items li .arrow-cirle-btn {
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	background-color:#d12124;
	line-height:30px;
	vertical-align:top
}
.btn-items li.buy-new-pos span {
	font-size:12px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	width:30px
}
.btn-items li.cart-pos img {
	display:block;
	margin:auto
}
.btn-items li.cart-pos span {
	font-size:11px;
	display:block;
	text-align:center;
	color:#fff;
	margin-top:4px
}
.btn-items li.calc-feet-pos img {
	vertical-align:top
}
.btn-items li.calc-feet-pos span {
	font-size:11px;
	color:#fff;
	width:48px;
	display:inline-block
}
/*************** Tab description ***************/
.product-tablist {

}
.product-tablist.nav-tabs > li > a {
	border-radius : 0;
	margin: 0;
}
.product-tablist.nav-tabs > li > a:hover,
.product-tablist.nav-tabs > li > a:focus {
	background: none;
	border: 1px solid transparent;
}
.product-tablist.nav-tabs > li.active {
	border-top: solid 3px #ffc807;
	margin: -3px 0 -1px 0px;
	position: relative;
}
.product-tablist.nav-tabs > li.active a {
	border-top: 1px solid transparent;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #fff;
	color: #365DB5;
	font-weight: bold;
	background: #fff;
}
.product-tablist.nav-tabs > li.active:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #ffc807;
}
#product-tablist > li {
	float: left;
	text-align: center;
	white-space: nowrap;
}
#product-tablist > li a{
	color: #666;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius : 0;
}
#product-tablist > li:nth-child(2) a {

}
#product-tablist > li a:not(.active) {

}
#product-tablist > li a:hover,.pr-tablist > li a:focus {
	background-color: transparent;
}
#product-tablist > li.active {
	border-top: solid 3px #e60f1e;
	margin: -3px 0 -1px 0px;
	position: relative;
}
#product-tablist > li.active:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #e60f1e;
}
#product-tablist.nav-tabs > li.active a {
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	color: #365DB5;
	font-weight: bold;
	background: #fff;
}
#product-tablist > li span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: 9px;
	width: 100%;

}
#product-tablist > li:first-child span {
	border-right: none;
}
.product-description-wrapper {
	padding: 20px;
}
/****************** Slide Vertical In Product ******/
.mTS-buttons-out {
	background : #fff;
	padding: 0px;
}
.mTSThumbContainer a {
	border: 1px solid #ddd;
	display: block;
	padding: 5px;
}
.mTSThumbContainer a.zoomGalleryActive {
	border: 1px solid #e60f1e;
}
.mTS-buttons-out .mTSButton {
	position: absolute;
	margin: 0;
}
.mTS-buttons-out .mTSButtonUp {
	left: calc(50% - 18px);
	top: -10px;
}
.mTS-buttons-out .mTSButtonDown {
	left: calc(50% - 18px);
	bottom: -10px;
}
.mTS-buttons-out .mTSButtonLeft {
	left: -27px;
	top: calc(50% - 20px);
}
.mTS-buttons-out .mTSButtonRight {
	right: -27px;
	top: calc(50% - 20px);
}

/*************** Cart.css ****************/
/*** Cart.css ***/
#cartform {
	background: #fff;
}
#cart .title-head-cart {
	text-align: center;
	font-size: 28px;
	color: #161616;
	margin: 10px 0px 20px;
}
#cartform .cart-number {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
}
#cartform .overflow-cart {
	overflow-x: auto;
	overflow-y: hidden;
}
#table-cart {
	width: 100%;
	max-width: 100%;
	float: left;
}
#table-cart th{
	white-space: pre-wrap;
	text-align: center;
	padding: 10px 0px;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	font-weight: normal;
}
#table-cart td{
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
#table-cart td:first-child {
	min-width: 300px;
}
#table-cart td.remove svg{
	fill: #767676;
}
#table-cart .price {
	color: #e20004;
}
#table-cart td input[type=number]{
	width: 100px;
	border: 1px solid #ddd;
	padding-right: 0;
	margin: auto;
	text-align: center;
}
#cartform textarea {
	border-color: #e6e6e6;
	padding: 11px 10px;
	outline: none;
	border-radius: 3px;
	height: 100px;
	resize: none;
}
#cartform .total-cart-money {
	font-size: 20px;
}
#cartform .total-cart-money span {
	padding-left: 15px;
	color: #e20004;
}
#cartform button.btn-checkout,
#cartform button.update-cart{
	border: 0px;
	background: #333;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 25px;
	position: relative;
	margin: 20px 0px 0px 15px;
	text-decoration: none;
}
.continue-shopping {
	color: #337ab7;
}

/*************** Article.css *************/

#article h1 {
	color: #008A7B;
	font-size: 28px;
	margin-top: 0px;
}
#article .info-created-at-article {
	color: #999;
	font-size: 12px;
	margin-bottom: 12px;
}
#article .info-description-article {

}
#article .info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
#article .info-socials-article {
	margin: 5px 0px;
}
#article .info-socials-article .box-like-socials-article {
	float:left;
	padding-right:5px;
}
#article .info-tags-article {
	font-size: 12px;
	padding: 8px 10px 5px 15px;	
	border: 1px solid #DDD;
	border-left: 2px solid #b1b1b1;
	margin-top: 10px;
}
#article .info-tags-article label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	padding: 5px 5px 0;
}
#article .info-tags-article ul {
	float: left;
}
#article .info-tags-article .item {
	margin: 0;
	float: left;
}
#article .info-tags-article .item a {
	padding: 5px 8px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: #f1f1f1;
	font-size: 12px;
	text-transform: uppercase;
}
#article .info-title-comment {
	margin: 20px 0 5px;	
	font-size: 16px;
}
#article .info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
#article .info-box-comment {
	border: 1px solid #dadada;
	border-top: 2px solid #888;
	box-shadow: 0 2px 0px #f7f7f7;
	padding: 10px;
	padding-bottom: 0;
}
#article .info-title-related-article {
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/bg-line-dot.png?v=1);
	background-position: 0 50%;
	background-repeat: repeat-x;
	overflow: hidden;
	text-transform: uppercase;
	margin: 15px 0px 5px;
}
#article .info-title-related-article span {
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #008A7B;
	float: left;
	list-style: none outside none;
	padding-right: 5px;
}
#article .info-related-articles {
	margin-bottom: 15px;
}
#article .info-related-articles li.item {
	line-height: 14px;
	border-bottom: 1px #ddd dashed;
}
#article .info-related-articles li.item i {
	padding-right: 5px;
	color: #008A7B;
}
#article .info-related-articles li.item a {
	color: #555;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
}
/******************** Sidebar ***************/
.blog-sidebar .blog-title-sidebar {
	color: #365DB5;
	font-size: 14px;
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/bg-right.png?v=1);
	background-position: 0 50%;
	background-repeat: repeat-x;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.blog-sidebar .blog-title-sidebar span {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.blog-sidebar .blog-title-sidebar span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	color: #999;
	content: "\f036";
	margin-right: 8px;
}
.blog-list-articles li {
	margin-top: 5px;
}
.blog-list-articles .blog-item-image {
	width: 30%;
	float:left;
}
.blog-list-articles .blog-item-title {
	width: 70%;
	float: left;
	padding-left: 10px;
}
.blog-list-articles .blog-item-title h2 {
	margin: 0;
	font-size: 13px;
	color: #333;
}
.blog-list-articles .blog-item-title p {
	font-size: 12px;
	color: #999;
	margin: 10px 0px;
}

/****************** Blog-children.css ***************/

#blog-template .article-title-fetured {
	background: #365DB5;
	padding: 10px 15px;
	min-height: 80px;
}
#blog-template .article-title-fetured h2 {
	margin-top: 0;
	font-size: 20px;
	color: #fff;
}
#blog-template .lists-articles li:first-child {
	margin-top: 15px;
}
#blog-template .lists-articles .blog-item-title h2 {
	margin-bottom: 5px;
	font-size: 18px;
}
#blog-template .lists-articles .blog-item-title p {
	font-size: 12px;
	color: #999;
	margin: 5px 0px 10px;
}
#blog-template .lists-articles .blog-item-title .blog-content-short-description {
	font-size: 14px;
}
#blog-template .blog-list-articles-slide {
	overflow : auto;
}
#blog-template .blog-list-articles-slide li {
	margin-bottom: 5px;
}
#blog-template .blog-list-articles-slide .blog-item-image-slide {
	float: left;
	width: 45%;
}
#blog-template .blog-list-articles-slide .blog-item-title-slide {
	float: left;
	width: 55%;
	padding-left: 5px;
}
#blog-template .blog-list-articles-slide .blog-item-title-slide h2 {
	font-size: 13px;
	margin: 0;
}
#blog-template .blog-list-articles-slide .blog-item-title-slide p {
	font-size: 10px;
	color: #999;
	margin: 5px 0px;
}
#blog-template span.sign {
	right: 0;
	position: absolute;
	padding-right: 10px;
}
.blog-lists {
	padding-left: 30px;
	margin-bottom: 10px;
}
.blog-lists li {
	list-style-type: disc;
}
.blog-lists li a {
	display: block;
	padding: 5px 0;
}

/**************** Style.css **********************/
body {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;;
	-webkit-overflow-scrolling: touch;
	color: #333;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	max-width: 100%;
}
img.respon-owlCarousel {
	width: auto !important;
}
li {
	list-style: none;
}
ul,li,p {
	margin: 0px;
	padding: 0px;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a {
	color : #081f2a;
}
a:hover,a:focus {
	color: #000000;
}
textarea, input {
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
main {
	margin-bottom: 15px;
}
.view-more-home a {
	padding: 5px;
	border: 2px solid #4b62c8;
	display: block;
	text-align: center;
}
.view-more-home i {
	font-size: 10px;
	margin-left: 5px;
}
.pd-5 {
	padding: 0px 5px;
}
.pd-l-10 {
	padding-left: 10px !important;
}
.pd-l-15 {
	padding-left: 15px !important;
}
.pd-none-l {
	padding-left: 0px;
}
.pd-none-r {
	padding-right: 0px;
}
.pd-none {
	padding: 0px !important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.ps-absolute {
	position: absolute;
}
.ps-relative {
	position: relative;
}
.empty > p {
	text-align: center;
	color: #e60f1e;
}
.default-none-dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	background: #fff;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
/****************** Icon SVG **************************************/
.svg-icon-size-50 {
	width: 50px;
	height: 50px;
}
.svg-icon-size-35 {
	width: 35px;
	height: 35px;
}
.svg-icon-size-30 {
	width: 30px;
	height: 30px;
}
.svg-icon-size-25 {
	width: 25px;
	height: 25px;
}
.svg-icon-size-24 {
	width: 24px;
	height: 24px;
}
.svg-icon-size-20 {
	width: 20px;
	height: 20px;
}
.svg-icon-size-16 {
	width: 16px;
	height: 16px;
}
.svg-icon-size-15 {
	width: 15px;
	height: 15px;
}
.svg-icon-size-10 {
	width: 10px;
	height: 10px;
}
.svg-pos-menu {
	position: absolute;
	right: 10px;
	top: 15px;
}
.svg-icon-inline {
	display: inline-block;
	vertical-align: middle;
}
.svg-icon-block {
	display: block;
	margin: auto;
}
.svg-icon-bg {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.svg-next-icon {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
}
/****************** Slider group collection ***********************/
.menu-collection {
	padding-right: 0px;
}
.menu-collection .title-danh-muc {
	background: #c9141b;
	position: relative;
	padding: 8px 0px;
	color: #FFF;
}
.menu-collection .title-danh-muc span {	
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.menu-collection .title-danh-muc > i {
	position: absolute;
	left: 10px;
	top: 9px;
	font-size: 14px;
}
.menu-collection .box-menu-collection {
	background: #fff;
}
.menu-collection .box-menu-collection li {
	line-height:28px;
	position: relative;
}
.menu-collection .box-menu-collection li i {
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 15px;
}
.menu-collection .box-menu-collection li a {
	display: block;
	padding: 0px 15px;
	font-size: 13px;
	line-height : 28px;
	transition: padding-left .2s linear;
	-webkit-transition: padding-left .2s linear;
}
.menu-collection .box-menu-collection li:hover > a {
	background: #e60f1e;
	color: #FFF;
	padding-left: 22px;
}
.menu-collection .box-menu-collection ul.dropdown-menu {
	top: 0px;
	left: 98%;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
}

/******************* Partner index *******************/
#partner-index {
	margin-bottom: 20px;
}
#partner-index .col-sm-412-percent > .row {
	margin-bottom: 2px;
}
#partner-index .wrap-partner {
	padding: 0px 2px 0px 0px;
}
#partner-index .box-partner {
	background: #fff;
	text-align: center;
}
#partner-index .box-partner img {
	transition: transform .2s linear;
	-webkit-transition: -webkit-transform .2s linear;
}
#partner-index .box-partner:hover img {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}

/******************* Catalog index *******************/
.box-section-collection {
	margin-bottom: 20px;
}
.box-section-collection .box-section-background {
	background : #fff;
}
.box-section-collection .catalog-title {
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/bg_catalog_1.png?v=1);
	background-repeat: repeat;
	color: #FFF;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}
.box-section-collection .catalog-title > i {
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 20px;
	cursor: pointer;
}
.box-section-collection .catalog-title .floor {
	font-size: 15px;
	padding-left: 7px;
	position: absolute;
	width: 28px;
	height: 33px;
	top: 0;
	left: 0;
}
.box-section-collection .catalog-title .floor .arrow {
	border-top: 16px solid transparent;
	border-left: 9px solid;
	border-bottom: 17px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	left: 28px;
}
.box-section-collection .catalog-title > span.label {
	margin-left: 37px;
}
.box-section-collection .catalog-icon {
	background-color: #4b62c8;
	background-image: url(http://static.vatgia.com/20151028/cache/css/v4/transparent_20.png);
	background-repeat: repeat;
	height: 68px;
	font-size: 11px;
	padding-top: 12px;
	text-align: center;
	padding-left: 20px;
}
.box-section-collection .catalog-icon a {
	background-position: center top;
	background-size: 24px;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 30px;
	width: 64px;
	transition: background-size .2s linear;
	-webkit-transition: background-size .2s linear;
	float: left;
}
.box-section-collection .catalog-icon a:hover {
	background-size: 28px;
}
.box-section-collection .catalog-icon .sep {
	background: url(http://static.vatgia.com/20151028/cache/css/v4/beacon_sprite.png) no-repeat 0 -540px;
	float: left;
	margin: 0px 10px;
	width: 1px;
	height: 48px;
}
.box-section-collection .catalog-list {
	background-color: #fff;
}
.box-section-collection .catalog-list li {
	font-size: 13px;
	margin: 12px 10px;
}
.box-section-collection .catalog-list li.active {
	font-weight: bold;
}
.box-section-collection .section-collection > div:not(.clearfixProduct) {
	padding: 0px;
}
.box-section-collection .section-collection > div.clearfixProduct {
	padding: 10px 15px;
}
.box-section-collection .section-collection {
	background: #fff;
	display: none;
}
.box-section-collection .section-collection.active {
	display: block;
}

/***************************** Tab-Collection-Index *******************************/
.wrap-tabs {
	background: #fff;
}
.wrap-tabs .box-tabs {

}
.wrap-tabs .box-tabs.nav-tabs>li>a b{
	display: none
}
.wrap-tabs .box-tabs.nav-tabs>li.active>a,
.wrap-tabs .box-tabs.nav-tabs>li.active>a:hover,
.wrap-tabs .box-tabs.nav-tabs>li.active>a:focus {
	border: none;
}
.wrap-tabs .box-tabs.nav-tabs>li.active>a:not(.dropdown-toggle):before {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -3px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #00b7f1;
}
.wrap-tabs .box-tabs.nav-tabs>li.active>a:not(.dropdown-toggle):after {
	content: ' ';
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	z-index: 1;
	border-bottom: 3px solid #00b7f1;
}
.wrap-tabs .box-tabs.nav-tabs>li>a:hover,
.wrap-tabs .box-tabs.nav-tabs>li>a:focus {
	background: none;
	border: 1px solid transparent;
	border-radius : 0;
}
.tabs-products {
	padding: 0;
}
.tabs-products .tab-item {
	display: none;
}
.tabs-products .tab-item.active {
	display: block;
}
.tabs-products .tab-item {
	padding: 5px 0px 20px;
}
.tabs-products .owl-carousel.product-item .product-wrapper .product-information {
	border-top: 1px solid #e7e7e7;
}
.alertNoProduct {
	text-align: center;
	padding: 10px 0px;
}
/**************************** Product Same **********************************/
.product-item .product-wrapper .product-information {
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.product-item .product-wrapper .product-information:before,
.product-item .product-wrapper .product-information:after {
	pointer-events: none;
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 5px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.product-item .product-wrapper .product-information:before {
	bottom: 100%;
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.product-item .product-wrapper .product-information:after {
	top: 100%;
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.product-item .product-wrapper:hover .product-information:before,
.product-item .product-wrapper:hover .product-information:after {
	opacity: 1;
}
.product-item .product-wrapper .product-info {
	padding: 15px 10px 10px;
	height: 196px;
}
.product-item .product-wrapper .product-info a {
	display: block;
}
.product-item .product-wrapper .product-info a h2 {
	margin: 0;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	height: 34px;
}
.product-item .product-wrapper .product-info .price-new-old {
	float: left;
	padding-right: 20px;
}
.product-item .product-wrapper .product-info .price-new-old span {
	font-size: 14px;
	color: #e32124;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.product-item .product-wrapper .product-info .price-new-old del {
	color: #858585;
	font-size: 12px;
}
.product-item .product-wrapper .product-image {
	position: relative;
	text-align: center;
	overflow: hidden;
	height:320px!important;
}
.header-collection .product-item .product-wrapper .product-image{
	height:255px!important;
}
.product-item .product-wrapper .product-image img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height:auto;
	width:100%;
	margin: 0 auto;
	object-position: 50% 50%;
	position: relative;
	display: block;
	height: 100%;
	object-fit: cover;
}
#owl-demo-daxem .product-item .product-wrapper .product-image {
	overflow: hidden;
	height:350px!important; 
}
#owl-demo-daxem .product-item .product-wrapper .product-image img{height: auto; width:100%;}
.product-item .product-wrapper:hover .product-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-item .product-wrapper .product-image .label-product, .product-item .product-wrapper .product-img-new .label-product {
	position: absolute;
	width: 50px;
	height: 30px;
	padding: 7px 0px;
	font-size: 12px;
	top: 6px;
	right: 10px;
	background: #1edcb9;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	z-index: 3;
}
.product-item .product-wrapper .product-image .label-product:before, .product-item .product-wrapper .product-img-new .label-product:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 9px;
	border-top: 6px solid transparent;
	border-right: 6px solid #1edcb9;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
.product-item .product-wrapper .product-image .field-sale, .product-item .product-wrapper .product-img-new .field-sale {
	background: #ff0003;
}
.product-item .product-wrapper .product-image .field-sale:before, .product-item .product-wrapper .product-img-new .field-sale:before {
	border-right: 6px solid #ff0003;
}
.product-item .product-wrapper .product-buttons {
	padding: 10px 0px;
	text-align: center;
}
.product-item .product-wrapper .product-buttons > div {
	display: inline-block;
	position: relative;
}
.product-item .product-wrapper .product-buttons a {
	position: relative;
	font-size: 13px;
	padding: 10px 12px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	color: #666;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 1;
}
.product-item .product-wrapper .product-info-description {
	display: none;
}
.product-item.template-list .product-wrapper .product-info-description {
	display: block;
	margin-top: 10px;
}
.product-item .product-wrapper .product-buttons a:hover {
	background: #ffc807;
	color: #fff;
}
.product-item .product-wrapper .product-buttons .btn-addtocart {
	z-index: 2;
}
.product-item .product-wrapper .product-buttons .btn-detail,
.product-item .product-wrapper .product-buttons .btn-wishlist {
	position: absolute;
	opacity : 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-item .product-wrapper .product-buttons .btn-detail {
	left:0;
}
.product-item .product-wrapper .product-buttons .btn-wishlist {
	right:0;
}
.product-item .product-wrapper:hover .product-buttons .btn-detail {
	left: -48px;
	opacity: 1;
}
.product-item .product-wrapper:hover .product-buttons .btn-wishlist {
	right: -48px;
	opacity: 1;
}

/**************************** Breadcrumb *************************************/
/*** Menu breadcrumb ***/
#navbar .dropdown-link-breadcrumb {
	background: #c9141b;
	position: relative;
}
#navbar .dropdown-link-breadcrumb > li {
	line-height: 34px;
}
#navbar .dropdown-link-breadcrumb > li > a {
	color: #fff;
	display: block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#navbar .dropdown-link-breadcrumb li i,
#navbar .box-menu-collection li i {
	position: absolute;
	right: 8px;
	top:9px;
	font-size:15px;
}
#navbar .dropdown-link-breadcrumb > li > i.fa-bars {
	left: 8px;
	top: 9px;
	color: #fff;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu i {
	top: 7px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a {
	padding:5px 10px;
	transition: padding-left .2s linear;
	-webkit-transition: padding-left .2s linear;
	position: relative;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a:hover {
	padding-left:25px;
	background-color: #e60f1e;
	color: #fff;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu {
	min-width: 185px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu {
	margin:0;
	padding:0;
	border: none;
	border-radius: 0px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu ul.dropdown-menu {
	top: 0px;
	left: 100%;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li {
	position:relative;
}

/**** breadcrumb ***/
.header-navigate {
	background: #F8F8F8;
	margin-bottom: 10px;
}
.header-navigate .breadcrumb {
	margin: 0px;
	background:none;
	padding: 8px 0px;
}
.header-navigate .breadcrumb a,
.header-navigate .breadcrumb span,
.header-navigate .breadcrumb li {
	font-size: 13px;
	color: #3E3E3E;
	white-space: nowrap;
}
.header-navigate .breadcrumb>li+li:before {
	content: "";
	padding: 0px 2px;
}

/**************************** Icon scroll in Index *******************************/
#category_icon_floor {
	left: -35px;
	margin-top: -200px;
	position: fixed;
	top: 50%;
	width: 35px;
	z-index: 2;
}
#category_icon_floor ul {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#category_icon_floor.affix ul {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#category_icon_floor li a {
	display: block;
	padding: 8px 0px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	height: 35px;
	width: 35px;
}
#category_icon_floor li.active a {
	font-weight: bold;
	background: #e60f1e;
	color: #fff;
}
#category_icon_floor.affix-top ul,
#category_icon_floor.affix-bottom ul {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/*************************** Loading Circle ***********************************/
.lazy-load-ball {
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.ball {
	background-color: rgba(0,0,0,0);
	border: 5px solid rgba(0, 0, 0, 0.9);
	opacity: .9;
	border-top: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-radius: 50px;
	box-shadow: 0 0 35px #9A9A9A;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

.ball1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,0,0,0.9);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #9A9A9A; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-40px;
	-moz-animation:spinoff .5s infinite linear;
	-webkit-animation:spinoff .5s infinite linear;
}

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
/******************* Loading Circle 2 ******************/
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.uil-ring-css {
	background: none;
	position: relative;
	width: 200px;
	height: 200px;
	-moz-transform: scale(0.44);
	-webkit-transform: scale(0.44);
	-o-transform: scale(0.44);
	-ms-transform: scale(0.44);
	transform: scale(0.44);
	margin: auto;
}
.uil-ring-css > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 #59ebff;
	-ms-animation: uil-ring-anim 1s linear infinite;
	-moz-animation: uil-ring-anim 1s linear infinite;
	-webkit-animation: uil-ring-anim 1s linear infinite;
	-o-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
}
/*** Thanh Scroll Chrome ***/
@media(min-width:1200px) {
	:not(.scroll-horizontal-style)::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-thumb {
		background: rgba(193,193,193,0.8);
		-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.5);
	}
	:not(.scroll-horizontal-style)::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(193,193,193,0.4);
	}
}
/*** End Thanh Scroll Chrome ***/
/*********************** Scroll Top *****************/
.back-to-top {
	position: fixed;
	bottom: 50px;
	right: -50px;
	z-index: 100;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.back-to-top a {
	display: block;
	z-index: 999;
}
.back-to-top.display {
	right: 27px;
}
/********************** Button load more *****************/
.btn-loading {
	color: #fff;
	border: 1px solid #ffc807;
	padding: 10px;
	display: block;
	width: 650px;
	margin: 25px auto;
	background: #ffc807;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.btn-loading:hover,
.btn-loading:focus {
	color: #fff;
}
/********************** Filter Collection ***************/
.filter-destop h3 {
	background: #ffc807;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 0;
}
.wrapper-filter {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}
.wrapper-filter.filter-visible {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	z-index: 99999;
}
.wrapper-filter .btn-filter-tab {
	position: absolute;
	left: -50px;
	top: calc(30% - 50px);
	background: #e60f1e;
	padding: 11px 14px;
	border: 1px solid #ECE6E6;
}
.wrapper-filter .btn-filter-tab i {
	font-size: 25px;
	color: #Fff;
}
.wrapper-filter > h3 {
	background-color: #fff;
	margin: 0px;
	padding: 11px 0px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.wrapper-filter > h3 > i {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 11px 13px 12px;
}
.wrapper-filter .btn-apply {
	height: 50px;
	background: #ffc807;
	text-align: center;
}
.wrapper-filter .btn-apply a {
	display: block;
	padding: 11px 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.wrapper-filter .filter-box-scroll {
	overflow : auto;
	height: 100%;
}
.filter-box {
	padding: 0px 10px 0px;
	background: #fff;
}
.filter-box:first-child {
	margin-top: 15px;
	margin-bottom: 15px;
}
.filter-box > p {
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8eaee;
	padding: 8px 0px;
	position: relative;
}
.filter-box .menu-link-filter[aria-expanded='false'],
.filter-box .menu-link-filter[aria-expanded='true'] + ul {
	border-bottom: 0;
}
.filter-box:last-child > p[aria-expanded='false'] {
	border-bottom: 0;
}
.filter-box > p > i {
	position: absolute;
	right: 0;
	font-size: 25px;
	top: 5px;
	color: #a4abbe;
	transition: all linear .2s;
}
.filter-box > p[aria-expanded='true'] > i {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-box .field-search {
	margin: 5px 0px;
	width:100%;
}
.filter-box .field-search input {
	border: 1px solid #efefef;
	background: #fff;
	height: 30px;
	border-radius: 4px 0px 0px 4px;
	padding: 6px 8px;
	width: calc(100% - 30px);
	border-right: 0;
}
.filter-box .field-search button {
	background : #ffc807;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0px 4px 4px 0px;
	vertical-align: top;
}
.filter-box ul {
	display:none;
	border-bottom: 1px solid #e8eaee;
}
.filter-box:last-child ul {
	border: none;
}
.filter-box ul li {
	position: relative;
	border-top: 1px solid #e8eaee;
	margin-left: 5px;
}
.filter-box ul li:first-child {
	border: none;
}
.filter-box label {
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 7px 15px 7px 15px;
	vertical-align: sub;
}
.filter-box label span {
	font-weight: normal;
	vertical-align: middle;
}
.filter-color li{display: inline-block;}
.filter-box ul.filter-link li > label > a {
	display: block;	
}
.filter-box label > a > i {
	font-size: 25px;
	color: #a4abbe;
	position: absolute;
	right: 0;
}
.filter-box .filter-price label span {
	font-size: 13px;
}
.filter-box ul input[type='checkbox'],
.filter-box ul input[type='radio'] {
	margin-top: 0;
	vertical-align: top;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 0;
	float: right;
}
.filter-box ul input[type='checkbox']:before,
.filter-box ul input[type='radio']:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	-webkit-transform: rotate(-45deg) scale(0,0);
	-moz-transform: rotate(-45deg) scale(0,0);
	-ms-transform: rotate(-45deg) scale(0,0);
	-o-transform: rotate(-45deg) scale(0,0);
	transform: rotate(-45deg) scale(0,0);
	content: "";
	position: absolute;
	right: 3px;
	top: 15px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #58b3f0;
	border-top-style: none;
	border-right-style: none;
}
.filter-box ul input[type='radio']:before {
	width: 10px;
	height: 10px;
	border: 5px solid #58b3f0;
	border-radius: 50%;
	top: 14px;
}
.filter-box ul input[type='checkbox']:after,
.filter-box ul input[type='radio']:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 11px;
	width: 16px;
	height: 16px;
	//background: #fff;
	//border: 1px solid #cedadd;
	cursor: pointer;
	border-radius: 2px;
}
.filter-box ul input[type='radio']:after {
	border-radius: 50%;
}
.filter-box ul input[type='checkbox']:checked:before,
.filter-box ul input[type='radio']:checked:before {
	-webkit-transform: rotate(-45deg) scale(1,1) translateX(-72%);
	-moz-transform: rotate(-45deg) scale(1,1) translateX(-72%);
	-ms-transform: rotate(-45deg) scale(1,1) translateX(-72%);
	-o-transform: rotate(-45deg) scale(1,1) translateX(-72%);
	transform: rotate(-45deg) scale(1,1) translateX(-72%);
}
.skipstep, .skipstep-mobile {
	height: 8px;
	margin: 20px 0px;
}
.skipstep .noUi-connect,
.skipstep-mobile .noUi-connect {
	background: #e60f1e;
	box-shadow: none;
}
.skipstep .noUi-base, .skipstep-mobile .noUi-base {
	width: calc(100% - 20px);
}
.skipstep .noUi-handle-lower,
.skipstep .noUi-handle-upper,
.skipstep-mobile .noUi-handle-lower,
.skipstep-mobile .noUi-handle-upper {
	width: 30px;
	height: 15px;
	cursor: pointer;
	background: #e60f1e;
	border: 1px solid #e60f1e;
	border-radius: 8px;
	box-shadow: none;
	top: -4px;
	left: -5px;
}
.skipstep .noUi-handle:before,
.skipstep .noUi-handle:after,
.skipstep-mobile .noUi-handle:before,
.skipstep-mobile .noUi-handle:after {
	content: none;
}
.skipstep .noUi-handle.noUi-handle-lower:before,
.skipstep .noUi-handle.noUi-handle-upper:before,
.skipstep-mobile .noUi-handle.noUi-handle-lower:before,
.skipstep-mobile .noUi-handle.noUi-handle-upper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	height: auto;
	width: auto;
	border: 2px solid #fff;
	background: #e60f1e;
}
.filter-box .infor-price-filter input[type='text'] {
	max-width: 65px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #D2D2D2;
	height: 30px;
	border-radius: 3px 0px 0px 3px;
}
.filter-box .infor-price-filter .text-space {
	padding: 11px 1px;
	display: inline-block;
	font-size: 6px;
}
.infor-price-filter .input-group {
	float: left;
}

/************************ Quick view ************************/
body.overlay-layer:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71, 55, 78, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
body.overlay-layer:after {
	content: "";
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	z-index: 99999;
}
.wrapper-quickview {
	padding: 15px 0;
	display: block;
	position: fixed;
	max-width: 900px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	z-index: 999999;
}
.wrapper-quickview::after {
	clear: both;
	content: "";
	display: table;
}
.wrapper-quickview.is-visible {
	visibility: visible;
}
.wrapper-quickview.animate-width {
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	top: 100px !important;
}
#quickview-sliderproduct .quickview-slider {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
#quickview-sliderproduct {
	padding: 0 30px;
}
#quickview-sliderproduct .quickview-slider.is-visible-slide {
	visibility: visible;
	opacity: 1;
}
#quickview-sliderproduct .quickview-slider .item a {
	display: block;
}
#quickview-sliderproduct .quickview-slider .item img {
	border: 1px solid #e7e7e7;
}
#quickview-sliderproduct .quickview-slider .item a.active img {
	border: 1px solid #D87C7C;
}
#quickview-sliderproduct .quickview-slider .owl-controls .owl-next {
	right: -40px;
	position: absolute;
	top: calc(50% - 22px);
	background: transparent;
}
#quickview-sliderproduct .quickview-slider .owl-controls .owl-prev {
	left: -40px;
	position: absolute;
	top: calc(50% - 22px);
	background: transparent;
}
.wrapper-quickview .quickview-information {
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.wrapper-quickview.is-visible-info .quickview-information {
	visibility: visible;
	opacity: 1;
	display: block;
}
.quickview-information .quickview-close {
	position: absolute;
	right: 5px;
	top: -10px;
}
.quickview-information h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #222222;
}
.quickview-information .quickview-price {
	margin-bottom: 10px;
	padding: 5px s0px;
}
.quickview-information .quickview-price span {
	font-size: 20px;
	color: #e32124;
	font-weight: bold;
	margin-right: 10px;
}
.quickview-information .quickview-price del {
	font-size: 16px;
}
.quickview-information .quickview-variants {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-information .quickview-variants #quickview-select {
	display: none;
}
.quickview-information .selector-wrapper {
	width: 100%;
	float: left;
}
.quickview-information .quickview-description {
	font-size: 14px;
	color: #adadad;
	line-height: 21px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-slider .flex-direction-nav a {
	background: none;
}

/******************* Account ************************/

.layout-account .userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-info-account .userbox {
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-account .userbox h1 {
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.layout-account .userbox .input-account * {
	border-radius : 0;
	border-color: #ddd;
}
.layout-account .userbox .input-account .icon-envelope:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/email.png');
}
.layout-account .userbox .input-account .icon-shield:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/pass.png');
}
.layout-account .userbox .input-account .icon-userico:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/userico.png');
}
.layout-account .action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: #28303e;
	text-align: center;
	border: none;
	border-radius: 0;
}
.layout-account .action_bottom .btn:hover {
	background: #ea3a3c;
	color: #fff;
}
.layout-info-account h1 {
	font-size: 20px;
	margin-top: 0;
}
.layout-info-account h1 a {
	position: absolute;
	right: 15px;
	top: 3px;
	font-size: 14px;
}
.layout-info-account a.add-new-address {
	position: absolute;
	right: 15px;
	top: 0px;
}
#customer_orders table,
#order_details table {
	width: 100%;
}
#customer_orders table th,
#customer_orders table td,
#order_details table th,
#order_details table td {
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#customer_orders table .odd:first-child,
#order_details table .odd:first-child {
	border-top: 1px solid #ddd;
}
#customer_orders table .even,
#order_details table .even {
	background: #ddd;
}
.address_table .view_address span {
	display: inline-block;
	width: 65px;
	font-size: 13px;
}
.address_table .address_actions .action_link {
	padding: 5px 20px;
	background: #333;
	margin: 0px 5px 5px 0px;
	display: inline-block;
	border-radius: 4px;
}
.address_table .address_actions .action_link a {
	color: #fff;
}
.vertical-input > input {
	vertical-align: top;
}
.order-account .order_created_at {
	color : #999;
	font-size: 12px;
	margin-bottom: 10px;
}
#order_payment h3,
#order_shipping h3 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
#recover-password .req_pass,
#login .req_pass,
#register .req_pass {
	font-size: 13px;
}
#customer_sidebar p span {
	display: inline-block;
	width: 65px;
	font-size: 13px;
}
.layout-info-account .edit_address .action_bottom > input {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	border: none;
	vertical-align: top;
	margin-right: 5px;
}
.layout-info-account .edit_address .action_bottom > a {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 4px;
}
.layout-info-account .address-default-icon {
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 5px 11px;
	background: #e60f1e;
	border-radius: 50%;
}
.layout-info-account .address-default-icon i {
	color: #fff;
}
#view_address {
	font-size: 13px;
	font-weight: bold;
}
#recover-password .errors li {
	font-weight: 700;
	color: #f00;
}
/******************** Sidebar index ****************/
.box-group-collection .owl-carousel {
	border: 1px solid #ddd;
	border-top: none;
}
.box-group-collection .group-collection-title {
	border-bottom: 2px solid #ffc807;
	position: relative;
}
.box-group-collection .group-collection-title .view-more-index {
	position: absolute;
	right: 0;
	top: 6px;
	padding: 4px 10px;
	font-size: 13px;color: #0058d4;
}
.box-group-collection .group-collection-title .view-more-index svg{fill:#ffc807;}
.box-group-collection .group-collection-title span {
	position: relative;
	background: #ffc807;
	color: #0058d4;
	padding: 8px 5px;
	text-transform : uppercase;
	display: inline-block;
}
.box-group-collection .group-collection-title span:after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	border-top: 18px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 20px solid #ffc807;
	border-left: 7px solid #ffc807;
}
.box-group-collection .information-group-collection {
	margin: 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.box-group-collection .information-group-collection:nth-child(4) {
	border-bottom: none;
}
.box-group-collection .information-group-collection h2 {
	color: #333333;
	font-size: 13px;
	margin: 10px 0 5px;
	font-weight: normal;
}
.box-group-collection .information-group-collection .information-group-collection-price > span {
	color: #e32124;
	font-size: 14px;
	font-weight: bold;
}
.box-group-collection .information-group-collection .information-group-collection-price > del {
	color: #858585;
	font-size: 12px;
}
.owl-theme.position-owlCarousel .owl-controls .owl-nav i {
	font-size: 22px;
	color: #999;
}
.owl-theme.position-owlCarousel .owl-controls .owl-next, .owl-theme.position-owlCarousel .owl-controls .owl-prev {
	position: absolute;
	right: 0px;
	top: -40px;
	background: transparent;
}
.owl-theme.position-owlCarousel .owl-controls .owl-prev {
	right: 25px;
}
.owl-theme.position-owlCarousel .owl-controls .owl-next:hover, .owl-theme.position-owlCarousel .owl-controls .owl-prev:hover {
	background: transparent;
}
#group-blog-slide .infor-blog-image-slide {
	width: 100%;
	margin: 0 auto;
}
#group-blog-slide .infor-blog-name-slide {
	padding: 0px 10px;
}
#group-blog-slide .infor-blog-name-slide h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 5px;
}
#group-blog-slide .infor-blog-name-slide p {
	font-size: 12px;
	margin-bottom: 10px;
}
/***** Effect Banner *****/
.box-banner-index .effect-banner {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box-banner-index .effect-banner:after,
.box-banner-index .effect-banner:before {
	content: '';
	display: block;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
}
.box-banner-index .effect-banner:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transform: scale(0,1);
}
.box-banner-index .effect-banner:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	transform: scale(1,0);
}
.box-banner-index:hover .effect-banner {
	background: rgba(0,0,0,0.2);
}
.box-banner-index:hover .effect-banner:after,
.box-banner-index:hover .effect-banner:before {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
}
.box-banner-index:hover img {
	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
.box-banner-index img {
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
/***** Button change list colleciotn *****/
.btn-change-list {
	padding: 2px 5px 3px;
	font-size: 15px;
	background: #fff;
	color: #999;
	margin: 5px;
	text-align: center;
	border: 1px solid #ffc807;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-change-list svg {
	fill:#ffc807;
}
.btn-change-list:hover,
.btn-change-list.active {
	background : #ffc807;
	color: #fff;
}
.btn-change-list:hover svg,
.btn-change-list.active svg {
	fill: #fff;
}
#event-grid.template-list .product-wrapper {
	width: 100%;
}
#event-grid.template-list .product-wrapper .product-image {
	width: 35%;
	float: left;
}
#event-grid.template-list .product-wrapper .product-info {
	width: 65%;
	float: left;
}
/***** Group menu collection *****/
.group-menu-collection {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.group-menu-collection li {
	position: relative;
	width: 100%;
	float: left;
}
.group-menu-collection li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.group-menu-collection li:last-child a {
	border:none;
}
.group-menu-collection li svg {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.group-menu-collection li[aria-expanded=true] > a + svg {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*Banner quang cao goc trai*/
.float-ck { 
	position: fixed;
	left:0;
	bottom: 0px;
	z-index: 9000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.float_content_right {
	border-top: 1px solid #ffc807;
	border-right: 1px solid #ffc807;
}
.float_content_right {
	position:relative;
	text-align:right;
	font-size: 11px;
}
.float_content_right a.hide_qc {
	position: absolute;
	top: -19px;
	right: -1px;
	background: #ffc807;
	padding: 2px 4px;
	color: #FFF;
}
.float_content_right a.show_qc {
	position: absolute;
	right: -65px;
	top: 47px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #ffc807;
	padding: 2px 10px;
	color: #FFF;
	display: none;
}

/***** responsive *****/

@media ( max-width: 480px ) {
	.box-product .pro-btn-buy li {
		width: 100%;
		border: none;
	}
	.box-product .pro-btn-buy li:first-child {
		border-bottom: 1px solid #f5f5f5;
	}
	.box-product .pro-title {
		height: 28px;
	}
}
@media ( max-width: 767px ) {
	main {
		padding-top: 105px;
	}
	main.tuyendung {
		padding-top: 60px;
	}
	.flex-order {
		display: flex;
		flex-direction: column;
	}
	.flex-order > .flex-left {
		order: 2;
	}
	.row .pd5.col-xs-12 {
		padding: 0px 5px;
	}
	.box-section-collection .catalog-list {
		display: none;
	}
	.navbar-main.navbar{
		position: fixed !important;
		width:100%;
		z-index:999;
		top:0;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	}
	.product-lists > .padding-box:nth-child(2n + 1) {
		padding-left: 15px;
		padding-right: 5px;
	}
	.product-lists > .padding-box:nth-child(2n + 2) {
		padding-left: 5px;
		padding-right: 15px;
	}
	.mobile-menu-icon {
		width: 130px;
		display: inline-block;
	}
	.mobile-menu-icon-wrapper {
		display: block;
	}
	.ourservice-block {
		border: none;
	}
	.number-phone,.hotline {
		padding: 0px;
	}
	.hotline {
		padding-top: 10px;
	}
	.layout-page .page-border-left {
		border: none;
	}
	#map_canvas iframe {
		width: 100%;
		height: 300px;
	}
	.zoomContainer {
		display: none;
	}
	.box-section-collection .box-section-background {
		background : none;
	}
}
@media ( min-width: 768px ) {
	.scroller {
		/*overflow-y: inherit;*/
	}
	#map_canvas iframe {
		width: 100%;
		height: 500px;
	}
	.zoomContainer {
		display: none;
	}
	.col-lg-collection-left {
		padding-right: 0px;
		padding-left: 15px;
	}
	.border-top-index {
		border-top: 2px solid;
	}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
	#partner-index .box-partner {
		padding: 18px 0px;
	}
	#partner-index .pd-right-1px {
		padding-right: 1px;
	}
	#partner-index .pd-left-1px {
		padding-left: 1px;
	}
	.box-section-collection .catalog-list {
		display: none;
	}
	.col-sm-206px {
		width: 206px;
		float: left;
		padding:0px 15px;
	}
	.col-sm-412-percent {
		width: calc(100% - 417px);
		float: left;
		margin-left: 2px;
		padding:0px 15px;
	}
	.mobile-menu-icon-wrapper {
		display: none;
	}
	.menu-collection.fix-menu-collection .box-menu-slider .title-danh-muc	{
		font-size: 12px;
	}
	.cart-info {
		width: 100%;
	}
	.col-md-3:nth-child(2) .ourservice-block {
		border-right: 0px;
	}
	.layout-page .page-border-left {
		border: none;
	}
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	#partner-index .box-partner {
		padding: 18px 0px;
	}
	.box-section-collection .pd-right-1px,
	#partner-index .pd-right-1px {
		padding-right: 1px;
	}
	#partner-index .pd-left-1px {
		padding-left: 1px;
	}
	.col-sm-206px {
		width: 206px;
		float: left;
		padding:0px 15px;
	}
	.col-sm-412-percent {
		width: calc(100% - 417px);
		float: left;
		margin-left: 2px;
		padding:0px 15px;
	}
	.col-md-206px {
		width: 206px;
		float: left;
	}
	.col-md-206-percent {
		width: calc(100% - 206px);
		float: left;
	}	
	.box-section-collection .pd-left-none {
		padding-left: 0px;
	}
	.box-section-collection .catalog-list {
		display: block;
	}
	#slider .slider-thumb li {
		padding: 5px 10px;
	}
	#slider .slider-thumb li:first-child {
		padding: 6px 10px 6px;
	}
	.ourservice-block .ourservice-heading,
	.ourservice-block div, .ourservice-block h4 {
		font-size: 12px;
	}
	h3.call-number {
		font-size: 20px;
	}
}
@media ( min-width: 1200px ) {
	#partner-index .box-partner {
		padding: 18px 0px;
	}
	.box-section-collection .pd-right-1px,
	#partner-index .pd-right-1px {
		padding-right: 1px;
	}
	#partner-index .pd-left-1px {
		padding-left: 1px;
	}
	.box-section-collection .pd-left-none {
		padding-left: 0px;
	}
	.col-lg-20 {
		width: 20%;
		float: left;
	}
	.col-lg-collection-left {
		width: 20%;
		float: left;
		padding-right: 0;
	}
	.col-lg-collection-right {
		width: 80%;
		float: left;
	}
	.container {
		width: 1200px;
	}
	.col-sm-206px {
		width: 206px;
		float: left;
		padding:0px 15px;
	}
	.col-sm-412-percent {
		width: calc(100% - 417px);
		float: left;
		margin-left: 2px;
		padding:0px 15px;
	}
	#slider .slider-thumb li {
		padding: 7px 10px;
	}
	#slider .slider-thumb li:first-child {
		padding: 7px 10px 8px;
	}
	.banner-collection-header > div:nth-child(2) {
		padding: 0px 5px 0px 10px;
	}
	.banner-collection-header > div:nth-child(3) {
		padding: 0px 10px 0px 5px;
	}
	.banner-collection-header > div:first-child {
		padding-left: 15px;
		padding-right: 0px;
	}
	.banner-collection-header > div:last-child {
		padding-right: 15px;
		padding-left: 0px;
	}
	#slider .menu-collection .box-menu-slider {
		height: 374px;
		background: #fff;
	}
	.menu-collection.fix-menu-collection .box-menu-slider {
		padding: 5px 0px;
	}
	.zoomContainer {
		display: block;
	}
	.wrapper-filter {
		background: #f3f3f3;
	}
	.filter-box > p {
		text-transform: inherit;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0px;
		border-bottom: 1px dotted #CBCBCB;
	}
	.filter-box ul {
		display: block;
		max-height: 200px;
		overflow: auto;
		border:none;
		padding: 5px 0;
	}
	.filter-box ul.filter-link {
		padding-left: 15px;
	}
	.filter-box ul li {
		padding: 0;
		overflow:hidden;
		border: none;
	}
	.filter-box {
		margin-top: 5px;
		background: #f3f3f3;
		border: 1px solid #efefef;
		padding: 0px 10px 5px;
	}
	.filter-box:first-child {
		margin-bottom: 0;
	}
	.filter-box .menu-link-filter[aria-expanded='false'],
	.filter-box:last-child > p[aria-expanded='false'] {
		border-bottom: 1px dotted #CBCBCB;
	}
	.filter-box label {
		display: initial;
	}
	.filter-box ul input[type='checkbox'],
	.filter-box ul input[type='radio'] {
		float: none;
		margin-right: 5px;
	}
	.filter-box ul input[type='checkbox']:before,
	.filter-box ul input[type='radio']:before {
		left: 50%;
		top: 8px;
		right: auto;
	}
	.filter-box ul input[type='checkbox']:after,
	.filter-box ul input[type='radio']:after {
		left: 0;
		top: 4px;
		right: auto;
	}
	.filter-box ul input[type='radio']:before {
		top: 7px;
	}
}

/*** Layout new ***/
@media ( max-width: 767px ) {
	.product-item:not(.item) .product-wrapper:nth-child(2n + 1) {
		padding-left: 0px;
		padding-right: 5px;
	}
	.product-item:not(.item) .product-wrapper:nth-child(2n + 2) {
		padding-left: 5px;
		padding-right: 0px;
	}
	.product-item .item:nth-child(2n + 1) .product-wrapper {
		padding-left: 0px !important;
		padding-right: 5px !important;
	}
	.product-item .item:nth-child(2n + 2) .product-wrapper {
		padding-left: 5px !important;
		padding-right: 0px !important;
	}
	.btn-loading {
		width: 100%;
	}
	#table-cart td strong{
		float: left;
		width: 100%;
		white-space: pre;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.rep-cartaccount {
		overflow: auto;
		white-space: nowrap;
	}
}
@media ( min-width: 768px ) {
	nav.navbar-main.navbar {
		background: #ffc807;
	}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
	.product-item .product-wrapper:nth-child(2n + 1) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(2n + 2) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item.template-list .product-wrapper {
		padding: 0;
	}
	.btn-loading {
		width: 100%;
	}
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.product-item .product-wrapper:nth-child(3n + 1) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(3n + 2) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(3n + 3) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item.template-list .product-wrapper {
		padding: 0;
	}
}
@media ( min-width: 1200px ) {
	.product-item .product-wrapper:nth-child(4n + 1) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(4n + 2) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(4n + 3) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item .product-wrapper:nth-child(4n + 4) {
		padding-left: 0;
		padding-right: 15px;
	}
	.product-item.template-list .product-wrapper,
	.owl-carousel .product-item .product-wrapper {
		padding: 0;
	}	
}
div#group {
	/*box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
	border: 1px solid #f5f5f5;

	border-radius: 20px;
	position: absolute;

	background: #f1f1f1;
	z-index: 99;
	display:none;
	padding: 10px 0px;*/
	position:relative;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
/*div#group:before {
content: '';
border-bottom: 15px solid #f1f1f1;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
z-index: 99;
top: -15px;
left: 49px;
position: absolute;
}*/
ul.group_content{
	max-height: 270px;
	overflow-y: auto;
	display:none;
}
ul.group_content::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
} 
.group_filter {
	display: flex;
}
.group_filter span {
	font-weight: bold;
	font-size: 16px;
}
.close_group{
	display:none;
}
.group_filter{
	margin-bottom:10px;
}
.group_filter select {
	width: 45%;
	padding: 2px 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.group_filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/dropdown.png?v=1);
	background-repeat:no-repeat;
	background-position:center right;
}
.group_filter select.last{
	margin-left:20px;
}
li.group_name {
	list-style: circle;
}
.group_available{
	color:#000;
	font-weight:normal;
}
.group_soldout{
	color:#000;
	font-weight:800;
}
.group_black{
	color:#000;
}
.toggle_group{
	margin-bottom:10px;
	display:block;
	color:blue;
}
.toggle_group:hover, span.close_group:hover{
	cursor:pointer;
	color:red;
}
span.close_group {
	position: absolute;
	right: 5%;
}
a.fancybox {
	margin-left: 40px;
	cursor: pointer;
}
.menu_edit_flex {
	display: flex;
	height:40px;
	align-items: center;
}
ul.menu_edit_flex li {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0px 3px;
	text-align: center;
	border-right: 1px solid #fff;
}
ul.menu_edit_flex li:last-child{
	border:none;
}
ul.menu_edit_flex li:nth-child(1), ul.menu_edit_flex li:nth-child(2){
	width:20%;
}
ul.menu_edit_flex li:nth-child(3), ul.menu_edit_flex li:nth-child(4){
	width:30%;
}
.menu_edit_content {
	clear: both;
	width: 100%;
	background: #ff0000;
	border: 1px solid #bbb;
}
ul.menu_edit_flex li a {
	font-weight: 800;
	font-size: 15px;
	color: #fff;
}
ul.menu_edit_flex li a:hover{
	color:red;
	cursor:pointer;
}
@media (max-width:576px){
	#slider{
		margin:40px 0px 10px 0px;
	}
}
.fancybox{
	text-transform:uppercase;
}
p.note.text-center {
	position: relative;
	top: -140px;
}
h3.title_group_x {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
}
.fancybox-content img{
	padding:0px 20px!important;
}
.pro-express{
	margin-bottom:10px;
	border: 1px solid #ededed;
	padding: 5px 10px;
}

element.style {
}
span.title_xx {
	font-weight: bold;
	font-size: 16px;
}
span.title_xx i{
	color: blue!important;
	font-size: 16px!important;
}
span.title_xx a, span.title_xx span{
	font-weight:normal;
}
.hotline_xx {
	background: #f2f2f2;
	padding: 5px;
	margin: 5px 0px;
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing {
	position: fixed;bottom:20px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile ul.actionToolbar_listing li a{display:block;color:#696969;font-size:12px;text-align:center;position:relative}
.actionToolbar_mobile ul.actionToolbar_listing li a svg{fill:#696969;width:35px;height:35px;display:inline-block;vertical-align:middle}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{background:rgba(3, 17, 27, 0.7);-webkit-transition:opacity .35s linear;-o-transition:opacity .35s linear;transition:opacity .35s linear}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered {
	display: -webkit-box;display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin: 1.75rem auto;min-height: calc(100% - (1.75rem * 2));}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-addThis .modal-dialog-centered .modal-content{margin-bottom: 50px;}
@media (max-width: 767px) {
	.modal-addThis .modal-dialog-centered{margin: 2.5rem 1.5rem;min-height: calc(100% - (2.5rem * 2));}
}
/*
.modal-backdrop.in {display: none;opacity: 0!important;}
*/
/* modal-succes */
.modal-succes .modal-body .modal-title{font-size: 18px;font-weight: 600;margin:0;}
.modal-succes .modal-body p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succes .modal-body .txtloading{color: #aaa;font-size: 13.5px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{border:1px solid #e7e7e7;box-shadow:none;height:40px;font-weight:500;padding:5px 20px;background:#fbfbfb;color:#252a2b;width:100%}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;right: 10px;bottom:40px;
	z-index: 9999;width: 65px;height: 65px;padding:8px;
	background: #fff;	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succes .modal-dialog{width:450px;}
}
@media(max-width:767px){
	.mainfooter-toolbar{margin-bottom: 50px;}
	.mainfooter-product {margin-bottom: 60px;}
	.mainfooter-product + .harafunnel-mb {bottom:75px;}
	.actionToolbar_product{
		opacity: 0;   visibility: hidden;
		-webkit-transform: translateY(100%);transform: translateY(100%);
		-webkit-transition: all .3s ease;transition: all .3s ease;
	}
	.product-action-bottom {position: fixed;left: 0;bottom:0;right: 0;z-index: 700;background: #fff;display:block;box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);padding: 8px 10px;-webkit-transition: padding .3s ease;transition: padding .3s ease;}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{	opacity: 1;	visibility: visible;-webkit-transform: translateY(0px);transform: translateY(0px);}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}
.add-buy-product {
	display: flex;
}
@media ( width:768px) {
	.header-collection .product-item .product-wrapper .product-image{
		height:280px!important;
	}
}
@media(max-width:767px){
	.nav > li >a{
		padding:10px 5px 10px !important;
	}
	.product-tablist {
		font-size: 12px;
	}
	.variant-style button.btn-style-buynow span {
		font-size: 8px;
	}
	.product-item .product-wrapper .product-image {
		height:270px!important;
		width:100%!important;
	}
	.header-collection .product-item .product-wrapper .product-image{
		height:270px!important;
	}
	#owl-demo-daxem .product-item .product-wrapper .product-image
	{
		height:265px!important;
		width:100%;
	}
}
@media(max-width:400px){ 
	.product-item .product-wrapper .product-image {
		height:230px!important;
		width:100%!important;
	}
	.header-collection .product-item .product-wrapper .product-image{
		height:245px!important;
	}
	#owl-demo-daxem .product-item .product-wrapper .product-image
	{
		height:230px!important;
		width:100%;
	}
}
#pro_sku{
	text-transform:uppercase;
}
.flex_x{
	display:flex;
	align-items:flex-end;
	flex-wrap:wrap;
}
.flex_x h2{
	margin:0 20px 0 0;
}
.flex_x_jus{
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap:wrap;
}
.hrv-product-reviews-star{
	margin-right:10px;
}
.haravan-product-reviews-badge p, .haravan-product-reviews-badge span{
	color:#777;
}
#hrv-product-reviews {
	position: relative;
	top: 0px;
}
.title_head {
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding-bottom:10px;
}
.product-tablist.nav-tabs > li a{font-weight: bold;font-size: 15px}
@media (max-width:768px){
	.title_head h2{
		font-size:17px;
	}
	.product-tablist.nav-tabs > li a{font-size: 14px}
	.filter-destop {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
	}
	.width_mobile{
		width:45%;
		position:relative;
		padding:0!important;
		color: blue;
	}
	.filter-box > p > i{
		color: blue;
		font-size:20px;
	}
	.filter-box > p{
		font-size:13px;
		text-transform: none;
	}
	.fix_xx span{
		font-size:13px;
		color:blue;
	}
	.filter-box ul li{
		margin:0!important;
	}
	.filter-box label{
		padding:0;
	}
	.filter-box .filter-color label{
		padding:10px;
		border:1px solid #ebebeb;
	}
	.filter-box ul {
		position: absolute;
		background: #fff;
		z-index: 9999;
		top:110%;
		width:210px;
		border: 1px solid #e8eaee;
		padding:3px;
	}
	.width_mobile:nth-child(2n+1) ul{
		left:-40px;
	}
	select.sort-by.custom-dropdown__select.custom-dropdown__select--white{
		-webkit-appearance: button;
		-moz-appearance: button;
	}
	.filter-box ul input[type='checkbox']:before, .filter-box ul input[type='radio']:before,
	.filter-box ul input[type='checkbox']:after, .filter-box ul input[type='radio']:after{
		top:0!important;
	}
}
@media (max-width:320px){
	.title_head h2{
		font-size:13px;
	}
	.product-tablist.nav-tabs > li a{font-size: 11px}
}
.fix_xx{
	height: 40px;
	display: flex;
	align-items: center;
}
.fix_review{
	display: flex;
	font-size: 11px;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
select.fix_select {
	padding: 9px 0px;
	border-bottom: 1px solid #e8eaee!important;
	border: none;
}
.navbar-toggle .icon-bar {
	margin-left: 6px;
}

@media screen and (max-width: 768px) {
	.cart-line-detail .flexbox-content {
		display: flex;
		font-weight: bold;
	}
	p.qty {
		display: flex;
		align-items: center;
		padding-left: 15px
	}
	p.qty span {
		width: 100px;
	}
	p.qty input {
		width: 100px;
		text-align: center;
	}
	p.price {
		padding-left: 15px;
		color: red;
		font-weight: bold;
	}
	p.price span {
		color: #333;
		font-weight: normal;
	}
	p.remove a {
		padding-left: 15px;
		color: red;
		font-weight: bold;
	}
	.cart-line-detail .flexbox-content,p.qty,p.price,p.remove {
		margin: 10px 0;
	}
	.cart-line-box  {
		width: 100%;
	}
}
.searchHeader.searchDesktop{
	position: relative;
	clear: both;
}
@media (max-width:767px){
	.jscoundown {
		border-top: 0 !important;
	}
	.searchFormHeader{
		padding: 0 15px;
		clear: both;
		margin-bottom: 10px;
	}
	.searchFormHeader input{
		width: 100%;
		height: 40px;
		padding-left: 40px;
		border: 3px solid #ffc807;
	}
	.searchFormHeader button{
		width: 20px;
		background: transparent;
		border: none;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);

	}
	.logo.logo-mobile img{
		width:150px;
	}
	.logo-mobile {
		width: calc(100% - 45px);
	}
	.mobile-menu-icon {
		width: 45px;
	}
	ul.mobile-menu-icon>li {
		float: right;
		margin-left: 12px;
		margin-right: 30px;
	}

}

.list-collection-index{
	position:relative;
}
.list-collection-index .swiper-button-prev,.list-collection-index .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.list-collection-index .swiper-button-prev:after,.list-collection-index .swiper-container-rtl .swiper-button-next:after,
.list-collection-index .swiper-button-next:after,.list-collection-index .swiper-container-rtl .swiper-button-prev:after{
	display:none;
}
.swiper-button-prev i,.swiper-button-next i{
	font-size: 45px;
	color: rgba(230, 15, 30, 0.69);
}
@media (max-width:767px){
	.titlebot {
		margin-top: 10px;
		font-size: 12px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 0 !important;
		left: unset !important;;
	}
	.list-collection-index .swiper-button-prev,.list-collection-index .swiper-container-rtl .swiper-button-next {
		left: 0;
		right: unset !important;
	}
}
@media(min-width:992px){
	.fix-witdh{
		width:20% !important;
	}
}

.box-check-header .fone-checkout-header{
	color: white;
	background-color: #0058d4;
}
.box-check-header .fone-header{color: #fff;}

.box-check-header svg{
	fill:#0058d4;
}

.logo-bct-social {
	display: flex;
	align-items: center;
}
.logo-bct {
	width: 150px;
}
.owl-theme.position-owlCarousel .owl-controls .owl-next, .owl-theme.position-owlCarousel .owl-controls .owl-prev {
	top: 50% !important;
	position: static !important;

}
#group-blog-slide .owl-controls .owl-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#group-blog-slide .owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
}
.owl-theme.position-owlCarousel .owl-controls .owl-nav i {
	font-size: 45px !important;
	color: #fff !important;
}

.infor-blog-image-slide img {
	height: 280px !important;
}

@media screen and (min-width: 992px) {
	.fanbox {
		padding-left: 0 !important; 
	}
}

@media screen and (max-width: 991px) {
	.fanbox {
		margin-top: 10px;
		position: relative;
	}

}
#promotion-bar .close-bar {
	color: #333 !important;
}

.filter-box label span {
	font-weight: normal;
	vertical-align: middle;
}
.filter-box ul:not(.filter-color) input[type='checkbox']:before, .filter-box ul:not(.filter-color) input[type='radio']:before {
	left: 0;
	top: 8px;
	right: auto;
}
.filter-box ul:not(.filter-color) input[type='checkbox']:after, .filter-box ul:not(.filter-color) input[type='radio']:after {
	left: 0px;
	top: 4px;
	right: auto;
	border: 1px solid #ccc;
	background: #fff;
}
.filter-box ul:not(.filter-color) input[type='checkbox']:before, .filter-box ul:not(.filter-color) input[type='radio']:before {
	left: 8px;
	right: auto;

}
.filter-box ul:not(.filter-color) input[type='checkbox']:before, .filter-box ul:not(.filter-color) input[type='radio']:before {
	left: 8px;
	top: 4px;
	right: auto;
}
.filter-box ul li {
	border: none;
}

@media (max-width:992px){
	.filter-box label span {
		font-weight: normal;
		vertical-align: middle;
		margin-left: 24px;
		color: #000;
		font-size: 13px;
	}
	.filter-box > p {
		font-size: 13px;
		text-transform: none;
		color: #000;
	}
	.filter-box > p > i {
		color: #000;
		font-size: 20px;
	}
	.filter-color  ul input[type='checkbox']:checked:before, .filter-color  ul input[type='radio']:checked:before {
		left: 12px;
		top: 2px !important;
		color: #000;
	}
	.filter-box ul.filter-color input[type='checkbox']:before, .filter-box  ul.filter-color input[type='radio']:before, .filter-box  ul.filter-color input[type='checkbox']:after, .filter-box  ul.filter-color input[type='radio']:after {
		top: 2px !important;
		left: 11px !important;
	}
	.filter-box ul:not(.filter-color) input[type='checkbox']:before, .filter-box ul:not(.filter-color) input[type='radio']:before {
		left: 8px;
		top: -2px !important;
		right: auto;
	}
}
.khuyenmaihot{
	margin-left: 30px;
}

.khuyenmaihot.form-group label {
	position: relative;
	cursor: pointer;
	color: red;
}

.khuyenmaihot.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid red;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	float: right;
	margin-left: 46px;
}

.khuyenmaihot.form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 11px;
	width: 6px;
	height: 12px;
	border: solid red;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
@media (max-width:767px){
	.khuyenmaihot {
		margin-left: 0;
		width:100%
	}
	.khuyenmaihot.form-group label:before{
		margin-left:0
	}
	.product-item .product-wrapper .product-info .price-new-old {
		display: flex;
		align-items: center;
		margin-bottom: 0px;
	}
}


.mgtop{
	margin-top: 35px !important;
}
#html5-watermark{
	display:none !important
}

.variant-style .select-wrapper label {
	display: block;
	text-transform: uppercase;
}






.style-variant-template.color li label.do span {
	background-color: #d0021b !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.vang span {
	background-color: #f8e71c !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.den span {
	background-color: #000000 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.cam span {
	background-color: #f5a623 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.trang span {
	background-color: #ffffff !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.tim span {
	background-color: #bd10e0 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.nau span {
	background-color: #b98021 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.ghi span {
	background-color: #afacac !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.xanh span {
	background-color: #1970d6 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.hong span {
	background-color: #df7e89 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.be span {
	background-color: #fcf2dc !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.tim-than span {
	background-color: #243377 !important;        text-indent: -99999px;
	min-width: 35px;
}







.style-variant-template.color li label.xanh-pastel span {
	background-color: #497FAC !important;        text-indent: -99999px;
	min-width: 35px;
}








































































































.mTSThumb, ul.mTSContainer > li img{        max-width: 100px;
	width: 100%;}

.social.pull-right{
	width: 100%;
}

.social ul.list-unstyled{
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	min-height: 65px;

}
#trustbadge{
	margin-left: auto;
}

#logo-bct{
	text-align: left;
}
#popup .modal-dialog {
	width: 43%;
	margin: 50px auto;
}
@media (max-width:767px){
	.box-title-collection h1{font-size:17px;}
	span.custom-dropdown.custom-dropdown--white {
		position: absolute;
		background: #fff;
		z-index: 99;
		top: 100%;
		width: 155px;
		border: 1px solid #e8eaee;
		padding: 3px;
		display: none;
	}
	span.custom-dropdown.custom-dropdown--white span {
		display: block;
		color: #000;
		padding: 4px 0;
	}
	span.custom-dropdown.custom-dropdown--white span:first-child {padding-top: 10px;}
	span.custom-dropdown.custom-dropdown--white span:last-child {
		padding-bottom: 10px;
	}

	#popup .modal-dialog {width:100%;margin:50% auto;}
}
.box-group-collection.new-styles .mb5.ps-relative {
	margin: 0;
}
#popup button.close {
	background: #f9ad1a;
	opacity: 1;
	position: absolute;
	right: -10px;
	top: -10px;
	padding: 5px;
	border-radius: 9999px;
	font-size: 19px;
	width: 25px;
	height: 25px;
	line-height: 10px;
}
/*Mai (16/02/2022)*/
@media(max-width: 480px){
	.box-group-collection.mgtop {
		margin-top: 0 !important;
	}

	#popup button.close {
		right: 0px;
		top: -10px;
	}
}
.width-100 {
	width: 100%;
	height: auto;
}
/** showroom page***/
.showroom__title {
	margin: 30px 0 10px 0;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}

.showroom__des {
	text-align: center;
	margin-bottom: 20px;
}

.showroom__acction-block {
	margin: 50px 0;
}
.select-province::-ms-expand,
.select-district::-ms-expand{
	display: none;
}
.select-province, .select-district {			
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';

	height: 40px;
	font-size: 14px;
	outline: none;
	background: white;
	border: 1px solid #cecece;
	font-weight: 400;
	margin-bottom: 5px;
	width: 100%;
	padding: 0 20px;
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/icon-down.webp?v=1);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-x: 95%;
	cursor: pointer;
}

.input-showroom-name {
	height: 40px;
	font-size: 14px;
	outline: none;

	margin-bottom: 5px;
	width: 100%;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.input-showroom-name input{
	background: white;
	border: 1px solid #cecece;
	padding: 0 20px;
	height: 40px;
	font-size: 14px;
	outline: none;
	width: 100%;

	cursor: pointer;
}
.input-showroom-name button{
	height: 40px;
	background-image: url(//cdn.hstatic.net/themes/1000373601/1001496807/14/search-icon.svg?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	background-color: transparent;
	position: absolute;
	top: 0;
	right:0;
	width: 40px;
	border: 0;
}
.item-store {
	font-size: 13px;
	margin: 0 0 10px 0;
	border-bottom: 2px dotted #fdc11b;
	position: relative;
	padding-bottom: 5px;
	display: none;
}
.item-store__name {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

.viewShowroom {
	font-size: 12px;
	cursor: pointer;
}

.viewShowroom .view-sr-down {
	width: 12px;
	margin-left: 10px;
	margin-bottom: 2px;
}

.showroom__content {
	margin-bottom: 40px;
}

.storeIntro h4 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	margin: 25px 0 15px 0;
}
.storeIntro {
	margin: 0px 0px 50px 0;
	padding: 25px 0;
}
.item.item-storeIntro {
	position: relative;
	margin-bottom: 10px;
}
.title-storeIntro {
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%);
	background: #ffffffde;
	width: 100%;
	height: 30px;
	line-height: 34px;
	text-align: center;
}
.innerIntro {
	margin-top: 15px;
}
.innerIntro .owl-controls .owl-nav div{
	position: absolute;
	top: 50%;
	z-index: 999;
	padding: 5px;
	border-radius: 50% !important;
	background: rgba(232, 190, 26, 1) !important;
	box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
	width: 32px !important;
	height: 32px !important;
	color: #555;
	font-size: 20px;
}
.innerIntro .owl-controls .owl-nav div i{color: #555; font-size: 20px;}
.innerIntro .owl-controls .owl-nav div.owl-prev {
	left: 0;
}
.innerIntro .owl-controls .owl-nav div.owl-next {right: 0;}
@media (min-width: 800px) {
	.input-showroom-name {
		width: 32%;
	}
	.select-province, .select-district {	
		width: 31%;
		margin-right: 2.5%;
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.innerIntro.owl-carousel{display: block;}
}
/*end showroom page*/
.view-ggm {
	font-weight: bold;
	font-size: 14px;
	color: #fdc11b;
}
.viewShowroom {
	color: #fdc11b;
	font-weight: bold;
}
/*end showroom page*/
@media (max-width: 480px){
	.sold-quantity-wp .sold-quantity-mb {
		font-size: 10px !important;
		margin-top: 5px;text-align: left!important;
	}
	.product-detail .starbaprv-widget.starbaprv-preview-badge.starbaprv-preview-badge--with-link {
		margin-top: 0;
	}
	.product-item .product-wrapper .product-info {
		padding: 5px;height: auto;min-height: 150px;
	}
	.pro-colors {
		margin-bottom:0!important;
	}

	.sold-quantity-wp {
		align-items: flex-start !important;
	}
	.product-detail .starbap-prev-badge {
		margin-top: 0!important;
	}
}
.swiper-container:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
	flex: auto;
}
.owl-carousel.d-flex-owl[data-allin="1"]:not(.owl-loaded) {
	display: flex;overflow: hidden;
}
.owl-carousel.d-flex-owl[data-allin="1"]:not(.owl-loaded) .item-owl{flex: 0 0 100%;}



.mg-view-map{    margin-left: 5px;
	color: blue;
	display: inline-block;
	font-weight: 400;
}

.onirvapp-btn.onirvapp-btn-primary {background: #0058d4;}

.onireviewapp-loopitem {
	flex-wrap: wrap;
}
.hot-icon {
	width: 25px;
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 1;
}
@media(max-width:767px){
	.onireviewapp-loopitem .onireviewapp-loopitem-title {
		margin-left:0;
	}
	.hot-icon {
		left: 60px;
		top: 0;
		width: 35px;
	}
}






