/*
Theme Name: GYM Store 2019
Description: This is a child theme for GYM Store 2019
Author: MuaTheme
Template: flatsome
Version: 1.0.0
*/

/**
 * Global
 */
.mh-no-margin {
	margin: 0 !important;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-font-size-x-small {
	font-size: 13px;
}

.mh-font-size-xx-large {
	font-size: 35px !important;
}

.mh-font-size-x-large {
	font-size: 25px !important;
}

.mh-font-size-large {
	font-size: 21px;
}

.mh-font-title-size-large {
	font-size: 30px !important;
}

.mh-font-size-normal {
	font-size: 19px !important;
}

.mh-font-small {
	font-size: 15px;
}

.mh-font-normal {
	font-weight: normal !important;
}

.mh-font-bold {
	font-weight: bold;
}

.mh-font-italic {
	font-style: italic;
}

.mh-text-decoration {
  text-decoration: line-through;
}

.mh-color-primary {
	color: var(--primary-color) !important;
}

.mh-background-success {
	background-color: #ff9813 !important;
}

.mh-text-justify {
	text-align: justify;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
}

.mh-map::before,
.menu-item-map a::before {
 content: "\f3c5";
}

.mh-hotline::before,
.menu-item-hotline a::before {
 content: "\f2a0";
}

.mh-phone::before,
.menu-item-phone a::before {
 content: "\f3cd";
}

.mh-mail::before,
.menu-item-mail a::before {
 content: "\f2b6";
}

.mh-fex-row {
	display: flex !important;
	flex-direction: row;
}

.mh-list {
	list-style-type: none;
}

.mh-list > li {
	margin: 0;
}

/* Form */
input, select,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input.mh-input::placeholder,
textarea.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
 	font-weight: normal;
}

.mh-form-2-col {
	justify-content: space-between;
}

.mh-form-2-col > .mh-form-col {
	flex-basis: 49%;
}

/* UX Theme */
p {
	margin-bottom: 10px;
}

.dark, .dark p, .dark td {
	color: #fff;
}

span.widget-title {
	display: block;
}


body.woocommerce.archive .is-divider,
.blog-wrapper .is-divider,
.mh-col-divider .is-divider {
	display: none;
}

.mh-button-long {
	padding: 0 2.2em;
}

.mh-button-full {
	width: 100%;
}

span.widget-title {
	display: block;
}

	/* Slider */
.mh-arrow-slider button.flickity-button.previous {
	left: 0;
}

.mh-arrow-slider button.flickity-button.next {
	right: 0;
}

.mh-arrow-slider svg.flickity-button-icon {
	border: 1px solid var(--primary-color);
	cursor: pointer;
	padding: 15px 7px;
	background: rgba(255,255,255,.8);
}

.mh-arrow-slider svg.flickity-button-icon:hover {
	background-color: var(--primary-color);
}

.mh-arrow-slider svg.flickity-button-icon:hover path {
	fill: #fff !important;
}

.mh-arrow-slider svg.flickity-button-icon path {
	color: var(--primary-color);
	opacity: 1;
	fill: var(--primary-color) !important;
}

	/* Tin tức */
.mh-col-blog .col.post-item .box-blog-post {
	border: 1px solid #ededed;
	box-shadow: -5px 5px 0 #f0f0f0;
	-moz-box-shadow: -5px 5px 0 #f0f0f0;
	-webkit-box-shadow: -5px 5px 0 #f0f0f0;
	-o-box-shadow: -5px 5px 0 #f0f0f0;
	padding: 6px;
	background-color: #fff;
}

.mh-col-blog .col.post-item .box-text.text-left {
	padding: 15px 5px;
}


.mh-col-blog .col.post-item .post-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	margin-bottom: 10px;
	padding: 0 5px;
	font-weight: bold;
}

.mh-col-blog .col.post-item:hover .post-title {
	color: var(--primary-color);
}

.mh-col-blog .col.post-item .post-meta {
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-bottom: 10px;
	padding: 0 5px;
}

