/*
Theme Name: My Pham 7
Theme URI: https://muatheme.com/san-pham/theme-wordpress-my-pham-mau-so-7/
Author: MuaTheme.com
Author URI: https://muatheme.com
Description: Theme by MuaTheme
Template: flatsome
Version: 1.0.0
*/
@import url('font-awesome/css/font-awesome.min.css');
@font-face{
    font-family:Baomoi;
    src:url(baomoi/baomoi-light-2.0.2.woff2) format("woff2"),url(baomoi/baomoi-light-2.0.2.woff) format("woff");
}
@font-face{
    font-family:Baomoi;
    src:url(baomoi/baomoi-light-italic-2.0.2.woff2) format("woff2"),url(baomoi/baomoi-light-italic-2.0.2.woff) format("woff");
    font-style:italic;
}
@font-face{
    font-family:Baomoi;
    src:url(baomoi/baomoi-regular-2.0.2.woff2) format("woff2"),url(baomoi/baomoi-regular-2.0.2.woff) format("woff");
    font-weight:700;
}
@font-face{
    font-family:Baomoi;
    src:url(baomoi/baomoi-regular-2.0.2.woff2) format("woff2"),url(baomoi/baomoi-regular-2.0.2.woff) format("woff");
    font-weight:700;
    font-style:italic;
}
body,p,a, .section-title-main, h1, h2, h3, h4, h5,h6 , strong, .icon-box-text, .icon-box-text h2, .icon-box-text h3, .icon-box-text h4,  .icon-box-text h5, .sidebar-menu .nav-sidebar li a, .col-inner, .text-center, .text-center h2,  .text-center h3, .text-center h4, .text-center h5 ,  .col-inner strong,
.col-inner h3, .col-inner h4, .header-nav > li.menu-item, .header-nav > li.menu-item a, .header-nav li.menu-item, .header-nav li a, h1.entry-title, .widget-title , .col-inner h2, .col-inner h3, .col-inner h4, .col-inner h5, .col-inner h6, .top-bar-nav li.menu-item a , .account-item span , #header-contact li a span, h3.product-section-title, form.cart button
{
font-family: 'Baomoi';
}
/**
 * Global
 */
.mh-no-margin {
	margin: 0 !important;
}

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

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

.mh-text-capitalize {
  text-transform: capitalize;
}

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

.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;
}

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

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

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

.mh-color-primary {
	color: #fe9ec7 !important;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item a::before,
.menu-item a::after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-right: 7px;
}

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

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

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

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

/* Custom font */
.mh-font-time-new-roman {
	font-family: "Times New Roman", Times, serif;
}

/* Form */
.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;
}

.mh-col-divider .is-divider {
	display: none;
}

/* Pagination */
.page-numbers.nav-pagination {
	text-align: left;
}

.page-numbers.nav-pagination > li > a,
.page-numbers.nav-pagination > li > span {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	background-color: #fff;
}

.page-numbers.nav-pagination > li > span,
.page-numbers.nav-pagination > li > a:hover,
.page-numbers.nav-pagination > li > span:hover {
	color: #fe9ec7;
    border-color: #fe9ec7;
    background-color: transparent;
}

.page-numbers.nav-pagination > li > a {
	color: #81dcdd;
    border-color: #81dcdd;
}

/**
 * Header
 */
/* Topbar */
#top-bar {
  font-size: 18px;
}

#top-bar .searchform .search-field {
  background-color: #eee !important;
  border-color: #eee;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

#top-bar input,
#top-bar input::placeholder {
  color: #666 !important;
}

#top-bar .searchform .ux-search-submit {
  color: #666 !important;
}

/* Main */
#masthead .social-icons > a {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}

#masthead .cart-item .header-cart-link {
	display: flex;
	flex-direction: row-reverse;
}

#masthead .cart-item .header-cart-link span {
	font-weight: normal;
	font-size: 14px;
}

#masthead .cart-item .header-cart-link .image-icon {
	margin-left: 0;
	margin-right: 10px
}

