@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

:root {
	--thm-logo-header-height: 50px;

	/*--thm-slider-xs-h: 530px !important;
	--thm-slider-sm-h: 580px !important;*/
	--thm-slider-md-h: 400px !important;
	--thm-slider-lg-h: 540px !important;
	--thm-slider-xl-h: 640px !important;
	--thm-slider-xxl-h: 640px !important;
}

html, body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', 'Arial', sans-serif !important;
}

.card, .coupon, .alert, .notice {
	overflow: hidden;
	border: 0;
	box-shadow: rgb(50 50 93 / 5%) 0px 50px 100px -20px, rgb(0 0 0 / 15%) 0px 30px 60px -30px;
	border-radius: 0.75rem;
}

.coupon.border {
	box-shadow: none;
	border-radius: 0.5rem;
}

.foot-fixed-menu .card {
	box-shadow: rgb(50 50 93 / 5%) 0px 5px 5px 0px, rgb(0 0 0 / 15%) 0px 5px 10px 5px;
	background: none;
	border-radius: 1rem;
}

.btn {
	border-radius: 1.5rem;
	font-weight: 500;
	border-width: 2px;
}

.foot-fixed-menu .btn {
	border-radius: 1rem;
}


@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 3.5rem;
		font-weight: 700;
	}
}

@media (min-width: 1400px) {
	.home_page #head.header-type-2.prop-logo .header-logo img {
		max-height: calc(var(--thm-logo-header-height) + 60px);
	}
}

#land .header-logo img {
	max-height: calc(var(--thm-logo-header-height) + 20px);
}

#mainMenu.header-type-2.prop-logo .header-logo img {
	max-height: calc(var(--thm-logo-header-height) + 17px);
	filter: brightness(0) invert(1);
}

#mainMenu .fulllogo {
	display: none !important;
}

#mainMenu .minilogo {
	display: block !important;
}

.logos-swiper .swiper-slide.card {
	min-height: 90px;
}

.logos-swiper .swiper-slide.card img {
	max-height: 36px;
}

@media(min-width: 768px) {
	.header-logo img {
		position: relative;
		top: 10px;
	}
}
@media(min-width: 1400px) {
	.header-logo img {
		max-height: 90px !important;
		max-width: 260px;
		top: 16px;
	}
}



/*------------slider------------*/
.main-promotion-offer {
	text-transform: inherit !important;
}
.main-promotion-text em {
	text-transform: none;
	font-style: normal;
}

@media (min-width: 480px) {
	.main-promotion-text {
		font-size: 2.2em !important;
	}
}

@media (min-width: 1200px) {
	.main-promotion-text {
		font-size: 2.5em !important;
	}
}

@media (min-width: 480px) {
	.main-promotion-text {
		font-size: 2.2em !important;
	}

	.main-promotion-cta {
		font-size: 1.6rem !important;
		border-radius: 2rem !important;
		padding: 0.5rem 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.png-slider .main-promotion-image {
		left: 80% !important;
	}
}

@media (min-width: 992px) {
	.png-slider .main-promotion-image {
		left: 77% !important;
	}
}

@media (min-width: 1200px) {
	.main-promotion-text {
		font-size: 2.5em !important;
	}

	#land .main-promotion-text {
		font-size: 3.2em !important;
	}

	.main-promotion-cta {
		font-size: 1.8rem !important;
	}

	.png-slider .main-promotion-image {
		left: 75% !important;
	}
}

