/*
 Theme Name:    Rasveta Eurolight
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   Rasveta Eurolight theme
 Author:        Tawo Dev
 Author URI:    https://tawo-dev.com/
 Template:      electro
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   eurolight
*/

.home-v3-slider {
	background-color: transparent;
	/* width: 100vw; */
	/* position: relative; */
	/* margin-left: -50vw; */
	/* left: 50%; */
	/* margin-bottom: 2.143em; */
}

.features-list .media {
	width: 200px;
}

.electro-navbar-primary .nav {
	justify-content: center;
}

.featured-menu-item a,
.off-canvas-navigation.light ul li.featured-menu-item a {
	text-transform: uppercase;
	color: #ff0000 !important;
}

.entry-content .vc_toggle .vc_toggle_title .h4,
.entry-content .vc_toggle .vc_toggle_title h4 {
	font-size: 1.3125rem;
}

.mc4wp-form-fields {
	display: flex;
}
.mc4wp-form-fields .newsletter-field-wrap {
	flex-basis: 0;
	flex-grow: 1;
}
.mc4wp-form-fields .newsletter-field-wrap input[type=email] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	border: 0;
	height: 41px;
	padding: 0.734em 2em;
	border-top-left-radius: 1.571em;
	border-bottom-left-radius: 1.571em;
}
.mc4wp-form-fields .newsletter-submit-wrap input[type=submit] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0.715em 2.134em;
	background-color: #333e48 !important;
	color: #fff !important;
	font-weight: 400;
	line-height: 1.5;
	border-width: 0;
}
.mc4wp-form-fields .newsletter-submit-wrap input[type=submit]:hover {
	background-color: #000 !important;
}

#cookie-notice .cn-button {
	background-color: #fed700;
}

.products .free-delivery .product-thumbnail:before,
.products .free-delivery .card-media-left:before {
	content: "";
	width: 60px;
	height: 56px;
	max-width: 40%;
	position: absolute;
	top: 5px;
	right: 0;
	background: transparent url(/wp-content/themes/rasveta-eurolight/img/free-delivery.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 1;
}
.products .free-delivery .card-media-left:before {
	right: auto;
	left: 5px;
}

.owl-item > .product .onsale,
.products > .product .onsale {
	padding: 5px;
	line-height: 1.2;
}

.woocommerce-loop-product__title {
	color: #2C5F34;
}

.footer-logo img {
	max-width: 200px;
}