/*
@font-face {
	font-family: 'Europe Normal';
	font-style: normal;
	font-weight: 400;
	src: local('Europe Normal'), local('Europe Normal'),
		url('fonts/europe-normal.woff2') format('woff2'),
		url('fonts/europe-normal.woff') format('woff');
}
*/

@font-face {
	font-family: 'Europe Normal';
	font-style: normal;
	font-weight: 400;
	src: local('Europe Normal'), local('Europe Normal'),
		url('fonts/Europe.woff2') format('woff2'),
		url('fonts/Europe.woff') format('woff');
}

html[lang="az"] .slideScheduleColumn p,
html[lang="az"] body {
    font-family: 'Europe Normal';
}

.headerSearch {
	display: none;
	position: absolute;
	height: 70px;
	width: 100%;
	left: 0;
	top: 70px;
	background: #353436;
}

.headerSearch form {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 15px 60px;
}

.headerSearch input {
	margin-right: 20px;
	width: 100%;
	color: #f6f6f6;
	background: transparent;
	border: transparent;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.headerSearch input:focus {
	border-bottom: 1px solid red;
	outline: none;
}

.headerSearch input::-webkit-input-placeholder {
	color: #f6f6f6;
}

.headerSearch input:-ms-input-placeholder {
	color: #f6f6f6;
}

.headerSearch input::-moz-placeholder {
	color: #f6f6f6;
}

.headerSearch input:-moz-placeholder {
	color: #f6f6f6;
}

.headerSearch .headerSearch__button {
	padding: 0 20px;
	font-size: 14px;
	background: transparent;
	color: #fff;
}

.headerSearch .headerSearch__button:hover {
    background-color: #ef4136;
}

/* 17:45 28.03.2019 */

.newsSection__text a {
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.newsSection__text a:hover {
	border-bottom: 2px solid #ef4136;
}

.btn:hover {
	color: #fff;
}

#return-to-top {
	cursor: pointer;
	fill: #ef4136;
    position: fixed;
    bottom: 95px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 2;
}

#return-to-top:hover {
    opacity: 0.7;
	bottom: 90px;
}

/* Ozzi Logo - 23:28 20.05.2019 */

.headerNavOzzi {
	margin-left: 20px;
	filter: invert(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.misc .headerNavOzzi {
	display: none;
}

.headerNavOzzi img {
	height: 30px;
}

.headerNavOzzi:hover {
	filter: none;
}

.wd_popup_window {
	margin-left: 0 !important;
    max-width: 600px;
    left: 50%;
    width: 90% !important;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

@media (max-width: 767px) {
	.shopsSlide__caption.tight .shopSlideCaption__body {
		max-width: 100%;
	}
	.shopsSlide__caption .ShopInfo__text,
	.shopsSlideCaption__schedule .slideScheduleColumn,
	.shopsSlide__findOutMore {
		margin-bottom: 10px;
	}
	.shopsSlide__caption .ShopInfo__text {
		font-size: 16px;
		line-height: 1.4;
	}
	.shopsSlide__caption.tight .shopsSlideCaption__schedule.vertical,
	.shopsSlide__caption.tight .shopsSlideCaption__schedule {
		max-width: 50%;
	}
	.headerNavOzzi {
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.news-swiper-container .swiper-pagination {
		display: none;
	}
	/* select2 */
	.searchFilters {
		flex-wrap: wrap;
	}
	.select2-container {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.select2-container .selection {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.shopsSlide__caption.tight .shopSlideCaption__body {
		margin-bottom: 0;
	}
	.innerBanner {
		height: 145vh;
		max-height: 145vh;
	}
}
@media (max-width: 425px) {
	.headerSearch form {
		padding: 15px;
	}
}

/* 19:46 02.04.2020 */

footer {
	height: auto;
}

.subscribe {
	align-items: center;
	padding: 1.5rem 1rem;
}

.subscribe.text-success {
	text-align: center;
}

.subscribe__title {
	text-transform: uppercase;
	margin-right: 10px;
	text-align: right;
}

.subcribe__form {
	position: relative;
}

.subcribe__form input:first-child {
	margin-right: 10px;
}

.subcribe__form input {
	color: #f6f6f6;
	height: 35px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #ef4136;
	padding: 0;
}

.subscribe__status {
	position: absolute;
	left: 0;
	top: -17px;
	width: 100%;
	margin: 0 auto;
}

.d-none {
	display: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-success {
    color: #28a745!important;
}

.text-danger {
    color: #dc3545!important;
}

.subscribe .loading {
	background-color: transparent !important;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
}

.subcribe__form input[type="button"] {
	font-weight: 500;
	border: 1px solid #ef4136;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.subcribe__form input[type="button"]:hover {
	cursor: pointer;
	background-color: #ef4136;
	border-color: #ef4136;
	color: #fff;
}

.subcribe__form input::-webkit-input-placeholder {
	color: #f6f6f6;
}

.subcribe__form input:-ms-input-placeholder {
	color: #f6f6f6;
}

.subcribe__form input::-moz-placeholder {
	color: #f6f6f6;
	opacity: 1;
}

.subcribe__form input:-moz-placeholder {
	color: #f6f6f6;
	opacity: 1;
}

.responsive-object-fit {
	height: 180px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

@media (max-width: 767px) {
	footer {
		flex-direction: column;
	}
	footer .copyright,
	footer .socials {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 475px) {
	.subscribe {
		flex-wrap: wrap;
	}
	.subscribe__title {
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.subcribe__form {
		width: 100%;
		justify-content: center;
	}
}

/* 1:58 13.04.2020 */

.cartierBlocks {
	display: flex;
}

.cartierBlock {
	color: #101010;
	width: 100%;
    padding: 25px;
    margin-bottom: 70px;
}

.cartierBlock h4 {
	font-size: 12px;
	line-height: 20px;
	color: #2e2e2e;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
}

@media (max-width: 767px) {
	.cartierBlocks {
		flex-wrap: wrap;
	}
	.cartierBlock:not(:last-child) {
		width: 100%;
		padding: 25px;
		margin-bottom: 0;
	}
	.misc .headerNavOzzi {
		display: block;
		margin-right: 40px;
	}
	.misc .headerNavOzzi img {
		height: 20px;
	}
}

@media (max-width: 375px) {
	.lang,
	.misc .headerNavOzzi {
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.cartierBlocks .cartierBlock:nth-child(2) {
		text-align: center;
	}
	.cartierBlocks .cartierBlock:nth-child(3) {
		text-align: right;
	}
	.cartierBlocks .cartierBlock:nth-child(3) .socials {
		justify-content: flex-end;
	}
	.cartierBlocks .cartierBlock:nth-child(3) .socials a:last-child {
		margin-right: 0;
	}
}

