/*
Theme Name: Ecoshop Child
Theme URI: http://gomalthemes.com
Description: This is a custom child theme for Ecoshop.
Author: gomalthemes
Author URI: http://gomalthemes.com
Template: ecoshop
Version: 1.0
*/

header .logo, header .logo img {
    width: 300px !important;
}

.sticky-wrapper.is-sticky .logo img {
    max-height: 50px !important;
    width: auto !important;
}

.header-1 .logo {
    vertical-align: top;
    margin-top: 0;
}

.special-offers {
    background-color: grey !important;
    background-blend-mode: multiply !important;
}

.special-offers .extra-huge-text {
	color: white;
}

.special-offers .btn-round {
    background: #e9654c;
}

.special-offers .btn-round:hover {
    background: #2d3a4b;
}

.new-arrival-list li {
    list-style: none !important;
}

.new-arrival-list li article {
    background: #2d3a4b;
    border: 1px solid lightgray;
}

.new-arrival-list li article:hover {
	background: white;
}

.new-arrival-list li article img {
    opacity: 0.2;
}

.new-arrival-list li article:hover img {
    opacity: 1;
}

.new-arrival-list li article:hover h4 {
	opacity: 0;
	display: none;
	color: white;
}

.new-arrival-list li .position-center-center {
    width: 80%;
}

.new-arrival-list li h4 a {
    color: white;
}

.new-arrival-list li .btn {
    background: #e9654c;
    border: none;
}

.new-arrival-list li .btn:hover {
    background: #2d3a4b;
    color: white;
}


.on-sale {
    background: #e9654c;
}

header .sticky {
    padding: 0;
}

.header-1, header {
    padding-top: 0;
}

header .logo {
    margin: 0;
}

.woocommerce input.button:hover {
	background: #e9654c !important;
}

.shopping-cart .btn:hover, .coupn-btn input[type="submit"]:hover, .woocommerce .coupn-btn .checkout-button.button:hover {
    background: #e9654c !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #e9654c;
	  border: none;
}

.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a  {
    background: lightgrey !important;
}

.shop-detail .some-info .btn:hover {
    background: #e9654c;
	  color: #333;
}


.edit:hover {
    background: #e9654c !important;
}

.blog-list article .btn:hover {
    background: #e9654c;
	  color: #333;
}

.papular-block .overlay {
    background-color: grey !important;
    background-blend-mode: multiply !important;
}

.papular-block .overlay .inn {
    background: #e9654c;
}

footer li {
    list-style: none !important;
}

@media (min-width: 992px) {
.col-md-3 {
   padding: 0 30px;
}
}	

header.light-head .navbar li a:hover {
    background: none;
}

header .user-acc .dropdown-menu>li>a:hover {
    background: #e9654c;
}

.blog-list .post-tittle.left a.tittle {
    text-transform: uppercase;
    margin-bottom: 15px;
	  font-size: 32px;
}

.blog-list img {
	max-height: 400px;
	width: 100%;
	object-fit: cover; 
}

.cooked-nutrition-label {
    margin-top: 70px;
}
.single-cp_recipe h6 {
    margin-top: 50px;
		margin-bottom: 20px;
}

.single-cp_recipe li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 25px;
}

em {font-weight: 400;
    color: #6f6f6f;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}

li.wc_payment_method.payment_method_paypal label {
    display: inline !important;
    vertical-align: top;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 240px;
    margin-top: -7px;
}

p.wysija-paragraph {
    margin: 0;
}

.shopping-cart li {
    color: #333;
}


.rights a {
    color: #999;
    text-decoration: underline !important;
}

.rights a:hover {
    color: #ffe115;
}


.header-1 .logo {
    text-align: left;
}

.header-1 .is-sticky .sticky {
    background: #171e27;
}

@media (max-width: 540px) {
	.nav-right {
		top: 80px;
	}
}	







.overlay {
	display:none;
}

.papular-block .item:hover .img-1 {
    left: 0;
}