/*
Theme Name: RuouVang
Description: This is a child theme for Home Wine 2019
Author: MuaTheme.com
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: #a22c4d !important;
}

.mh-color-light {
	color: #fff !important;
}

.mh-color-dark {
	color: #000 !important;
}

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

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

.mh-color-alert {
	color: #e40000 !important;
}

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

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

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

.mh-map::before {
	content: "\f041";
}

.mh-phone-square::before {
	content: "\f098";
}

.mh-phone::before {
	content: "\f095";
}

.mh-mail::before {
	content: "\f003";
}

.mh-clock::before {
	content: "\f017";
}

.mh-location::before {
	content: "\f124";
}

.mh-rocket::before {
	content: "\f135";
}

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

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

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

.mh-button-small {
	padding: 5px 20px !important;
	font-size: 12px !important;
}

/* Breadcrumbs */
.mh-section-breadcrumbs {
  background-color: #f7f8f9;
}

.mh-breadcrumbs .woocommerce-breadcrumb {
	font-size: 15px;
	text-transform: initial;
	padding: 5px 15px;
}

.mh-breadcrumbs .woocommerce-breadcrumb,
.mh-breadcrumbs .woocommerce-breadcrumb a {
	color: #898989;
	font-weight: normal;
	line-height: 37px;
}

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

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

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

.mh-col-icon::before {
	font-size: 35px;
	margin-right: 20px;
	line-height: 1.4;
}

	/* Title */
.mh-title-section .section-title {
	justify-content: center;
	margin-bottom: 0;
}

.mh-title-section-left .section-title {
	justify-content: end;
	margin-bottom: 0;
}

.mh-title-section .section-title b,
.mh-title-section-left .section-title b {
	display: none;
}

.mh-title-section .section-title span,
.mh-title-section-left .section-title span {
	text-transform: initial;
	font-weight: 400;
}

.mh-title-section-left .section-title span {
	margin: 0;
}

.mh-col-title-left span.section-title-main {
	border: 0;
	padding: 0 15px 0 0;
  font-family: "Muli", sans-serif;
}

.mh-col-title-left .section-title b {
  height: 1px;
}

/**
 * Header
 */
/* Global */
#top-bar > .container,
#masthead > .container {
	max-width: 95% !important;
}

/* Topbar */
#top-bar a {
	line-height: 1.3;
}

#top-bar .nav-left a {
  color: rgba(255,255,255,.9);
	font-size: 11.5px;
}

#top-bar .nav-left a span {
	border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-left: 10px;
	padding-bottom: 1px;
}

#top-bar .nav-left a::before {
	color: #fff;
	font-size: 14px;
}

#top-bar .nav-right a {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

#top-bar .nav-right a i {
	margin-top: 0;
	margin-right: 0;
}

#top-bar .nav-right a::after {
	height: 20px;
	top: 40%;
}

#top-bar .header-cart-link.nav-right a::before {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,.7);
	transition: width .2s ease;
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
}

#top-bar .nav-right a:hover::before {
	width: 100%;
	left: 0;
}

/* Main */
#masthead {
  border-bottom: 2px solid #f5f5f5;
}

#masthead .nav-right a.account-link {
	text-transform: capitalize;
	font-style: italic;
	font-size: 13px;
	color: rgba(0,0,0,.9);
	font-weight: 400;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	line-height: 1;
	padding: 5px 0;
	position: relative;
}


#masthead .nav-right a.nav-top-link::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #919191;
	transition: width .2s ease;
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
}

#masthead .nav-right a.account-link::after {
	bottom: 0;
}

#masthead .nav-right a.nav-top-link::after {
	bottom: 32px;
}

#masthead .nav-right a.account-link:hover::after,
#masthead .nav-right a.nav-top-link:hover::after {
	width: 100%;
	left: 0;
}

#masthead .nav-right .account-item {
	line-height: 95px;
	border-right: 2px solid #f5f5f5;
	padding-right: 35px;
	margin-right: 15px;
}

