/*!
Theme Name: Lesya Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Lesya - Fitness WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: lesya
Text Domain: lesya-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
.text-white .header-content .elementor-widget-image img, .text-white .header-content .mobile-logo img {
	filter: none!important;
}

.product-details-content {
	margin-left: 0;
}

.header-two .navbar-collapse .navigation>li>a {
	color: black;
}

.header-two .menu-sidebar .icon-bar, .header-two .navbar-header .navbar-toggle .icon-bar {
	color: black!important;
	background: #333;
}

.header-two .navbar-collapse .navigation {
	background: white;
}

@media only screen and (max-width: 1200px) {
	.products.columns-3 .product {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 756px) {
	.zoomImg, .woocommerce-product-gallery__image .flex-active-slide, .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
		max-height: 300px;
		object-fit: cover;
	}
	
	.woocommerce-product-gallery__image {
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	display: flex!important;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}