body {
	font-family: Arial,Helvetica,sans-serif; /*'Lato', sans-serif;*/
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	max-width: 100%;
	overflow-x: hidden;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fb6e2e;
}
a.link {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
.card {
	border-radius: 0.25rem;
	padding: 15px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.table{
	width: 100%;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
.header-right{
	justify-content: end;
	font-size: 14px;
}
.header-right a{
	color: #333;
}
.cartgroup {
	flex: 0 0 110px;
}
.mini-cart {
	position: relative;
}
.mini-cart > a {
	display: flex;
	align-items: center;
	padding: 8px 5px;
	border-radius: 6px;
	text-decoration: none;
}
.mini-cart > a .count_item {
	display: block;
	background: #00a0e3;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	top: 4px;
	left: 20px;
}
/* search */
.frmSearch {
	position: relative;
}
#search-header .custom-input-group {
	z-index: 50;
}
.custom-input-group {
	overflow: hidden;
	position: relative;
}
#search-header .custom-input-group .input-group-field {
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: #363636;
	outline: none;
	padding: 0 50px 0 15px;
	float: right;
	border: 1px solid #fff;
	overflow: hidden;
	border-radius: 4px!important;
	background: #f1f1f1;
}
.frmSearch .custom-input-group .input-group-btn{
	width: 60px;
	text-align: center;
}
.frmSearch .btn-action{
	background: #000;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
.section_blog .block-rounded{
	background: #f9f9fb;
	border-radius: 0.5rem!important;
	padding: 20px;
 }
.section_blog .blogwp.media .image-blog {
	width: 190px;
	flex: 0 0 190px;
	border-radius: 8px;
	overflow: hidden;
}
.blogwp.media + * {
	margin-top: 10px;
	border-top: 2px solid #f7f7f7;
	padding-top: 10px;
}
.section_blog .blogwp.media h3,
.section_blog .blogwp.media h3 a.link {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.blog-list .blogwp{
	padding: 10px 0;
}
.blogwp .media {
	line-height: 1.4;
}
.blogwp .lead {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 0.3rem;
	margin-bottom: 0;
	font-weight: normal;
	word-break: break-word;
	color: #8f8f8f;
}
.blogwp .content_blog a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* product */
[class*="product-product-"]{
	background: #f9f9fb;
}
.slider-for{
	margin: 0 0 10px;
}
.slider-nav .slick-slide img{
	opacity: 0.4;
}
.slider-nav .slick-slide{
	margin: 0 12px 0 0;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}

.product-slider .slick-arrow{
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	cursor: pointer;
	font-family: FontAwesome;

}
.product-slider .slick-arrow:focus {
	outline: none;
}
.product-slider .slick-prev {
	left: -4px;
}
.product-slider .slick-next {
	right:5px;
}

.product-slider .slick-prev::before {
	content: '\f053';
	font-size: 20px;
	color: #999;
}
.product-slider .slick-next::before {
	content: '\f054';
	font-size: 20px;
	color: #999;
}

.product-slider .slider-nav .slick-slide.slick-current{
	border: 1px solid #f60;
}
.product-slider .slider-nav .slick-slide.slick-current img{
	opacity: 1;
}

.title-product, .title-product a {
	font-weight: 700;
	font-size: 20px;
	color: #333;
}
.details-pro .group-status {
	font-size: 14px;
}
.status_name, .status_name a {
	color: #007bff;
}
.details-product .details-pro .price-box, #ega-sticky-addcart .price-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	column-gap: 4px;
}
.details-product .details-pro .product-price {
	font-size: 20px;
	color: #ed3324;
	line-height: 24px;
	font-family: inherit;
	font-weight: 700;
}
.details-product .details-pro .product-price-old {
	font-size: 16px;
	color: #979797 !important;
	margin-left: 5px;
	font-weight: normal;
}
.details-product .details-pro .price-box {
	position: relative;
	margin: 15px 0 10px;
	border-radius: 4px;
	display: block;
}
.details-product .price-box .label_product, #ega-sticky-addcart .label_product {
	border-radius: 4px;
	background: #fb6e2e;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding: 3px 8px;
	font-weight: bold;
	margin-left: 10px;
}
.save-price {
	font-size: 14px;
	width: 100%;
}
.save-price span {
	color: #fb6e2e;
}
.button_actions .btn_base {
	width: 100%;
}
.buynow, .quick-view-product .button_actions .btn-cart {
	grid-column: 1 / -1;
	background-color: #00a0e3;
	color: #fff;
}
.swatch {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 10px;
}
.button_actions {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.button_actions .btn {
	transition: all 0.3s ease;
	font-weight: 700;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
}
.button_actions .btn span {
	font-weight: 400;
	font-size: small;
}
.button_actions .btn-cart {
	background-color: #fcd702;
	color: #000;
	border: 1px solid #fcd702;
	margin-top: 10px;
	width: 100%;
}
.button_actions .btn-tocart{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.button_actions .btn-cart:hover {
	filter: brightness(1.2);
}
.buynow:hover {
	color: #fff;
	opacity: 0.8;
}
.soluong {
	align-items: center;
	grid-template-columns: 100px 150px;
	margin-bottom: 20px;
}
.soluong label{
	margin-bottom: inherit;
}
.soluong .input-group .form-control[name^=quantity]{
	height: 35px;
	text-align: center;
}
.soluong .input-group-prepend,
.soluong .input-group-append{
	height: 35px;
}
.btn-outline-secondary{
	border-color: #ced4da;
}
.soluong.show {
	display: grid;
}
.soluong label {
	color: #727272;
	justify-content: flex-start;
}

.input_number_product, .custom-btn-number {
	border: none;
	display: flex;
	height: 36px;
	margin-bottom: 0;
	margin-top: 0;
	align-items: center;
}
.qlySection p.quantity-label{
	line-height: 11px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #7b7b7b;
}
.qlySection #input-quantity{
	height: 32px;
	text-align: center;
	padding: 0;
	font-size: 15px;
}
.qlySection .input-group-addon{
	background: transparent;
	cursor: pointer;
}
.qlySection .input-group-addon:hover{
	background: #ccc;
}
.product-policises {
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
.product-policises .media > div:not(.media-body) {
	width: 24px;
	height: 24px;
}
.media + * {
	margin-top: 10px;
	border-top: 1px dashed #f1f1f1;
	padding-top: 10px;
}
.product-trustbadge .title-menu {
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 10px;
}
.product-right > div:not(:first-of-type) {
	margin-top: 15px;
}
.details-main .heading-bar {
	padding-top: 0;
	font-size: 16px;
	padding-bottom: 15px;
}
.product_getcontent {
	max-height: 370px;
	overflow: hidden;
}
.product_getcontent {
	max-height: 370px;
	overflow: hidden;
}
#content h2:first-child {
	color: #111;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.457;
}
.product_getcontent p img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.btn-secondary {
	background-color: #E5E6ED;
}
.ega-pro__seemore {
	position: relative;
}
.ega-pro__seemore:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
}

/* footer */
footer {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #333;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.main-breadcrumb {
	position: relative;
	margin-bottom: 20px;
}
.breadcrumb {
	margin: 0;
	padding: 8px 0;
	border: none;
	background: transparent;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb li a {
	color: #999;
	font-size: 13px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #333;
}
.breadcrumb > li:last-child:after {
	border: none;
	background: transparent;
}
.breadcrumb li a .fa.fa-home {
	color: #666;
	font-size: 16px;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.pagination li {
	margin: 0 8px 0 0;
}
.pagination span,
.pagination a {
	font-size: 14px;
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	border: 1px solid #bebebe;
	background-color: #fff;
	color: #8898aa;
	font-weight: normal;
}
.pagination li.active span,
.pagination li a:hover {
	border-color: #fb6e2e;
	background-color: #fb6e2e;
	color: #fff;
	box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}
.pagination li.active a {
	pointer-events: none;
}
.common-home .subheader{
	margin-bottom: 50px;
}
.home-banner-group {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
.home-banner-left {
	grid-column: 1 / span 2;
}
.sub_banner {
	flex-direction: column;
	display: flex;
	grid-gap: 10px
}
.sub_banner--bottom {
	grid-column: 1 / span 3;
	flex-direction: row;
}
.sub_banner--bottom .banner {
	flex: 1 1 auto;
}
.home-slider .slick-arrow.slick-prev {
	left: 10px;
}
.home-slider .slick-arrow.slick-next {
	right: 10px;
}
.shop-policises {
	justify-content: flex-start;
	box-shadow: inset 0px -1px 0px #f1f1f1;
}
.shop-policises .link {
	font-size: 14px;
	font-weight: 500;
}
.shop-policises .link:hover {
	color: #fb6e2e;
}
.shop-policises li {
	display: flex;
	align-items: center;
	padding: 12px 0;
}
.shop-policises li+li {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #f1f1f1;
}

.side-slick .slick-arrow{
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	cursor: pointer;
	font-family: FontAwesome;

}
.side-slick .slick-arrow:focus {
	outline: none;
}
.side-slick .slick-prev {
	left: -4px;
}
.side-slick .slick-next {
	right:5px;
}

.side-slick .slick-prev::before {
	content: '\f053';
	font-size: 20px;
	color: #999;
}
.side-slick .slick-next::before {
	content: '\f054';
	font-size: 20px;
	color: #999;
}
.side-slick.cate .slick-item{
	padding: 10px 5px;
}
.side-slick.cate .slick-item img{
	transition: all 300ms ease;
	border-radius: 0.5rem;
	box-shadow: rgb(60 64 67/10%) 0px 1px 2px 0px, rgb(60 64 67/15%) 0px 2px 6px 2px;
	-webkit-box-shadow: rgb(60 64 67/10%) 0px 1px 2px 0px, rgb(60 64 67/15%) 0px 2px 6px 2px;
}
.side-slick.cate .slick-item:hover img{
	box-shadow: none;
}
/* news blog */
.main.is-blog .heading.text-center{
	margin-bottom: 60px;
}
.news__top{
	border-bottom: 1px dotted #ddd;
}
.news__item {
	display: block;
	margin-bottom: 18px;
}
.news__item.news__full .news__image .news__image-thumb {
	padding-top: 58%;
}
.news__image .news__image-thumb {
	display: block;
	padding-top: 100%;
	position: relative;
	transition: all 300ms ease;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.news__image .news__image-thumb img {
	transition: all 300ms ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news__title {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.news__title .news__link {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news__grid .news__item .news__item-inner {
	display: block;
	margin-bottom: 25px;
}
.news__image {
	display: block;
	margin-bottom: 16px;
}
.news__list .news__image {
	flex: 0 0 120px;
	max-width: 120px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.news__image .news__image-thumb {
	display: block;
	padding-top: 100%;
	position: relative;
	transition: all 300ms ease;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.news__list .news__image .news__image-thumb img {
	transition: all 300ms ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news__grid .news__image .news__image-thumb {
	display: block;
	padding-top: 100%;
	position: relative;
	transition: all 300ms ease;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.news__grid .news__image .news__image-thumb img {
	transition: all 300ms ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news__info {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.news__title {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.news__title .news__link {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 500;
}
.news__des {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 1.489;
}
.blog-detail .thumb{
	margin-bottom: 30px;
}
.blog-detail{
	margin-top: 30px;
}
.blog-detail h1{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
	color: #911439;
	margin: 0 0 10px;
}
.blog-detail .entry p.date{
	font-size: 16px;
	color: #747c97;
}

/*contact */
.information-contact .main-breadcrumb{
	margin-bottom: 0 !important;
}

.box-maps{
	margin-bottom: 30px;
}
.company__list {
	font-size: 1rem;
	display: block;
}
.company__list li {
	display: block;
	padding: 10px 0px 10px 35px;
	position: relative;
}
.company__list li>i {
	color: #6c757d;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0px;
	top: 50%;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	color: #3c4858;
	height: 40px;
	font-size: 16px;
	border-radius: 6px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus{
	box-shadow: none !important;
}
.btn.btn-default{
	background: #E5E6ED;
	text-shadow: none;
	padding: 7px 15px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 0.5rem;
	box-shadow: none;
}
.btn.btn-primary{
	background: #2f4858;
	color: #fff;
	text-shadow: none;
	border-color: #2f4858;
	padding: 7px 15px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 0.5rem;
	box-shadow: none;
}
.btn.btn-primary:hover {
	background: #df5c39;
	border-color: #df5c39;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.product-related-slide .slick-arrow{
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	cursor: pointer;
	font-family: FontAwesome;
}
.product-related-slide .slick-arrow:focus {
	outline: none;
}
.product-related-slide .slick-prev {
	left: -14px;
}
.product-related-slide .slick-next {
	right:-14px;
}
.product-related-slide .slick-prev::before {
	content: '\f053';
	font-size: 20px;
	color: #999;
}
.product-related-slide .slick-next::before {
	content: '\f054';
	font-size: 20px;
	color: #999;
}
.cate-tabs{
	margin: 5px 0 15px;
}
.tabs-group {
	overflow-x: auto;
	overflow-y: hidden;
}
.tabs li {
	position: relative;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	border: 1px solid #eee;
	font-size: 14px;
	user-select: none;
}
.tabs li:hover {
	color: #fb6e2e;
	background: #fff;
	border-color: #fb6e2e;
}
.tabs li a{
	color: #333;
}
.tabs li:hover a{
	color: #fb6e2e;
}
.sort-cate ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.sort-cate .content_ul li {
	display: inline-block;
}
.sort-cate .content_ul li:hover a,
.sort-cate .content_ul li a.active {
	color: #fb6e2e;
}
.section-hot__banner {
	margin-right: -1px;
}
.section_product_new{
	min-height: 300px;
}
.product-col {
	border: 1px solid #eee;
	margin-left: -1px;
	margin-bottom: -1px;
	padding-left: 0;
	padding-right: 0;
}
.item_product_main{}
.none-border-r{
	border-right: 1px solid #fff !important;
}
.item_product_main .product-thumbnail {
	position: relative;
	padding: 8px;
	overflow: hidden;
}
.item_product_main .product-thumbnail img{
	transition: all .3s ease;
}

.item_product_main .product-info {
	padding: 10px;
	position: relative;
}
.item_product_main .product-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	min-height: 40px;
}
.item_product_main .product-name a{
	color: #333;
}
.item_product_main .product-name a:hover{
	color: #ed3324;
}
.item_product_main .price {
	font-weight: bold;
	color: #ed3324;
	font-size: 16px;
	display: block;
}
.item_product_main .label_soldout.product-item-btn.sold_out{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	position: absolute;
	right: 8px;
	bottom: 10px;
	background: #00a0e3;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #ffffff;
	box-shadow: none;
	border-radius: 3px;
	padding: 3px;
	z-index: 99;
}
.item_product_main .compare-price {
	color: #8f8f8f;
	text-decoration: line-through;
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
}
.item_product_main .label_product {
	background: #fb6e2e;
	padding: 5px;
	z-index: 3;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1;
}
.item_product_main .label_product .label_wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
}
.section {
	margin-bottom: 40px;
}
.header_menu{
	background: #fcd702;
	padding: 10px 0;
}
.heading-bar {
	font-size: 16px;
	padding-bottom: 15px;
}
.heading-bar__title, .heading-bar__title a {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}
/* flash sale */
section#flash_sale{
	margin-bottom: 40px;
}
.flash-sale-bg{
	background: #fcd702;
	padding: 15px;
	border-radius: 0.25rem;
}
.flash-sale-bg .col-lg-15,
.flash-sale-bg .col-md-15,
.flash-sale-bg .col-sm-15,
.flash-sale-bg .col-xs-15{
	padding-left: 6px;
	padding-right: 6px;
}
.flex-flash-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.flex-flash-title h3{
		font-size: 16px !important;
	}
	.flex-flash-head{
		display: flex;
		flex-flow: column;
		justify-items: center;
		align-items: center;
		justify-content: center;
	}
}
#clock-flash-sale{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#clock-flash-sale figure{
	background: #111;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	font-size: 11px;
	margin-left: 4px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
	line-height: 15px;
}
#clock-flash-sale figure span._point{
	font-weight: bold;
	font-size: 16px;
}
#clock-flash-sale figure span{
	display: block;
}
.flex-flash-title{
	display: flex;
 	justify-items: center;
	align-items: flex-start;
}
.flex-flash-title img{
	display: inline-block;
	margin-left: 5px;
}
.flex-flash-title h3{
	font-weight: 600;
	font-size: 20px;
}
.flash-sale-bg .col-6{
	margin-bottom: 12px;
}
.flex-count-time{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-count-time .t-time{
	font-weight: 600;
	margin-right: 5px;
}
.sale-item{
	border-radius: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
}
.sale-item .product-thumbnail {
	position: relative;
	padding: 8px;
	overflow: hidden;
}
.sale-item .product-info{
	padding: 10px;
}
.sale-item .product-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	min-height: 40px;
}
.sale-item .price {
	font-weight: bold;
	color: #ed3324;
	font-size: 16px;
	display: block;
}
.sale-item .compare-price {
	color: #8f8f8f;
	text-decoration: line-through;
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
}
.sale-item .label_product {
	background: #fb6e2e;
	padding: 5px;
	z-index: 3;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1;
}
.sale-item .label_wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
}
.flashsale__bottom {
	padding: 0 10px 10px 10px;
}
.flashsale__progressbar.style2 {
	height: 18px;
}
.flashsale__progressbar {
	display: block;
	width: 100%;
	height: 10px;
	background: #ffaaaf;
	margin-top: 2px;
	border-radius: 9999px;
	position: relative;
	overflow: hidden;
}
.flashsale__progressbar .flashsale__label {
	font-size: 12px;
	position: relative;
	left: 0;
	z-index: 2;
	text-align: center;
	margin: auto;
}
.flashsale__label{
	color: #fff;
}
.flashsale__label img {
	vertical-align: top;
}
.flashsale___percent {
	width: 0%;
	height: 100%;
	background: linear-gradient(270deg,#ff424e, #ff424e);
	border-radius: 9999px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.banner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	flex: 1 1 100%;
}
a.banner{
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	overflow: hidden;
	border-radius: 0.5rem;
}
.top-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #333;
	color: #fff;
}
.top-footer .follow_option li + * {
	margin-left: 1rem;
}
.subscribe {
	gap: 15px;
	display: flex;
}
.subscribe h6 {
	flex: 0 0 240px;
	max-width: 240px;
	font-size: 14px;
	line-height: 1.4;
}
.custom-input-group {
	overflow: hidden;
	position: relative;
}
.newsletter-form .input-group-field {
	padding: 0px 90px 0px 15px;
}
.custom-input-group .input-group-btn, .custom-input-group .input-group-btn button {
	border: none;
	color: #ffffff;
}
.custom-input-group .input-group-field {
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: #363636;
	outline: none;
	padding: 0 50px 0 15px;
	float: right;
	border: 1px solid #ebebeb;
	overflow: hidden;
	background: #fff;
	border-radius: 4px!important;
}
.custom-input-group .input-group-btn {
	position: absolute;
	right: 0;
	z-index: 4;
	height: 100%;
	border-radius: 0 4px 4px 0 !important;
}
.btn-action{
	background: #00a0e3;
	font-size: 14px;
}
.mid-footer{
	padding-top: 40px;
	background: #fff;
	color: #333;
	font-size: 14px;
	padding-bottom: 25px;
}
.single-contact li:first-child i{
	font-size: 18px;
}
.single-contact li:nth-child(2) i{
	font-size: 22px;
	padding-left: 3px;
}
.single-contact i{
	flex: 0 0 20px;
	width: 20px;
}
.single-contact li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.mid-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mid-footer .list-menu li + li{
	margin-top: 8px;
}
.mid-footer ul li a{
	color: #333;
	transition: all .3s ease;
}
.mid-footer ul li:hover a{
	color: #fb6e2e;
	margin-left: 4px;
}
.mid-footer .footer-click {
	padding-left: 15px;
	padding-right: 15px;
}
.title-menu {
	margin: 0px 0px 10px;
	font-weight: 700;
	font-stretch: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.bg-footer-bottom{
	border-top: 1px solid #dfdfdf;
	background: #f9f9f9;
	text-align: center;
	font-size: 12px;
}
.bottom-fix{
	position: fixed;
	left: 10px;
	bottom: 20px;
	z-index: 9000;
	display: flex;
	justify-content: space-around;
}
.hotline-fix {
	background: #fac100;
	border-radius: 99px;
	padding: 5px 12px;
}
.hotline-fix .hotline-number{
	font-size:20px;
	color: #b20000;
	font-weight: bold;
}
.bottom-fix .chat-zalo{
	background: url("../image/zalo-chat.gif") center center no-repeat;
	height: 65px;
	width: 70px;
	background-size: 90px;
}
.addThis_listSharing {
	position: fixed;
	bottom: 160px;
	z-index: 999;
	top: auto !important;
	right: 12px;
}
.backtop {
	right: 12px;
	bottom: 196px;
	top: auto !important;
	cursor: pointer;
	color: #fff;
	height: 44px;
	width: 44px;
	background-color: #fcd702;
	line-height: 36px;
	border-radius: 100%;
	font-size: 30px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	margin-bottom: 5px;
}
.backtop.show {
	z-index: 999;
	opacity: 1;
	visibility: visible;
}
.checkout-success{
	background: #f9f9f9;
}
.page-success{
	padding: 20px;
	background: #fff;
	max-width: 600px;
	margin: 0 auto 20px;
	font-size: 20px;
}
.box-cash strong{
	color: #df0000;
}
.box-cash img{
	margin-bottom: 20px;
}
.page-success ._thank{
	font-style: italic;
	text-align: center;
	font-size: 17px;
}
.page-success .box-cash{
	margin: 30px 0;
	border: 1px solid #FCC419;
	background: #fff9e3;
	padding: 20px 12px;
	border-radius: 6px;
	text-align: center;
}
@media (max-width: 767px) {
	.page-success{
		font-size: 15px;
	}
}