#masthead .nav-right .account-item > a {
	text-transform: initial;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
}

#masthead .nav-right a.header-cart-link i {
	display: none;
}

#masthead .nav-right a.header-cart-link .header-cart-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#masthead .nav-right a.header-cart-link .header-cart-title::before {
	background-image: url('image/cart.png');
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 19px;
	height: 17px;
	margin-right: 5px;
}
.mobile-nav.nav-right .cart-item a:before{

background-image: url('image/cart-light.png');
	background-repeat: no-repeat;
	content: "";
		display: block;
	background-position:center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	vertical-align:middle;
	margin-right: 5px;
	border:1px solid #ffffff;
	border-radius:50%;

}

.mobile-nav.nav-right .cart-item:hover a:before{
	
	background-color:var(--primary-color);
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
	padding-left: 0;
} */

ul.nav-dropdown {
	border: 0;
	padding: 15px 0;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.1);
}

ul.nav-dropdown > li > a {
	color: #3C3C3C;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul.nav-dropdown > li > a:hover {
	color: #179a94;
	margin-left: 5px;
	background-color: #fff !important;
}

/* Header home */
body.home #top-bar {
	display: none;
}

body.home #masthead,
.header-wrapper.stuck #masthead {
	border-bottom: 0;
}

body.home #masthead .nav-right .account-item,
.header-wrapper.stuck #masthead .nav-right .account-item {
	border-right: 0;
	padding-right: 0;
	margin-right: 10px;
}

#masthead ul.nav-left.header-nav-main > li > a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}


body.home #masthead ul.nav-right > li > a,
body.home #masthead ul.nav-right > li > a i,
body.home #masthead ul.nav-left.header-nav-main > li > a,
body.home #masthead ul.nav-left ul#mega-menu-primary > li > a,
.header-wrapper.stuck #masthead ul.nav-left.header-nav-main > li > a,
.header-wrapper.stuck #masthead ul.nav-left ul#mega-menu-primary > li > a,
.header-wrapper.stuck #masthead ul.nav-right > li > a,
.header-wrapper.stuck #masthead ul.nav-right > li > a i {
	color: #fff !important;
}

body.home #masthead ul.nav-left ul#mega-menu-primary > li > a {
	font-weight: 500 !important;
}

body.home #masthead .nav-right a.header-cart-link .header-cart-title::before,
.header-wrapper.stuck #masthead .nav-right a.header-cart-link .header-cart-title::before {
  background-image: url(image/cart-light.png);
}

body.home #masthead .nav-right a.nav-top-link::after,
body.home #masthead .nav-right a.account-link::after,
.header-wrapper.stuck .nav-right a.account-link::after {
	background-color: #fff !important;
}

body.home #masthead .nav-right a.account-link:hover::after,
body.home #masthead .nav-right a.nav-top-link:hover::after,
.header-wrapper.stuck #masthead .nav-right a.account-link:hover::after,
.header-wrapper.stuck #masthead .nav-right a.nav-top-link:hover::after {
	width: 100%;
}

body.home .header-wrapper.stuck #masthead .nav-right .account-item a,
.header-wrapper.stuck #masthead .nav-right .account-item a {
	position: relative;
}

.header-wrapper.stuck #masthead .nav-right a.account-link::after {
	top: 25px;
}

.header-wrapper.stuck #masthead .nav-right a.nav-top-link::after {
	background-color: #fff;
	top: 50px;
}

/* Sticky */
.header-wrapper.stuck {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.header-wrapper.stuck .header-bg-color {
	background-color: rgba(0,0,0,.9);
}

.header-wrapper.stuck #masthead .nav-right .account-item {
	line-height: 70px;
}

/**
 * Woocommerce
 */
/* Box products */
.badge-inner span {
	font-weight: normal;
	font-size: 14px;
}

.box-text-products {
	position: relative;
	padding-bottom: 0;
}

