/**
Theme Name: Mommastouch
Author: Prosanta
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mommastouch
Template: astra
*/
/** Hero Section */
#hero_shop .elementor-divider__text.elementor-divider__element {
	background: #000;
	padding: 5px 19px;
}
.left-icon ul li svg {
	fill: #fff;
	background: #fff;
	font-size: 20px;
	padding: 5px;
	border-radius: 100%;
	box-shadow:0px 6px 14px 0px rgb(0 0 0 / 10%);
}
#pro_img .elementor-widget-container a {
	cursor: pointer;
	text-decoration:none;
}
#pro_img .elementor-widget-container::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	bottom: 0;
	left: 0;
}
/* Features */
#features .eael-product-wrap {
	position: relative;
}
#features .eael-product-wrap a.button {
  position: absolute;
  bottom: 0px;
  width: 90%;
  visibility:hidden;
	opacity:0;
  transition:opacity .3s ease-in-out;
}
#features .eael-product-wrap:hover a.button {
	bottom: 66px !important;
	visibility:visible;
	opacity:1;
}
.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 2px;
}
.astra-shop-summary-wrap a.button {
	position: absolute;
	left: 0;
	width: 90%;
	margin-left: 12px;
	bottom: 73px;
	 visibility:hidden;
	opacity:0;
  transition:opacity .3s ease-in-out;
}
.ast-grid-common-col:hover a.button {
	bottom: 66px !important;
	visibility: visible;
	opacity: 1;
	background-color: #FFFFFFA6;
	color: var(--ast-global-color-7);
}
/* Subscribe */
#tnp-1 {
  border-radius: 50px;
  box-shadow: 0px 0px 30px rgb(189, 171, 8);
  margin: 15px 0;
}
.tnp-submit {
  display: block !important;
  width: 100% !important;
  border-radius: 50px !important;
}
.tnp-field.tnp-field-button {
  width: 100%;
}
/*Single Product Page  */
.woocommerce-js div.product div.images img {
	width: 250px;
	margin: auto;
}
#tab-description p {
	color: #313131;
}
#shop_btn a.elementor-button {
    position: relative;
}
/**
 * Menu Home text
 */
.eael-simple-menu-toggle-text {
	display: none;
}
#btn:hover{
	opacity:.8;
}
#shop_btn:hover {
	opacity: 0.9;
}
#cat_image .elementor-widget-container {
	overflow: hidden;
}
#cat_image img {
	transition: .5s ease-in;
}
#cat_image img:hover {
	transform: scale(1.1);
}
#cat_image h2.elementor-heading-title a {
    position: relative;
}

#cat_image h2.elementor-heading-title a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3b3b3b;
    transform-origin: center center;
    transition: transform 0.25s ease-out;
}

#cat_image:hover h2.elementor-heading-title a::after {
    transform: scaleX(1);
    transform-origin: bottom center;
}
@media(max-width:767px){
	#menu-primary li {
	padding: 5px 0px;
}
	#menu-primary {
	background-color: #fff;
	padding: 10px 0;
}
	#features .eael-product-wrap a.button {
	right: -6px;
}
}
/**
 * Pagination Css
 * */
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff !important;
}
/** Product category css */
.products li.product-category{
	overflow:hidden;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	font-weight: 400;
}
.products li.product-category img{
	transition:.3s;
}
 .products li.product-category img:hover {
	transform: scale(1.1);
}
.woocommerce ul.products li.product .price {
	font-weight: 400;
	font-size: 16px;
	color: #E95144;
}
/** Single Product */
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}
.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
	font-weight: 400;
}