@charset "UTF-8";
/*
Theme Name: Mycality Mushrooms
Theme URI: 
Author: Bappy
Author URI: 
Description: Mycality Mushrooms theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website.  
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
Text Domain: event
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready


*/

h1,h2,h3,h4,h5,h6{font-family:inherit;}

.inner-page a {
	color: maroon;
}

.main-header-three__top { 
	background: url('header-bg.jpg');
}
.main-slider-three__title { 
	font-size: 54px; 
}
.section-title__title { 
	font-size: 32px;
	line-height: 52px; 
}

.blog-read-more {
	color: green;
	border: 1px solid green;
	padding: 0px 10px;
	display: inline-block;
	margin-top: 10px;
}
.blog-read-more:hover{background:green;color:#fff}

.main-menu { 
	background-color: var(--agrion-black);
}

.footer-widget__logo img {
	width: 170px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--agrion-base); 
}
.blog-one__img img { 
	height: auto;
}
.blog-one .col-md-4 {
	flex: 0 0 auto;
	width: 32.333%;
}
.sidebar__post-list li { 
	border-bottom: 1px solid #ddd;
}

.sidebar__post-list li:hover { 
	border-bottom: 0px solid #ddd;
}

.woocommerce .woocommerce-ordering select { 
	border: 1px solid #ddd;
	padding: 15px 20px;
	cursor:pointer;
}

.current-cat a {
	color: orange !important;
}

.single-product .product {
	position: relative;
	display: block;
	padding: 0px 0 90px;
	margin-top: 70px;
}

.alignleft {
	float: left;
	margin-right: 30px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.main-menu-three__cart.icon-shopping-cart {
	background: var(--agrion-primary);
	color: var(--agrion-base);
	padding: 10px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	position:relative;
}

.cart-contents {
	position: absolute;
	top: -8px;
	right: -15px;
	background: var(--agrion-base);
	height: 30px;
	width: 30px;
	border-radius: 100px;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.pgn ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pgn ul li {
	display: inline-block;
}
.pgn ul li a, .pgn ul li span {
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: ;
}

.col-xl-4 {
	flex: 0 0 auto;
	width: 32.333%;
}
.main-header-three__logo { 
	text-align: center;
}
.footer-widget__news-img img { 
	height: auto;
}
.sidebar__post-image > img { 
	height: auto;
}

.main-header-three__logo img {
	width: 200px;
	display: inline-block;
	text-align: center;
	margin: auto;
}

#menu-bottom-menu li {
	display: inline-block;
}

#menu-bottom-menu li a {
	display: inline-block;
}
.page-header {
	padding: 90px 0 90px;
}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	background: #fff;
	padding: 7px 12px;
	margin: 5px 0;
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a:hover { 
	background: #ddd; 
}

.footer-widget__logo img {
	width: 100%;
}

.current_page_item a {
	color: white !important;
}

.mushroom-img img {
	width: 100%; 
}


#mushrooms-varieties .row{margin-bottom:30px;}
.mushroom-txt h3 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 15px;
}

.mushroom-txt h3 span{
	color:#555;
	font-size:28px;
}


.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	border: 5px solid #fff;
}

.woocommerce .star-rating {
	color: var(--agrion-primary);
}

.woocommerce div.product .product_title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin: 0;
	font-family: var(--agrion-font);
	margin-bottom: 20px;
}

.woocommerce-product-details__short-description p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 31px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	position: relative;
	display: inline-block;
	color: var(--agrion-base);
	font-size: 24px;
	line-height: 24px;
	font-weight: 700; 
	letter-spacing: 0;
}

.woocommerce button.button.alt{
	background-color: var(--agrion-base);
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.woocommerce button.button.alt:hover{
	background-color: var(--agrion-black)
}
.woocommerce-loop-product__title{
	font-family: var(--agrion-font);
}


.product-single h1, .product-single h2, .product-single h3, .product-single h4,.product-single h5 {
	font-family: var(--agrion-font);
	font-size:22px;
	margin-bottom:15px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding: 10px;
	border: 1px solid #ddd;
	color: #555;
}

.select2-container .select2-selection--single { 
	height: inherit; 
}

.woocommerce-message {
	border-top-color: #8fae1b;
	background: maroon;
	color: #BAAED2;
}

.item-venmo {
	display: none !important;
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 
.mushroom-img img {
	margin-bottom:15px;
}
	
.blog-one .col-md-4, .col-xl-4 {
	width: 100%;
}




}