@font-face {
	font-family: elle-futura;
	src: url(../fonts/elle-futura-book.otf);
	font-display: block
}

@font-face {
	font-family: 'UTM Avo';
	font-display: swap;
	src: url(../fonts/UTMAvo-Italic.woff2) format("woff2"), url(../fonts/UTMAvo-Italic.woff) format("woff");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: 'UTM Avo';
	font-display: swap;
	src: url(../fonts/UTMAvo.woff2) format("woff2"), url(../fonts/UTMAvo.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'UTM Avo';
	font-display: swap;
	src: url(../fonts/UTMAvoBold.woff2) format("woff2"), url(../fonts/UTMAvoBold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'UTM Avo';
	font-display: swap;
	src: url(../fonts/UTMAvo-BoldItalic.woff2) format("woff2"), url(../fonts/UTMAvo-BoldItalic.woff) format("woff");
	font-weight: 700;
	font-style: italic
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #74b830
}

::-webkit-scrollbar-thumb:hover {
	background: #74b830e0
}

* {
	outline: none;
}

body {
	font-family: UTM Avo, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	margin: auto;
	background: #f5f6fa;
	font-size: 15px;
}

header.halink-site-header {
	float: left;
	width: 100%;
	margin: auto;
	background: #32373c;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.halink-widget-img img {
	float: left;
	width: 100%
}

.href-logo-site>img {
	width: auto;
	height: 70px;
	padding: 10px;
}

.cart-site {
	color: #fff
}

.cart-site i {
	font-size: 30px
}

.search-form-menu .halink-nav-menu a {
	margin: auto !important;
	padding: 0;
	color: white;
	position: relative;
}

.search-form-menu .halink-nav-menu li a:hover:before {
	width: 100%;
}

.search-form-menu .halink-nav-menu ul {
	list-style: none
}

.search-form-menu .halink-nav-menu ul.sub-menu {
	display: none
}

.search-form-menu .halink-nav-menu {
	display: flex;
	justify-content: end;
	align-items: flex-start !important;
	gap: 15px;
}

.halink-search-gr form.halink-search-form {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	position: relative;
}

form.halink-search-form button[type=submit] {
	position: absolute;
	border: none;
	background: #f7442e;
	color: white;
	width: 60px;
	height: 32px;
	right: 4px;
	top: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.halink-search-gr form.halink-search-form input {
	width: 100%;
	float: left;
	height: 40px;
	border: none;
	border-radius: 2px;
	padding: 10px;
	font-size: 14px
}

.halink-search-gr button.halink-search-form-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	background: none;
	border: none;
	font-size: 15px;
	background: #f53d2d;
	color: #fff;
	padding: 6px 20px
}

.d-flex {
	display: flex;
	align-items: center
}

jc-spacebetween {
	justify-content: space-between
}

.halink-search-gr {
	position: relative
}

.search-form-menu {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.jc-spacebetween {
	justify-content: space-between
}

a {
	transition: all ease 300ms;
	color: #000000bf;
}

.productcat-box-gr {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.productcat-box-gr img {
	width: 100%;
	height: auto
}

.slider-container {
	float: left;
	width: 100%;
	position: relative
}

.slider-container-gr-content {
	display: grid;
	justify-content: center;
	float: left;
	width: 100%;
	grid-template-columns: 70% auto;
	grid-gap: 5px
}

.banner-slider-container img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banner-slider-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 5px
}

.owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center
}

.owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	background: #19161624;
	border-radius: 100%;
	margin: 0 4px
}

.owl-dots button.owl-dot.active {
	background: #fff
}

.owl-nav button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transition: all ease 300ms;
	opacity: 0
}

.owl-nav button span {
	font-size: 50px;
	background: #ffffff59;
	padding: 0 15px 10px;
	display: flex;
	justify-content: center;
	align-items: center
}

.owl-nav button.owl-next {
	position: absolute;
	right: 0
}

.owl-carousel:hover .owl-nav button {
	opacity: 1
}

.owl-nav button:hover span {
	background: white !important;
}

.container {
	padding: 0;
	width: 1170px;
	max-width: 100%;
	margin: auto
}

.halink-widget-content {
	float: left;
	width: 100%;
	margin: 0;
}

.halink-site-content {
	float: left;
	width: 100%;
	margin: auto;
	padding: 0;
	background: #f5f6fa;
}

.halink-site-inner {
	float: left;
	width: 100%;
	margin: auto
}

li {
	list-style: none;
	position: relative
}

.imglist-container-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	align-items: center;
	grid-gap: 30px;
}

.imglist-container-content .item>a {
	display: grid;
	justify-content: center;
	align-items: center;
	margin: auto
}

.imglist-container-content .item>a img {
	float: none;
	margin: auto
}

.imglist-container-content .item>a span {
	color: #000000bf;
	padding: 5px 0
}

.imglist-container-content .item>a img {
	width: 45px;
	height: 45px;
	transition: all ease 300ms
}

.imglist-container-content .item>a:hover img {
	transform: scale(1.2)
}

.productcat-box {
	text-align: center;
	font-size: 13px
}

.productcat-box a {
	color: #000000bf;
	float: left;
	width: 100%;
	position: relative
}

.productcat-box a span {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 13px;
	color: #000000c7;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: normal;
}

.product-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px
}

.productcat-box>a img {
	width: 100%
}

.product-box-price {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	padding: 0;
}

.product-sale-number {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(255, 212, 36, .9);
	color: #fff;
	padding: 4px;
	box-shadow: 0 0 10px #0000002b;
	font-weight: 700
}

.product-sale-number span {
	font-size: 12px !important;
	color: #fc5931 !important;
}

a.productcat-viewmore {
	float: left;
	text-align: center;
	margin: 30px 0;
	width: 100%
}

a.productcat-viewmore span {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	padding: 10px 15px;
	color: #fff
}

footer.halink-site-footer {
	float: left;
	width: 100%;
	margin: auto;
	background: #32373c;
	padding-top: 0;
}

.middle-footer {
	float: left;
	width: 100%;
	padding: 45px 0;
}

.middle-footer .details-col {
	display: grid;
	grid-template-columns: repeat(4, 23%);
	justify-content: center;
	grid-gap: 30px;
}

.middle-footer .details-col .nav {
	display: block
}

footer .gallery-container {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(3, 30%);
	grid-gap: 10px
}

footer .gallery-container .item img {
	width: 100%
}

.middle-footer .details-col .nav li a {
	padding: 5px 0;
	color: #8A92A2;
	transition: all 0.3s;
	font-size: 14px;
}

.bottom-footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	background: #75b932;
	color: white !important;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.small-title {
	font-size: 20px
}

.halink-widget-title>h2 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 10px;
}

footer .halink-widget-title>h2:before, footer .halink-widget-title>h2:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #78ba37;
	bottom: 0
}

a:hover {
	color: red;
	text-decoration: none;
	transition: all 300ms
}

p {
	margin-bottom: 15px
}

