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


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

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

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

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

.header_info h1 {
    text-transform: uppercase;
    font-size: 50px;
    padding: 50px 0 40px 0;
    line-height: 50px;
    font-family: 'ProximaNova-Black', sans-serif;
}

.header_info p {
    font-size: 24px;
    color: #dfe447;
    line-height: normal;
}

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

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



/* ___ Products ___ */
.cont .colors {
    top: 0;
}

.cont .row-product-2 .title a {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    line-height: normal;
}

.cont .row-product-3 .title a {
    top: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 29px;
}

@media (min-width: 992px) {
    .cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cont .title a {
        left: 20px;
        transform: translateX(0%);
    }

}

.out-cont {
    padding: 20px 0;
    background-color: #ff2c22;
}

.out-cont1 {
    background-color: #fff;
}

.out-cont2,
.out-cont3 {
    background-color: #dfe447;
}



.cont .row-product-2 {
    background-color: #00263e;
    max-width: 590px;
    width: 100%;
    height: 390px;
    position: relative;
}

.cont .row-product-3 {
    background: #00263e !important;
}



.cont .row-product-3 {
    max-width: 389px;
    width: 100%;
    height: 390px;
    position: relative;
}

.cont .row-product-2,
.cont .row-product-3 {
    margin: 150px auto 30px auto;
}

.cont .row-product-2 .btn_box {
    margin-top: -30px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    align-items: flex-end;
}

.cont .row-product-3 .btn_box {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    align-items: flex-end;
}

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

.out-cont5 .cont {
    background-color: #00263e;
}

.cont .row-product-2 a.img img {
    max-width: 266px;
    height: 300px;
    /* background-color: #fff; */
    object-fit: contain;
}

.cont .row-product-3 a.img img {
    max-width: 300px;
    height: 250px;
    /* background-color: #fff; */
    object-fit: contain;
}


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

.cont .row-product-2 a.img img,
.cont .row-product-3 a.img img {
    top: -150px;
    position: relative;
}

.cont .title a {
    font-family: 'ProximaNova-Extrabld', sans-serif;
    line-height: 30px;
    color: #fff;
}

.cont .row-product-2 .title a .cont .row-product-3 .title a {
    color: #fff;
    position: absolute;
    top: 200px;
    line-height: normal;
}

.cont .row-product-2 .title,
.cont .row-product-3 .title {
    font-size: 27px;
}

.cont .row-product-3 .title a {
    top: 120px !important;
}

.cont .colors a {
    border: 1px solid #00263e;
}

#product-396681 .row-product-3 .title a {
    top: 150px !important;
}

.cont span.old-price {
    font-family: 'ProximaNova-Extrabld', sans-serif;
    color: #fff;
}

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


.cont .row-product-2 span.price,
.cont .row-product-3 span.price {
    font-family: 'ProximaNova-Extrabld', sans-serif;
    color: #fff;
    font-size: 35px !important;
}

.cont span.price {
    color: #fff !important;
    font-family: 'ProximaNova-Extrabld', sans-serif;

}

.cont a.here {
    font-family: 'Gotham-Bold', sans-serif;
    background-color: #ff0b00;
    border: 2px solid #ff0b00;
    color: #fff;
    font-size: 20px !important;
    line-height: normal;
    padding: 5px 15px;
    transition: all .3s ease-in-out;
}

.out-cont2 .cont a.here,
.out-cont4 .cont a.here,
.out-cont6 .cont a.here {
    background-color: #ff0b00;
    border-color: #ff0b00;
    color: #fff;
}

.out-cont2 .cont a.here:hover,
.out-cont4 .cont a.here:hover,
.out-cont6 .cont a.here:hover {
    color: #fff;
}

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

.cont .img-cont .colors {
    right: 20px;
}


/* ___ Reviews ___ */
.bg-blue {
    background-color: #00263e !important;
    color: #fff;
}

.bg-brown {
    background-color: #1d1d1b;
    color: #fff;
}

.btn-danger {
    background-color: #ff2c22;
}

.bg-yellow {
    background-color: #dfe447;
}





.promo_reviews {
    background: #fff;
    color: #000;
    font-family: 'ProximaNova', sans-serif;
    overflow: hidden;
}

.promo_reviews img {
    max-width: fit-content;
    margin: auto;
}

.promo_reviews h4 {
    font-family: 'ProximaNova-Extrabld', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 37px;
    line-height: normal;
}

.promo_reviews p {
    font-size: 26px;
    line-height: normal;
    padding: 40px 0;
}

.promo_reviews a {
    font-family: Gotham-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
}


/* ___  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: #dfe447;
    color: #00263e;
}

/* 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) {
    .desc .row .row {
        padding: 10px 0;
    }

    .cont {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .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) {
    .cont {
        display: block;
    }

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

    .cont .row-product-3 .btn_box {
        margin-top: -10px;
    }

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

    .cont .img-cont .colors {
        right: inherit;
    }

    .cont .colors {
        display: flex;
        position: relative;
        top: -30px;
        right: 0;
        margin: 0 auto 25px auto;
    }

    .cont .title a {
        width: 100%;
    }

    .cont .row-product-2 {
        height: 450px;
    }
}