@import "../fonts/style.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
	font-family: "ElleFutura";
	src: url("../fonts/ElleFutura/elle-futura.otf"), url("../fonts/ElleFutura/elle-futura.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ElleFuturaBold";
	src: url("../fonts/ElleFutura/elle-futura-bold.otf"), url("../fonts//ElleFutura/elle-futura-bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary-color: #005f31;
	--third-color: #81b13d;
	--fourth-color: #f2fce4;
	--text-primary-color: #253d4e
}
@-moz-document url-prefix() {
	.text-main-slide{animation-fill-mode: none;}
}
body{font-family: 'Open Sans', sans-serif;}
li {list-style:none;}
a {text-decoration:none !important;}
button:focus {outline:0;}
.clear {clear:both;}
.warp-body{overflow:hidden;}
.img-responsive{display:inline-block;}
.img_logo{margin-bottom:10px;margin-top: 10px;max-width: 140px;}
.support_top{}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	outline: 0;
}
textarea:focus, input:focus{
	outline: none;
}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-20{margin-bottom:20px;}
/**** search****/

.searchbar{padding-top: 28px;}


/**** menu****/
.menu-content{
	background:#a6ce39;

}
.navbar-collapse{
	padding-left:0px;
	padding-right:0px
}
.navbar{
	margin:0px;
}
.navbar-default {
	background: transparent;
	border: none;
}
.bg-primary-color{
	background: var(--primary-color);
}
.bg-secondary-color{
	background: var(--second-color);
}
.primary-color{
	color: var(--primary-color);
}
.secondary-color{
	color: var(--second-color);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: none;
	border-left: none;
	color:#fff;
	background:#000;
}
.navbar {
	border-radius: 0;
	min-height:40px;
}
.navbar-default {
	border: none;
}