.box-text-products .title-wrapper {
	overflow: hidden;
	margin: 0 0 15px;
}

.box-text-products .name.product-title {
	margin: 0;
	position: relative;
}

.box-text-products .name.product-title a {
	font-family: "Courgette", sans-serif;
	color: #252222;
	font-size: 15px;
	position: relative;
}
.box-text-products span.amount {
	color: #949494;
	font-weight: 500;
	font-size: 14px;
}

.product-small.box .box-text-products .add-to-cart-button a {
	margin-top: 0;
	border: 0;
	border-bottom: 1px solid #a22c4d;
	color: #a22c4d;
	padding: 0;
	text-transform: none;
	font-size: 13px;
}

.product-small.box .box-text-products .price-wrapper .price,
.product-small.box .box-text-products .add-to-cart-button a {
	min-height: 22px !important;
	max-height: 22px !important;
	line-height: 22px !important;
}

.product-small.box .box-text-products .add-to-cart-button a:hover {
	background-color: transparent;
}

.product-small.box .box-text-products .add-to-cart-button {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	visibility: hidden;
}

.product-small.box:hover .box-text-products .add-to-cart-button {
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	visibility: visible;
}

.product-small.box .box-text-products .price-wrapper {
	overflow: hidden;
}

.product-small.box .box-text-products .price-wrapper .price {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-small.box:hover .box-text-products .price-wrapper .price {
	visibility: hidden;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-o-transform: translateY(25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
}

.product-small.box .box-image .image-tools.grid-tools a {
	background-color: transparent;
	text-align: center;
	line-height: 35px;
	color: rgba(0,0,0,.9);
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
}

.product-small.box .box-image .image-tools.grid-tools a::before {
	float: left;
	margin: 0;
	text-indent: 0;
	content: "\f22c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	width: 35px;
	height: 35px;
	font-size: 22px;
	transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
}

.product-small.box .box-image .image-tools.grid-tools {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 35px;
	height: 35px;
	visibility: hidden;
	opacity: 0;
	transform: scale(0) !important;
	-webkit-transform: scale(0) !important;
	-moz-transform: scale(0) !important;
	-o-transform: scale(0) !important;
	-ms-transform: scale(0) !important;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.product-small.box:hover .box-image .image-tools.grid-tools {
	opacity: 1;
	visibility: visible;
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
}

/* Archive */
body.archive.woocommerce .category-page-title .woocommerce-breadcrumb.breadcrumbs,
body.archive.woocommerce .category-page-title .woocommerce-breadcrumb.breadcrumbs a {
	text-transform: initial;
	color: #1B1919;
	font-weight: normal;
	font-size: 14px;
}

body.archive.woocommerce .page-title-inner > .flex-col.medium-text-center {
	font-size: 13px;
}

.mh-sidebar-category-product ul.menu {
	width: 100%;
	position: relative;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	margin-bottom: 0;
	
}

.mh-sidebar-category-product ul.menu > li {
	margin: 0 15px;
	border-color: #000;
}

.mh-sidebar-category-product ul.menu > li > a {
	color: #fff;
	font-size: 12px;
  padding: 15px 0;
	text-transform: uppercase;
	position: relative;
}

.mh-sidebar-category-product ul.menu > li > a::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: width .2s ease;
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
}

.mh-sidebar-category-product ul.menu > li > a:hover::after {
	width: 100%;
	left: 0;
}

/* Single */
.mh-row-breadcrumb {
	max-width: 95% !important;
	padding: 0 15px;
}

body.single.single-product .woocommerce-breadcrumb,
body.single.single-product .woocommerce-breadcrumb a {
	text-transform: initial;
	font-size: 13px;
	opacity: 1;
	color: #1B1919;
}

.mh-col-product-info .product-title {
	font-weight: 400;
	font-size: 35px;
}

.mh-col-product-info span.amount {
	font-weight: 500;
  color: #179a94;
}

.mh-col-product-info .product-short-description,
.mh-col-product-info .product-short-description p {
	font-size: 14px;
}

.mh-col-product-info .single_add_to_cart_button {
	font-weight: 400;
	font-size: 12px;
	padding: 5px 20px;
}

.mh-col-product-info .social-icons span.share-icons-title,
.mh-col-product-info .product_meta span.posted_in {
	font-weight: 700;
	border-top: 0;
  color: #1B1919;
  font-size: 13px;
}

.mh-col-product-info .product_meta {
	margin-bottom: 0;
}

.mh-col-product-info .product_meta a {
	font-weight: normal;
}

.mh-col-product-tabs ul.product-tabs > li > a {
	text-transform: initial;
	font-size: 20px;
  color: rgba(0,0,0,.5);
	padding: 3px 0;
}

.mh-col-product-tabs ul.product-tabs > li.active > a {
	color: rgba(0,0,0,.9);
}

.mh-col-product-tabs ul.product-tabs > li > a::before {
	height: 1px;
	background-color: #545454;
	bottom: 0;
	top: auto;
}

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

.mh-col-product-related .related-products-wrapper .product-section-title {
	display: none;
}

/**
 * Footer
 */
.mh-col-before-footer .social-icons > a {
	margin: 0 8px;
}

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

.mh-col-footer span.widget-title {
	font-size: 14px;
}

.mh-col-footer li > a,
.mh-col-footer p,
.copyright-footer a,
.copyright-footer p,
.copyright-footer {
    font-size: 13px;
}

.mh-col-footer .is-divider{
	background-color: #fff;
	margin-top: .5em;
	height: 2px;
}

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

.mh-col-footer p,
.mh-col-footer li > a {
	color: rgba(255,255,255,.6) !important;
}

.mh-col-footer li > a {
	padding: 3px 0 !important;
}

.mh-col-footer li > a:hover,
.copyright-footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

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

.copyright-footer a {
	color: #fff;
}

/**
 * Sidebar
 */
body.woocommerce.archive .is-divider,
.blog-wrapper .is-divider {
	height: 2px;
	background-color: rgba(0,0,0,.1);
	margin: 7px 0 10px;
}

.widget-area span.widget-title,
#shop-sidebar span.widget-title {
	color: #0a0a0a;
	font-size: 15px;
}

.widget-area li,
#shop-sidebar li {
	border-top: 0 !important;
}