.title-tin {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700
}

.editor-content {
	color: #000000ba;
	font-size: 14px
}

header.halink-site-header.fixed {
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	right: 0;
	/* -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12); */
	/* box-shadow: 0 0 8px 0 rgba(0,0,0,.12); */
}

header.halink-site-header.fixed .href-logo-site>img {
	/* width:100px; */
}

header.halink-site-header.fixed .halink-search-gr form.halink-search-form input {
	/* height:30px; */
}

header.halink-site-header.fixed .halink-search-gr button.halink-search-form-submit {
	font-size: 18px
}

.halink-widget-productcat-slider, .halink-widget-product-by-type {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px #0000001a
}

a.productcat-viewmore span:hover {
	background: red
}

span.product-price.product-price {
	color: #74b830;
	font-size: 15px;
	font-weight: bold;
}

span.product-price.has-sale {
	text-decoration: line-through;
	color: #000000cf
}

.halink-nav-menu>li:hover>ul {
	display: block !important
}

.halink-nav-menu ul.sub-menu {
	position: absolute;
	top: 40px;
	z-index: 9;
	background: linear-gradient(-180deg, #f53d2d, #f63);
	padding: 0;
	min-width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 0
}

.halink-nav-menu li {
	position: relative;
	padding: 0;
	margin: 0
}

.halink-nav-menu ul.sub-menu>li:hover>ul.sub-menu {
	display: block
}

.halink-nav-menu ul.sub-menu2 {
	left: 101%;
	top: 0
}

.halink-nav-menu ul.sub-menu3 {
	left: 101%;
	top: 0
}

.halink-nav-menu ul.sub-menu a {
	font-size: 13px
}

.details-productcat {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5%;
}

.halink-pagging {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.halink-pagging a {
    font-weight: 700;
    padding: 3px 8px;
    color: #333;
    border-radius: 3px;
    display: inline-block;
    margin: 1px;
    border: 2px solid #dedede;
    background: #fff;
}

.halink-pagging a:hover {
    border: 2px solid #74b830;
    background: #74b830;
    color: #fff;
}

.halink-pagging a.current {
	cursor: not-allowed;
	border: 2px solid #74b830;
    background: #74b830;
    color: #fff;
}

.post-type-content {
	display: block;
}

.post-type-content.no-sidebar {
	display: block
}

.details-post figure {
	margin: auto !important
}

.post-image-gr {
	display: flex;
	grid-gap: 30px;
	background: white;
}

.post-image>img {
	float: left;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.post-content {
	margin: 15px 0;
	background: white;
	float: left;
	width: 100%;
	padding: 15px;
}

.breadcrumb-nav-inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.breadcrumb {
	margin-bottom: 0;
	background: none;
	padding: 0
}

.title-post {
	margin-bottom: 0;
	font-size: 15px;
	text-transform: uppercase
}

.breadcrumb-nav {
	margin: 15px 0 30px 0;
	font-size: 14px;
	float: left;
	width: 100%;
}

.breadcrumb-nav span {
	color: #00000085
}

.breadcrumb-nav-inner i {
	padding: 0 5px
}

.price-for-product-details .product-box-price {
	justify-content: flex-start;
	grid-gap: 10px;
	padding: 10px;
	background: whitesmoke;
}

.price-for-product-details .product-box-price span {
	font-size: 17px;
}

.price-for-product-details .product-box-price span.product-price-sale {
	font-size: 25px;
	font-weight: 600;
}

.price-for-product-details .product-box-price span.has-sale {
	color: #00000073
}

.price-for-product-details {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.product-desc-content {
	float: left;
	width: 100%;
}

header.halink-site-header.fixed .halink-nav-menu li {
	/* padding:0; */
}

.product-list-gallery {
	float: left;
	width: 100%;
	margin: 10px 0;
	position: relative
}

.product-list-gallery img.actived {
	border: 2px solid #f63f2d;
	padding: 0;
}

.owl-nav:hover {
	z-index: 1
}

.owl-nav button.owl-next {
	right: 0;
	left: unset
}

.large-title {
	font-size: 200px;
	text-align: center;
	text-shadow: 0 10px 10px #00000059;
	color: #f53d2d
}

.notfound-type-content.notfound-page {
	text-align: center;
	font-size: 20px;
	padding: 60px 0
}

.notfound-type-content.notfound-page a {
	display: block;
	margin: 30px 0 15px
}

.notfound-type-content.notfound-page a span {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	padding: 10px 20px;
	color: #fff;
	font-size: 15px
}

footer .halink-nav-menu li {
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: center;
}

.post-type-content .productcat-box {
	background: #fff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	position: relative;
	float: left;
	width: 100%;
}

.post-type-content .productcat-box .productcat-box-title {
	padding: 0;
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
}

.frm-register-content {
	width: 600px;
	margin: auto;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px #0000003b;
	max-width: 100%;
	height: 100%;
	display: flow-root
}

.home-page-content p {
	font-size: 14px;
}

.bottom-footer .halink-widget-title>h2:before {
	left: 0;
	right: 0;
	margin: auto
}

.main-site-content {
	float: left;
	width: 100%;
	margin: 0;
}

label.halink-register-frm-alert {
	padding-left: 5px;
	color: #dd1010;
	margin: auto !important
}

.halink-account-page-content {
	display: grid;
	grid-template-columns: 18% 81%;
	justify-content: center;
	grid-gap: 15px
}

.halink-account-page-content>.right-panel {
	padding: 30px
}

.halink-account-page-content>.left-panel {
	padding: 15px
}

.halink-account-page-content>.left-panel ul {
	padding: 0
}

ul.list-action-member li {
	padding: 0;
	line-height: 35px;
}

ul.list-action-member li a {
	font-size: 15px
}

.halink-account-page-content>div {
	box-shadow: 0 0 10px #00000012;
	background: #fff
}

.form-control[readonly] {
	background: #ff000014;
	border: none
}

.halink-contact-form {
	float: left;
	width: 100%;
}

.form-group label {
	font-size: 15px
}

ul.list-action-member li a i {
	font-size: 18px;
	color: #f53d2d;
	font-weight: 700
}

ul.list-action-member li a.actived {
	color: #f53d2d
}

ul.list-top-nav {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 0;
	padding: 5px 0
}

ul.list-top-nav a {
	color: #fff
}

ul.list-top-nav a:hover {
	text-decoration: underline
}

ul.list-top-nav ul {
	display: none;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 0;
	min-width: 180px;
	width: 100%;
	padding: 10px;
	top: 25px;
	z-index: 1;
	box-shadow: 0 0 10px #0000002b;
	border-radius: 4px;
}

ul.list-top-nav>li:hover>ul {
	display: block
}

ul.list-top-nav ul a {
	color: #000000cc
}

ul.list-top-nav i {
	font-size: 18px
}

.form-control {
	font-size: 15px;
	padding: 10px;
	float: left;
	width: 100%;
	height: auto
}

label {
	font-size: 15px
}

.search-form-site {
	width: auto;
	max-width: 100%
}

.product-box-addtocart {
	display: grid;
	float: left;
	width: 100%;
	grid-gap: 30px;
}

.product-input-quantity input {
	height: 40px;
	width: 60px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
}

.product-box-addtocart button {
	border: none;
	padding: 10px 20px;
}

.product-box-addtocart button i {
	font-size: 25px
}

.btn-primary {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	border: none !important;
	transition: all 0.3s;
}

.btn-primary:hover {
	background: #c20d0d
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #c20d0d;
	border: none
}

.halink-cart-number {
	position: absolute;
	top: -5px;
	right: -15px;
	background: #fff;
	padding: 0 4px;
	color: #d20b0b;
	border-radius: 100%;
	font-size: 13px;
	border: 1px solid #d20b0b
}

.cart-site-content {
	position: relative
}

.cart-site-content>a {
	color: #fff
}

.cart-member-detais {
	display: grid;
	grid-template-columns: 60% auto;
	grid-gap: 30px
}

table.payment-table {
	float: left;
	width: 100%;
	margin: auto
}

table.payment-table.payment-table-edit-cart thead td {
	padding: 5px 0;
	text-align: center;
	font-weight: 500;
	font-size: 15px
}

table.payment-table thead {
	background: #fff
}

.info-user-payment {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 10px #0000001f;
	float: left;
	width: 100%;
}

table.payment-table td {
	font-size: 14px;
	padding: 5px
}

.payment-table span.product-price.product-price-regular {
	font-size: 13px;
	padding-right: 5px
}

a.remove-item-cart {
	cursor: pointer
}

a.remove-item-cart:hover {
	color: red !important
}

a.remove-item-cart i {
	font-size: 20px
}

.info-order-details-gr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px
}

.info-order-details {
	background: #ffffff91;
	padding: 15px;
	box-shadow: 0 0 10px #00000030
}

.info-order-details.info-order-details-overview {
	margin-bottom: 15px
}

.group-title {
	display: flex;
	grid-gap: 5px
}

.group-title .left-title label {
	font-weight: 700
}

h3.smaller-title {
	font-size: 18px;
	margin-bottom: 15px
}

.right-title span {
	padding-right: 2px
}

.group-title.product-order-total-price {
	border-top: 1px solid #00000021;
	color: #ec0f0f;
	float: left;
	width: auto
}

.form-group {
	float: left;
	width: 100%
}

.list-table-order-user thead {
	background: #f5f5f5 !important
}

.list-table-order-user tbody tr:nth-child(2n) {
	background: #ff000008
}

.note-for-user {
	float: left;
	width: 100%;
	margin-top: 15px
}

ul.order_notes {
	padding: 2px 0 0;
	float: left;
	width: 100%;
	margin: auto
}

ul.order_notes li {
	padding: 0 10px;
	float: left;
	width: 100%
}

ul.order_notes li .note_content {
	padding: 10px;
	background: #ca333314;
	position: relative
}

ul.order_notes li .note_content p {
	margin: 0;
	padding: 0;
	word-wrap: break-word
}

ul.order_notes li .note_content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: #ca333314 transparent
}

ul.order_notes li a.delete_note {
	color: #a00;
	cursor: pointer
}

ul.order_notes li p.meta .exact-date {
	border-bottom: 1px dotted #999
}

ul.order_notes li p.meta {
	padding: 10px;
	color: #838080;
	margin: 0;
	font-size: 12px;
	text-align: right
}

.list-note.list-note-for-user.list-note-mess {
	float: left;
	width: 100%
}

.list-note.list-note-for-user.list-note-mess .info-order-details {
	float: left;
	width: 100%
}

.scroll-btn.show {
	bottom: 30px;
	opacity: 1;
	visibility: visible
}

.scrollToTop {
	position: fixed;
	right: 50px;
	bottom: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0;
	z-index: 96
}

.scroll-btn i {
	display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    z-index: 2;
    height: 100%;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s ease 0;
    border-radius: 100%;
}

.scroll-btn {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 94;
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	background: #74b830;
	border-radius: 100%
}

.scroll-btn:hover {
	background-color: #120000;
	color: #fff;
	box-shadow: 0 0 10px #dea800;
	transform: scale(1.1)
}

form.halink-search-form button[type=submit] i {
	font-weight: normal;
	padding: 0;
}

.halink-widget-title-gr {
	display: flex;
	gap: 10px
}

.countdown_flashsale {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1px;
	position: absolute;
	left: 0;
	width: auto;
	padding: 5px 2px;
	color: white;
}

.countdown_flashsale>span {
	font-weight: bold;
	border-radius: 2px;
	font-size: 11px !important;
	background: #f94f2f;
	color: #fff !important;
	padding: 4px 6px !important;
	word-wrap: unset !important;
	text-align: center !important;
}

.product-sale-number:after {
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	bottom: -4px;
	position: absolute;
	border-color: transparent rgba(255, 212, 36, .9);
	border-style: solid;
	border-width: 0 19px 4px;
	right: 0
}

.productcat-slider-containe .productcat-box-title {
	text-align: center
}

.productcat-slider-container .productcat-box-title {
	text-align: center;
	padding: 0 !important;
	font-size: 14px;
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 40px;
}

.productcat-slider-container img.productcat-box-img {
	border-radius: 100%;
	margin-bottom: 10px;
}

.productcat-slider-container .productcat-box-gr .productcat-box {
	float: left;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .05);
	padding: 10px;
	border-left: none;
	transition: all 0.3s;
}

.productcat-slider-container .productcat-box-gr {
	display: grid;
	justify-content: center;
	align-items: center
}

.productcat-slider-container .owl-item.active:nth-child(10n) .productcat-box, .productcat-slider-container .owl-item.active:first-child .productcat-box {
	border-left: 1px solid rgba(0, 0, 0, .05);
}

.productcat-slider-container .productcat-box-gr .productcat-box:hover {
	box-shadow: 0 0 10px #00000024;
}

ul.breadcrumb-details {
	float: left;
	width: 100%;
	padding: 0;
	margin: auto;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px
}

ul.breadcrumb-details .title-post {
	text-transform: none;
	font-size: 15px;
}

ul.breadcrumb-details a {
	color: #000000bf;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 15px;
}

ul.breadcrumb-details a:after {
	position: absolute;
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	right: 0;
	font-size: 10px;
	top: 8px;
	color: #0000009e;
	font-weight: 400
}

.title-product {
	font-size: 1.25rem;
}

button.product-addtocart {
	background: rgba(208, 1, 27, .08);
	color: #d0011b;
	border: 1px solid #d0011b !important;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-right: 5px;
}

.product-share-button {}

.product-share-button i {
	font-size: 20px
}

.product-share-button .items-center {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px
}

.product-input-quantity {
	display: flex
}

.product-input-quantity button {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	outline: none;
}

.product-gr-quantity {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px
}

.product-gr-quantity>label {
	font-size: 15px
}

.percent_off {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	color: #fff;
	padding: 2px 5px;
	font-size: 12px !important;
	border-radius: 2px
}

.product-content-title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: #74b830;
	padding: 10px;
	font-weight: bold;
	color: white;
}

