/**
 * Theme Name: Salaet
 * Version: 1.3.2
 */
a[href="#no-follow"]{
    cursor: default;
}

.quality-list ul {
	padding-left: 0;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.quality-list li {
	list-style: none;
}

.geo-popup {
    position: fixed;
    top: 15%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    color: #bc1622;
    padding: 15px 20px;
    border-radius: 15px;
    z-index: 9999;
    font-size: 14px;
    max-width: 40%;
    aspect-ratio: 4 / 3;
    line-height: 1.4;
    animation: fadeIn 0.3s ease-out;
}
.geo-popup svg {
    width: 40px;
    height: 40px;
}
a.geo-popup__close {
    position: absolute;
    right: 27px;
    top: 25px;
}
.geo-popup__icon {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 3rem;
}
.geo-popup__title {
    font-family: "MikroSuper", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 6rem;
    line-height: 1em;
}
.geo-popup__subtitle {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1em;
    padding-top: 4rem;
}
.geo-popup__button {
    text-align: center;
    font-size: 3.2rem;
    display: inline-block;
    border: 1px solid;
    border-radius: 25px;
    padding: 3px 26px;
    margin-top: 3rem;
}
.geo-popup__button:hover {
    text-decoration: none;
    background-color:#7c0625;
    border-color:#7c0625;
    color: #fff;
}
.geo-popup__dismiss {
    font-size: 2.5rem;
    padding-top: 1rem;
}

@media screen and (orientation: portrait) {
    .geo-popup {
        max-width: 50%;
        max-height: 30%;
    }
}

@media screen and (max-width: 992px) {
    .geo-popup {
        max-width: 80%;
        max-height: 65%;
    }
    .geo-popup svg {
        width: 30px;
        height: 30px;
    }
    .geo-popup__icon svg {
        width: 40px;
        height: 40px;
    }
    .geo-popup__icon {
        margin-bottom: 2rem;
    }
    .geo-popup h2 {
        font-size: 3rem;
    }
    .geo-popup__subtitle {
        padding-top: 2rem;
        font-size: 1.6rem;
    }
    .geo-popup__button {
        margin-top: 1.5rem;
        font-size: 1.6rem;
    }
    .geo-popup__dismiss {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .geo-popup {
        max-width: 90%;
        max-height: 45%;
    }
    .geo-popup h2 {
        font-size: 2.5rem;
    }
    .geo-popup__subtitle {
        padding-top: 1.5rem;
    }
}