.widget-area li > a,
#shop-sidebar li > a  {
	padding: 4px 0 !important;
}

.widget-area a,
#shop-sidebar a {
	font-size: 13.5px;
}

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

.blog-wrapper > .row:not(.mh-archive-header) > .col {
	padding: 0 15px 15px !important;
}

.badge-inner {
	background-color: #fff !important;
  color: #1B1919;
	padding: 5px 10px 10px;
}

.badge-inner .post-date-day {
	font-size: 24px;
	line-height: 1.3;
}

.badge-inner .post-date-month {
	font-size: 12px;
  text-transform: uppercase;
	font-weight: 600;
}

body.archive.category .col.post-item .is-divider,
body.single.single-post .entry-header-text .is-divider,
body.single.single-post .blog-share .is-divider {
	display: none;
}

.mh-archive-header h1,
body.single.single-post .entry-header-text .entry-title {
  font-family: "Muli", sans-serif;
}

/* Archive */
.mh-archive-header {
	background-color: #000;
	padding: 20px 0;
	margin-bottom: 30px;
}

.mh-archive-header .woocommerce-breadcrumb {
	text-transform: inherit;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0;
}

body.archive.category .col.post-item .badge {
	top: 4% !important;
	left: 1% !important;
}

body.archive.category .col.post-item .post-title {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px;
}

body.archive.category .col.post-item .from_the_blog_excerpt {
	color: #6D6D6D;
	margin: 0 0 5px;
}