.post-box .box-img img {
	max-width: 100%;
	transition: all 0.3s;
}

.product-metabox {
	float: left;
	width: 100%;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	justify-content: flex-start;
	align-items: center;
}

.product-metabox-box {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px
}

.product-metabox-box span {
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 2px;
	padding: 5px 20px;
	cursor: pointer;
	transition: all .3s;
	position: relative
}

.product-metabox-box span:hover, .product-metabox-box span.actived {
	border: 1px solid #f7452e
}

.product-metabox-box span.actived:before {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	right: 5px;
	font-size: 10px;
	top: 0;
	right: 0;
	color: #fff;
	z-index: 2
}

.product-metabox-box span.actived:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent red transparent transparent;
	position: absolute;
	top: -1px;
	right: -1px
}

.details-post.details-productcat {
	float: left;
	width: 100%;
	transition: all 0.3s;
}

ul.list-productcat-related {
	padding: 0;
}

.left-sidebar-contain {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.left-sidebar-title>h3 {
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 10px;
}

.left-sidebar-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

select {
	font-size: 14px
}

ul.list-productcat-related i.fa {
	font-size: 9px
}

ul.list-productcat-related li a {
	font-size: 15px
}

.halink-widget-content .productcat-box-title {
	margin: 10px 0;
}

.halink-widget-content .product-box-price {
	padding: 0;
}

.product-list-share {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px
}

.product-like-button i {
	font-size: 22px;
	color: red;
	cursor: pointer
}

.product-like-button {
	border-left: 1px solid rgba(0, 0, 0, .09);
	padding-left: 30px
}

.post_liked {
	position: absolute;
	left: 0;
	top: .625rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
	max-width: 70%
}

.post_liked_text {
	position: relative;
	display: flex;
	align-items: center;
	height: .9375rem;
	font-size: .5625rem;
	line-height: .6875rem;
	font-weight: 500;
	padding: 0 4px;
	border-top-right-radius: .125rem;
	border-bottom-right-radius: .125rem;
	background: currentColor;
	left: -.1875rem;
	color: #f25220
}

.post_liked_text>span {
	color: #fff !important;
	font-size: .75rem !important;
	line-height: .875rem !important;
	text-overflow: ellipsis !important
}

.post_liked_text:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: .8125rem;
	border-top: .1875rem solid;
	border-left: .1875rem solid transparent;
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	color: #f25220
}

