/* Add here all your css styles (customizations) */

.wrapper {
    background: #1e1e1e;
}

.header-fixed .header-v5.header-fixed-shrink {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    height: 95px;
    margin-top: -23.5px;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(31,31,31, 0.96);
    transition: background 0.4s;
}

.shop-product {
    background: #1e1e1e;
    padding: 10px 0 30px;
    border-bottom: 1px solid #dedede;
}

.fliesstext {
    width: 50%;
    margin: 0 auto;
    color: white;
}

/*Collection Banner 2
------------------------------------*/
.collection-banner2 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg4.jpg);
}

.collection-banner2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner2 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner2 p {
    color: #eee;
}

/*Collection Banner 4
------------------------------------*/
.collection-banner4 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg5.jpg);
}

.collection-banner4:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner4 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner4 p {
    color: #eee;
}

/*Collection Banner 5
------------------------------------*/
.collection-banner5 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg6.jpg);
}

.collection-banner5:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner5 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner5 p {
    color: #eee;
}
/*Collection Banner 6
------------------------------------*/
.collection-banner6 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg7.jpg);
}

.collection-banner6:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner6 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner6 p {
    color: #eee;
}

/*Collection Banner 7
------------------------------------*/
.collection-banner7 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg8.jpg);
}

.collection-banner7:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner7 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner7 p {
    color: #eee;
}


/*Percent Off*/
.collection-banner2 .percent-numb {
    color: #fff;
    float: left;
    padding: 10px 0;
    font-size: 200px;
    font-weight: 400;
    line-height: 150px;
    margin-right: 15px;
}

.collection-banner2 .percent-off {
    float: left;
    margin-right: 30px;
}

.collection-banner2 .percent-off span {
    color: #fff;
    display: block;
}

.collection-banner2 .percent-off span.discount-percent {
    font-size: 70px;
    margin-top: 30px;
    font-weight: 200;
    line-height: 80px;
}

.collection-banner2 .percent-off span.discount-off {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-banner2 h2 {
        font-size: 30px;
    }

    .collection-banner2 h3 {
        font-size: 145px;
    }

    .collection-banner2 .percent-off span.discount-percent {
        font-size: 70px;
        margin-top: 35px;
        line-height: 60px;
    }

    .collection-banner2 .percent-off span.discount-off {
        font-size: 30px;
    }
}

@media (max-width: 514px) {
    .collection-banner2 h3 {
        font-size: 145px;
    }

    .collection-banner2 .percent-off span.discount-percent {
        font-size: 70px;
        margin-top: 35px;
        line-height: 60px;
    }

    .collection-banner2 .percent-off span.discount-off {
        font-size: 30px;
    }
}

/*New Offers*/
.collection-banner2 .new-offers {
    top: -30px;
    right: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    padding: 20px 10px;
    text-align: center;
    display: inline-block;
}

.collection-banner2 .new-offers p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 17px;
}

.collection-banner2 .new-offers span {
    color: #fff;
    font-size: 14px;
}

@media (max-width: 400px) {
    .collection-banner2 .new-offers {
        top: -50px;
        right: 10px;
    }
}





/*Collection Banner 3
------------------------------------*/
.collection-banner3 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg3.jpg);
}

.collection-banner3:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner3 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner3 p {
    color: #eee;
}

/*Percent Off*/
.collection-banner3 .percent-numb {
    color: #fff;
    float: left;
    padding: 10px 0;
    font-size: 200px;
    font-weight: 400;
    line-height: 150px;
    margin-right: 15px;
}

.collection-banner3 .percent-off {
    float: left;
    margin-right: 30px;
}

.collection-banner3 .percent-off span {
    color: #fff;
    display: block;
}

.collection-banner3 .percent-off span.discount-percent {
    font-size: 70px;
    margin-top: 30px;
    font-weight: 200;
    line-height: 80px;
}

.collection-banner3 .percent-off span.discount-off {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-banner3 h2 {
        font-size: 30px;
    }

    .collection-banner3 h3 {
        font-size: 145px;
    }

    .collection-banner3 .percent-off span.discount-percent {
        font-size: 70px;
        margin-top: 35px;
        line-height: 60px;
    }

    .collection-banner3 .percent-off span.discount-off {
        font-size: 30px;
    }
}

@media (max-width: 514px) {
    .collection-banner3 h3 {
        font-size: 145px;
    }

    .collection-banner3 .percent-off span.discount-percent {
        font-size: 70px;
        margin-top: 35px;
        line-height: 60px;
    }

    .collection-banner3 .percent-off span.discount-off {
        font-size: 30px;
    }
}



/*Collection Banner 9
------------------------------------*/
.collection-banner9 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/collection-bg9.jpg);
}

.collection-banner7:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.collection-banner7 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 12px 0 15px;
    text-transform: uppercase;
}

.collection-banner7 p {
    color: #eee;
}