.mh-col-blog .col.post-item .post-meta::before {
	content: "\f073";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.mh-col-blog .col.post-item .from_the_blog_excerpt {
	font-size: 14px;
	color: #666;
	border-top: 1px solid #ddd;
	padding: 10px 5px 0;
}

/* Breadcrumbs */
.mh-breadcrumbs {
	background-color: transparent !important;
}

.mh-breadcrumbs > .page-title-bg {
	display: none;
}

.mh-breadcrumbs .page-title-inner,
.mh-breadcrumbs .title-breadcrumbs  {
	padding: 0;
}

.mh-breadcrumbs .woocommerce-breadcrumb,
.mh-breadcrumbs .woocommerce-breadcrumb a {
	color: #555;
	font-size: 13px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	font-weight: normal;
	text-transform: initial;
}

.mh-breadcrumbs .woocommerce-breadcrumb a {
	color: var(--primary-color);
}

/**
 * Header
 */
/* Global */
header#header .nav-dropdown {
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border-bottom: 3px solid var(--primary-color);
}

header#header .nav-dropdown > li > a {
	font-size: 13px;
	background-color: transparent;
}

header#header .nav-dropdown > li > a:hover {
	color: var(--primary-color);
}

header#header .nav-dropdown > li > a::before,
#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > .mega-sub-menu ul.menu a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 5px;
	background-image: url('assets/img/all-icon.png');
	background-repeat: no-repeat;
	background-position: -64px -28px;
}
.mobile-nav .account-item.has-icon i{
	display:none;
}
/* Main */
#masthead .searchform {
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	min-height: 35px;
}

#masthead .searchform .search-field {
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 0 15px;
	font-size: 13px;
	min-height: 36px;
}

#masthead .searchform .ux-search-submit {
	background-color: var(--primary-color);
	padding: 0 41px;
	min-height: 36px;
}

#masthead .searchform .ux-search-submit:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

#masthead .nav li.html_topbar_left p {
	margin: 5px 0 0;
}

#masthead li.cart-item > a {
	display: flex;
	flex-direction: column-reverse;
}

#masthead li > a::before {
	opacity: 1;
}

#masthead li.cart-item > a > span {
	margin-left: 0;
}

#masthead li.cart-item > a i {
	font-size: 29px;
	margin: 0;
}

#masthead li.cart-item > a > span.header-cart-title,
#masthead li.account-item > a > span,
#masthead li.html_topbar_right > a > span {
	font-weight: normal;
	text-transform: initial;
	margin-top: 5px;
	font-size: 12px;
}

#masthead li.account-item > a,
#masthead li.html_topbar_right > a {
	display: flex;
	flex-direction: column;
}

#masthead li.account-item > a::before,
#masthead li.html_topbar_right > a::before {
	content: "";
	width: 35px;
	height: 34px;
	display: inline-block;
	background-image: url('assets/img/all-icon.png');
}

#masthead li.account-item > a::before {
	background-position: 46px 0px;
}

#masthead li.html_topbar_right > a::before {
	background-position: -5px 0px;
}

/* Bottom */
#wide-nav ul.header-nav > li {
	margin: 0 6px;
}

#wide-nav ul.header-nav > li > a {
  font-weight: normal;
	font-size: 12px;
}

/* Mega menu */
#wide-nav > .flex-row > .flex-left {
	width: 20%;
	max-width: 250px;
}

#wide-nav #mega-menu-title {
	background-color: #d20d35;
	font-family: "Muli", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

#wide-nav #mega-menu-title i {
	margin-right: 20px;
}

#wide-nav #mega-menu-wrap-mega_menu  {
	position: absolute;
	top: 40px;
}

body.home .header-wrapper.stuck #mega-menu-wrap-mega_menu,
body:not(.home) #wide-nav #mega-menu-wrap-mega_menu {
	display: none;
}
/*

body.home .header-wrapper.stuck #mega-menu-wrap-mega_menu.active,
body.home .header-wrapper:not(.stuck) #mega-menu-wrap-mega_menu,
body:not(.home) #wide-nav #mega-menu-wrap-mega_menu.active {
	display: block;
}
*/
body:not(.home) #wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu a.mega-menu-link,
.header-wrapper.stuck #mega-menu-wrap-mega_menu #mega-menu-mega_menu a.mega-menu-link {
	font-size: 14px;
}

#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu {
	border-bottom: 3px solid var(--primary-color);
}

#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item {
	width: 100%;
	position: relative;
}

#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > .mega-sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
}

#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > .mega-sub-menu ul.menu > li {
	border: 0;
}

#wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > .mega-sub-menu ul.menu a {
	padding: 3px 0;
	display: block;
}

/**
 * Woocommerce
 */
/* Box product */
.product-small.col > .col-inner {
	background-color: #fff;
}

.product-small.col .box-text-products {
	padding: 10px 10px 15px;
}

.product-small.col .box-text-products .name.product-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 10px;
}

.product-small.col .name.product-title a {
	text-transform: initial;
	font-size: 14px;
	margin: 0;
}

.product-small.col .price-wrapper span {
	white-space: nowrap;
	font-size: 16px;
}

.product-small.col .price-wrapper span.price {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	color: var(--primary-color);
}

.product-small.col .price-wrapper span.price > ins {
	margin-bottom: 5px;
}

.product-small.col .price-wrapper span.price > .woocommerce-Price-amount.amount,
.product-small.col .price-wrapper span.price > ins .woocommerce-Price-amount

.product-small.col .price-wrapper span.price > .woocommerce-Price-amount.amount,
.product-small.col .price-wrapper span.price > ins .woocommerce-Price-amount {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 16px;
}

.product-small.col .price-wrapper span.price > del .woocommerce-Price-amount,
.product-small.col .price-wrapper span.price > del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 12px;
	font-weight: bold;
}

.product-small.col .badge-container {
	margin-top: 0;
	right: 10px;
	top: 10px;
	left: auto;
}

.product-small.col .badge-container .badge-inner {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}

.product-small.col .badge-container .badge-inner span {
	background-color: var(--primary-color);
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

.product-small.col .box-image {
	position: relative;
	overflow: hidden;
}

.product-small.col .box-image .image-tools.grid-tools {
	position: absolute;
	top: 50%;
	left: 25%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	visibility: hidden;
	opacity: 0;
	height: 15%;
	max-width: 50%;
}

.product-small.col .box-image:hover .image-tools.grid-tools {
	visibility: visible;
	opacity: 1;
}

.product-small.col .box-image .image-tools.grid-tools .quick-view,
.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button {
	width: 35px !important;
	min-width: 35px !important;
	min-height: 35px;
	line-height: 30px;
	display: inline-block;
	background: rgba(0,0,0,.8);
	border-radius: 50%;
	text-align: center;
	transform: translate(30px,30px);
	-ms-transform: translate(30px,30px);
	-webkit-transform: translate(30px,30px);
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 8px;
}

.product-small.col .box-image .image-tools.grid-tools .quick-view {
	transition: all .4s ease-in-out 0s;
	-moz-transition: all .24 ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button {
	transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
}

.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button .cart-icon {
	display: none;
}

.product-small.col .box-image .image-tools.grid-tools .quick-view:before,
.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-indent: 0;
	position: absolute;
	top: 4px;
	left: 10px;
	font-size: 13px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .6s ease;
}

.product-small.col .box-image .image-tools.grid-tools .quick-view:before {
	content: "\f002";
}

.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button:before {
	content: "\f07a";
}

.product-small.col .box-image:hover .image-tools.grid-tools .quick-view,
.product-small.col .box-image:hover .image-tools.grid-tools .add_to_cart_button {
	transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	visibility: visible;
	opacity: 1;
}

.product-small.col .box-image .image-tools.grid-tools .quick-view:hover:before,
.product-small.col .box-image .image-tools.grid-tools .add_to_cart_button:hover:before {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	transition: transform .6s ease;
}

/* Sidebar */
#shop-sidebar {
	border: 1px solid #eaeaea;
	background-color: #fff;
}

#shop-sidebar .widget-title {
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 20px;
}

#shop-sidebar aside.widget > div,
#shop-sidebar aside.widget > ul {
	padding: 15px 20px 0;
}

#shop-sidebar li {
	border: 0 !important;
}

#shop-sidebar a {
	padding: 3px 0;
	font-size: 14px;
}

/* Archive */
.shop-page-title {
	display: none;
}

.mh-shop-block-title .flex-col {
	font-size: 14px;
}

.mh-shop-block-title {
	margin-bottom: 20px;
}

.mh-shop-title span {
	border-bottom: 1px solid var(--primary-color);
	padding-bottom: 5px;
	font-size: 17px;
  font-weight: bold;
}

.category-page-row {
  padding-top: 0;
}

/* Single */
	/* Summary */
