/*
Theme Name: Coopmart
Description: This is a child theme for Coopmart 2019
Theme URI: https://muatheme.com
Author: MuaTheme.com
Author URI: https://muatheme.com
Template: flatsome
Version: 1.0.0
*/

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

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

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

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

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

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

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

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

.mh-font-size-small {
	font-size: 17px !important;
}

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

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

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

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

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

/*
.mh-color-secondary {
	color: #042e37 !important;
}

.mh-background-success {
	background-color: #e5c71f !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-flex-row {
	display: flex !important;
	flex-direction: row;
}

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

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

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

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

form.wpcf7-form {
	margin-bottom: 0;
}

.mh-form-2-col,
.mh-form-3-col {
	justify-content: space-between;
	align-items: center;
}

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

/* UX Theme */
.mh-col-no-divider .is-divider {
	display: none;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
	font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

	/* Breadcrumbs */
.mh-breadcrumbs .page-title-bg {
	display: none;
}

.mh-breadcrumbs .page-title-inner {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 40px;
}

.mh-breadcrumbs nav.woocommerce-breadcrumb {
	text-transform: initial;
	color: #000;
	text-shadow: none;
	font-weight: bold;
}

.mh-breadcrumbs nav.woocommerce-breadcrumb a {
	color: #808080 !important;
}

.mh-breadcrumbs .title-breadcrumbs {
	padding: 10px;
}

/**
 * Header
 */
/* Topbar */
#top-bar ul > li > a {
	color: #fff;
	font-size: 13px;
}

/* Main */
#masthead .hide-for-medium.flex-right > ul {
	flex-flow: row;
}

#masthead .hide-for-medium.flex-right > ul > li {
	margin: 0;
}

#masthead .hide-for-medium.flex-right > ul > li .has-block {
	margin-left: 10px;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item > a {
  background-image: url('assets/img/all-icon.png');
  background-repeat: no-repeat;
  background-position: -95px 0;
  min-width: 41px;
  min-height: 41px;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item > a::before {
	content: "";
	position: absolute;
	top: 30%;
	width: 1px;
	border-left: 1px dotted #ccc;
	height: 30px;
	margin-top: -7px;
	left: -15px;
	opacity: 1;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .cart-icon {
	width: 20px;
	height: 20px;
	background-color: #ed0677;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 0;
	left: 30%;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .cart-icon strong {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	border: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .cart-icon strong::after {
	display: none;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .nav-dropdown {
	border-width: 1px;
	padding: 10px 0;
	min-width: 300px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .nav-dropdown > li {
	padding-bottom: 0;
}

#masthead .hide-for-medium.flex-right > ul > li.cart-item .nav-dropdown > li p {
	text-transform: uppercase;
	font-size: 14px;
}

#masthead .hide-for-medium.flex-left {
	min-width: 470px;
	margin: 0;
}

#masthead .hide-for-medium.flex-right {
	margin: 0 0 0 20px;
	min-width: 490px;
}

	/* Search form */
#masthead .hide-for-medium.flex-left .searchform {
	border: 2px solid #ed0677;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 1px;
}

#masthead .hide-for-medium.flex-left .searchform select,
#masthead .hide-for-medium.flex-left .searchform input,
#masthead .hide-for-medium.flex-left .searchform button {
	border: 0;
	min-height: 36px;
}

#masthead .hide-for-medium.flex-left .searchform select {
	min-width: 100px;
	color: #999;
	border-right: 1px solid rgba(0,0,0,.1);
}

#masthead .hide-for-medium.flex-left .searchform button {
	background-color: var(--primary-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px;
	min-width: 36px;
	font-size: 15px;
}

body:not(.home) #masthead {
	box-shadow: 0 3px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 20px rgba(0,0,0,.1);
}

	/* Box social & shipping */
.mh-header-box-icon .icon-box-img img {
	padding: 0;
}

.mh-header-box-icon .icon-box-text {
	padding-left: 10px !important;
	font-size: 13px;
}

.mh-header-box-icon .icon-box-text h5 {
	font-weight: normal;
	text-transform: initial;
	margin-bottom: 0;
	line-height: 1.3;
}

.mh-header-box-icon .icon-box-text p {
	color: #005aab;
	font-weight: 700;
	line-height: 1.3;
}

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

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