/* Bottom */
#wide-nav .nav.header-nav > li {
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
  margin: 0 20px;
}

#wide-nav ul.nav-dropdown {
	top: 120%;
	transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition-property: top,opacity,visibility;
	padding: 10px 0;
	box-shadow: 0 0 18px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 0 18px 0 rgba(0,0,0,.12);
}

#wide-nav .nav.header-nav > li:hover ul.nav-dropdown {
	top: 100%;
}

#wide-nav ul.nav-dropdown > li:not(:first-child) {
  border-top: 1px solid rgba(0,0,0,.1);
}

#wide-nav ul.nav-dropdown > li > a {
  color: #81dcdd;
	padding: 10px 15px;
}

#wide-nav ul.nav-dropdown > li > a:hover {
	color: #fe9ec7;
}

/**
 * Footer
 */
.mh-col-footer h4.mh-title-footer {
	font-size: 15px;
}

.mh-col-footer p,
.mh-col-footer a {
	font-size: 14px;
}

.mh-col-footer li {
	border-top: 0 !important;
}

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

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

.mh-col-footer .widget_nav_menu ul.menu > li > a::before {
	color: #81dcdd;
}

.mh-col-footer-2 .widget_nav_menu ul.menu > li > a {
	color: #81dcdd;
}

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

footer#footer .absolute-footer .copyright-footer {
	font-size: 13px;
}

/**
 * Woocommerce
 */
/* Box product */
.product-small.product > .col-inner {
  border: 1px solid #eee;
}

.mh-box-text-product {
	border-top: 1px solid #eee;
  padding: 10px 15px 15px;
}

.mh-box-text-product .name.product-title {
	font-size: 14px;
	color: #484747;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.mh-box-text-product .name.product-title a {
	white-space: nowrap;
	text-transform: uppercase;
	color: #232222;
	font-weight: bold;
}

.mh-box-text-product .price-wrapper ins span,
.mh-box-text-product .price-wrapper .woocommerce-Price-amount.amount {
	color: #232222;
	font-weight: normal;
}

.mh-box-text-product .price-wrapper ins span {
	font-size: 16px;
}

.mh-image-tools,
.mh-image-tools .quick-view {
	background: rgba(255,255,255,.85);
}

.mh-image-tools {
	flex-direction: row;
	justify-content: space-between;
}

.mh-image-tools .add-to-cart-button {
	width: 40%;
	margin: 10px;
}

.mh-image-tools .add-to-cart-button > a {
	max-height: 15px;
	padding: 0;
	text-transform: inherit;
	font-weight: normal;
	border-width: 1px;
	font-size: 14px;
}

.mh-image-tools .quick-view {
	width: 10%;
	visibility: hidden;
	position: relative;
}

.mh-image-tools .quick-view::before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	visibility: visible;
	position: absolute;
	top: 25%;
	left: 0;
	color: #a3a3a3;
	font-size: 17px;
}

.mh-image-tools .added_to_cart {
	display: none;
}

/* Archive */
.mh-category-page-row {
	padding: 20px 0;
}

.mh-page-title-inner {
	padding-top: 0;
	margin-bottom: 20px;
}

.mh-shop-page-title .woocommerce-breadcrumb {
	font-weight: normal;
}

.mh-shop-page-title .woocommerce-breadcrumb a {
 	text-transform: initial;
}

.mh-title-category {
	margin: 0;
	color: #232222;
	position: relative;
	padding-bottom: 15px;
}

.mh-title-category::before {
	position: absolute;
    display: inline-block;
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #232222;
}