ul.list-productcat-related li.actived a {
	color: #ff6433;
}

.order-productcat {
	float: right;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px
}

.order-productcat-title>h3 {
	font-size: 15px;
	color: #000000bd;
	margin: auto;
}

.order-productcat-sort-date span {
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .02);
	border-radius: 2px;
	cursor: pointer
}

.order-productcat-sort-date span.actived {
	background: #ee4d2d;
	color: #fff
}

.order-productcat select {
	padding: 5px 20px 5px 10px;
	border: none;
	cursor: pointer;
	outline: none
}

.order-productcat select option {
	outline: none;
	cursor: pointer
}

.post-content-has-sidebar {
	display: grid;
	justify-content: center;
	grid-template-columns: auto 30%;
	gap: 30px;
	background: none;
	padding: 0
}

.post-content-has-sidebar>div {
	background: #fff;
	padding: 0;
}

.details-post {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.liked_tag {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 2px
}

.list-history-search {
	position: absolute;
	top: 42px;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	display: none;
	transition: all 0.3s;
}

.list-history-search>ul {
	padding: 0;
	margin: auto;
}

.list-history-search>ul li {
	line-height: normal;
	padding: 5px 15px;
	font-size: 15px;
	color: #000000bf;
}

.list-history-search>ul li:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.list-history-search.actived {
	display: block;
}

ul.list_key_search {
	padding: 0;
	margin: auto;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

ul.list_key_search li:not(:last-child) {
	border-right: 1px solid #00000038
}

ul.list_key_search li>a {
	float: left;
	width: 100%;
	padding-right: 5px;
	text-decoration: underline;
}

.list-product-catlink-gr ul {
	padding: 0
}

.list-product-catlink-gr ul>li>a {
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0, 0, 0, .54);
}

.list-product-catlink-gr ul.list-product-catlink-child>li>a {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}

.list-product-catlink {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px
}

ul.list-product-catlink-child {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 5px;
}

ul.list-product-catlink-child li:not(:last-child)>a {
	border-right: 1px solid #0003;
	padding-right: 5px
}

.list-product-catlink-gr ul.list-product-catlink a:hover {
	color: #fd5d32;
}

.j-space-between {
	justify-content: space-between;
	align-items: center
}

a.flash-sale-viewmore {
	text-transform: capitalize;
	color: #fb5731
}

a.flash-sale-viewmore I {
	padding-left: 5px
}

a.flash-sale-viewmore:hover {
	text-decoration: underline
}

.product-box-flashsale-gr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/flash_sale_bg.png) left center no-repeat;
	padding: 2px 10px;
}