.mh-col-footer .widget ul.menu > li > a {
	padding: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.mh-col-footer .widget ul.menu > li > a::before {
	content: "\e649";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
}

.mh-col-footer .widget ul.menu > li > a:hover {
	color: #337ab7;
	font-size: 15px;
}

.mh-col-footer .mh-call {
	font-weight: 700;
	color: #005aab;
	margin-top: 10px;
	font-size: 25px;
}

.mh-col-footer .wpcf7-form {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    max-height: 40px;
}

.mh-col-footer .wpcf7-form .mh-input,
.mh-col-footer .wpcf7-form .mh-submit {
	border: 0;
	min-height: 33px !important;
	max-height: 33px;
	line-height: 33px !important;
}

.mh-col-footer .wpcf7-form .mh-submit {
	margin: 0;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.mh-col-footer .social-icons > span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

/* Bottom */
.absolute-footer {
	display: none;
}

/**
 * Woocommerce
 */
/* Box product */
.product-small.col .badge-container {
	right: 10px;
	left: auto;
	margin: 10px 0 0;
}

.product-small.col .badge-container .onsale {
	font-weight: normal;
	font-style: italic;
}

.product-small.box {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #fff;
}

.product-small.box:hover {
	border-color: var(--primary-color);
}

.product-small.box .box-text-products {
	padding: 20px 0 0;
}

.product-small.box .box-text-products .name.product-title {
	margin: 0 0 5px;
}

.product-small.box .box-text-products .name.product-title a {
	margin: 0;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	height: 36px;
	max-height: 36px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}

.product-small.box .box-text-products .price-wrapper ins span,
.product-small.box .box-text-products .price-wrapper > .price > .woocommerce-Price-amount {
	font-size: 18px;
}

.product-small.box .box-text-products .add-to-cart-button > a {
	border: 0;
	width: 100%;
	min-height: 36px;
	line-height: 36px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
}

.product-small.box .box-text-products .add-to-cart-button > a::before {
	content: "\e909";
	font-family: 'fl-icons' !important;
	font-display: block;
	speak: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: relative;
	line-height: 1.2;
	margin-right: 5px;
	font-size: 14px;
}

.product-small.box .box-text-products .add-to-cart-button > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 50%;
	background: rgba(255,255,255,.15);
	-webkit-transition: all,.3s;
	transition: all,.3s;
}

.product-small.box .box-text-products .add-to-cart-button > a:hover::after {
	left: 0;
	right: 0;
}

.product-small.box .box-text-products .add-to-cart-button > a:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

/* Single */
body.single.single-product .shop-container > .product > .row {
	max-width: 1180px;
}

body.single.single-product .shop-container > .product > .row > .col {
	padding: 0 10px;
	border: 0 !important;
}

body.single.single-product .product-main {
	padding-top: 10px;
}

body.single.single-product .product-info nav.woocommerce-breadcrumb {
	display: none;
}

body.single.single-product .product-info .product-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

body.single.single-product .product-info span.amount {
	color: var(--primary-color);
}

body.single.single-product .product-info .product-short-description {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

body.single.single-product .product-info .quantity  .input-text {
	background-color: var(--primary-color);
	color: #fff;
	border: 0;
	min-width: 45px;
}

body.single.single-product .product-info .quantity > input {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: rgb(213, 5, 107);
	border: 0;
	color: #fff;
	min-width: 40px;
	text-shadow: none;
}

body.single.single-product .product-info .single_add_to_cart_button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: normal;
	text-transform: initial;
}

body.single.single-product .product-info .single_add_to_cart_button::before {
	content: "\e909";
	font-family: 'fl-icons' !important;
	speak: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: relative;
	line-height: 1.2;
	margin-right: 5px;
	font-size: 14px;
}

body.single.single-product .woocommerce-tabs {
	border-top: 0;
}

body.single.single-product .product-tabs {
	border-bottom: 1px solid #005aab;
	padding: 0 0 10px;
}

body.single.single-product .product-tabs > li > a {
	text-transform: initial;
	color: #005aab;
	font-size: 18px;
	font-weight: bold;
}

body.single.single-product .product-tabs > li > a::before {
	display: none;
}

body.single.single-product .product-tabs > li.reviews_tab > a {
	line-height: 30px;
	border-radius: 3px;
	padding: 0 20px;
	border: 1px solid #fc90c5;
	background: #fff3f9;
	color: var(--primary-color);
	font-weight: normal;
	font-size: 15px;
}

body.single.single-product .product-tabs > li.reviews_tab > a:hover,
body.single.single-product .product-tabs > li.reviews_tab.active > a {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

body.single.single-product .related {
	border-top: 0;
}

body.single.single-product .related .product-section-title {
	font-size: 18px;
	font-weight: 700;
	color: #005aab;
	padding: 10px 0;
	border-bottom: 1px solid #005aab;
	margin-bottom: 20px;
	text-transform: initial;
}

/* Shop */
body.archive.woocommerce .category-page-row {
	max-width: 1200px
}

.shop-page-title {
	display: none;
}

.mh-page-title-inner {
	padding: 0 0 5px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px;
}

.mh-page-title-inner .flex-col {
	font-size: 13px;
}

.mh-page-title-inner .mh-category-name {
	font-size: 20px;
	font-weight: normal;
	color: #005aab;
	margin: 0;
}

/**
 * Sidebar
 */
/* Global */
#product-sidebar .is-divider,
#shop-sidebar .is-divider {
	display: none;
}

#product-sidebar a,
#product-sidebar li,
#product-sidebar p,
#product-sidebar span
#shop-sidebar a,
#shop-sidebar li,
#shop-sidebar p,
#shop-sidebar span {
	font-size: 14px;
}

