/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.page-home .carousel .carousel-item .caption {
	top: 43%;
}

.page-home .w3n_gharnu_slider .w3n_search {
	top: 41%;
}

.header-right {
	display: flex;
	align-items: center;
}

.dropdown .expand-more {
	color: #fff;
}

.w3n_megamenu ul.mm_menus_ul ul.mm_blocks_ul .ets_mm_block_content ul.ets_mm_categories {
	padding: 0 20px !important;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
	width: 240px;
	padding: 0;
	display: flex;
}

.mm_blocks_li {
	margin-bottom: 0;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li .ets_mm_block_content ul li a {
	font-size: 12px;
}

.ets_mm_block_content ul li ul {
	top: 100%;
	left: 60%;
}

.language-selector.dropdown.js-dropdown:hover .expand-more,
#header .dropdown-item,
.btn-unstyle:focus .expand-more,
.dropdown:hover .expand-more,
#header .dropdown-item:focus,
.dropdown select,
.dropdown-item:hover {
	color: #fff !important;
}


#header .dropdown-menu,
.dropdown select {
	background: #F8CB18 !important;
}

.ets_mm_block_content .has-sub>a:after {
	border-top: 4px solid #fff;
	top: 8px;
}

.w3n_home_newproducts_span .w3n_home_newproducts {
	color: #F8CB18 !important;
}


.w3n_home_bestproducts {
	background: #0100C8;
	border-radius: 4px;
	width: 251px;
	height: 47px;
	color: #F8CB18 !important;
	font-family: 'Gotham-Bold';
	line-height: 47px;
	font-size: 15px;
	display: inline-block;
	letter-spacing: -0.02em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.w3n_home_bestproducts:hover,
.w3n_home_newproducts_span .w3n_home_newproducts:hover {
	color: #000 !important;
	background: #F8CB18 !important;
}

.product-added-bx {
	width: 35px;
	height: 35px;
	display: flex;
	background: #0100C8;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 4px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 99;
}

.product-added-icon {
	max-width: 12px;
}

.product-added-qty {
	font-size: 12px;
	margin-top: 2px;
}

.product-added-icon img {
	margin-left: 2px;
}

.ets_mm_block_content .has-sub>a:after {
	border-color: inherit;
}




/* media query */


@media (max-width: 991px) {

}

@media (max-width: 767px) {



	.language-selector-wrapper {
		display: flex;
		align-items: center;
	}

	#language-selector-label {
		display: none;
		visibility: hidden;
	}

	.header-right .header-box .blockcart .cart-products-count {
		top: -3px;
	}

	.header-right .header-box {
		margin: 0 0 0 20px;
	}

	.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
		width: 100%;
		padding: 15px 0;
	}
}

@media (max-width: 576px) {
	#header .logo {
		width: 100px;
		margin: 11px 0;
	}

	.logo a img {
		max-width: 100px;
	}

	#_desktop_language_selector .dropdown select {
		width: 80px;
		font: inherit;
		font-size: 12px;
		padding: 3px 0;
	}

	.header-right .header-box {
		margin: 0 0 0 15px;
	}

}

/* blek - added */
.card-img-top.same-height {
	width: 100%;
	height: 25vh;
	object-fit: cover;
}
.product-manufacturer > span,
.product-reference > span,
.product-quantities > span,
.product-out-of-stock > span,
.product-condition > span
{
	font-family: 'GothamMedium', serif;
}
.product-manufacturer > label::after,
.product-reference > label::after,
.product-quantities > label::after,
.product-out-of-stock > label::after,
.product-condition > label::after
{
	content: ':';
}
.desc-content {
	padding: 10px;
	text-shadow: #f8cb18 0 0 10px;
}
.desc-content p {
	color: #000;
}
.owl-carousel .owl-item img {
	object-fit: cover;
	height: 300px;
}