﻿@import url('css2-Poppinswght300400500600700800_swap.css');
: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%) 0 50px 100px -20px,rgb(0 0 0/15%) 0 30px 60px -30px;
    border-radius: .75rem;
}
.coupon.border
{
    box-shadow: none;
    border-radius: .5rem;
}
.foot-fixed-menu .card
{
    box-shadow: rgb(50 50 93/5%) 0 5px 5px 0,rgb(0 0 0/15%) 0 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);
    }
}/*------------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;
}