/*
Theme Name: Make It Yours
Description: Make It Yours Wordpress Theme
Author: Jon Wilson - Inspired
Author URL: http://www.inspiredagency.co.uk/
*/

/*** Anpassung Menü Dropdown ***/
.donotshow {
	display: none !important;
}
#nav_main {
	overflow: visible;
}
@media (min-width: 768px) {
	#nav_main {
		justify-content: center;
		display: flex;
		gap: clamp(15px, 4vw, 4.7em);
	}
}
@media all and (min-width: 720px) {
	#nav_main .menu-item-products:hover .sub-menu {
		top: 40px !important;
		opacity: 1 !important;
	}
	#nav_main .menu-item-products .sub-menu {
		position: absolute;
		background-color: #fff;
		padding: 15px 10px;
		transition: all ease .5s;
		opacity: 0;
		border-bottom: 1px solid #bdbbbb;
		border-left: 1px solid #bdbbbb;
		border-right: 1px solid #bdbbbb;
		display: flex;
		top: 30px;
		z-index: 9;
		flex-direction: column;
		width: 135px;
	}
	#nav_main .menu-item-products .sub-menu li {
		width: 100%;
		text-align: left;
	}
	#nav_main .menu-item-products .sub-menu li:not(:first-child) {
		padding-top: 10px;
	}
	#nav_main .menu-item-products li:not(:last-child) {
		padding-bottom: 10px;
		border-bottom: 1px solid #bdbbbb;
	}
}
@media all and (max-width: 719px) {
	#nav_main .menu-item-products .sub-menu {
		margin-top: 1em;
	}
}
#products_headline h2.h1_product_title {
	text-align: left;
}
#products_headline p.produkt_p_page {
	margin-bottom: 25px;
}
#single_product_colours.little-stars .colour_item div {
	outline: 0;
}
.col-xs-12.col-sm-6:nth-child(2n)::after {
	content: "";
	height: 3px;
	position: relative;
	width: 100%;
	display: block;
	clear: both;
	float: right;
}

#h_main #top_nav .row > div a.stockists {
	padding-left: 30px;
	padding-right: 10px;
}
#single_article strong {
	font-weight: 700;
}

/*** Little Stars Brochure ***/
.brochure a::after {
	content: "Download Brochure";
	position: absolute;
	bottom: 15px;
	color: #fff;
	z-index: 999;
	width: 90%;
	text-align: center;
	display: block;
	background-color: rgba(85, 86, 90,0.85);
	font-size: 20px;
	left: 5%;
	font-family: "houschka-pro",arial,sans-serif;
	padding: 12px 0;
}
.brochure a:hover::after {
	background-color: rgba(0,0,0,0.85);
}
.row_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.row_title .column_left {
	width: calc(100% - 268px);
	padding-right: 25px;
	min-width: 500px;
}
.row_title .column_right {
	width: 255px;
}
@media all and (max-width: 550px) {
	.row_title .column_left {
		min-width: unset;
		width: 100%;
	}
}
/*** END Little Stars Brochure ***/

/*** Changes Product Pages ***/
#single_product_colours > .container > .row .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 15px;
}
#single_product_colours > .container > .row .row::before {
	content: unset;
}
#single_product_colours > .container > .row:first-child .row > .col-sm-4 {
	width: unset;
	flex: 0 1 100px;
	padding: 0;
	margin: 0 !important;
}
#single_product_colours > .container > .row:first-child .row > .col-sm-4 .colour_item {
	margin: 0;
}
#single_product_colours > .container > .row .row > .clearfix {
	display: none !important;
}
/*** END Changes Product Pages ***/