.btnCart {
    color: #fff;
    background: #333;
    padding: 10px;
    display: block;
}
.hidden {
	display: none;
}
/*	Bootstrap overridess	*/
body {
	Helvetica, Arial, sans-serif
	font-size: 13px;
	line-height: 1.8;
	color: #727272;
	background-color: #ffffff;  
	width: 100%;
	height: 100%;

	/*	add margin of header hieight not on index	*/

}
html {
	width: 100%;
	height: 100%;

}

.zs-ico {
	display: block;
	position: relative;
	z-index: 12;
	cursor: pointer;
	position: fixed;
	left: 20px;
	bottom: 100px
}
.zs-ico .zs-ico-main {
	display: block;
	position: relative;
	z-index: 3;
	background: url(//bizweb.dktcdn.net/100/106/520/themes/136175/assets/stick_zalo.png?1564384907192) 0 0 no-repeat;
	background-size: auto;
	background-size: cover;
	width: 58px;
	height: 58px;
}
.zs-ico.zs-has-notify::before{    
	position: absolute;
	top: 2px;
	left: 12px;
	z-index: 4;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.zs-ico.zs-has-notify::before {
	background-color: #ff5d5d;
	left: 36px !important;
}
.zs-ico.zs-has-notify em {
	position: absolute;
	top: 7px;
	left: 17px;
}
.zs-ico.zs-has-notify em::after, .zs-ico.zs-has-notify em::before {
	position: absolute;
	left: -4px;
	top: 2px;
	content: "";
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-name: Grow;
	-moz-animation-name: Grow;
	animation-name: Grow;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}
.zs-ico.zs-has-notify em::before {
	-webkit-box-shadow: 0 0 8px 4px #ff5d5d;
	box-shadow: 0 0 8px 4px #ff5d5d;
}
.zs-ico.zs-has-notify em::after {
	-webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
	box-shadow: inset 0 0 6px 2px #ff5d5d;
}

@-webkit-keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
@-moz-keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
@keyframes Grow {
	0% {
		transform:scale(.1);
		-ms-transform:scale(.1);
		-webkit-transform:scale(.1);
		opacity:0;
		filter:alpha(opacity=0)
	}
	50% {
		opacity:1;
		filter:alpha(opacity=100)
	}
	to {
		transform:scale(1.8);
		-ms-transform:scale(1.8);
		-webkit-transform:scale(1.8);
		opacity:0;
		filter:alpha(opacity=0)
	}
}
.ind_tit {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 500;
	color: red;
	font-family: Tahoma;
}
#featured-image img {
	width: 100%;
}
.mt30 {
	margin-top: 30px;
}
.not-index {
	margin-top: 90px /*	height of header */ 
}

.carousel-inner img {
	width: 100%;
}
#footer ul li a .fa {
	color: #666;
	width: 18px;
}
#footer ul li a {
	font-size: 15px;
}
#footer ul li a {
	color: #666;
}
#footer ul li {
	margin-bottom: 5px;
}
.summary_hihi p {
	margin: 0;
	color: #fff
}
.summary_hihi {
	display: none;
}
.product-grid-image:hover .summary_hihi {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	background: rgba(0,0,0,.5);
	padding: 10px;
	overflow: hidden;
}


