body {
    font-family: Titillium Web, Sans-serif;
    font-size: 16px;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Titillium Web";
    src: url(Titillium_Web/TitilliumWeb-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

.form-group-footer {
    margin-bottom: 11px;
}

.form-group-footer .input {
    background-color: rgba(255, 255, 255, 0.09);
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    padding: 0.75em;
    height: auto;
}

.checkbox-group {
    display: flex;
    align-items: baseline;
    gap: 13px;
}

.checkbox-group .checkbox {
    width: 13px;
    height: 13px;
}

.grey-color {
    color: #7a7a7a !important;
}
a {
    text-decoration: none;
}
.h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
}
.h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.h4 {
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #2a2a2a;
}

.landing {
    background-image: url("../assets/banner.png");
    --overlay-opacity: 0.8;
    position: relative;
    z-index: 1;
    text-align: center;
}
.landing::before {
    content: "";
    --background-overlay: "";
    background-color: transparent;
    background-image: linear-gradient(140deg, #ae2b2b 0%, #52aff9 100%);
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.landing .h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}
.landing .h3 {
    padding: 8px 8px 8px 8px;
}
.inner {
    padding: 30px 0;
}
.inner__header-area {
    padding-bottom: 15px;
}
.content-box {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 6% 0% 2% 0%;
    border-radius: 16px 16px 16px 16px;
}
.content-box .h3 {
    color: #2a2a2a;
}
.select-box-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 70px;
}
.select-box-wrapper .select-box__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 6%;
}
.select-box-wrapper .select-box__grey-bck {
    width: 420px;
    background-color: #f5f5f5;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 3px 10px 0px rgba(128, 128, 128, 0.5);
}