.mh-order-by select.orderby {
	margin: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.mh-order-by {
	font-size: 14px;
}

/* Sidebar */
	/* Global */
.mh-shop-sidebar aside.widget {
	margin-bottom: 25px;
}

.mh-shop-sidebar span.widget-title {
	display: block;
	font-size: 19px;
	color: #232222;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.mh-shop-sidebar span.widget-title::before {
	position: absolute;
    display: inline-block;
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #232222;
}

.mh-shop-sidebar aside.widget form {
	margin-top: 30px;
}

.mh-shop-sidebar ul > li {
	border: 0 !important;
}

.mh-shop-sidebar ul > li a,
.mh-shop-sidebar ul > li.active a {
	font-size: 15px;
	font-weight: normal;
}

.mh-shop-sidebar aside.widget.woocommerce .count,
.mh-widget-hot-product .add-to-cart-button,
.mh-widget-hot-product .image-tools,
.mh-widget-hot-product .badge-container {
	display: none;
}
	/* Widget category product */
.mh-shop-sidebar ul.product-categories > li a {
	text-transform: uppercase;
}
	/* Widget filter price */
.mh-shop-sidebar .widget_price.mh-shop-sidebarce_filter .price_label span {
	font-weight: normal;
	font-size: 15px;
}
	/* Widget hot product */
.mh-widget-hot-product .product-small {
	display: flex;
}

.mh-widget-hot-product .box-image {
	border-right: 1px solid #eee;
	min-width: 40%;
}

.mh-widget-hot-product .box-text.text-left {
  overflow: hidden;
}

.mh-widget-hot-product .name.product-title {
	overflow: hidden;
	text-overflow: ellipsis;
}

.mh-widget-hot-product .name.product-title a {
	white-space: nowrap;
	text-transform: uppercase;
}

.mh-widget-hot-product .price > span,
.mh-widget-hot-product .price ins span {
	font-weight: normal;
	font-size: 15px;
}
	/* Widget filter brands */
.mh-shop-sidebar ul.woocommerce-widget-layered-nav-list > li > a::before,
.mh-shop-sidebar ul.woocommerce-widget-layered-nav-list > li.chosen > a::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	opacity: 1;
}

.mh-shop-sidebar ul.woocommerce-widget-layered-nav-list > li > a::before {
	content: "\f096";
}

.mh-shop-sidebar ul.woocommerce-widget-layered-nav-list > li.chosen > a::before {
	content: "\f14a";
	background-color: #fff;
	border-color: #fff;
}

/* Single product */
.mh-product-gallery .large-10 .flickity-viewport,
.mh-product-gallery .large-2 .flickity-slider > .col > a  {
	border: 1px solid #eee;
}

.mh-product-info {
	padding-top: 0;
}

.mh-product-info .product-title {
	text-transform: uppercase;
  color: #232222;
	margin: 0 0 20px;
	padding-bottom: 15px;
	position: relative;
	font-size: 20px;
}

.mh-product-info .product-title::before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #232222;
}

.mh-product-info .product-page-price del > span {
	font-size: 18px;
}

.mh-product-info .product-page-price ins > span,
.mh-product-info .product-page-price > .woocommerce-Price-amount.amount {
	font-weight: normal;
  color: #fe9ec7;
}

.mh-product-info .price {
	margin-bottom: 25px;
}

.mh-product-info .single_add_to_cart_button {
	font-weight: normal;
}

.mh-product-footer .woocommerce-tabs,
.mh-product-footer .related-products-wrapper {
	border-top: 0;
}

.mh-product-footer .product-tabs > li > a {
	padding: 9px 18px;
	font-size: 15px;
	font-weight: 500;
}

.mh-product-footer .product-tabs > li.active > a {
	color: #fe9ec7;
}

.mh-product-footer .product-tabs > li > a::before {
	bottom: 0;
	top: auto;
	background-color: #232222;
	height: 2px;
}

.mh-product-footer .related-products-wrapper .product-section-title {
	text-align: center;
	color: #232222;
	margin: 0 0 20px;
	padding-bottom: 15px;
	position: relative;
	font-size: 20px;
	min-width: 100%;
}

.mh-product-footer .related-products-wrapper .product-section-title::before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	left: 49%;
	bottom: 0;
	background-color: #232222;
}

/**
 * Blog
 */
.mh-archive-blog .col.post-item .box-text.text-left {
	vertical-align: top;
}