.navbar-nav {
	border-radius: 0;
	margin-top:3px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.navbar-nav .active {
	background:transparent;


}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:#1d1c1c;


}
.dropdown-menu a:hover{color:#4caf50;background: #fff;}
.navbar-nav > li {
	padding-left: 0px;
	padding-right: 0px;
}
.menu-content .navbar-nav > li > a {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 23px;
	padding-right: 23px;
	color: #080808;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;

	transition: 0.5s;
	font-weight: bold;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {
	color:#e4e5e3 ;
	background-color:transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: none;
}

/**** top-header****/
.top-header{background: transparent;padding-top: 5px 0;color:#dddada;font-size:13px;font-weight: bold;}
.top-header ul{margin-bottom: 5px;}

.box-middle-top{

	background:url(../images/banner-1.jpg) top  no-repeat;
}

.support_top{text-align:right;}

.search-form {
	margin: auto;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	position: relative;
	padding-left: 6px;
	padding-right: 39px;
	display: flex;
	align-items: center;
	float: right;
	width: 100%;
	background:#fff;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #f4f4f4;
}

.searchsubmit {
	position: absolute;
	right: 0px;
	top: 6px;
	color: #666;
	background: transparent;
	font-size: 20px;
	border: 0;
	padding: 0px 10px;
}
.search-box:focus{
	outline: none;
}
.search-box {
	width: 100%;
	border: 0;
	padding: 8px;
	background: #f4f4f4;

}
.hotline-middle{color:#ee1c25;font-size:18px;font-weight: bold;}
.hot-p{margin:0px;}
.show-lg{text-align:left;}
.hot-p-1{font-weight:bold;}
.top-bar-home{background:#fff;}
.menu-middle-header i{
	width: 44px;
	height: 44px;
	background: #005f31;
	border-radius: 100%;
	color: #ffffff;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	top: 10px;
	position: relative;
}
.menu-middle-header i.fa-phone{
	font-size: 28px;
}
.menu-middle-header i:before{
	position: absolute;
	top: -7px;
	left: 11px
}
.menu-middle-header i.fa-phone:before{
	position: absolute;
	top: -5px;
	left: 10px
}

.menu-middle-header .icon-history{
	background: #fff;
	color: #ed1b24;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
}
.menu-middle-header .icon-history:before{top:0px;}
.menu-middle-header a{color:#080808;text-decoration: none;font-weight: bold;}
.top-left a{color:#c7c7c7;font-size:11px; text-decoration: none;}
.top-left a:hover,.top-right a:hover{color:#005f31;}
.top-right a{color:#383535;font-size:10px; text-decoration: none;}
.title-block {
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	font-weight:bold;

}
.title-block span{
	border-bottom: 1px solid #ed1b24;
	padding-bottom: 10px;

}

.content-pd{padding: 10px;border:1px solid #e6e6e6;background: #fff;position: relative;overflow: hidden;margin: 10px 0;border-radius: 10px;}
.content-pd .name-pd a{color:#4e4d4d;font-weight: bold;text-decoration: none;padding: 0px 0;font-size:12px;}
.content-pd .name-pd a:hover{color:#005f31;}
.content-pd .name-pd {padding: 5px 0 0px 0;height: 43px;overflow: hidden;text-align: left;}
.content-pd .manufacture-text{font-size: 10px;margin-top:10px;color:#333;}
.content-pd .unit-text{font-size: 10px;margin-bottom: 5px;height: 10px;}
.content-pd .price-pd{color:var(--second-color);font-weight: bold;}
.content-pd .price-pd del{color:#868484;font-size:12px;margin-left: 10px;font-weight: bold;}
.tab-content .col-md-2{padding:5px;}
.promtion-home{margin: 20px 0px 30px 0;}
.promtion-home .col-sm-6{padding:5px;}
.title-home-news a {
	font-size: 14px;
	font-weight: bold;
	color: #080808;

	text-decoration: none;
}
.title-home-news a:hover {
	color: #88b903;
}
.short-home-news {
	font-size: 12px;
	color: #262626;
	margin-bottom: 20px;
	height: 56px;
	overflow: hidden;
}
.title-home-news {
	padding: 15px 0 10px 0;
}
.owl-carousel .owl-nav .owl-prev span {
	font-size: 84px;
	color: #fff;
}

.owl-carousel .owl-nav .owl-next span {
	font-size: 84px;
	color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: -42px;
	right: 36px;
}
.owl-carousel .owl-next {
	position: absolute;
	top: -42px;
	right: 10px;
	font-size: 84px;
	color: #fff;
}
.general-block-2{background: #a6ce39;padding-bottom: 90px;}
.general-block-2 .content-pd{border:none;}
.title-spcial {color:#fff;margin-bottom: 40px;}
.title-spcial span{border-bottom: 1px solid #fff;}
.quickviewbtn .quickview {

	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	text-decoration: none;
}
.quickviewbtn {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: -1px;
}
.quickview-inner {
	position: absolute;
	top: 42px;
	left: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	z-index: 6;
	width: 59px;
	height: 60px;
	transform: rotate(359deg) translate(0,-123%);
	-moz-transform: rotate(45deg) translate(0,-123%);
	/* -webkit-transform: rotate(45deg) translate(0,-123%); */
	background: #ff6e03;
	border-bottom-right-radius: 10px;

}
.logo-footer img{max-width:120px;}
.content-footer{background:var(--primary-color);padding-top: 40px;color:#fff;padding-bottom: 10px;}
.img-footer{margin-bottom: 20px;}
.copyright-text {padding: 10px 0px;background: #005f31;font-size:12px;color: #fff;}
.copyright-text a{color:#fff;}

.ya_social ul li {
	display: inline-block;
	margin: 5px;
	padding: 30px 0;

}
.ya_social ul li a{
	color: #565656;
	padding: 10px;
	font-size:20px;

}
.ya_social ul li .fa {
	padding-right:0px;
}
.ya_social ul{padding-left: 0;}
.ya_social .facebook-a{color:#4267b2;}
.ya_social .twitter-a{color:#5da9dd;}
.ya_social .google-a{color:#c1211f;}
.ya_social .youtube-a{color:#c1211f;}
.botsl .ya_social ul li a {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	background: none repeat scroll 0 0 #e6e4e4;
	border-radius: 900px;
	color: #7b7b7a;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	transition: background 0.5s ease 0s;
	width: 30px;
}
.botsl .ya_social ul li a i {
	line-height: inherit;
}
.botsl .ya_social ul li:hover a {
	animation-name: pulse;
	background: none repeat scroll 0 0 #a6ce39;;
	text-decoration: none !important;
}
.botsl .ya_social ul li:hover a i {
	color: #ebebeb;
}
.title-footer{font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
}

.address-store h3{font-size:18px;color:#a6ce39;font-weight: bold;}
.ul-footer{padding-left: 0;}
.ul-footer a{color:#000;text-decoration: none;}
.ul-footer a:hover{color:#005f31;}
.ul-footer li{padding: 5px 0;}
.contact-social{padding-left: 30px;}

/*** menu ****/
#Header .navbar-collapse {
	float: left;
	padding: 0;
	position: relative;
	z-index: 10
}

#Header .navbar {
	margin: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background: 0 0;
	min-height: inherit
}

#Header .navbar-nav {
	margin: 7px 0 0
}

#Header .navbar-nav > li {
	position: relative;
	padding: 8px 0 13px;
}

#Header .navbar-nav > li > a {
	padding: 0;
	background: 0 0;
	color: #333;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

#Header .navbar-nav > li > a:hover {
	color: #22b24c
}

#Header .navbar-nav > li > .sub-nav {
	background: url(../images/bg_nav.png) right bottom no-repeat #fff;
	border: 1px solid #22b24c;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-box-shadow: 1px 10px 24px 0 #dcdcdc;
	-moz-box-shadow: 1px 10px 24px 0 #dcdcdc;
	box-shadow: 1px 10px 24px 0 #dcdcdc;
	width: 648px;
	overflow: hidden;
	display: none
}

#Header .navbar-nav > li > .sub-nav > ul {
	background: #f7f7f7;
	border-right: 1px solid #22b24c;
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	max-width: 228px
}

#Header .navbar-nav > li > .sub-nav > ul > .has-s-sub > a {
	position: relative
}

#Header .navbar-nav > li > .sub-nav > ul > .has-s-sub > a:after {
	content: "";
	background: url(../images/ico_s_nav.png) right 0 no-repeat;
	background-size: 5px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 5px;
	height: 7px
}

#Header .navbar-nav > li > .sub-nav > ul li {
	padding: 13px 20px 0 30px
}

#Header .navbar-nav > li > .sub-nav > ul li a {
	color: #000;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#Footer .qoute .badge-list li a, #Header .head-right .re-cart a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease
}

#Header .navbar-nav > li > .sub-nav > ul li:hover > a {
	background: url(../images/ico_detail.png) 0 3px no-repeat;
	color: #22b24c;
	padding-left: 20px;
	background-size: 9px
}

#Header .navbar-nav > li > .sub-nav > ul li .s-sub-nav {
	display: none;
	position: absolute;
	left: 228px;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 200px;
	width: 100%;
	height: 100%
}

#Header .navbar-nav > li > .sub-nav > ul li .s-sub-nav li {
	background: #fff;
	padding-top: 10px
}

#Header .navbar-nav > li > .sub-nav > ul li:last-child a:hover {
	background-position: 0 13px
}

#Header .navbar-nav > li + li {
	margin: 0 0 0 60px
}

#Header .navbar-nav > .has-sub > a {
	background: url(../images/ico_menu.png) right 5px no-repeat;
	background-size: 12px;
	padding-right: 17px
}

#Header .navbar-nav .active > a {
	color: #22b24c
}
/**** end ***/
.product-action {
	position: absolute;
	left: 0;
	top: 120px;
	overflow: hidden;
	width: 100%;
}
.product-action .btn-whist {
	float: left;
	margin: 0 0 0 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-50px,0);
	-ms-transform: translate(-50px,0);
	transform: translate(-50px,0);
}
.content-pd:hover .product-action .btn-whist {
	-webkit-transform: translate(15px,0);
	-ms-transform: translate(15px,0);
	transform: translate(15px,0);
}
.product-action .btn-whist a {
	border: none;
	display: block;
	width: 30px;
	height: 30px;
	background: #005f31;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 5px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product-action .btn-whist a:hover {
	background: #f47e2a;
}
.product-action .btn-whist a img {
	max-width: 18px;
	display: inline;
}
.product-action a span {
	display: block;
}
.product-action .btn-buy {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	float: right;
	margin: 0 10px 0 0;
	-webkit-transform: translate(110px,0);
	-ms-transform: translate(110px,0);
	transform: translate(110px,0);
}
.content-pd:hover .product-action .btn-buy {
	-webkit-transform: translate(-2px,0);
	-ms-transform: translate(-2px,0);
	transform: translate(-2px,0);
}
.product-action .btn-buy a:hover{
	background: #f47e2a;
	color: #fff;
}
.product-action .btn-buy .btn-green {
	border: none;
	width: 95px;
	height: 30px!important;
	padding: 0!important;
	font-size: 13px!important;
	line-height: 2.305!important;
}
.btn-green {
	background: #005f31;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	color: #fff;
	border: 1px solid #005f31;
}
.tab-content .col-md-3 {
	padding: 5px;
}
.anchor-link .ttl-block {
	margin: 0 0 15px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.anchor-link .anchor-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.anchor-link .anchor-list li a {
	background: url(../images/ico_circle_gray.png) 0 5px no-repeat;
	background-size: 8px;
	color: #333;
	font-size: 13px;
	transition: all .2s ease;
	padding: 0 0 0 20px;
	display: inline-block;
}
.anchor-link .anchor-list li a:hover {
	color: #005f31;
	background: url(../images/ico_circle.png) 0 5px no-repeat;
	background-size: 8px;
}
.anchor-list li+li {
	padding: 10px 0 0;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.img-pd{text-align: center;}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background: transparent;
	border-radius: 4px;
}
.breadcrumb i {
	margin: 0 5px;
}
.breadcrumb a {
	color: #080808;
	text-decoration: none;
}
.ttl-title, .ttl-title-style {
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.ttl-title-style span {
	display: inline-block;
	position: relative;
	padding: 0 0 15px;
}
.ttl-title span:before, .ttl-title-style span:before {
	height: 2px;
	background: #005f31;
	bottom: 0;
	content: "";
	position: absolute;
	width: 85px;
	left: 0;
}
.filter-box {
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 0;
	margin-top: 20px;
	border: 1px solid #82c144;
}
.filter-box .ttl-box {
	text-transform: uppercase;
	font-size: 12px;
	font-family: latobold,sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px 0 10px;
	line-height: 1.5;
	border-bottom: 1px solid #dddddd;
	color: var(--second-color);
	font-weight: 600;
}
.filter-box .filter-choice {
	list-style: none;
	margin: 0;
	padding: 0 10px 10px;

}
.filter-box .filter-choice li a {
	color: #000;
	cursor: pointer;
}
.filter-box .filter-choice li label {
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}
.filter-box label.select {

	background-size: 20px;
	margin: 0;

	display: block;
}
.filter-box .filter-choice li a.active label {
	color: #005f31;
	font-weight: 700;
}
.filter-box ul li{margin: 20px 0px;}
.filter-box label.select,.filter-box  label.select.selected {
	margin: 10px;
	display: block;
}
.filter-box  label.select.selected {

	background-size: 20px;
}
/*Slider*/
.slider .slick-slide img {
	display: inline-block;
}
.slider > div {

	display:block; width:100%; padding: 10px 0;

	text-align: center;
	border:1px solid #e8e8e8;
}

/* Navigation */
.slider-nav { text-align: center; margin-bottom: 30px;}
.slider-nav > div {
	/*display:inline-block;*/
	/*width:80px; */margin: 0 5px; padding: 3px 0;
	text-align: center; font-size:2em;
	background: #fff; cursor: pointer;
	margin-top: 10px;
}
.block-detail .num-detail {
	margin: 30px 0 0;
}
.wrap-num {
	border: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.wrap-num .lbl-label {
	float: left;
	text-transform: uppercase;
	text-align: center;
	width: 113px;
	margin: 0;
	padding: 7px 0 5px;
	border-right: 1px solid #eee;
}
.wrap-num .number {
	margin: 0 0 0 114px;
	position: relative;
}
.wrap-num .number input[type=number] {
	border: none;
	width: 100%;
	font-size: 16px;
	padding: 5px 32px 2px;
	text-align: center;
	height: 32px;
}
.wrap-num .number .quantity-down,.wrap-num .number .quantity-up {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	cursor: pointer;
	text-indent: -9999px;
}
.wrap-num .number .quantity-up {
	background: url(../images/ico_plus_green.png) center center no-repeat;
	background-size: 16px;
	right: 0;
}
.wrap-num .number .quantity-down {
	background: url(../images/ico_minus_green.png) center center no-repeat;
	background-size: 16px;
	left: 0;
}
.wrap-num  input {
	overflow: visible;
}
.block-detail .prize-detail .prize {
	color: var(--second-color);
	font-size: 30px;
	font-family: latobold,sans-serif;
	float: left;
	margin: 0;
}
.block-detail .prize-detail {
	overflow: hidden;
}
.block-detail .product-name {
	margin: 0;
	font-size: 18px;

	padding: 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.block-detail .sku-product {
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid #edeae6;
	padding: 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a4a4a4;
}



.add-cart{margin-top: 20px;}
.add-cart a{text-decoration: none;transition: 0.5s;width: 100%;}
.add-cart a:hover{background: #fff;}
.img-partner{margin: 20px 0px;}
.btn-more {
	padding: 10px 0 0;
}
.btn-white02 {

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	color: #fff;
	border: 1px solid #edeae6;
	background: #22b24c;
}
.btn-white02:hover {

	background: #fff;
	border: 1px solid #22b24c;
	color: #22b24c;
}
/**** news ***/
.content-single-page{padding: 40px 0px 20px 0px;}
.link-list-side {
	background: #453c3d;
	margin: 0;
	padding: 35px 30px 42px;
	list-style: none;
}
.link-list-side li {
	padding: 14px 0;
}
.link-list-side li.nav-active a {
	background: url(../images/icon_arrow01.png) no-repeat left center;
	background-size: 7px 10px;
	padding-left: 20px;
}
.link-list-side li a {
	color: #fff;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
}
.link-list-side li a:hover{
	color:#005f31;
}
.list-post{padding-left: 0px;}
/*** login ***/
.box-gray {
	background: #edeae6;
	padding: 15px 20px;
	margin: 30px 0 0;
}
.box-gray .box-log .tab-content {
	padding: 30px 0 0;
}
.box-gray .box-log {
	padding: 15px 20px;
}
.box-gray .box-log .nav-tabs {
	border: none;
}
.box-gray .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.box-gray .box-log .nav-tabs li+li {
	float: right;
}
.box-gray .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.box-gray .box-log .nav-tabs li a {
	background: #fff;
	border: none;
	color: #333;
	padding: 9px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	width: 170px;
	text-align: center;
	height: 34px;
	transition: all .2s ease;
}
.box-gray .box-log .nav-tabs li a:hover, .box-gray .box-log .nav-tabs li.active a {
	color: #22b24c;
}
.box-gray .box-log .nav-tabs li.active a span {
	background: url(../images/ico_check.png) 0 3px no-repeat;
	background-size: 19px;
}
.box-gray .box-log .nav-tabs li a span {
	display: block;
}
.box-gray .item-group input[type=text], .box-gray .item-group input[type=password], .box-gray .item-group input[type=email] {
	border: 1px solid #eee;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	width: 100%;
	padding: 6px 20px 4px;
}
.box-gray .item-group a{
	color: #22b24c;
}
.box-gray .item-group a:hover {
	text-decoration: underline;

}
.box-gray .btn-green:hover {
	border: 1px solid #005f31;
	background: #fff;
}
.box-gray .item-group .btn-log-reg .btn-green {
	width: 100%;
}
.divider-text {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	background: #56b34d;
	position: relative;
}
.divider-text span {
	width: 45px;
	background: #edeae6;
	text-align: center;
	display: inline-block;
	padding: 0 4px;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.btn-social img {
	height: 20px;
	position: absolute;
	left: 10px;
	bottom: 8px;
}
p.btn-log-reg {
	margin: 0;
	position: relative;
}
.btn-log-reg .btn-social-facebook {
	background-color: #4066a9!important;
	color: #fff !important;
	padding-left: 30px;
}
.btn-social {
	border-radius: 5px!important;
	border: none!important;
}
.btn-social-google {
	background-color: #c0382c!important;
	color: #fff !important;
}
.box-gray .head-bar {
	padding: 0 0 10px 20px;
}
.box-gray .head-bar .m-title {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
}
.box-gray .head-bar .btn-right {
	float: right;
	margin: 0;
}
.box-gray .head-bar .btn-right .btn-green {
	padding-right: 30px!important;
	padding-left: 30px!important;
}
.box-gray .invoice-list {
	padding: 10px 20px 20px;
}
.box-gray .invoice-list .list-bar {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 6px 10px;
}
.box-gray .invoice-list .list-item {
	padding: 8px 10px;
}
a, a:focus, a:hover {
	color: #005f31;
	text-decoration: none;
}
.cart-list .title-bar {
	border-bottom: 2px solid #edeae6;
	padding: 0 0 10px;
}
.cart-list .cart-item {
	margin: 15px 0 0;
	overflow: hidden;
}
.cart-list .cart-item .item-wrap {
	display: table;
	width: 100%;
}
.cart-list .cart-item .item-wrap>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.cart-list .cart-item .item-wrap>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.cart-list .cart-item .img-cart img {
	border: 1px solid #efefef;
	width: 100%;
}
.cart-list .cart-item .info-detail {
	border-bottom: 1px solid #edeae6;
}
.cart-list .list-item .product-name {
	font-family: latolight,sans-serif;
	font-size: 16px;
	color: #453c3d;
	text-transform: uppercase;
	margin: 0;
}
.cart-list .list-item .product-name span {
	display: block;
	color: #989898;
	text-transform: none;
	font-family: latoregular,sans-serif;
	font-size: 14px;
	padding: 5px 0 0;
}
.cart-list .list-item .prize {
	color: #005f31;
	font-family: latobold,sans-serif;
	font-size: 18px;
	text-align: right;
	margin: 0;
	white-space: nowrap;
	min-width: 95px;
}
.cart-list .cart-item .img-cart {
	position: relative;
	margin: 0;
}
.cart-info {
	position: relative;
	text-align: right;
	margin: 20px 0 0;
}
.cart-info .total-checkout {
	margin: 0 0 0 auto;
	max-width: 295px;
	width: 100%;
	text-align: left;
}
.cart-info .total-checkout .checkout-item {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	border-bottom: 1px solid #22b24c;
}
.cart-info .total-checkout .checkout-item li {

	overflow: hidden;
	font-size: 18px;
}
.cart-info .total-checkout .checkout-item li p {
	float: left;
	margin: 0;
	font-weight: bold;
}
.cart-info .total-checkout .checkout-item li .prize-info {
	float: right;
	color: #22b24c;
}
.cart-info .total-checkout .checkout-item li+li {
	padding: 20px 0 0;
}
.cart-info .total-checkout .total-cart {
	padding: 22px 0 30px;
}
.cart-info .total-checkout .total-cart .lbl-text {
	font-size: 18px;

	margin: 0;
	float: left;
	width: 100px;
}
.cart-info .total-checkout .total-cart .total-num {
	margin: 0 0 0 100px;
	text-align: right;
	color: #005f31;
	font-size: 30px;
	font-weight: bold;

}
.box_label label{font-size:12px;}
.cart-list .cart-item .img-cart a img {
	border: none;
	max-width: 30px;
}
.cart-list .cart-item .img-cart a {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	transition: all .2s ease;
}
.cart-list .cart-item .img-cart a img:hover {
	opacity: 0.8;
}
.cart-list .list-item .wrap-num .number {
	margin: 0;
}
.cart-list .cart-item {
	margin: 15px 0 0;
	overflow: hidden;
}
.re-cart {
	padding: 35px 0;
	text-align: center;

}
.re-cart .btn-buy-cont {
	padding: 30px 0 0;
	text-align: center;
}
.store-image img {
	width: 100%;
}
.bg-while {
	background: #f9f8f4;
}
h2.store-name {
	color: #403e3b;
	font-size: 30px;

	margin-bottom: 20px;
	margin-top: 0;
}
.store-map {
	margin: 18px 0 5px;
}
.store-map a {
	border-bottom: 1px solid #22b24c;
	color: #22b24c;
	display: inline-block;
	padding-bottom: 5px;
}
.store-map a img {
	margin-right: 7px;
}
.button-style a {
	border: 1px solid #22b24c;
	color: #403e3b!important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	max-width: 240px;
	padding: 10px 20px 8px;
	width: 100%;
	text-align: center;
	text-decoration: none!important;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.row-store {
	padding: 30px;
}
/**** menu new ***/
.box-vertical-megamenus .vertical-menu-list>li>a{
	color:#333232;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 9px;
}
.warp-slide-head{margin-bottom:20px;}
.promotion-top{margin: 10px 0;}
.item-promotion {padding-bottom: 10px;text-align: center;}
.overflow-promotion{overflow: hidden;}
.item-promotion img{
	width: 100%;-webkit-transition: .3s;transition: .3s;

}
.item-promotion:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.overflow-promotion a::before{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: 15px;
	content: " ";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 22px;
	top: 5px;
	transform: scale(0,1);
	transform-origin: 0 0 0;
	transition: all 0.5s cubic-bezier(.455,.03,.515,.955) 0s;
	z-index: 1;
}
.overflow-promotion a:hover:before ,
.overflow-promotion a:hover:after{
	opacity: 1;
	transform: scale(1);
}
.overflow-promotion a::after{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: 15px;
	content: "";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 21px;
	top: 5px;
	transform: scale(1,0);
	transform-origin: 100% 0 0;
	transition: all 0.5s cubic-bezier(.455,.03,.515,.955) 0s;
	z-index: 1;
}

.product-special-home .nav-tabs > li.active > a {

	transition: 0.9s;
	border-radius: 0px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 40px 8px 40px;
	text-decoration: none;
	color: #fff;
	background: #e42428;

	border-radius: 0px;
	padding: 10px 20px;
}
.product-special-home .nav-tabs > li > a {

	transition: 0.9s;
	border-radius: 0px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 40px 8px 40px;
	text-decoration: none;
	color: #2e2d2b;
	background: #dfd9d9;

	border-radius: 0px;
	padding: 10px 20px;
}
.product-special-home .nav-tabs > li > a:hover {
	color: #fff;
	background: #cb090d;
}
.product-special-home .tab-content{
	padding:20px 0px;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
	background: #f5f5f5;
	width: 24px;
	height: 24px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
}
/* 5 colum */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {

	position: relative;

	min-height: 1px;

	padding-right: 10px;

	padding-left: 10px;

}

.col-sm-5ths {

	width: 20%;

	float: left;

}

@media (min-width: 768px) {

	.col-sm-5ths {

		width: 25%;

		float: left;

	}

}

@media (min-width: 992px) {

	.col-md-5ths {

		width: 20%;

		float: left;

	}

}

@media (min-width: 1200px) {

	.col-lg-5ths {

		width: 20%;

		float: left;

	}

}
@media screen and (max-width:990px) {

	.col-sm-5ths {

		width: 33.33%;

		float: left;

	}

}
@media screen and (max-width:768px) {

	.col-sm-5ths {

		width: 50%;

		float: left;

	}

}


/****/
/*
.title-cate-home .nav-tab {
	margin: 0;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding-left: 0px;
}
.title-cate-home .nav-tab li {
	list-style: none;
	display: inline;
	border-bottom: 3px solid #ed1b24;
	margin-right: 2px;
	height: 45px;
	line-height: 45px;
	float: left;

}
.title-cate-home .nav-tab li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}*/
.box-products .box-product-head {
	display: flex;
	justify-content: space-between;

	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 42px;
}
.box-products .box-product-head .box-title {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	background: #005f31;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 40px 29px 20px;

}
.box-products .box-product-head .box-title:after {

	content: '';
	background: url(../images/bg-title.png) center no-repeat;
	width: 190px;
	height: 40px;
	position: absolute;
	right: -188px;
	top: 0px;
}
.box-products .box-tabs {
	margin-top: 6px;
}

.box-products .box-tabs li {
	display: inline;
	background: url(../images/kak3.png) no-repeat center right;
	height: 30px;
	float: left;
}
.box-products .box-tabs li>a {
	position: relative;
	padding: 0 10px;
	display: block;
	line-height: normal;
	color:var(--text-primary-color);
	float: left;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	font-size:12px;
}
.box-products .box-tabs li:last-child{
	background: none;
}
.box-products .box-product-content {
	margin-top: 20px;
}
.box-products .box-product-content .box-product-adv {
	width: 220px;
	float: left;
}
.box-products .box-product-content .box-product-list {

}
.owl-cat .content-pd{margin: 0px;}

.owl-cat .owl-nav .owl-prev {
	left:0;
	top: 150px;

}
.owl-cat .owl-next {

	top: 150px;
	right: 0px;

}

.content-product-special{
	background: #f4f4f4;
	padding-bottom: 50px;
	margin: 20px 0px 30px 0;
}

.title-product-special{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	padding: 60px 0px 10px 0px;
	font-weight: bold;
	margin-bottom: 5px;


}
.title-small-product-special{
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;

}
.bnt-read-all{text-align: center;margin-top: 30px;}
.bnt-read-all a{background: #ed1b24;padding: 6px 40px;color:#fff;}
.bnt-read-all a:hover{background: #dc151d;}
#vendon .owl-nav .owl-prev {

	top: 35px;
	left: -20px;
}
#vendon .owl-nav .owl-next {

	top: 35px;
	right: -20px;
}
.content-vendon{padding: 0px 20px;}
.content-content-home{
	padding: 20px;
	border:1px solid #e6e3e3;
	min-height: 167px;
	margin-bottom: 20px;
}
.contact-home {margin: 60px 0;}
.img-contact-home{float: left;width: 20%;border-right: 1px solid #e6e3e3;}
.txt-contact-home{float: left;width: 80%;padding:0 20px;}
.txt-register-email{font-size:16px;font-weight: bold;margin-bottom: 25px;}
.txt-register-contact{font-size:16px;font-weight: bold;margin-bottom: 10px;}
.btn-theme{background:#dc151d;color:#fff;}
.btn-theme:hover{background:#dc151d;color:#fff;color: #fff;}
.img-phone{float: left;padding-right: 20px;}
.head-phone{font-weight: bold;font-family: arial;margin-bottom: 5px;color:red;}
.photo-cat{margin-bottom: 30px;}
.anchor-link{margin-bottom: 55px;}
.contant-vendor{border:1px solid #e0dcdc;padding: 10px;}
.img-logo-vender img{max-height: 40px;}
.title-vendor{font-size:22px;text-align: center;text-transform: uppercase;margin-bottom: 10px;}
.img-logo-vendor{float: left;width: 10%;}
.txt-name-vendor{float: left;color:#0d468b;width: 90%;padding-left: 10px;}
.txt-name-vendor a{color:#0d468b;}
.name-vendor{margin: 10px 0 0 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding: 10px 0;}
.life-vender{font-weight: bold;color:#c31118;text-align: center;padding: 10px 0;border-bottom:1px solid #e8e8e8;margin-bottom: 10px;}
.title-vendor-contact{color:#0d468b;margin-bottom: 10px;font-weight: bold;}
.bnt-read-all-vendor{text-align: center;margin: 20px 0;}
.bnt-read-all-vendor a {
	background: #0d468b;
	padding: 6px 40px;
	color: #fff;
	border-radius: 20px;
}
.slider-nav .slick-slide
{
	width:80px;
	padding: 5px;
}
.item-slider{border:1px solid #e2e2e2;}
.owl-promotion{margin-bottom: 20px;}
.warp-hot-promotion{margin-top: 40px;}
.box-pd-home{margin-bottom: 20px;}
.date-news-home i {
	color: #ffbc13;
}
.date-news-home {
	margin-bottom: 10px;
	font-size: 10px;
}
.title-news-home {
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}
.title-news-home a{
	color: #484747;
	font-size: 14px;
	font-weight: bold;

	text-decoration: none;
	transition: 0.7s;
}
.title-news-home a:hover{color:#005f31;}
.warp-news-home {margin-bottom: 20px;}
.warp-video-short{background: #e7ebec;padding: 22px 0; text-align: center; margin-bottom: 20px;}
.title-video-home{font-size:20px;font-family: "Avo_bold";}
.hot-new-margin{margin: 10px 0;}
.content-img-new-home{float: left;width: 40%;margin-right: 10px;}
.content-short-new-home{float: left;width: 55%;}
.icon-home-page{background: #005f31;padding: 10px 0;margin-top: 30px ;}
.icon-home-page-i i{font-size:30px; color:#fff;}
.icon-home-page-i {float: left;margin-right: 10px; }
.icon-home-page-p {color:#fff;margin-bottom: 3px;}
.icon-home-page-item {padding: 10px 0; }
.scrollToTop {
	border-radius: 50%;
	padding: 10px;
	text-align: center;
	background: #1a9c94;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 94px;
	right: 30px;
	display: none;
	z-index: 999999;
}
.scrollToTop:hover{
	color:#fff;
	background: #f47e2a;
}
.cart-top-header{position: relative;}
.count-item-cart-total {
	background: #f47e2a;
	color: #fff;
	border-radius: 100%;
	top: -11px;
	right: 0;
	width: 22px;
	position: absolute;
	height: 22px;
	text-align: center;
	z-index: 10;
}
.content-count-total {
	position: relative;
}
#shopping-cart-box-ontop .count-item-cart-total {
	background: #f47e2a;
	color: #fff;
	border-radius: 100%;
	top: 8px;
	right: 0;
	width: 17px;
	position: absolute;
	height: 17px;
	text-align: center;
	z-index: 10;
	font-size: 11px;
}
.box-news-date {
	display: block;
	padding: 10px 0px;
	background: #005f31;
	color: #fff;
	text-align: center;
}
.box-news-ttl a{font-weight: bold;}
.combo-list .combo-item {
	background: #f7f7f7;
	padding: 20px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 20px;
}
.content-pd .num-cart {
	display: block;
	width: 30px;
	height: 30px;
	background: #005f31;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 10;
}

.promotion-detail .percent {
	background: url(../images/ico_promotion.png) center 0 no-repeat;
	width: 86px;
	background-size: 86px;
	padding: 35px 20px 0;
	font-size: 30px;
	text-align: center;
}
.promotion-detail {
	margin: 45px 0 0;
}
.old-price {
	display: block;
	color: #989898;
	font-size: 20px;
	padding: 9px 0 0;
}
.block-detail .prize-detail .prize {
	color: var(--second-color);
	font-size: 30px;
	font-family: latobold,sans-serif;
	float: left;
	margin: 0;
}
.block-detail .product-name {
	margin: 0;
	font-size: 30px;
	border-bottom: 2px solid #edeae6;
	padding: 0 0 20px;
	font-weight: bold;
}
.block-detail .prize-detail {
	overflow: hidden;

}
.combo-conent-row {
	padding: 0px 20px;
}
.combo-list .combo-item .combo-des {
	padding: 0px 85px 0 0;
}
.outofstock-badge, .outofstock-badge:hover {
	color: red!important;
	background-color: #fff!important;
	border: 1px dashed red!important;
}
.outofstock-badge-detail, .outofstock-badge-detail:hover {
	width: 100%;
	color: red!important;
	background-color: #fff!important;
	border: 1px dashed red!important;
}
.add-to-cart-detail {
	width: 100%;
}
.account-warp{margin-bottom: 40px;}
.mega-group-header a{color:#666;}
.vertical-dropdown-normal{width: 250px !important;}
.vertical-dropdown-normal .mega-group-header span{
	border-bottom:none;
	padding: 5px 15px;
}
.vertical-dropdown-normal .mega-group-header a{
	color:#666;
	font-size:14px;
}
.vertical-dropdown-normal .mega-group-header a:hover{
	color:#005f31;

}

.vertical-dropdown-normal .mega-group{position: relative;}
@media (min-width: 769px) {
	.vertical-dropdown-normal .mega-group:hover .group-link-default {
		display: block;
	}
}
.vertical-dropdown-normal  .group-link-default{
	display: none;
	position: absolute;
	left: 249px;
	background: #ffff;
	width: 250px;
	top: 0;
	border: 1px solid #e0e0e0 !important;
}
.vertical-dropdown-normal .vertical-groups{padding: 0;}
.vertical-dropdown-normal .mega-group-header{border-bottom: none;}
.warp-detail-pd{margin-bottom: 20px;}
.warp-detail-pd ul li{list-style: disc;}
.warp-detail-pd img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.content-detail-pd{padding-bottom: 10px;}
.other-date{
	padding: 5px 10px;
	background: #005f31;
	color: #fff;
	font-size: 12px;
	margin-right: 7px;
}
.block-other-list{padding-left: 0;}
.block-other-list li{margin-bottom: 10px;}
.block-other-list li a{color:#858c8b;}
.block-other-ttl{margin-bottom: 20px;}
.row-sp{margin-bottom: 40px;}
.short-dec-cat img{
	display: inline-block;
	max-width: 100%;
	height: auto;}

.short-decsription-product ul {padding-left:20px;}
.short-decsription-product ul li {list-style: circle;padding: 5px 0;}
.content-single-page img {
	max-width: 100%;
	height: auto;
}
.cart-review{
	margin-top: 69px;
	padding: 20px;
	border: 1px solid #ececec;
}
.item-row-cart-review{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.flash-sale{
	color: #fff;
	padding: 3px 0px;
	text-align: center;
	border-radius: 10px;
	font-size: 10px;
	margin-bottom: 10px;
	background: rgb(236 108 13);
	background: linear-gradient(90deg, rgb(234 109 16) 0%, rgb(239 106 8) 23%, rgb(255 153 0 / 78%) 100%);

}
.single-flash-sale{
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	background: linear-gradient(100deg, rgb(255, 66, 78), rgb(253, 130, 10));
	color: rgb(255, 255, 255);
	padding: 4px 16px 6px;
	border-radius: 4px;
	text-size-adjust: 100%;
}
.flash-sale-countdown span{font-size:13px;}
.flash-sale-single{font-size:14px;}
.flash-sale-countdown{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.prize{width:100%;}
.single-flash-sale .old-price{
	color:rgba(255, 255, 255, 0.5);
	padding:0px;
}
.single-product-gifts{
	border: 1px solid #329690;
	border-radius: 10px;
	padding: 10px;
}
.tile-gift-single{padding-bottom: 10px;}
.item-gift{width: 80px;float: left;margin-right: 10px;border: 1px solid #005f31;padding: 10px; }

/******************************
new
 */
@media (min-width: 1350px) {
	.container {
		width: 1300px;
	}
}
.header-control-item{
	display: flex;
	justify-content: end;
}
.control-icon{
	padding-left:10px;
}
.content-hotline{
	float: right;
	color: #ffff;
	padding:6px;
}
.hotline{
	font-size: 20px;
	font-weight: 600;
}
.text-hotline{
	font-size: 12px;}

.content-top-right{

}
.account-login{
	padding: 3px;
	text-align: right;
	height: 28px;
}
.btn-store{
	padding: 8px 20px;
	border: 1px solid;
	display: flex;
	align-items: center;
	font-size: 11px;
	border-radius: 8px;
	color:#4f4d4d;
	margin-right: 26px;
	white-space: nowrap;
}
.btn-store:hover{
	color:#fff;
	background: var(--second-color);
}
.btn-store i{
	font-size: 16px;
	margin-right: 10px;
}
.content-icon-top{
	display: flex;
	margin-top: 5px;
	align-items: center;
	justify-content: flex-end;
}
.item-icon-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left:10px;
}
.item-icon-top i{
	font-size: 28px;
	color: #464646;
	margin-right: 10px;
}
.cat-home-item{
	border: 1px solid #81b13d;
	border-radius: 8px;
	background: #f2fce4;
	padding: 10px;
}
.ths-title-medium{
	color: #253d4e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.select-cate-search{
	padding: 5px;
	border: none;
	outline: none;
	font-weight: 600;
	background: #f4f4f4;
	max-width: 150px;
}
#contenhomeslider img{border-radius: 5px;}
.title-top-pd{
	font-size: 24px;
	font-weight: bold;
}
.content-pd .fa-star{
	font-size: 10px;}
.content-store{
	padding: 16px 10px;
	border-bottom: 1px solid #acacac;
}
.btn-mobile{display: none;}
.swapper{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1020;
	height: 100vh;
	max-height: 100vh;
	background: #fff;
	display: none;
	transition: all 0.5s;
	font-size:16px;
}
.swapper a{
	color: #253d4e;
}
.ul-mobile-sub{
	padding-left: 15px;
	background: #efefef;
}
.ul-mobile-sub li{
	padding: 5px;
}
.nav > li > .content-parent{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-close-mobile{
	border: none;
	background: transparent;
	padding: 5px 10px;
	color: #555353;
}
.btn-close-mobile i{
	font-size: 24px;
}
.content-icon-top-mobile{
	display: flex;
	padding-top: 10px;
}
.swapper .navbar-nav {
	float: none;

}
.swapper .navbar-nav > li {
	float: none;
}
#comment-wrapper {
	margin-top: 30px;
}
#comment-wrapper .comment-title {
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.comment-rating{
	display: flex;
	align-items: center;
}
#comment-wrapper .comment-point {
	text-align: center;
}
#comment-wrapper .comment-point h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	white-space: nowrap;
}
#comment-wrapper .point-avg {
	color: #df0011;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
}
#comment-wrapper .comment-point .stars-rating {

	font-size: 19px;
}

.stars-rating .stars-holder {
	color: #808080;
}
.stars-rating .full-stars {
	position: absolute;
	top: 0;
	overflow: hidden;
	transition: all .35s ease;
	width: 100%;
}
.stars-rating .full-stars i {
	color: #ff9500 !important;
	background-color: #ff9500 !important;
}
#comment-wrapper .comment-line {
	padding-left: 30px;
	width: 100%;
}
#comment-wrapper .line-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
}
#comment-wrapper .line-number {
	width: 50px;
	text-align: left;
}
#comment-wrapper .line-color {
	background-color: #e2e2e2;
	border-radius: 10px;
	width: calc(100% - 41px);
	height: 12px;
	position: relative;
	overflow: hidden;
}
#comment-wrapper .line-rate {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	border-radius: 10px;
}
#comment-wrapper .comment-footer {
	margin-top: 20px;
	width: 100%;
}
.btn-open-cmt {
	border: 0;
	padding: 10px 12px;
	border-radius: 6px;
	background-color: var(--second-color);
	color: #fff;
	text-transform: none;
	font-size: 16px;
	letter-spacing: .05em;
}
.btn-open-cmt:hover,.btn-open-cmt:active {
	color:#fff;
	background: #fe6f09;
	border:none;
}
#form_comment {
	padding-top: 20px;
	display: none;
}
#comment_form {
	padding: 20px;
	border: 1px solid #e2e2e2;
}
#comment_form .rate-wrap {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#comment_form .rate-wrap h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
}
#comment_form .rate-value {
	display: block;
}
#comment_form .rate-value .rate-star {
	width: auto;
	height: auto;
	background: inherit;
}
#comment_form .rate-star {
	color: #808080;
	font-size: 25px;
	display: inline-block;
	margin: 0 1px;
}
.item-comment-input{
	margin-bottom: 10px;
	height: 44px;
}
.item-comment-textarea textarea{
	margin-bottom: 10px;
	min-height: 100px;
}
#submit_comment{
	background: var(--second-color);
	color: #fff;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 10px;
}
#comment_form .rate-star.rated {
	color: #ff9500;
}
.readmore-btn{
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	padding: 10px 20px;

}
.comment-body{
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
}
.comment-item{
	margin-bottom: 15px;
}
.cmt-title h5{
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.cmt-content{
	padding: 10px 0;
}
#comment_form .form-control.error_cart {
	border-color: red;
}
.content-info-pd{display: flex;justify-content: space-between;align-items: center;}
.btn-buy a:hover{
	border:1px solid var(--second-color);
	color:#fff;
	background: var(--second-color);
}
.btn-buy a:active,.btn-buy a:focus{
	color:#fff;

}
.btn-checkout button:hover{
	color:#fff;
	background: var(--second-color);
	border:1px solid var(--second-color);
}


.dropdown-open-mobile,.dropdown-open-mobile-sub,.d-moible,.dropdown-open-mobile-sub-lv4{display: none;}
.text-login-header{
       color: #333;
    font-size: 12px;   

}
.product-short-detail ul li {
    list-style: inherit;
}
.vertical-dropdown-normal .group-link-default-lv4 {
	display: none;
	position: absolute;
	left: 250px;
	background: #ffff;
	width: 250px;
	top: 0;
	padding: 0;
	border: 1px solid #e0e0e0 !important;
}
@media (min-width: 769px) {
	.vertical-dropdown-normal .menu-lv4-item:hover .group-link-default-lv4 {
		display: block;
	}
}
.vertical-dropdown-normal .mega-group-header .span-lv4{
	padding: 0 10px 0 0;
}
.menu-lv4-item .mega-group-header{
	margin: 0;
}

.single-page ul li {
	list-style: unset;
}