.mh-col-summary .product-title {
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.mh-col-summary .badge-container {
	right: 30px;
	left: auto;
}

.mh-col-summary .badge-container .badge-inner {
	font-weight: normal;
	background-color: #fff;
	color: #00a651;
	border-width: 1px;
	font-size: 15px;
}

.mh-col-summary .icon-box-text p {
	font-size: 14px;
	line-height: 1.6;
}

.mh-col-summary .price.product-page-price {
	margin-bottom: 15px
}

.mh-col-summary .price.product-page-price span.amount {
	color: var(--primary-color);
  font-size: 22px;
}

.mh-col-summary .product-short-description {
	font-size: 13px;
	padding: 10px;
	background-color: #f5f5f5;
}

.mh-col-summary .product-short-description p {
	margin-bottom: 5px;
}

.mh-col-summary .cart {
	margin-bottom: 0;
}

.mh-col-summary .cart input {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.mh-col-summary .single_add_to_cart_button {
	margin: 20px 0 0;
	display: block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
}

.mh-product-hotline {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mh-product-hotline i {
	color: var(--primary-color);
  font-size: 30px;
	margin-right: 10px;
}

.mh-product-hotline a {
	font-size: 13px;
}

.mh-col-product-policy .col-inner {
	border: 1px solid var(--primary-color);
}

.mh-col-product-policy .col-inner h6 {
	background-color: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.3;
	opacity: 1;
}

.mh-col-product-policy ul {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

.mh-col-product-policy ul li {
	font-size: 13px;
	margin-left: 0;
}

.mh-col-product-policy ul li i {
	color: #41ed09;
}

	/* Tabs */
.mh-title-product-tabs span {
	border-bottom: 3px solid #00a651;
	padding-bottom: 5px;
	font-size: 18px;
	color: #666;
}

.mh-col-product-related .product-section-title,
.mh-col-product-tabs .woocommerce-tabs .product-tabs {
	display: none;
}

.mh-col-product-tabs .woocommerce-tabs .tab-panels {
	border: 0;
}

.mh-col-product-related .related-products-wrapper {
	border-top: 0;
}

.mh-col-featured-product .product_list_widget > li {
	background-color: #fff;
	margin-left: 0;
	border: 0;
	padding: 15px 10px 10px 75px;
}

/**
 * Footer
 */

/* Policy */
.mh-col-policy > .col-inner h6 {
	color: var(--primary-color);
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.mh-col-policy > .col-inner p {
	margin-bottom: 0;
	font-size: 13px;
}

.mh-col-policy::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 25px;
	margin-right: 20px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	padding: 5px;
	min-width: 52px;
	min-height: 52px;
	text-align: center;
}

.mh-col-policy-1::before {
	content: "\f0d1";
}

.mh-col-policy-2::before {
	content: "\f0d6";
}

.mh-col-policy-3::before {
	content: "\f118";
}

.mh-col-policy-4::before {
	content: "\f095";
}

.mh-col-policy > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Main */
.mh-footer-col p,
.mh-footer-col a {
	font-size: 13px;
	margin-bottom: 0;
}

.mh-footer-col i {
	font-size: 11px;
}

.mh-footer-col .widget {
	padding: 0;
	margin-bottom: 0;
}

.mh-footer-col .widget-title {
	display: block;
	font-size: 17px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bcbcbc;
	color: #424242;
	position: relative;
	text-transform: initial;
	font-weight: bold;
}

.mh-footer-col .widget-title::after {
	content: "";
	width: 30%;
	border-top: 3px solid #e9224a;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.mh-footer-col ul.menu > li {
	border-top: 0;
}

.mh-footer-col ul.menu > li > a {
	padding: 0;
}

.mh-footer-col-1 {
	border-right: 1px solid #fff;
}

footer#footer .absolute-footer {
	padding: 15px 0;
}

footer#footer .copyright-footer,
footer#footer .copyright-footer a {
	font-weight: bold;
	color: #333;
}

/* Bottom */
.mh-col-bottom-footer .social-icons > a {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.absolute-footer {
	display: none;
}

/**
 * Blog
 */
.blog-wrapper > .row.row-large {
  max-width: 1250px;
}

body.single .blog-single article.post,
.post-sidebar {
	background-image: url('assets/img/sing-practice.png');
	padding: 10px !important;
}

.post-sidebar .widget-area,
body.single .blog-single .article-inner  {
	background-color: #fff;
	padding: 20px 15px;
}

.post-sidebar .widget-title {
	margin-bottom: 10px;
	font-size: 15px;
}

.post-sidebar aside.widget li {
  border: 0;
}

.post-sidebar aside.widget li a {
  font-size: 14px;
  padding: 3px 0;
}

/* Archive */
.blog-wrapper {
	padding-top: 0;
}

.blog-wrapper .col.post-item .box-blog-post {
	border: 1px solid #ededed;
	box-shadow: -5px 5px 0 #dce0e2;
	-moz-box-shadow: -5px 5px 0 #dce0e2;
	-webkit-box-shadow: -5px 5px 0 #dce0e2;
	-o-box-shadow: -5px 5px 0 #dce0e2;
	padding: 6px;
	background-color: #fff;
}

.blog-wrapper .col.post-item .box-text {
	padding: 15px 0 10px;
}

.blog-wrapper .col.post-item .box-text .post-title {
	margin: 0 0 7px;
}

/* Single */
body.single .blog-single .large-9.col {
	padding: 0 15px 30px;
}

body.single .entry-header .entry-title {
	font-size: 22px;
}

/* ===== Page ===== */
/**
 * Global
 */
.mh-title-section {
	margin-bottom: 0;
}

.mh-title-section span {
	background-color: #3a3a3c;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 18px;
  padding: 11px 15px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	position: relative;
}

.mh-title-section span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 22px solid transparent;
	border-left: 15px solid #3a3a3c;
	border-right: 0 solid transparent;
	border-bottom: 23px solid transparent;
	position: absolute;
	top: 0;
	right: -15px;
}

.mh-title-sectioni {
	color: #fff;
	margin-right: 10px;
}

/**
 * Homepage
 */
/* Vertical menu */
body.home .header-wrapper:not(.stuck)  #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
  background: rgba(0,0,0,0.6) !important;
	color: #fff;
}

body.home .header-wrapper:not(.stuck) #mega-menu-wrap-mega_menu {
	background: transparent;
}

