q*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


#acer {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #acer {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: #fff;
    color: #fff;
    font-family: "Acer Foco", sans-serif;
    overflow: hidden;
    height: 550px;

    .logo-acer {
        max-width: fit-content;
        width: 100%;
        margin: auto;
        margin-top: 90px;
    }

    .row.desktop {
        display: none;
    }

    @media (min-width: 992px) {
        background: url('img/header-bg.png') no-repeat center center;
        background-size: cover;

        .header-img-1 {
            padding-top: 80px;
        }

        .header-img-2 {
            padding-top: 200px;
            float: right;
        }

        .row.desktop {
            display: flex;
        }

        .row.mobile {
            display: none;
        }
    }
}


.header_info {
    padding: 0;

    @media (min-width: 992px) {
        display: block;
        margin-top: 80px !important;
    }

    h1 {
        /* text-transform: uppercase; */
        font-size: 48px;
        text-align: center;
        line-height: normal;
        padding: 40px 0;
        font-style: italic;
        color: #80c343;
    }

    h2 {
        font-size: 34px;
        line-height: normal;
        text-align: center;
        background: url('img/header-rect.png') no-repeat center center;
        background-size: cover;
        font-style: italic;

        max-width: 519px;
        width: 100%;
        height: 100px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;

    @media (min-width: 992px) {
        padding: 0;
    }
}


/* ___ Products ___ */

@media (min-width: 1100px) {
    .cont {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .cont .row-product-3 {
        .btn_box {
            margin: 30px auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            max-width: 100%;
            width: 95%;

        }
    }
}

.out-cont {
    padding: 20px 0;
    background: #80c343;
}

.cont a.img img {
    max-width: fit-content;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cont .title a {
    font-family: "AcerFoco", sans-serif;
    font-weight: bold;
    font-size: 30px;
    height: 65px;
    padding: 0 20px;
}

.cont ul li {
    font-family: "AcerFoco", sans-serif;
    line-height: normal;
    font-size: 21px;

    &::before {
        width: 10px;
        height: 10px;
        background-color: #000;
        margin: 5px 0;
    }
}

.cont span.old-price {
    font-family: "AcerFoco", sans-serif;
    color: #000;
    /* display: none; */

    &::before {
        color: #000;
        /* display: none; */
    }
}


@media (min-width: 992px) {

    .cont .row-product-2 span.price,
    .cont .row-product-3 span.price {
        font-size: 33px;
        top: -10px;
    }
}

.cont span.price {
    font-family: "AcerFoco", sans-serif;
    color: #80c343;
    /* display: none; */
    font-size: 32px;
}

.cont a.here {
    font-family: "AcerFoco", sans-serif;
    background-color: #80c343;
    border: 2px solid #80c343;
    color: #fff;
    border-radius: 15px;
    transition: all .3s ease-in-out;

    &:hover {
        color: #fff;
        background-color: transparent;
        transform: translateY(-4px);
    }
}

.cont .descr-more {
    display: block;
    top: -20px;
}

.cont ul li:nth-last-child(-n+3) {
    display: none;
}


/* Products */
.cont .row-product-3 {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    min-height: 710px;
    max-width: 405px;
    width: 100%;

    a.here {
        max-width: 245px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .btn_box {
        margin: 30px auto;
    }
}


img.prod-spec {
    padding: 20px 5px 0 5px;
    margin: auto;
    display: block;
    max-width: fit-content;
    width: 100%;
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #80c343;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    text-align: center;
}

/* BNP */
.bnp {
    background: #000;

    & img {
        display: block;
        margin: auto;
        max-width: fit-content;
        width: 100%;
    }
}

/* ___  Seperator & Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Acer Foco", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #000;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #80c343;
    text-decoration: none;
    color: #fff;

    & span {
        font-family: "Acer Foco", sans-serif;
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 992px) and (max-width: 1400px) {

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 1045px) {
    .cont {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:991px) {

    .cont .row-product-2 span.price, .cont .row-product-3 span.price {
        font-size: 29px;
        margin: auto;
        text-align: center;
    }

    .landing .cont {
        & .btn_box {
            height: auto;
        }

        & .price {
            font-size: 30px;
        }

        & .old-price {
            top: 20px;
        }
        .cont {
            overflow: hidden;
        }
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;

        & h1 {
            font-size: 28px;
            line-height: normal;
            padding: 10px;
        }

        h2 {
            font-size: 24px;
        }

        & p {
            font-size: 22px;
            line-height: normal;
        }
    }

    .promo_reviews {
        text-align: center;

        & h4 {
            font-size: 28px;

            & p {
                font-size: 20px;
            }
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 28px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}