.footer {
    background: #333;
    color: #fff;
    padding: 60px 0px 60px 0px;
}
.footer__informations {
    padding: 0;
}
.footer__informations--icon {
    font-size: 1.25em;
}
.footer__informations.red .footer__informations--icon {
    color: #ae2b2b;
}
.footer__informations.blue .footer__informations--icon {
    color: #52aff9;
}
.footer__informations li {
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.footer__informations li a,
.footer__informations li {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.footer__shipping li {
    padding-bottom: 6px;
    margin-top: 0;
}
.footer .row {
    padding: 30px 0;
}
.footer a {
    color: #fff;
}
.footer p {
    margin-bottom: 1.75em;
}
.footer__info {
    margin-bottom: 1.75em;
}
.footer img {
    max-width: 100px;
    margin-bottom: 20px;
}
.after-footer {
    background-color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.after-footer .container {
    display: flex;
    justify-content: space-between;
}
.after-footer__links {
    display: flex;
    gap: 16px;
    align-items: center;
}
.after-footer__links a {
    color: #54595f;
    position: relative;
}
.after-footer__links a::after {
    content: "";
    position: absolute;
    background: #ddd;
    right: -8px;
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
}
.after-footer__links a:last-of-type::after {
    display: none;
}
.after-footer__credentials {
    display: flex;
    align-items: center;
}
.after-footer__credentials p {
    margin-bottom: 0;
}

header .pre-header {
    background-color: #b6b6b6;
    height: 58px;
    display: flex;
    align-items: center;
}
header .pre-header .h4 {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-top: 0.5rem;
}
header .header {
    height: 60px;
    background-color: transparent;
    background-image: linear-gradient(160deg, #2a2a2a, 40%, #ae2b2b 100%);
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.4);
}
header .header .container {
    height: 100%;
}
header .header .d-flex {
    height: 100%;
    gap: 50px;
    align-items: center;
}
header .header__flex {
    display: flex;
    align-items: center;
}
header .header__flex img {
    width: 80px;
    height: 35px;
    object-fit: contain;
}
header .header__nav {
    flex-grow: 1;
}
header .header__nav--close-icon {
    display: none;
}
header .header__icons {
    display: flex;
    gap: 20px;
    position: relative;
}
header .header__icons--profil a {
    color: white;
    font-size: 36px;
    border-radius: 50%;
}
header .header__icons--cart .cart-button {
    font-weight: 600;
    border: 1px solid white;
    border-radius: 30px;
    display: flex;
    color: white;
    padding: 6.5px 24px;
    transition: 0.4s;
    cursor: pointer;
}
header .header__icons--cart .cart-button:hover {
    color: #69727d;
    background-color: #fff;
}
header .header__icons--cart .cart-button__price {
    margin-right: 4.5px;
}
header .header__icons--menu-bars {
    display: none;
}
header .header .mini-cart {
    position: absolute;
    top: 65px;
    right: 0;
    background-color: #fff;
    width: 350px;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: none;
    border-radius: 10px;
    z-index: 99999;
}
header .header .mini-cart.active {
    display: block;
}
header .header .mini-cart__item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
header .header .mini-cart__item--content h3 {
    font-size: 18px;
    font-weight: 600;
}
header .header .mini-cart__item--remove a {
    color: #212529;
}
header .header .mini-cart__item--image {
    flex-shrink: 0;
}
header .header .mini-cart__item--image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
header .header .mini-cart__item .mini-cart__item__info .mini-cart__item__name {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
}
header .header .mini-cart__item .mini-cart__item__info .mini-cart__item__price {
    font-size: 15px;
    font-weight: 600;
    color: #ae2b2b;
}
header .header .mini-cart__price {
    margin: 1rem 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 25px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
header .header .mini-cart__button {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
header .header .mini-cart__button a {
    padding: 13px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}
header .header .mini-cart .mini-cart__total {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
header .header .mini-cart .mini-cart__total .mini-cart__total__text {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
}
header .header .mini-cart .mini-cart__total .mini-cart__total__price {
    font-size: 15px;
    font-weight: 600;
    color: #ae2b2b;
}
header .header .mini-cart .mini-cart__buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
header .header .mini-cart .mini-cart__buttons .mini-cart__buttons__button {
    padding: 6.5px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 30px;
    background-color: #ae2b2b;
}
header .header .mini-cart .mini-cart__buttons .mini-cart__buttons__button:hover {
    background-color: #54595f;
}
header .header .main-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}
header .header .main-nav ul li a {
    padding: 6.5px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 30px;
}
header .header .main-nav ul li a:hover {
    background-color: #54595f;
}
header .header .main-nav ul li a.active {
    background-color: #fff;
    color: #ae2b2b;
}
@media screen and (max-width: 991px) {
    header .header .d-flex {
        justify-content: space-between;
        gap: 0;
    }
    header .header__nav--close-icon {
        position: absolute;
        top: 6px;
        left: 218px;
        font-size: 20px;
        color: white;
        cursor: pointer;
        z-index: 9999;
        display: block;
    }
    header .header__nav .main-nav {
        position: absolute;
        top: 0;
        left: -250px;
        height: 100%;
        background-color: #2a2a2a;
        padding: 20px;
        z-index: 99999;
        width: 250px;
        transition: all 0.4s;
    }
    header .header__nav .main-nav.active {
        left: 0;
    }
    header .header__nav .main-nav ul {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-top: 25px;
    }
    header .header__nav .main-nav ul li a {
        padding: 6.5px 24px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        transition: 0.4s;
        border-radius: 30px;
    }
    header .header__nav .main-nav ul li a:hover {
        background-color: #54595f;
    }
    header .header__nav .main-nav ul li a.active {
        background-color: #fff;
        color: #ae2b2b;
    }
    header .header__icons--menu-bars {
        display: block;
        font-size: 36px;
        color: white;
        cursor: pointer;
    }
}
@media screen and (max-width: 568px) {
    header .pre-header .h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .select-box-wrapper .select-box__grey-bck {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .select-box-wrapper {
        margin: 0 12px;
    }
    .select-box-wrapper .select-box__inner {
        align-items: center;
    }
    .select-box-wrapper .select-box__grey-bck {
        width: 90%;
    }
}
