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


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

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

/* ___ Header ___ */
.promo_header {
    background: url('img/header-bg.png') no-repeat top #000;
    background-size: cover;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    overflow: hidden;
    height: 550px;
}

.header_info {
    padding: 100px 0 0 30px;
}

.header_info h1 {
    /* text-transform: uppercase; */
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0 15px 0;
    font-weight: bold;
}

.header_info p {
    font-size: 30px;
    line-height: normal;
    padding: 0 0 25px 0;
}

.header_info a {
    max-width: 307px;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gilroy, sans-serif;
    font-weight: bold;
    font-size: 30px;
    border-radius: 60px;
}


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

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



/* ___ Products ___ */


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

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

.out-cont2,.out-cont5 {
    background-color: #00000008;
}

ul.descr li ul {
    margin: 10px 0 0 0;
}

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

.cont .title a {
    font-family: "Gilroy", sans-serif;
}

.cont ul li {
    font-family: "Gilroy", sans-serif;
    line-height: normal;
}

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

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

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

.cont span.price {
    font-family: "Gilroy", sans-serif;
    color: #000;
}

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

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

span.unavailable {
    /* color: #fff; */
}


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

.promo_reviews img {
    max-width: fit-content;
    margin: auto;
    width: 100%;
    padding: 20px 0;
}

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

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


/* BNP */
.bnp {
    background-color: #000;
}

.bnp 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: "Gotham-Medium", 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: #000;
    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) {
    .landing .cont .btn_box {
        height: auto;
    }

    .landing .cont .price {
        font-size: 30px;
    }

    .landing .cont .old-price {
        top: 20px;
    }

    .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;
    }
}