#description .basic-description .parameter img {
	max-width: 60px;
	object-fit: contain;
}

.cart-widget-product-image img {
	object-fit: contain;
}

#cart-wrapper .fvDoplnek.fvDoplnek-upsell {
	display: none;
}

/*Highlight specific item in nav with red background*/
nav .menu-item-1390 > a {
	color: white !important;
	position: relative !important;
}

nav .menu-item-1390 > a .submenu-arrow {
	vertical-align: middle;
	color: white !important;
	position: relative;
	z-index: 1;
}

nav .menu-item-1390 > a:hover::after {
	filter: brightness(0.8);
}

nav .menu-item-1390 > a b {
	position: relative;
	z-index: 1;
}

nav .menu-item-1390 > a b::after {
	background-color: white !important;
}

nav .menu-item-1390 > a::after {
	transform: translate(-50%, -50%);
	background-color: #d11c1f;
	top: calc(50% - 1px);
	position: absolute;
	height: 33px;
	width: 55px;
	content: "";
	left: 50%;
}

@media screen and (max-width: 767px) {
	nav .menu-item-1390 > a::after {
		transform: translateY(-50%);
		height: 30px;
		width: 70px;
		left: 18px;
	}

	nav .menu-item-1390 > a {
		color: white !important;
	}

	nav .menu-item-1390 > a::after {
		top: 45%;
	}

	nav .menu-item-1390 > a b {
		padding-left: 9px;
	}
}

/*Upsell a crossell*/

.up-product-add-to-cart a {
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 3px;
	font-weight: 500;
}

.up-addon-cart-cell {
	display: none;
}

.up-modal-image-other a {
	border: 1px solid var(--clr-neutral-300);
}


.up-modal-image-other a.active {
	border: 1px solid var(--clr-primary-400);
}

.up-modal-image-other a.active::before, .up-modal-image-other a:hover::before {
	display: none;
}

.up-product-modal .up-modal-image-main {
	border: 1px solid var(--clr-primary-400);
}

.up-product-modal [class*="flag-p"] {
	display: none !important;
}


.in-kosik .up-product-content .up-product-url[data-product-guid="0b4b6430-1c0d-11ef-9b64-aa0256134491"]::after {
	background-color: var(--clr-primary-400);
	text-decoration: none !important;
	content: "EXPIRACE 04/26";
	pointer-events: none;
	display: inline-flex;
	border-radius: 5px;
	text-wrap: nowrap;
	font-weight: 400;
	padding: 2px 4px;
	font-size: 13px;
	color: white;
}

.type-product.type-product .up-products .up-product-name .up-product-url[data-product-guid="0b4b6430-1c0d-11ef-9b64-aa0256134491"]::after {
	background-color: var(--clr-primary-400);
	text-decoration: none !important;
	content: "EXPIRACE 04/26";
	pointer-events: none;
	display: inline-flex;
	border-radius: 5px;
	text-wrap: nowrap;
	font-weight: 400;
	padding: 2px 4px;
	font-size: 13px;
	color: white;
}

/*Mustang landing page*/
body.in-mise-mustang h3.zw-zoe-carousel-heading div {
	font-size: 0 !important;
}

body.in-mise-mustang h3.zw-zoe-carousel-heading div::after {
	content: "Nakup za 1 500 Kč a vyhraj Mustang";
	font-size: 36px;
}

/*Hide orig newsletter*/
footer .footer-newsletter {
	display: none;
}

