.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation-name: stickyslidein;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

.menu-red a {
	color: #FF5660 !important;
}

.indent {
    padding-left: 20px;
}

.menu-menu-mobile-container {
	height: calc(100vh - 160px);
	z-index: 100000000;
	overflow: scroll;
}

.desktop .menu-header-container {
	position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
	z-index: 1;
}

@keyframes stickyslidein {
    from {
        margin-top: -100px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.category #top-header{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99;
}

#top-header{
	position: sticky;
	top: 0;
	width: 100%;
}

#top-header,
#moove_gdpr_cookie_info_bar {
	z-index: 1999 !important;
}

.newsletter-box {
	z-index: 998 !important;
}

.navbar {
	display: flex;
    	flex-direction: column;
	padding: 0;
}

.el__nav-bar {
	border-bottom: 1px solid black;
	white-space: nowrap;
	overflow-x: auto;
	display: inline-block;
	width: 100%;
	background-color: white;
}

.el__nav-bar::-webkit-scrollbar {
    display: none;
}

.desktop #menu-header {
	display: inline;
}

#menu-header {
	padding-left: 0;
	text-align: center;
}

#menu-header li {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	background-color: none;
}

#menu-header > li > a {
	color: #000;
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 20px; /* 142.857% */
	text-transform: uppercase;
	background-color: transparent !important;
	padding: 0;
}

.custom-logo-link {
	background-color: transparent;
	width: 92px;
}

.desktop .custom-logo-link {
	zoom: 140%;
	position: relative;
	z-index: 2;
}

.logo-nav {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid black;
	padding: 10px 25px;
}

.burger-mobile {
	cursor: pointer;
}

.el__full-bar {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 100%;
	background-color: transparent;
	transform: translateX(100%);
	transition: all ease 500ms;
}

.el__full-bar.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: white;
	transform: translateX(0%);
	transition: all ease 500ms;
}

.menu-full_menu-container {
	/*height: 100vh;*/
}

.el__full-bar ul {
	padding-left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.el__full-bar li {
	border-bottom: 1px solid var(--pink-color);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.el__full-bar .nav-link {
	padding: 0.5rem 1rem;
}

.el__full-bar a {
	background-color: transparent;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	text-transform: lowercase;
	text-align: left;
	transition: color ease 200ms;
}

.el__full-bar a:first-letter {
	text-transform: capitalize;
}

#menu-item-7520, #menu-item-7521 {
	background-color: var(--pink-color);
	border-bottom: 1px solid white;
}

#menu-item-7520 a, #menu-item-7521 a {
	color: white;
}

.sf-input-text {
	border: none;
	color: #000 !important;
	width: 95%;
	outline: none;
	background: transparent;
}

.searchandfilter label {
	text-align: left;
	width: 100%;
	padding-left: 1rem;
	text-overflow: ellipsis;
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	text-transform: lowercase;
}

.searchandfilter ul li {
	padding-left: 0;
	text-align: center;
}

.parallax {
	height: 80vh; /* 100vh */
	min-height: 600px;
	width: 100%;
/*	background-image: url("../imgs/bg_image.png");*/
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(0%);
}

.parallax-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.parallax-content img {
	width: 30%;
/*	padding-top: 65px;
	padding-left: 35px;
	margin-right: auto;*/
    position: absolute;
    top: 30px;
    left: 30px;
}

.parallax-content p {
	/*padding-right: 30px;
	padding-bottom: 50px;*/
    position: absolute;
    bottom: 30px;
    right: 30px;
	text-align: right;
	margin-left: auto;
	color: #FFF;
	font-family: var(--main-font);
	font-size: 70px;
	font-style: normal;
	font-weight: 300;
	line-height: 66px;
	letter-spacing: -2.1px;
}

.social-media {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	border-bottom: 1px solid black;
	padding: 25px 25px;
}

.social-media a {
	background-color: white;
}

.social-media a.button {
	height: 45px;
	width: 45px;
}

.social-media-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 85px;
}

.quick-links a:not(:last-child)::after {
    content: "·";
    margin: 0 7px;
}

.quick-links a {
	color: #FF5660;
	font-size: 12px;
	margin-left: -18px;
}

.logo-nav-desktop {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid black;
	padding: 25px 25px;
}

.search-item {
	zoom: 150%;
	line-height: 0;
	z-index: 2;
}

.search-item a {
	background-color: transparent;
}

.advads-sticky-after-menu {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.highlight {
	background-color: rgba(255, 255, 255, 1);
	/*transition: background-color 1s;*/
}

@media (min-width: 1692px) {
	.advads-body-background .mobile-d {
	  display: none;
	}
}

@media (max-width: 1691px) {
	.advads-body-background .desktop {
	  display: none;
	}
}

@media (min-width: 992px) {
	body:not(.advads-body-background) .mobile-d {
	  display: none;
	}
}

@media (max-width: 991px) {
	body:not(.advads-body-background) .desktop {
	  display: none;
	}
}