.product-box-flashsale-gr .product-box-flashsale {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.product-box-flashsale .countdown_flashsale {
	position: relative;
}

.product-box-flashsale-gr .product-box-flashsale>span {
	text-transform: uppercase;
	font-size: 13px;
}

.product-box-flashsale-gr img {
	filter: brightness(100);
	max-width: 100%;
	width: 15%;
	padding-top: 5px;
}

.product-box-flashsale-gr .product-box-flashsale {
	color: #fff
}

.product-box-flashsale-gr .product-box-flashsale>i {
	font-size: 18px;
}

.product-box-flashsale .countdown_flashsale span {
	background: #000000b8
}

.post-desc.product-desc>.title-product {
	margin-bottom: 15px;
}

.fa-stack i.fa-star {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #74b830;
}

.fa-stack i.fa-star-half {
	color: #74b830;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #74b830;
	margin-left: -5px;
}

.fa-stack i.fa-star.fa-full {
	color: #74b830;
}

.result-halink_metabox_danhgia {
	display: flex;
	justify-content: start;
	align-items: center;
	font-weight: 400;
	font-size: 13px;
	gap: 5px;
}

select[name=halink_metabox_danhgia] {
	min-width: auto
}

.result-halink_metabox_danhgia .fa-stack {
	width: 20px;
	cursor: pointer;
}

.meta-select-gr.rating-product-box {
	display: grid;
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.result-rating span, .result-rating i {
	font-weight: 700;
	font-style: inherit;
	color: #f8492f;
}

.gr-rs.rating-product-select {
	display: flex;
	justify-content: center;
	gap: 2px;
	display: none
}

em.rate-text {
	display: none
}

.result-typeshow-halink_metabox_danhgia .list-star-gr {
	order: 1
}

.result-typeshow-halink_metabox_danhgia {
	display: grid
}

.result-typeshow-halink_metabox_danhgia .result-rating {
	order: 0;
	font-size: 20px;
	text-align: center;
	color: #ee4d2d;
}

.result-typeshow-halink_metabox_danhgia .fa-stack {
	width: 25px
}

.rating-product-box-reviews-area {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
	background: #fffbf8;
	padding: 15px;
	border: 1px solid #f9ede5
}

ul.list-rating-detail {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 0
}

ul.list-rating-detail li {
	border: 1px solid rgba(0, 0, 0, .09);
	background: #fff;
	font-size: 14px;
	padding: 5px 10px
}

ul.list-rating-detail li span {
	padding-left: 4px
}

.result-typeshow-halink_metabox_danhgia .result-rating>span {
	font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

.halink-widget-productcat-slider button>span {
	border-radius: 100%;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 30px;
	padding-bottom: 10px;
	transition: all .3s;
	background: #fff
}

.halink-widget-productcat-slider .owl-nav button.owl-next {
	right: -35px
}

.halink-widget-productcat-slider .owl-nav button.owl-prev {
	left: -35px
}

.halink-widget-productcat-slider .owl-nav button>span:hover {
	transform: scale(1.5);
	box-shadow: 0 0 10px #00000024
}

.halink-widget-productcat-slider .owl-dots {
	display: none;
}

.product-desc-content>ul li {
	list-style: disc;
}

.product-desc-content>ul {
	padding-left: 15px;
}

.product-box-rating {
	float: left;
	width: 100%;
	padding: 0;
}

.product-box-rating .list-star {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
	width: 100%;
	gap: 0
}

.product-box-rating .list-star>span {
	width: 15px
}

.product-box-rating .list-star>span>i {
	font-size: 12px
}

.product-box-rating .list-star>span>i.fa-star-half {
	margin-left: -3px
}

.halink-widget-content .product-box-rating {
	padding: 10px 0 0 0;
}

.details-postcat {
	/* display: grid; */
	/* grid-template-columns: repeat(2, auto); */
	/* gap: 30px; */
}

.details-postcat .box-info, .details-post .box-info {
	color: #ee4d2d;
	margin: 10px 0;
	float: left;
	width: 100%;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.details-postcat a.post-box-href {
	color: #ee4d2d;
	font-weight: 700;
	font-size: 20px;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.details-postcat .box-desc {
	float: left;
	width: 100%;
	margin: auto;
	color: #233452;
	overflow: hidden
}

.details-postcat .box-desc .content-desc>p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: normal;
	margin: auto
}

.details-postcat .box-info .view-post:before, .details-post .box-info .view-post:before {
	content: '';
	background: #00102E;
	opacity: .2;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	padding: 0
}

.details-postcat .box-img {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.details-postcat a.post-box-href>img:hover {
	transform: scale(1.2)
}

.details-postcat a.post-box-href:hover {
	color: #0000009c
}

.post-related-list {
	grid-template-columns: repeat(3, auto);
	float: left;
	width: 100%;
}

.main-site-related {
	float: left;
	width: 100%;
	margin: 0 0 30px
}

.title-related-list {
	float: left;
	width: 100%;
	margin: 0 0 15px
}

.post-share {
	float: left;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px
}

.post-share ul {
	display: flex;
	padding: 0;
	margin-bottom: 0;
	gap: 10px
}

.post-share ul i {
	font-size: 15px;
	color: #fff;
	transition: all .3s
}

.post-share ul li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fa5130;
	transition: all .3s
}

.post-share ul li:hover {
	background: #eb0029
}

.post-share ul li:hover i {
	transform: scale(1.2)
}

.post-share>span {
	font-size: 18px
}

.post-desc>ul {
	padding: 0
}

.post-desc>ul li {
	list-style: inside
}

img.post-image-cover {
	margin: auto;
	float: left;
	max-width: 100%;
	margin-bottom: 15px
}

.details-post .box-info {
	margin-top: 0;
	color: #000000ba;
}

.list-likedproduct .product-box-price, .list-product-related .product-box-price {
	padding: 10px 0;
}

.list-likedproduct .product-box-rating, .list-product-related .product-box-rating {
	padding: 0;
}

.list-likedproduct .productcat-box-title, .list-product-related .product-box-rating {
	padding: 0 !important;
}

.list-product-related .product-box-title {
	padding: 0 !important;
}

.list-likedproduct .productcat-box-title {
	margin-top: 10px;
}

.null-page {
	float: left;
	width: 100%
}

.null-page span {
	border: 1px solid #f6412d;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 10px;
	background: #fa533017
}

.null-page span>i {
	padding-right: 5px
}

.cart-member-detais .edit-cart {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 10px;
	border-radius: 0;
	float: left;
	width: 100%;
}

.cart-member-detais .halink-contact-form {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 15px
}

.cart-member-detais .halink-contact-form .form-group input {
	box-shadow: rgba(0, 0, 0, 0.18) 0 8px 5px;
	border: 2px solid rgba(0, 0, 0, 0.14)
}

.cart-member-detais .halink-contact-form label {
	font-weight: 400;
	font-size: 17px
}

.info-user-payment>h2.small-title.title-payment {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 17px
}

.cart-member-detais .halink-contact-form label i {
	color: #eb0029
}

.cart-member-detais .edit-cart table {
	padding: 15px
}

.cart-member-detais .edit-cart>h2.small-title {
	background: linear-gradient(-180deg, #f53d2d, #f63);
	text-transform: uppercase;
	padding: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	float: left;
	width: 100%
}

.cart-member-detais .edit-cart table thead {
	display: none
}

.item-payment-details-info {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 35% 20% auto auto 5%;
	align-items: center;
	justify-content: space-around;
	gap: 5px;
	font-size: 14px
}

.item-payment-details {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	padding-bottom: 10px;
	display: grid;
	gap: 10px
}

.payment-table.payment-table-edit-cart {
	float: left;
	width: 100%;
	padding: 10px
}

.item-payment-details-info.item-payment-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700
}

.halink-footer-frm-table {
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	font-weight: 700;
	color: #f53d2d
}

.item-payment-details-info.item-payment-total>span {
	font-size: 17px
}

.button-actions-tickets {
	float: left;
	width: 100%;
	display: grid;
	gap: 15px;
	margin-top: 25px
}

.button-actions-tickets button {
	padding: 12px;
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
	transition: all .3s ease 0
}

.button-actions-tickets button.confirm-payment {
	background: #128125;
	color: #fff
}

.button-actions-tickets button:hover {
	box-shadow: rgba(0, 0, 0, 0.17) 0 0 10px
}

.item-payment-details-info {
	font-size: 13px
}

.halink-footer-frm-table {
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	font-weight: 700;
	color: #f53d2d
}

.item-payment-details-info.item-payment-total>span {
	font-size: 17px
}

.halink-footer-frm-table>span {
	font-size: 17px;
	color: #000
}

.halink-footer-frm-table i {
	color: rgba(0, 0, 0, 0.63);
	font-size: 14px
}

.item-payment-price {
	display: flex;
	flex-wrap: wrap-reverse
}

.item-payment-price>span {
	font-size: 13px !important
}

.post-box-gr.post_type_show_2 .post-box::before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	background: url("../images/bottom_left_bg.png") center bottom / cover no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 30px;
}

body.post-type.post .post-container.post_type_show_0 {
	margin-top: -440px;
}

body.post-type.post .post-container.post_type_show_0 .title-post {
	color: rgb(255, 255, 255);
}

.post-container.post_type_show_0 .breadcrumb-nav-inner {
	margin-bottom: 0px;
}

body.post-type.post .post-container.post_type_show_0 .main-site-content {
	box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 10px;
	border-radius: 10px;
	padding: 15px;
}

.post-container.post_type_show_1 .breadcrumb-nav .box-info {
	display: none;
}

.post-container.post_type_show_1 .details-post {
	display: grid;
	justify-content: center;
	gap: 0px;
	grid-template-columns: repeat(2, 1fr);
}

.post-container.post_type_show_1 .main-site-content {
	margin: auto;
	padding: 0px !important;
}

.post-container.post_type_show_1 .breadcrumb-nav-inner {
	margin: 30px 0px;
}

.post-container.post_type_show_1 .details-post .post-desc .post-desc-details {
	background: rgb(255, 255, 255);
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
	border-radius: 30px;
	height: 90%;
	overflow: auto;
	position: relative;
}

.post-container.post_type_show_1 .details-post .post-image .owl-item img {
	width: 90px;
	height: auto;
	max-width: 100%;
}

.list-contact * {
	color: rgb(0, 0, 0) !important;
	justify-content: space-evenly !important;
}

.list-top-nav.list-contact {
	justify-content: space-between;
	display: grid;
	grid-template-columns: repeat(3, 33%);
	gap: 5px !important;
}

.list-top-nav.list-contact li {
	border: 2px solid rgb(116 184 48);
	padding: 20px 10px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	justify-content: start !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.list-top-nav.list-contact li i {
	background: rgb(116 184 48);
	padding: 20px;
	font-size: 20px;
	color: rgb(255, 255, 255) !important;
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 100%;
	justify-content: center !important;
	align-items: center;
	transition: all 0.2s;
}

.list-top-nav.list-contact li span {
	font-size: 14px;
}

.contact-title {
	text-transform: uppercase;
}

.form-content {
	display: grid;
	grid-template-columns: repeat(2, 49%);
	gap: 15px;
	float: left;
	width: 100%;
}

.content-contact .list-top-nav {
	justify-content: left;
}

.content-contact .list-top-nav i {
	background: none;
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	font-size: 15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease 0s;
}

.content-contact .list-top-nav i:hover {
	background: none;
}

.gr-ip.gr-ip-flex {
	display: grid;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	float: left;
	width: 100%;
	grid-template-columns: repeat(2, 49%);
}

.gr-ip.gr-ip-flex input {
	max-width: 100%;
	float: left;
}

.frm-lienhe {
	float: left;
	width: 100%;
	display: grid;
	gap: 10px;
}

.frm-lienhe .gr-ip>input, .frm-lienhe .gr-ip>textarea {
	width: 100%;
	background: white;
	border: none;
	padding: 10px;
	border: 1px solid #00000026;
}

.frm-lienhe .gr-ip>input[type="submit"] {
	border-radius: 30px;
	background: rgb(25, 132, 43);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	width: 150px;
	max-width: 100%;
	margin: auto;
	font-weight: 700;
}

.frm-lienhe .gr-ip>textarea {
	height: 150px;
}

.map-content {
	float: left;
	width: 100%;
	margin: 30px 0px;
}

.map-content iframe {
	float: left;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 10px;
}

.list-top-nav li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.list-top-nav li span {
	font-weight: 700;
	font-size: 14px;
}

.list-top-nav li:hover i {
	transform: scale(1.1);
	transition: all 0.2s;
	background: rgb(116 184 48);
	box-shadow: rgb(255, 255, 255) 0px 0px 4px;
}

.list-top-nav li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.list-top-nav li span {
	font-weight: 700;
	font-size: 14px;
}

.list-top-nav li:hover i {
	transform: scale(1.2);
	background: rgb(116 184 48);
	box-shadow: rgb(255, 255, 255) 0px 0px 4px;
}

.content-contact .list-top-nav i:hover {
	color: #eb0029;
	transform: scale(1.2);
	box-shadow: #fff 0 0 4px
}

.middle-footer .details-col .nav a {
	text-transform: capitalize;
}

.left-sidebar-content, .main-content {
	float: left;
	width: 100%
}

.left-sidebar-content {
	background: #fff;
	padding: 15px
}

.frm-sidebar-input-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px
}

.frm-sidebar-input {
	float: left;
	width: 100%;
	margin: auto
}

form.frm-sidebar[name=range-filter-price] input[type=number] {
	width: 50%;
	font-size: 13px;
	padding: 5px;
}

form.frm-sidebar[name=range-filter-price] input[type=submit] {
	width: 100%;
	float: left;
	margin-top: 10px;
	background: #f84b2f;
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 15px
}

.left-sidebar-title>h3:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: linear-gradient(-180deg, #f53d2d, #f63);
	bottom: 0
}

.copyright a {
	color: #fff !important;
}

.copyright {
	text-transform: none;
	color: white !important;
}

footer .halink-widget-title>h2 {
	color: #fff;
	font-size: 20px;
}

ul.flag-language {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0
}

ul.flag-language li {
	opacity: .5;
	cursor: pointer;
	transition: all .3s
}

ul.flag-language li.actived {
	opacity: 1
}

ul.flag-language li:hover {
	opacity: 1
}

.d-grid-2-column {
	grid-template-columns: repeat(2, 50%)
}

.d-grid {
	display: grid;
	justify-content: center;
	align-items: center;
}

.halink-short-editor-content img {
	max-width: 100%;
	padding: 30px
}

.home-page-content .halink-widget-title>h2 {
	font-weight: 700;
	font-size: 32px;
	color: #444f60
}

.content-text {
	font-size: 16px;
	color: #01000099 !important
}

.imglist-container-content .item>img {
	width: 50px;
	height: 50px;
}

.imglist-container-content .item>h3 {
	font-size: 20px;
	margin: 15px 0;
	color: #444f60;
}

.halink-widget-title {
	margin-bottom: 30px;
	position: relative;
}

.halink-widget-title-center {
	text-align: center;
}

.halink-widget-title .short-title {
	font-size: 18px;
	color: #999;
}

.home-page-content .halink-widget-content:nth-child(2n) {
	background: #fff
}

.home-page-content .halink-widget-title:after {
	content: '';
	background: #75b932;
	width: 100px;
	height: 4px;
	position: relative;
	bottom: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px
}

.home-page-content .halink-widget-content {
	padding: 75px 0;
}

.gap50 {
	gap: 50px
}

.imglist-container-content .item>p {
	color: #999;
	font-size: 16px
}

.block-content {
	font-size: 16px
}

.imglist-container-content .item>p {
	color: #999;
	font-size: 16px
}

.block-content {
	font-size: 16px
}

.home-page-content .halink-widget-title-center:after {
	margin: auto
}

.halink-widget-title-has-icon .bg-number {
	position: absolute;
	font-weight: bolder;
	top: -50px;
	left: 60px;
	font-size: 10rem;
	z-index: 0;
	opacity: .1;
	color: #999
}

.halink-widget-title-has-icon>img {
	width: 50px;
	height: 50px;
	padding: 0;
	margin-bottom: 15px;
	box-shadow: none !important;
}

.halink_short_feature_editor .block-content {
	padding: 0 50px
}

.halink_short_feature_editor img {
	padding: 0;
	box-shadow: 0 0 50px #00000038;
}

.halink-widget-gallery .gallery-container {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(5, 20%);
	width: 70%;
	max-width: 100%;
	margin: auto
}

.halink-widget-gallery .gallery-container .item>img {
	max-width: 100%;
	height: auto;
	filter: grayscale(1);
	cursor: pointer;
	transition: all .3s
}

.halink-widget-gallery .gallery-container>.item {
	border-right: 1px solid #ededed;
	padding: 15px;
	height: 90px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-bottom: 1px solid #ededed
}

.halink-widget-gallery .gallery-container .item>img:hover {
	filter: none;
	transform: scale(1.1);
}

.halink-widget-gallery .gallery-container>.item:nth-child(5n) {
	border-right: initial
}

.halink-widget-gallery .gallery-container>.item:nth-last-child(-n + 5) {
	border-bottom: none;
}

.halink-widget-customer-review .item-review {
	width: 50%;
	margin: auto;
	background: #fff;
	text-align: center
}

.halink-widget-customer-review .item-review img {
	width: 75px;
	height: 75px;
	margin: auto;
	border-radius: 100%;
	top: -35px;
	position: relative
}

.halink-widget-customer-review .item-review .item-review-content {
	overflow: visible;
	margin: 50px
}

.halink-widget-customer-review .item-review {
	width: 50%;
	margin: auto;
	background: #fff;
	text-align: center
}

.halink-widget-customer-review .item-review img {
	width: 75px;
	height: 75px;
	margin: auto;
	border-radius: 100%;
	top: -35px;
	position: relative
}

.halink-widget-customer-review .item-review .item-review-content {
	overflow: visible;
	margin: 50px 30px 0px 30px;
}

.testimonial-content {
	margin-top: -30px;
	padding-bottom: 15px
}

.testimonial-content>h3 {
	font-size: 20px;
	color: #78ba37
}

.testimonial-content {
	margin-top: -30px;
	padding-bottom: 15px
}

footer .halink-widget-title>h2:after {
	width: 30px;
	left: 10px;
	bottom: -8px;
}

.middle-footer .details-col .nav li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
	color: #fff;
}

.middle-footer .details-col .nav li a:hover {
	padding-left: 7px
}

footer.halink-site-footer * {
	color: #fff;
}

footer.halink-site-footer ul.contactbox {
	padding: 0;
	margin: auto
}

footer.halink-site-footer h3 {
	font-size: 16px;
	font-weight: 700
}

footer.halink-site-footer ul.contactbox li {
	line-height: 25px
}

.copyright * {
	color: white !important;
}

ul.socials {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	gap: 10px;
	margin: auto
}

bottom-footer .details-col {
	justify-content: space-between !important
}

.bottom-footer .details-col {
	display: flex;
	align-items: center;
	justify-content: space-around;
	r
}

ul.socials li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	transition: all .5s;
	z-index: 2;
	cursor: pointer;
	position: relative
}

.bottom-footer:after {
	content: "";
	position: absolute;
	background: rgba(208, 208, 208, 0.4);
	width: 100%;
	height: 100%;
	left: 70%;
	top: 0;
	z-index: 0;
	transform: skew(-20deg)
}

ul.socials li a:hover {
	background: #75b932;
	transform: scale(1.2);
}

ul.socials li a:hover>i {
	color: white;
}

.pageloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #8c8cf9;
	z-index: 99999999999;
	transition: -webkit-transform .35s ease-out;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	will-change: transform
}

