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

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

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;
	border-width: 2px;
}

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

.coupon-image {
	border: 6px solid #fff;
}


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

@media (min-width: 420px) {
	.header-logo{
		padding-top: 0;
		margin-top: -5px;
	}
}

/*------------slider------------*/
.main-promotion-offer {
	text-transform: inherit !important;
}
.main-promotion-text em {
	text-transform: none;
	font-style: normal;
}
.main-promotion-text, .main-promotion-text h1, .main-promotion-text h2, .main-promotion-text h3, .main-promotion-text h4, .main-promotion-text h5  {
	font-weight: 800;
}


