#tabs-desktop {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
    display: none;
    /*position: sticky;
    top: 46px;*/
    z-index: 9;
    /*background: white;*/
    text-align: left;
}

#tabs-desktop li {
    margin: 5px;
    display: inline-block;
    width: calc(20% - 10px);
    background: white !important;
}

#tabs-desktop a {
    /*display: flex;*/
    /*align-items: center;*/
    /*text-align: left;*/
    /*color: #002e5d;*/
    /*font-weight: bold;*/
    /*border: 2px solid #002e5d;*/
    /*border-radius: 0;*/

    padding: 3px 10px;
    border: 1px solid #E1E7EC;
    border-radius: 0;
    text-align: left;
    width: 100%;
    min-height: 56px;
    white-space: initial;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

#tabs-desktop li.active a {
    /*color: white;*/
    color: #002e5d;
    border-color: #a0afbf;
    background-color: #f7fafc;
    transition: 0.3s;
}

#tabs-desktop img {
    max-width: 32px;
    margin-right: 10px;
}

#tabs-mobile {
    margin-top: 30px;
    position: sticky;
    top: 55px;
    z-index: 9;
}

#tabs-mobile .dropdown-toggle {
    width: 100%;
    background: #ECF0F3;
    border: none;
    padding: 15px 5px;
    color: #0A246A;
    font-weight: bold;
}

#tabs-mobile ul {
    width: 100%;
    max-height: 300px;
    margin-top: 0;
    top: 100%;
    border-radius: 0;
    border: none;
    background: #ECF0F3;
    overflow: scroll;
    text-align: center;
    box-shadow: none;
}

#tabs-mobile li > a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 0;
    background: transparent;
    color: #7d94ac;
    font-weight: bold;
}

#tabs-mobile ul li.active a {
    color: #0A246A;
    border-bottom: 2px solid #dc0069;
}

.tab-mobile-img {
    margin-right: 5px;
    max-width: 20px;
}

.tab-content {
    overflow: auto;
}

.tab-pane {
    margin: 50px 0 100px;
}

.panel-heading {
    margin-bottom: 30px;
    background: #ECF0F3;
    padding: 15px 5px;
    text-align: center;
    color: #0a246a;
    font-weight: bold;
    font-size: 22px;
}

.flavor-h {
    margin-bottom: 30px;
    color: #0a246a;
    font-weight: bold;
    font-size: 22px;
}

.img-col {
    margin-bottom: 10px;
}

.img-flavor-h {
    margin-right: 7px;
    margin-bottom: 2px;
    max-width: 25px;
}

.btn.load-more {
    margin: 40px 0 0;
    padding: 12px 15px;
    min-width: 200px;
    /*border: 2px solid #002e5d;*/
    background: white;
    color: #002e5d;
    border: 2px solid #002e5d;
    font-weight: bold;
    transition: 0.3s;
}

.btn.load-more:hover {
    box-shadow: inset 300px 0 0.01px #002e5d;
    color: white;
}

.flavor-txt {
    display: inline-block;
}

.flavor-txt:first-letter {
    text-transform: capitalize;
}

.banner-h {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    /*color: black;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);*/
    color: #ffffff;
    text-shadow: 1px 1px 15px #000000;
}

.banner-btn {
    background: black;
    color: white;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    cursor: pointer;
    border: 4px solid transparent;
    transition: 0.3s;
}

.banner-btn:hover {
    background: white;
    color: black;
    border-color: black;
}

.banner-txt-btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-sec {
    margin: 50px 0 10px;
    max-width: 100%;
}

.img-bg-flower {
    position: absolute;
}

.row {
    background: transparent;
}

.row-mx-fix {
    margin-left: -10px;
    margin-right: -10px;
}

.copyright_back {
    background: #002e5d;
}

.thumbnail-new {
    background: white;
}

.banner-h-fow-m-w {
    margin-top: 30px;
}

.for-m-w {
    font-size: 23px;
    margin-top: 30px;
}

.btns-for {
    max-width: 90%;
    margin: 25px auto 0;
}

.btns-for-wrap {
    margin: 20px 0;
}

.btn-for-m-w {
    margin: 10px 0;
    padding: 10px;
    border: 3px solid black;
    border-radius: 10px;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-for-m-w:hover,
.btn-for-m-w:focus {
    background-color: white;
    color: black;
}

@media (max-width: 1199px) {
    .mobile-hide {
        display: none;
    }

    .banner-img {
        object-fit: cover;
        min-height: 400px;
    }

    .banner-h {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .banner-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    .banner-img {
        object-fit: cover;
        min-height: 250px;
    }
}

@media (max-width: 575px) {
    .banner-main {
        object-fit: cover;
        height: 200px;
    }

    /*.banner-sec {
        object-fit: cover;
        height: 150px;
    }*/
}

@media (min-width: 1200px) {

    .banner-txt-btn-wrap {
        display: none;
    }

    .banner-h {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px;
    }

    .banner-h-fow-m-w {
        margin-top: 50px;
    }

    .for-m-w {
        font-size: 40px;
        margin-top: 50px;
    }

    .banner-btn {
        position: absolute;
        bottom: 52px;
        min-width: 180px;
        padding: 15px 30px;
        font-size: 30px;
    }

    .banner-btn.women {
        left: 250px;
        transform: translate(-50%, 0);
    }

    .banner-btn.men {
        right: 250px;
        transform: translate(50%, 0);
    }

    .btn-for-m-w {
        margin: 10px 0;
        padding: 20px 15px;
        font-size: 20px;
    }

    #tabs-desktop {
        display: block;
    }

    .logo-txt-row {
        display: flex;
        margin-top: 30px;
    }

    .logo-txt-row .txt {
        font-size: 15px;
    }

    .img-col img {
        height: 250px;
    }
}

@media (min-width: 1500px) {
    /*.container-wrap {
        background-image: url("//static.essensworld.com/images/parfem_days/bg-flower2.png");
        background-repeat: repeat-y;
        !*background-attachment: fixed;*!
        !*background-position: 1620px;*!
        background-position-x: 86vw;
    }

    .container-wrap2 {
        background-image: url("//static.essensworld.com/images/parfem_days/bg-lilie5.png");
        background-repeat: repeat-y;
        !*background-attachment: fixed;*!
        background-position-x: -202px;
        background-size: 626px;
    }*/

    .bg-img-sign-l {
        background-image: url(//static.essensworld.com/images/parfem_days/bg-sign-l.png);
        background-repeat: repeat-y;
        background-size: 70%;
    }

    .bg-img-sign-r {
        background-image: url(//static.essensworld.com/images/parfem_days/bg-sign-r.png);
        background-repeat: repeat-y;
        background-size: 70%;
        background-position-x: right;
    }

    .banner-h {
        font-size: 80px;
    }

    .banner-h-fow-m-w {
        margin-top: 70px;
    }

    .for-m-w {
        font-size: 45px;
        margin-top: 70px;
    }

    .banner-btn {
        bottom: 72px;
    }

    .banner-btn.women {
        left: 520px;
    }

    .banner-btn.men {
        right: 500px;
    }
}

@media (min-width: 1921px) {
    .banner-btn {
        bottom: 15%;
    }

    .banner-btn.women {
        left: 30%;
    }

    .banner-btn.men {
        right: 30%;
    }
}