a {
	color: #666;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #212121;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	Helvetica, Arial, sans-serif
	color: #ff0000;
	font-weight: bold;
	line-height: 1.1;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1, .h1 {
	font-size: 28px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 13px;
}


p {
	margin: 0 0 20px;
}
ul, ol {
	margin-bottom: 20px;
}
ul li, ol li {
	line-height: 1.8em;
}
table {
	margin-bottom: 20px;
}
th {
	color: #000000;
}
.form-control {
	border-radius: 0;
	padding: 16px 12px;
}
.country-form {
	padding: 0px !important;
}
.btn {
	padding: 7px 70px;
	color: #000000;
	background: #ffffff;
	border: 2px solid #000000;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #ffffff;
	background: #000000;
	border: 2px solid #000000;
	text-decoration: none;
}

form {
	margin-bottom: 20px;
}
textarea {
	margin-bottom: 20px;
}
.selector-wrapper select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.errors {
	background-color: #fcf8e3;
}
.errors ul {
	margin: 0 0 20px 0;
	padding: 20px;
	list-style: none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.col-sm-15 {
	width: 20%;
	float: left;
}

@media (max-width: 992px) {
	.col-md-15 {
		width: 25%;
		float: left;
	}
}
@media (max-width: 768px) {
	.col-sm-15 {
		width: 33.333333333%;
		float: left;
	}
}

@media (max-width: 480px) {
	.col-sm-15 {
		width: 50%;
		float: left;
	}
}

/*	Navbar	

.navbar {
margin-bottom: 0;
}
.navbar-default {
background-color: #ffffff;
border-color: #e7e7e7;
}

.index .navbar-default {
background: transparent;
border: none;
}

.index .top-nav-background {
background-color: #ffffff;
border-color: #e7e7e7;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background: none; 
color: #212121;
}
.navbar-default .navbar-nav>li>a {
color: #707070;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.nav-active a {
color: #000000;
}

.nav li a:hover {
background: transparent;
}
.dropdown-menu>li>a {
color: #666;
}
.dropdown-menu>li>a:hover {
color: #212121;
}


.navbar-toggle {
padding: 10px;
margin-top: 0px;
margin-bottom: 0px;
background-color: transparent;
background-image: none;
border: none;
border-radius: 4px;
font-size: 18px;
}
button.navbar-toggle:hover {
background: transparent !important;
}






.navbar-fixed-top .nav {
padding: 15px 0;
}
.navbar-fixed-top .navbar-brand {
padding: 0 15px;
}

.navbar-nav>li>.dropdown-menu {
margin-top: 0px;
}

@media(min-width:768px) {

.navbar-fixed-top .navbar-brand {
padding: 15px 0;
}

.navbar-nav>li>.dropdown-menu {
margin-top: 15px;
}
}



*/


/*	Navbar	*/

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #ffffff;
	border-bottom: 1px solid #e7e7e7;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.logo-height {
	max-height: 50px; 
	margin-top: -15px;
}


.logo-max-height {
	max-height: 30px !important;
	margin-top: -5px;
}


.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #000000;
}
.navbar-custom a:hover {
	color: #000000;
}

.navbar-custom .nav li.active {
	outline: none;
	color: #000000;
}

.navbar-custom .nav li a {
	background: none; 
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
	color: #707070;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
	outline: 0;
	background-color: none ;
	color: #000000;
}

/*	Dropdown	*/
.dropdown-menu {
	background-color: #ffffff;
	border-color: #e7e7e7;
	padding: 15px 0;
}

.navbar-custom .navbar-nav>.open>a, 
.navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>.open>a:hover {
	background: none;	
}


@media(min-width:767px) {
	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
		background-color: #ffffff;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid #e7e7e7;
	}
}



/*	Footer	*/
.foo_tit {
	margin: 5px 0 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	font-size: 19px;
}
#footer {
	font-size: 12px;
	padding-top: 20px;
}
#footer .form-control {
	font-size: 12px;
}
#footer button {
	padding: 7px; 
	font-size: 11px;
}
#footer #footer-social {
	font-size: 16px;
	text-align: left;
}
#copy {
	text-align: left;
}
.list-unstyled {
	margin-bottom: 10px;
}


@media(min-width:767px) {

	#copy {
		text-align: right;
	}

}


/*	Carousel	
.carousel,
.item,
.item.active {
min-height: 250px;
}

.carousel-inner {
min-height: 250px;
}*/
.fill {
	smin-height: 250px;
	width: 100%;
	display: table;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.carousel-description {
	display: table-cell;
	vertical-align: middle;
	padding: 15%;
}
.carousel-description h1,
.carousel-description h2,
.carousel-description h3,
.carousel-description h4,
.carousel-description h5,
.carousel-description h6,
p{
	color: #000000;
    margin-bottom: 0;
}





/*	Index Template */
.spacer {
	margin-top: 30px;
}

.collections_index {
	margin-bottom: 30px;
}
.collections_index img {
	display: block;
	width: 100%;
}




/*	Collections page	*/
#collection-description {
	margin-bottom: 20px;
}
#collection-sorting {
	margin-bottom: 20px;
}


.product-grid {
	margin-bottom: 20px;
	text-align: center;
}
.product-grid-image {
	display: block;
	position: relative;
}
.product-grid-image span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1em;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}
.product-grid-image img {
	width: 100%;
}
.product-grid h3 {
	margin: 0;
}
.product-grid h3 a {
	padding: 20px 0 10px 0;
	display: block;
	font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-grid del, .product-list del {
	opacity: 0.6;
	margin-right: 5px;
}




.product-list {
	margin-bottom: 40px;
}
.product-list-image {
	display: block;
	position: relative;
}
.product-list-image span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1em;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}
.product-list h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
}