#product-sidebar ul li,
#shop-sidebar ul li {
	border: 0;
}

/* Title */
span.widget-title {
	font-size: 18px !important;
	font-weight: 700;
	color: #005aab;
	padding: 0 0 10px;
	border-bottom: 1px solid #005aab;
	margin-bottom: 10px;
	text-transform: initial;
	display: block;
}

/* Shop */
#shop-sidebar span.widget-title {
	background-color: #005aab;
	color: #fff;
	padding: 7px 10px;
	font-weight: normal;
	font-size: 17px !important;
	margin-bottom: 0;
}

#shop-sidebar aside.widget {
	border: 1px solid #005aab;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

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

/* Policy */
.mh-box-policy > .col-inner {
	border: 1px dashed #005aab;
	background-color: #deefff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: flex;
	flex-direction: row;
}

.mh-box-policy > .col-inner i {
	color: #005aab;
  font-size: 12px;
	padding-top: 7px;
}

/**
 * Blog
 */
.blog-wrapper > .row {
  max-width: 1200px !important;
}

.blog-wrapper > .row > .col {
	padding: 0 9.8px 19.6px;
}

.blog-wrapper .is-divider,
.blog-wrapper .badge {
	display: none;
}

.blog-archive .post-meta::before {
	content: "\f017";
	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;
	font-size: 13px;
	color: #108ee8;
}

/* Archive */
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text {
	vertical-align: top;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .post-title {
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 18px;
	color: #3b3b3b;
	order: 1;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta,
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	margin: 0;
	font-size: 15px;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta {
	order: 2;
	color: #8a8a8a;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	order: 3;
	color: #4a4a4a;
}

/* Single */
.blog-wrapper.blog-single .entry-header-text {
	padding-bottom: 0;
}

.blog-wrapper.blog-single .entry-title {
	font-size: 22px;
	text-transform: initial;
	margin: 0 0 5px;
}

.blog-wrapper.blog-single .entry-category,
.blog-wrapper.blog-single .entry-meta .byline {
	display: none;
}

.blog-wrapper.blog-single .entry-meta span,
.blog-wrapper.blog-single .entry-meta a {
	font-size: 14px;
	color: #000;
	opacity: 1;
	text-transform: initial;
}

.blog-wrapper.blog-single .entry-meta::before {
	content: "\f017";
	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: 3px;
	font-size: 13px;
	color: var(--primary-color);
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Slider */
  /* Slider */
.mh-row-slider>.col:nth-child(1) {
  max-width: 240px;
}

.mh-row-slider>.col:nth-child(2) {
  min-width: 720px;
}

.mh-row-slider>.col:nth-child(3) {
  max-width: 240px;
}

  /* Megamenu */
.mh-title-vertical-menu {
  margin-bottom: 0;
  background-color: var(--primary-color);
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  min-height: 40px;
  line-height: 40px;
}

.mh-title-vertical-menu span.ti-align-left {
  margin-right: 5px;
}

/* #mega-menu-mh-vertical-nav > li.mh-icon > a::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  min-height: 26px;
  background: url('assets/img/all-icon.png') no-repeat !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-1 > a::before {
  background-position: -143px 0 !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-2 > a::before {
  background-position: -173px 0 !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-3 > a::before {
  background-position: -205px 0 !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-4 > a::before {
  background-position: -235px 0 !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-5 > a::before {
  background-position: -262px 0 !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-6 > a::before {
  background-position: 2px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-7 > a::before {
  background-position: -27px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-8 > a::before {
  background-position: -63px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-9 > a::before {
  background-position: -92px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-10 > a::before {
  background-position: -126px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-11 > a::before {
  background-position: -160px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-12 > a::before {
  background-position: -194px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-13 > a::before {
  background-position: -227px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-14 > a::before {
  background-position: -263px -50px !important;
}

#mega-menu-mh-vertical-nav > li.mh-icon-15 > a::before {
  background-position: 2px -86px !important;
} */

#mega-menu-mh-vertical-nav > li {
  display: block !important;
}

#mega-menu-mh-vertical-nav > li > ul.mega-sub-menu {
  left: 100% !important;
  top: 0 !important;
  border-left: 1px solid rgb(242, 242, 242) !important;
}

#mega-menu-mh-vertical-nav > li.mega-menu-grid > ul.mega-sub-menu {
  min-width: 720px;
  min-height: 500px !important;
  background-color: #fff !important;
  border-left: 1px solid rgb(242, 242, 242) !important;
}

  /* Product */