body.home .header-wrapper:not(.stuck) #wide-nav #mega-menu-wrap-mega_menu #mega-menu-mega_menu {
	top: 10px;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon > a::before {
	content: "";
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background: none;
	background-image: url('assets/img/all-icon.png') !important;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: absolute !important;
	top: 5px !important;
	left: 10px !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-1 > a::before {
	background-position: -42px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-2 > a::before {
	background-position: -67px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-3 > a::before {
	background-position: -89px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-4 > a::before {
	background-position: -110px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-5 > a::before {
	background-position: -135px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-6 > a::before {
	background-position: -180px -2px !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-7 > a::before {
	background-position: -158px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-8 > a::before {
	background-position: -204px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-9 > a::before {
	background-position: -227px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-10 > a::before {
	background-position: -251px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-11 > a::before {
	background-position: -272px 0 !important;
}

body.home .header-wrapper:not(.stuck) .mh-menu-icon-12 > a::before {
	background-position: -292px 0 !important;
}

/* Danh mục sản phẩm */
.mh-all-box-category {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.mh-box-category {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.mh-box-category .icon-box-img {
	margin-bottom: 0;
}

.mh-box-category .icon-box-img img {
	padding: 0;
}

.mh-box-category .icon-box-text p {
	font-size: 11px;
}

/* Sản phẩm */
.mh-col-home-product p {
	margin-bottom: 0;
}

.mh-col-home-product .tabbed-content > ul.nav {
	background-color: #fff;
	border-bottom: 3px solid var(--primary-color);
  padding: 0 15px;
	margin-bottom: 20px;
}

.mh-col-home-product .tab-panels {
	padding-top: 0;
}

.mh-col-home-product .tabbed-content > ul > li {
	margin: 0 15px;
}

.mh-col-home-product li.tab.active {
	position: relative;
}

.mh-col-home-product li.tab::after {
	content: "\f0d8";
	bottom: -10px;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.mh-col-home-product li.tab.active::after {
    opacity: 1;
    visibility: visible;
    color: var(--primary-color);
}

.mh-col-home-product li.tab a {
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid transparent;
}

.mh-col-home-product li.tab.active a {
	color: var(--primary-color);
	border-top: 1px solid var(--primary-color);
}

.mh-col-home-product .mh-readmore {
	display: inline;
	font-size: 13px;
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 1;
	padding: 5px 10px;
	color: var(--primary-color);
	box-shadow: 0 0 0 0 var(--primary-color);
	-moz-box-shadow: 0 0 0 0 var(--primary-color);
	-webkit-box-shadow: 0 0 0 0 var(--primary-color);
	-o-box-shadow: 0 0 0 0 var(--primary-color);
	-webkit-animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-o-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Form để lại số điện thoại */
.call-phone-product .wpcf7-form-control-wrap{
	padding:0px;
	margin:0px;
}
#san-pham-quan-tam{
display:none;
}
.call-phone-product{width:100%;padding:8px !important;margin-top:8px;background-color:#22934e;border-radius:3px;display:block;margin-bottom:0px;}
.call-phone-product aside input {
	margin-bottom:0px !important;
}
.call-phone-product aside{
	
	height:100%;
	padding:0px;
	margin:0px;
}
.call-phone-product aside input:focus{box-shadow:none;}
.call-phone-product>aside:first-child{display:inline-block;float:left;width:78%;}
.call-phone-product>aside:first-child>input{height:28px;margin:0;border:none;font-size:12.5px !important;}
.call-phone-product>aside .text-customer-name{border:0;font-size:12px;color:#999;display:none;padding:5px 5px 5px 5px;margin-top:0px;width:100%;display:none;margin-bottom:3px;}
.call-phone-product>aside .text-number-phone{margin:0;padding:5px 5px 5px 5px;display:block;}
.call-phone-product>aside .text-number-phone.focused{
	margin-top:8px;
}
.call-phone-product>aside:last-child{width:calc(22% - 8px) !important;display:block;position:relative;float:right;height:auto;}
.call-phone-product>aside .btn-sent-number-phone{width:100%;height:100%;max-height:100%;border:0;background-color:#f60 !important ;font-size:14px;color:#fff;font-weight:normal;position:absolute;top:0px;right:0px;margin:0;display:block;}
@media only screen and (max-width:667px){
	.call-phone-product>aside:first-child{width:75%;}
	.call-phone-product>aside:last-child{width:calc(25% - 8px) !important;}
}	
/* Form để lại số điện thoại */
/* Biến thể */
.variations td:first-child {
	
	
	
	
}
.variations td {display:block; box-sizing:border-box; clear:both}
.variations td label{
	font-size:13px;
	
}
.woo-variation-items-wrapper{
	
	
}
.woo-variation-raw-type-button{
margin:0px !important;
}
.variable-items-wrapper.button-variable-wrapper > li{
background-color: none !important;
    border-color: #333  !important;
color: #333  !important;
border-radius:0 !important;
width:auto !important;
min-width:10px !important;
margin-left: 3px;

padding-right:6px;
text-align:left;
margin-right:0px;	
}
.variable-items-wrapper.button-variable-wrapper > li.selected{

	background: url(images/bg-product.png) right bottom no-repeat #fff;	
	    box-shadow: none !important;
	 border: 1px solid var(--primary-color) !important;
	
}
.variable-items-wrapper.button-variable-wrapper > li > span{
font-size:11px !important;
padding-right:0px;
width:100%;
text-align:left;
}
.variable-items-wrapper.button-variable-wrapper li:first-child{
margin-left: 0px;

}
@-webkit-keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}

@-moz-keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}

@keyframes pulse {
	0% {
		@include transform(scale(.9));
	}

	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}

	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}

.mh-cloud-tag > ul {
	list-style-type: none;
	margin: 0;
}

.mh-cloud-tag > ul > li {
	margin: 0 0 15px;
	float: left;
	display: inline-block;
}

.mh-cloud-tag > ul > li > a {
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	padding: 7px;
	margin-right: 5px;
}

.mh-cloud-tag > ul > li > a:hover {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
	.product-small.col .box-image .image-tools.grid-tools {
		display: none;
	}

/* Footer */
}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Homepage */
	/* Sản phẩm */
	.mh-col-home-product .mh-readmore {
		right: 0;
    left: auto;
    top: -60px;
    max-width: 100px;
	}

}

@media only screen and (max-width: 320px) {

}