/*	Product Page	*/
#product {
	margin-bottom: 40px;
}
#product-thumbs ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

#product-title {
	margin-bottom: 10px;
}

#product-price-holder {
	margin-bottom: 40px;
}
#product-price {
	font-size: 24px;
	margin-bottom: -5px;
}
#AddToCartForm {
	margin-bottom: 40px;
}
.quantity-selector:last-child {
	margin-bottom: 20px;
}
input.quantity-selector {
	padding-left: 10px;
	width: 80px;
}



/*	Product Page - Extras	*/

.custom-pagination {
	margin-bottom: 0;
	line-height: 34px;
}
#collection-view a {
	line-height: 34px;
	cursor: pointer;
}
.collection-view-active {
	color: #212121; 
	cursor: default;
}



/*	Cart	*/
.cart {}
#cart-headers {
	margin-bottom: 20px;
}
.cart-row {
	margin-bottom: 40px;
}
.cart-row h5{
	margin-top: 10px;
}
.subtotal input {
	margin-bottom: 20px;
}
.cart textarea {
	margin-bottom: 40px;
}
.cart input[type="number"] {
	width: 80px;
}
.subtotal .btn.checkout {
	margin-bottom: 20px;
}



/*	Page Template	*/
#page-content {
	padding-bottom: 20px;
}
#page-content img {
	max-width: 100%;
}
#page-title {
	padding: 20px 0;
}



/*	Sidebar	*/
#sidebar {
	display: none;
}
#sidebar>div {
	margin-bottom: 40px;
}
#sidebar ul li.active a {
	color: #212121;
}

#sidebar .product-grid-image span {
	zoom: 60%
}
#sidebar .product-grid h5 a {
	padding-top: 10px 0 5px 0;	
}

@media(min-width:767px) {
	#sidebar {
		display: inherit;
	}	
}


/*	Blog / Article	*/
.article-title {
	margin-bottom: 40px;
}
.article-title h3 {
	margin-bottom: 5px;
}
.article-content {
	margin-bottom: 20px;
}
.article-content img {
	max-width: 100%;
}
#tags-article {
	margin-bottom: 40px;
}
.blog-content article {
	border-bottom: 1px solid #ebebeb;
}
.blog-content .article-content p {
	margin-bottom: 10px;	
}


#comments h3 {
	margin-bottom: 40px;
}
.comment {
	margin-bottom: 40px;
}


.social-share {
	padding: 20px 0 0 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #b6b6b6;
}
.social-share a {
	font-size: 18px;
}
.next-previous {
	padding: 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid; 
	border-color: #b6b6b6;
	text-transform: uppercase;
}

/*	search results	*/
.search-results-pager {
	margin-bottom: 20px;
}
.search-results {
	margin-bottom:40px;
}
.search-results img {
	margin-bottom: 20px;
}
.search-results h4 {
	margin-top: 0;
}


/*	Carousel	*/
.carousel-control i {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
/* hotline */
	.btn-call-now {
		display: flex;
		align-items: center;
		position: fixed;
		width: 260px;
		bottom: 20px;
		background: rgb(37, 154, 17);
		-webkit-box-shadow: 0 0 5px #ddd;
		-moz-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
		z-index: 999999999;
		left: 20px;
		top: initial!important;
		color: #FFF;
		font-weight: 700;
		font-size: 125%;
		border-radius: 25px;
		padding: 5px;
		-moz-animation-duration: 500ms;
		-moz-animation-name: calllink;
		-moz-animation-iteration-count: infinite;
		-moz-animation-direction: alternate;
		-webkit-animation-duration: 500ms;
		-webkit-animation-name: calllink;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-duration: 500ms;
		animation-name: calllink;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
	.btn-call-now .fa {
		color: #b70100;
		font-size: 26px;
		background: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin-right: 5px;
		text-align: center;
	}
	@keyframes calllink {
		0%{color:#eba11e;}
		50%{color:#fff;}
		100%{color:#ebfa48;}
	}
	@media (max-width:767px) {
		.btn-call-now span {
			display: none;
		}
		.btn-call-now .fa {
			margin: 0;
		}
		.btn-call-now {
			width: initial;
		}
	}
</style>

	Liquid error: This liquid context does not allow includes.