.mh-post-readmore {
	padding: 0 !important;
	margin: 0 !important;
	color: #1da9a2;
	border: 0;
	border-bottom: 1px solid;
	border-color: #1da9a2 !important;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 13px !important;
	display: inline-block;
	font-style: italic;
}

/* Single */
body.single.single-post .entry-header-text  {
	text-align: center;
}

body.single.single-post .entry-header-text .entry-category > a {
	background-color: #179a94;
	color: #fff;
	padding: 5px 7px;
	text-transform: initial;
	font-weight: normal;
}

body.single.single-post .entry-header-text .entry-title {
	text-transform: uppercase;
	font-size: 25px;
	margin: 15px 0;
}

body.single.single-post .entry-header-text .entry-meta {
	text-transform: initial;
	font-style: italic;
	font-size: 12px;
}

body.single.single-post .blog-share {
	margin-top: 40px;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Banner ads */
.mh-banner-ads p,
.mh-banner-ads a span {
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.mh-banner-ads a span {
    border-bottom: 1.5px solid rgba(175, 175, 175, 0.8);
}

/* CTA */
.mh-col-cta-banner {
	background-image: url(image/red-wine-big-aner.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.mh-col-cta-info h2 {
	font-size: 100px;
}

.mh-col-cta-info h3 {
	font-size: 40px;
}

.mh-col-cta-info h2,
.mh-col-cta-info h3 {
	color: #a22c4d !important;
	line-height: 1.2;
	font-weight: normal;
}

/* Product vertical */
.mh-col-products-vertical .box-image .image-tools.grid-tools,
.mh-col-products-vertical .add-to-cart-button {
	display: none;
}

.mh-col-products-vertical .name.product-title {
	margin: 0 0 15px;
}

.mh-col-products-vertical .name.product-title a {
	color: #1B1919;
	font-family: "Courgette", sans-serif;
	font-size: 22px;
	line-height: 1.4;
}

.mh-col-products-vertical .price-wrapper {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 15px;
}

.mh-col-products-vertical span.amount {
  color: #a22c4d;
	font-size: 16px;
}

/* News */
.mh-col-news-grid .badge {
	top: 3%;
	left: 3%;
}

.mh-col-news-grid .post-title {
	margin: 0 0 10px;
	font-family: "Courgette", sans-serif;
	color: #1B1919;
	font-size: 21px;
	font-weight: normal;
}

.mh-col-news-grid:hover .post-title {
	color: #a22c4d;
}

.mh-col-news-grid .from_the_blog_excerpt {
	margin: 0;
	color: #4C4C4C;
}

.mh-col-news-grid .blog-post-inner .button {
	margin-top: 0;
	padding: 0;
	margin: 0;
	color: #a12d4d !important;
	border: 0;
	border-bottom: 1px solid #a12d4d !important;
	text-transform: capitalize;
	font-weight: 300;
	min-height: 27px;
	max-height: 27px;
	font-size: 13px;
}

/**
 * Page: Contact
 */
.mh-col-form-contact input.mh-input {
	min-height: 40px;
}

.mh-col-form-contact textarea.mh-input {
	min-height: 200px;
}

/* ===== Mobile ===== */

/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
  /* CTA */
  .mh-col-cta-banner > .col-inner,
  .mh-col-cta-info > .col-inner {
    padding: 0 15px 30px !important;
  }

  /* Vertical product */
  .mh-col-products-vertical .name.product-title {
    margin: 0 0 10px;
  }

  .mh-col-products-vertical .name.product-title a {
    font-size: 18px;
  }

  .mh-col-products-vertical span.amount {
    font-size: 14px;
  }

}

/**
 * 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 */
  /* Slider */
  .mh-home-banner-1 .banner-layers > .img {
    display: none;
  }

  .mh-col-products-vertical .product-small {
    display: flex;
    flex-direction: row;
  }

  .mh-col-products-vertical .box-vertical .box-image {
    width: 22% !important;
  }
}

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

}
