*,
*::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: #ec7c2f;
    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 #eeede5;
    background-size: cover;
    color: #3d4044;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
}

.header_info {
    /* padding: 150px 0 0 30px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header_info h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 0 0 0;
}

.header_info h1 .h1-lg {
    font-size: 28px;
    position: relative;
    margin-bottom: -35px;
    font-weight: 200;
    letter-spacing: 0px;
}

.header_info h1 .h1-sm {
    font-size: 20px;
    position: relative;
    margin-top: 10px;
    font-weight: 200;
    letter-spacing: 0px;
}


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

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

    .header_info {
        height: 550px;
    }

    .header_info h1 {
        text-transform: uppercase;
        font-size: 85px;
        line-height: 50px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 40px 0 0 0;
    }

    .header_info h1 .h1-lg {
        font-size: 40px;
        position: relative;
        margin-bottom: -35px;
        font-weight: 200;
        letter-spacing: 3px;
    }

    .header_info h1 .h1-sm {
        font-size: 20px;
        position: relative;
        margin-top: 10px;
        font-weight: 200;
        letter-spacing: 1px;
    }

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

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

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

/* ___ Products ___ */
.cont .colors {
    top: -25px;
}

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

.cont .row-product-2 .title a {
    position: absolute;
    top: 130px;
    /* left: 50%;
    transform: translateX(-50%); */
    line-height: normal;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.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-cont3 .colors {
        top: 50px;
    }

}

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

.out-cont3 .cont {
    background: #dfdfd7;
    border-radius: 10px;
}


.cont .row-product-2 {
    background-color: #dfdfd7;
    max-width: 590px;
    width: 100%;
    height: 390px;
    position: relative;
    border-radius: 10px;
}

.cont .row-product-3 {
    background: #dfdfd7 !important;
    border-radius: 10px;
}



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

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

.cont .row-product-2 .btn_box,
.cont .row-product-3 .btn_box {
    margin-top: -20px;
    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;
}

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

.cont .row-product-3 a.img img {
    max-width: 389px;
    height: 210px;
    /* 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;
}

.cont .row-product-2 .title,
.cont .row-product-3 .title {
    top: 40px;
    position: relative;
}

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

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

.cont .row-product-3 .title a {
    top: 120px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.cont .colors a {
    border: 1px solid #3d4044;
}

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

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

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


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

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

}

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

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

.cont .row-product-2 .btn_box,
.cont .row-product-3 .btn_box {
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    max-width: 90%;
    width: 100%;
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #eeede5;
    color: #3d4044;
    font-family: "Proxima Nova", sans-serif;
    overflow: hidden;
}

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

.promo_reviews h4 {
    font-weight: bold;
    font-size: 38px;
    line-height: normal;
    text-transform: uppercase;
}

.desc-video h4 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
}

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

.btn-warning {
    background-color: #ec7c2f !important;
    border-radius: 10px;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 260px;
    width: 100%;
    height: 58px;
}

.desc-video iframe {
    max-width: 1050px;
    width: 100%;
    margin: auto;
    height: 500px;
}



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

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

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

a.promo_seperator span {
    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) {

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

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

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

    .btn-warning {
        margin: 20px auto;
    }

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

    .promo_reviews img {
        padding: 20px 0;
    }

    .btn-warning img {
        padding: 0 !important;
    }

    .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;
        padding: 20px 0;
    }

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