.mh-col-product .col-inner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-col-product .flickity-button {
  background-color: rgba(255,255,255,.5);
  max-height: 40px;
  min-width: 40px;
  margin: 0 !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.mh-col-product .flickity-button > svg {
  display: none;
}

.mh-col-product .flickity-button.previous::before,
.mh-col-product .flickity-button.next::before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: translate(0,-50%) rotate(45deg);
  -moz-transform: translate(0,-50%) rotate(45deg);
  -webkit-transform: translate(0,-50%) rotate(45deg);
  -o-transform: translate(0,-50%) rotate(45deg);
  z-index: 2;
  margin: auto;
  position: absolute;
}

.mh-col-product .flickity-button.previous::before {
  left: 20px;
}

.mh-col-product .flickity-button.next::before {
  right: 20px;
}

.mh-col-product .flickity-button:hover {
  background-color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.5);
}

.mh-col-product .flickity-button.previous::before {
  border-bottom: 1.5px solid var(--primary-color);
  border-left: 1.5px solid var(--primary-color);
}

.mh-col-product .flickity-button.next::before {
  border-top: 1.5px solid var(--primary-color);
  border-right: 1.5px solid var(--primary-color);
}

.mh-col-product-banner .banner,
.mh-col-product-banner .banner .banner-bg.fill {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-product-banner {
  font-weight: bold !important;
  text-transform: uppercase;
}

.mh-product-banner i {
  margin-left: 5px;
}

/* ====== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
	/* Slider */
	.mh-row-slider > .col {
		width: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		min-width: 100% !important;
	}
}

/* Woocommerce */
	/* Single */
	body.single.single-product .product-info,
	body.single.single-product .product-main {
		padding-bottom: 0;
	}

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

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */
	.mh-col-mobile-padding-small > .col-inner {
		padding: 10px 10px 0 !important;
	}

	.mh-col-product .flickity-button {
		display: none;
	}

	span.amount {
    line-height: 1.3;
	}

/* Woocommerce */
	/* Box product */
	.mh-col-product .banner {
		min-height: 430px;
	}

	.product-small.box {
		padding: 10px;
	}

	.product-small.box .box-text-products .add-to-cart-button > a {
		font-size: 12px;
	}

/* Footer */
	.mh-col-footer .wpcf7-form .flex-col {
		padding: 0;
	}

	.mh-col-footer .wpcf7-form .flex-row > .flex-col:last-child {
		position: absolute;
		width: auto;
		right: 3px;
	}
}

@media only screen and (max-width: 320px) {
/* Woocommerce */
	/* Box product */
	.mh-col-product .banner {
    min-height: 380px;
	}

	.product-small.box .box-text-products .add-to-cart-button > a {
	  font-size: 11px;
	}

	.product-small.box .box-text-products .add-to-cart-button > a::before {
	  font-size: 10px;
	}
}
/*sửa menu*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    background-color: #f1f1f1;
    width: 1000px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    margin-top: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding: 20px !important;
    border: 1px solid #d7d7d7;
	border-left: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
    content: "+";
    margin-left: -8px;
    margin-top: -2px;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4388.mega-menu-megamenu > ul.mega-sub-menu{margin-top: 10px;}