﻿* {
    font-family: 'Gotham-Book';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.contentHeader {
    /* display: flex;
    padding: 100px 50px 50px 50px; */
}

    .contentHeader .headline {
        /* width: 480px; */
        margin-right: 30px;
        margin-left: 100px;
    }

    .contentHeader .shortDesc {
        font-size: 20px !important;
        text-transform: uppercase;
        font-weight: normal !important;
    }

    .contentHeader ul, li {
        list-style: none;
    }

    .contentHeader .description {
        color: #6b6b6b;
        font-size: 18px !important;
        line-height: 25px;
        font-family: 'Gotham-Light' !important;
        font-weight: lighter;
    }

.top_con {
    display: flex;
}

.advlog li span, .advlog li b {
    font-size: 70px !important;
}

.advlog li b {
    text-stroke: 4px #000;
    -webkit-text-stroke: 4px #000;
}

.advlog li span {
    margin-left: 12px;
    font-family: 'Gotham-Light' !important;
    font-weight: normal;
}

.advlog li {
    /* font-size: 21px; */
    white-space: nowrap;
}

.top_con p {
    margin-left: 28px;
    font-size: 18px;
    color: #868686;
}

.banner {
    /*padding: 50px 50px;*/
    /*padding-bottom: 105px;*/
}

.top_but {
    display: flex;
    margin-top: 20px;
}

    .top_but button {
        line-height: 30px;
        font-size: 15px;
        width: 235px;
        /*padding: 3px;*/
        height: 30px;
    }

    .top_but .configActiveBut {
        background: #BFBFBF;
        color: #fff;
        border: none;
    }

    .top_but .configBut {
        background: #fff;
        border: 1px solid #676767;
        font-weight: bold;
    }

    .top_but .configText {
        display: block;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        transform-origin: left;
        position: absolute;
        font-family: 'Gotham-Light' !important;
    }



.swiper {
    width: 91.5%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    /* margin-top: 50px; */
}

.banner > div {
    position: relative;
}

    .banner > div .swiper-button-prev img, .banner > div .swiper-button-next img {
        width: 1.2vw;
    }

    .banner > div .swiper-button-prev {
        /*left: 50px;*/
        cursor: pointer;
    }

    .banner > div .swiper-button-next {
        /*right: 50px;*/
        cursor: pointer;
    }

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
}

.adv-bootom {
    padding-left: 77.3605px;
    display: flex;
    padding-top: 40px;
}

.advbootomNav .webHeadingSmall {
    text-align: right;
}

.downloadList .downloadFiles {
    padding-left: 60px;
}

.downloadFiles p {
    font-family: 'Gotham-Medium';
    color: #363636;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

    .downloadFiles p:hover {
        text-decoration: underline;
    }

.advbootomNav .webHeadingSmall {
    /* width: 730.953px; */
    width: 350px;
}

.downloadList .downloadTypes {
    /* width: 730.953px; */
    width: 350px;
}

.downloadList .downloadFiles {
    /* width: calc(100% - 730.953px); */
    width: calc(100% - 350px);
    flex-direction: initial;
}

    .downloadList .downloadFiles .downImg {
        padding-left: 100px;
    }

    .downloadList .downloadFiles ul li a {
        height: 20px;
        margin-bottom: 6px;
        display: block;
    }

        .downloadList .downloadFiles ul li a img {
            height: 20px;
        }

.downloadList .downloadTypes .item.selected a:not(.fa) {
    cursor: pointer;
}

    .downloadList .downloadTypes .item.selected a:not(.fa):hover {
        text-decoration: underline !important;
    }



@media (max-width: 1790px) {
    .downloadFiles p {
        font-size: 14px;
    }

    .advbootomNav .webHeadingSmall {
        /* width: 530.953px; */
        width: 300px;
    }

    .downloadList .downloadTypes {
        /* width: 530.953px; */
        width: 300px;
    }

    .downloadList .downloadFiles {
        /* width: calc(100% - 530.953px); */
        width: calc(100% - 300px);
    }
}

.advselect {
    padding-left: 42px;
}

.topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons:hover span {
    color: #000 !important;
}


.weui-popu_container {
    position: fixed;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 300px;
    border: 1px solid #000;
    background: #fff;
    display: none;
    z-index: 999;
}

.weui-popup__overlay {
    width: 100%;
    background: #dedede;
    display: flex;
    padding: 5px;
    justify-content: space-between;
    font-size: 14px;
}

    .weui-popup__overlay h3 {
        font-size: 14px;
        margin: 0;
    }

    .weui-popup__overlay .close {
        cursor: pointer;
        font-size: 14px;
    }

.weui-popup__modal {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.weui-popu_container .btndiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

.weui-popu_container .btnclose {
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 2px 3px;
    border-radius: 2px;
    opacity: 1;
}

.clearallsel {
    /* display: flex;
    justify-content: flex-end; */
}


