*,
*::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;
}


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

/* ___ Header ___ */
.promo_header {
    background: #292728;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    overflow: hidden;
    height: 549px;
}

.header_info {
    padding: 70px 0 0 0;
    margin: auto;
    text-align: center;
}

.header_info h1 {
    /* text-transform: uppercase; */
    font-size: 66px;
    font-weight: 900;
    line-height: normal;
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    border-radius: 40px;
    color: #000;
}

.promo_header h3 span {
    font-weight: bold;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
}


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

.promo-products {
    background: url('img/bg-promo.png') no-repeat top #000;
    background-size: cover;
}

@media (min-width: 992px) {
    .promo_header {
        background: url('img/header-bg.png') no-repeat top #292728;
        background-size: cover;
    }
    .header_img {
        padding: 0;
    }

    .header_info img {
        margin-bottom: 10px;
    }

    .header_info h2 {
        font-size: 46px;
    }
    .header_info h3 {
        font-size: 26px;
        line-height: normal;
    }
}

.bg-black {
    background: #292728 !important;
}



/* ___ Products ___ */
@media (min-width: 992px) {
    .cont {
        display: flex;
        align-items: center;
    }
}

.out-cont {
    padding: 20px 0;
    background-color: transparent;
    /* background: url("image") no-repeat top #; */
}

.cont a.img img {
    max-width: -webkit-fill-available;
    height: auto;
    object-fit: contain;
}

.cont .title a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
}

.cont ul li {
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    color: #fff;
}

.cont ul li::before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px 0;
}

.cont span.old-price {
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.cont .old-price::before {
    color: #000;
}

.cont span.price {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
}

.promo_reviews .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.cont a.here {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    transition: all .3s ease-in-out;
}

.cont a.here:hover {
    color: #fff;
    background-color: transparent;
    transform: translateY(-4px);
}

span.unavailable {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #fff;
    color: #000;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-weight: bold;
    overflow: hidden;
}

@media (min-width: 992px) {
    .promo_reviews img {
        max-width: 80px;
        height: 80px;
        width: 100%;
        object-fit: contain;
    }
}

.promo_reviews h4 {
    font-size: 30px;
    padding: 0 0 20px 0;
    line-height: normal;
}

.promo_reviews p {
    font-size: 28px;
    line-height: normal;
}


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

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

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

a.promo_seperator span {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    text-decoration: underline;
}

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

    /* .promo_header img, */
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }

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

    .header_info {
        padding: 70px 0 0 0;
    }

    .header_info h1 {
        font-size: 28px;
        padding: 10px;
    }

    .promo_reviews {
        text-align: center;
    }

    .promo_reviews h4 {
        font-size: 28px;
    }

    .promo_reviews 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: 23px;
    }
}

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