.pageloader.is-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pageloader::before {
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-animation: page-loader-outer 1.5s infinite ease-in;
	animation: page-loader-outer 1.5s infinite ease-in
}

.pageloader::after, .pageloader::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 100%;
	content: "";
	z-index: 999999
}

.pageloader::after {
	margin-top: -100px;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	background-color: rgba(255, 255, 255, .5);
	border: 3px solid rgba(255, 255, 255, .75);
	-webkit-animation: page-loader-inner 1.5s infinite ease-out;
	animation: page-loader-inner 1.5s infinite ease-out
}

@-webkit-keyframes page-loader-inner {
	0%, 40% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes page-loader-inner {
	0%, 40% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes page-loader-outer {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100%, 40% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes page-loader-outer {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100%, 40% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.infraloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

.infraloader.is-active {
	opacity: 1;
	z-index: 999997
}

body:not(.home) .halink-site-content {
	background: #fff;
}

.contact_us_gr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0
}

a.contact_us_frm {
	background: #75b932;
	padding: 10px 30px;
	color: #fff !important;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

a.contact_us_frm:hover {
	webkit-box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important;
	opacity: .8
}

.search-form-menu .halink-nav-menu a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #fff;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 0;
	transition: all .3s
}

ul.socials li a>i {
	color: #32373c;
}

.post-type-content.productcat-type {
	display: block;
}

.post-type-content .productcat-box img {
	width: 75px;
	height: auto;
	position: absolute;
	left: -30px;
	top: 15px;
	box-shadow: 0 0 10px #74b83024;
	border-radius: 15px;
	transition: all 0.3s;
}

.info-box-product {
	float: left;
	width: 100%;
	padding: 0 15px 0 17%;
}

.post-type-content.product-type {
	display: block;
}

.product-box-meta {
	padding: 0;
	font-size: 13px;
	float: left;
	text-align: left;
}

.post-type-content .productcat-box:hover img {
	transform: scale(1.1);
}

.productcat-short-desc {
	float: left;
	width: 100%;
	text-align: justify
}

.details-post.details-productcat:hover>img.productcat-box-img {
	transform: scale(1.2);
}

@media only screen and (max-width: 500px) {
	.breadcrumb-nav {
		display: none;
	}

	.main-site-content {
		margin: 15px 0;
	}

	.order-productcat-title {
		display: none;
	}

	span.product-recent {
		font-size: 9px !important;
	}

	.product-sale-number:after {
		border-width: 0 16px 4px;
	}

	ul.breadcrumb-details {
		display: none;
	}

	.h_gallery_popup_content {
		display: block !important;
	}

	.h_gallery_popup_content_img_list {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

@media only screen and (max-width: 900px) {
	.home-page-content .halink-widget-content {
		padding: 30px 15px
	}

	.home-page-content .d-grid {
		display: block
	}

	.home-page-content .d-flex {
		display: block !important
	}

	.home-page-content .halink-widget-title>h2 {
		font-size: 20px
	}

	.halink-widget-title .short-title {
		font-size: 15px
	}

	.imglist-container-content .item>h3 {
		font-size: 15px
	}

	.halink-widget-gallery .gallery-container {
		width: 100%
	}

	.testimonial-content>h3 {
		font-size: 15px
	}

	.testimonial-content>p {
		font-size: 13px
	}

	.halink-widget-customer-review .item-review .item-review-content {
		margin: 50px 15px 0
	}

	.cart-member-detais {
		display: block;
	}

	ul.list-action-member li a {
		font-size: 11px;
		display: grid;
		justify-content: center;
		align-items: center
	}

	ul.list-action-member li a i {
		margin: auto
	}

	.halink-account-page-content>.left-panel {
		padding: 10px 0
	}

	.halink-account-page-content>.right-panel {
		float: left;
		width: 100%;
		padding: 15px
	}

	.halink-account-page-content {
		display: block
	}

	.halink-account-page-content>.left-panel ul {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		margin: auto;
	}

	.navbar-wrapper .container-content {
		display: grid !important;
		padding: 10px 0 0 !important;
	}

	.main-site-related {
		padding: 0 10px;
	}

	.post-related-list {
		grid-template-columns: repeat(2, auto);
		gap: 10px;
	}

	.post-image-gr {
		display: block
	}

	.product-metabox-box {
		flex-wrap: wrap
	}

	ul.list-rating-detail {
		flex-wrap: wrap
	}

	.post-content-has-sidebar {
		display: block
	}

	.rating-product-box-reviews-area {
		display: block
	}

	.result-typeshow-halink_metabox_danhgia .list-star-gr {
		text-align: center
	}

	.post-content-sidebar {
		float: left;
		width: 100%
	}

	.product-list-share {
		margin: 10px 0
	}

	.breadcrumb-nav-inner {
		padding: 0 10px;
	}

	.left-sidebar {
		display: none
	}

	.main-content {
		float: left;
		width: 100%
	}

	.post-type-content {
		display: block;
		padding: 0 10px;
	}

	.details-post.details-productcat {
		grid-template-columns: repeat(2, 49%)
	}

	.search-form-menu .halink-nav-menu.active-mobile {
		display: block;
	}

	.search-form-menu .halink-nav-menu {
		animation: 0s ease 0s 1 normal none running none;
		display: none;
		width: 100%;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 99999999;
		background: rgb(245, 245, 245);
		padding: 10px;
		bottom: 0px;
	}

	.search-form-menu .halink-nav-menu li {
		float: left;
		width: 80%;
		position: relative;
	}

	.search-form-menu .halink-nav-menu li i.open-submenu {
		position: fixed;
		right: 20px;
	}

	.search-form-menu .halink-nav-menu a {
		width: auto;
		color: white;
	}

	.menu-mb button.toggle-menu {
		display: none !important;
	}

	.menu-mb.active-mobile button.toggle-menu {
		display: block !important;
	}

	.menu-mb.search-form-menu.active-mobile {
		position: fixed;
		background: linear-gradient(-180deg, #f53d2d, #f63);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 99999999999;
		padding: 10px
	}

	.menu-mb.search-form-menu.active-mobile .halink-nav-menu {
		position: relative;
		top: unset !important;
		padding: 0;
		display: block;
	}

	.halink-editor-content {
		padding: 10px
	}

	.halink-top-keysearch {
		padding: 10px
	}

	.halink-show-all-productcat {
		padding: 10px
	}

	.list-product-catlink-gr ul {
		grid-template-columns: repeat(2, 1fr)
	}

	footer.halink-site-footer {
		padding: 10px
	}

	.middle-footer {
		padding: 0
	}

	.navbar-wrapper .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
	}

	.header-content .container-content {
		padding: 0;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
	}

	.search-form-menu .halink-nav-menu {
		display: none
	}

	.cart-site {
		position: absolute;
		right: 30px;
		top: 10px
	}

	.href-logo-site>img {
		width: 100px
	}

	.search-form-site {
		margin: 10px 0 5px;
	}

	.middle-footer .details-col {
		grid-template-columns: repeat(2, 46%)
	}

	.imglist-container-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 10px;
		grid-gap: 10px;
	}

	.product-list {
		grid-template-columns: repeat(2, 1fr);
	}

	ul.list_key_search {
		flex-wrap: wrap;
	}

	button.toggle-menu {
		position: absolute;
		z-index: 999999999;
		border: none;
		cursor: pointer;
		background: none;
		display: block !important;
		left: 0;
		outline: none;
	}

	button.toggle-menu i {
		font-size: 30px;
		color: white;
	}

	body.active-mobile .halink-site-header .search-form-site:first-child {
		display: block;
	}

	body.active-mobile .halink-site-header .search-form-site:first-child .search-form-menu {
		display: block;
	}

	button.toggle-menu.active {
		position: fixed;
		right: 10px;
		top: 20px;
		left: unset;
		float: left;
		z-index: 999999999999999;
	}

	button.toggle-menu.active i::before {
		content: "\f00d";
	}

	button.toggle-menu.active i {
		color: white;
	}

	.halink-widget-productcat-slider .owl-nav button.owl-next {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) {
	.breadcrumb-nav-inner {
		padding: 0 10px;
	}

	.h_gallery_popup_content {
		width: 90% !important;
	}

	.h_gallery_popup_content {
		grid-template-columns: 70% auto !important;
	}

	ul.list-top-nav {
		padding: 2px;
	}
}

@media only screen and (min-width: 901px) and (max-width:1360px) {
	footer.halink-site-footer {
		padding: 0 10px
	}

	.middle-footer .details-col {
		gap: 10px;
		grid-template-columns: repeat(4, 24%)
	}

	.halink-widget-title>h2 {
		font-size: 16px
	}

	.left-sidebar-title>h3 {
		font-size: 15px
	}

	.post-type-content {
		padding: 0 10px;
	}

	.href-logo-site>img {
		width: 85px;
	}

	.product-content-title {
		font-size: 12px;
	}

	.product-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.navbar-wrapper .container-content {
		display: flex !important;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.cart-site {
		position: relative;
		right: unset;
		top: unset;
	}

	.header-content .container-content {
		gap: 10px;
		padding: 0 25px;
	}

	.search-form-site {
		width: auto;
	}
}

@media only screen and (max-width: 992px){
	.list-top-nav.list-contact{
		display: block;
	}

	.list-top-nav.list-contact li{
		margin-bottom: 5px;
	}

	.form-content{
		display: block;
	}

	.form-content .content-contact{
		margin-bottom: 20px;
	}
}