.active-filter{
    /* padding-bottom: 1em;
    display: none; */
    flex-wrap: wrap;
}
.active-filters{
    /* padding-bottom: 3em;
    display: none; */
    flex-wrap: wrap;
}

button:focus{
    border: none
}
.filter_trayCupLid{
    background-color: #034694;
    color: #ffffff;
    padding: 5px;
    margin-right: .5em;
    border-radius: 5px;
    display: none;
}

.filter_location{
    background-color: #034694;
    color: #ffffff;
    padding: 5px;
    margin-right: .5em;
    border-radius: 5px;
    display: none;
}

.filter_locations{
    background-color: #034694;
    color: #ffffff;
    padding: 5px;
    margin-right: .5em;
    border-radius: 5px;
    display: none;
}

.filter_bottle{
    background-color: #034694;
    color: #ffffff;
    padding: 5px;
    margin-right: .5em;
    border-radius: 5px;
    display: none;
}

select:focus{
    outline: none;
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #707070;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 15px;
    letter-spacing: 0.3px;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 3px;
}

.check input:checked ~ .checkmark {
    background-color: #034694;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reseller-gathering-desc{
    font-family: 'Oswald';
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.94px;
    color: #707070;
    text-align: center;
}
.reseller-gathering-title, .reseller-list-title{
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.4px;
    color: #034694;
    text-align: center;
}
.interest-reseller{
    display: flex;
    align-items: center;
}

.interest-reseller p{
    letter-spacing: 3.5px;
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: bolder;
    line-height: 56px;
    color: #034694;        
}
.interest-reseller span{
    color: #ea2427;
}
.video-background{
    background-image: url("{{URL::to('/images/frontEnd/bg_reseller_video.png')}}");
    background-position: center;
    background-repeat: no-repeat;
    width: 620px;
}
.video-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.blue-background-container{
    background-color: #034694;
}
.image-reseller-container{
    background-image: url("{{URL::to(MITBooster::getSetting('image_background_desktop'))}}");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.sopra-body{
    padding-top: 130px;
}
.step-container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 50px;
    align-items: center;
}
.white-circle{
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}
.white-line{
    position: absolute;
    top: 50%;
    height: 3px;
    background-color: white;
    width: 75%;
    margin-top: -2px;
}
.step-card{
    position: relative;
    width: 14%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.back-header{
    width: 58%;
    height: 9px;
    transform: perspective(0px) rotateX(2deg);
}
.back-base{
    border-radius: 20px;
    width: 100%;
    padding: 8px;
    height: 240px;
    background-color: white;
    text-align: center;
    box-shadow: 2px 2px 0px 2px rgba(201,201,201,0.61);
    -webkit-box-shadow: 2px 2px 0px 2px rgba(201,201,201,0.61);
    -moz-box-shadow: 2px 2px 0px 2px rgba(201,201,201,0.61);
}
.front-base{
    border-radius: 13px;
    border: 2px solid;
    height: 100%;
    box-shadow: 2px 2px 10px 2px rgb(201 201 201 / 61%);
    -webkit-box-shadow: 2px 2px 10px 2px rgb(201 201 201 / 61%);
    -moz-box-shadow: 2px 2px 10px 2px rgba(201,201,201,0.61);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 35px 15px 55px 15px;
    font-size: 0.7rem;
}
.front-header{
    position: absolute;
    width: 50%;
    z-index: 2;
}
.header-number{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-number div{
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}
.ellips{
    height: 11px;
    border-radius: 50%;
    margin-top: -7px;
}
.front-base > .title{
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
}
.outer-circle{
    /*width: 48%;*/
    /* padding-top: calc(50% - 10px);
    height: auto; */
    padding: 5px;
    border-radius: 50%;
    margin-top: -4vw;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 0px 2px rgba(201,201,201,1);
    -webkit-box-shadow: 2px 2px 0px 2px rgba(201,201,201,1);
    -moz-box-shadow: 2px 2px 0px 2px rgba(201,201,201,1);
}
.outer-circle img{
    height: 40px;
    width: auto;
}
.icon-container{
    height: 70px;
    width: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.act-btn {
    background: gray;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 275px;
    bottom: 270px;
    z-index: 99;
}

.act-btn:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.btn-join {
    width: 140px;
    height: 39px;
    border-radius: 5px;
    background-color: #f11417;
    border: none;
    margin: 20px 0;
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
}
.ds-join{
    width: 240px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 10px;
}
.ds-reseller-gathering-container{
    background-color: white;
    padding: 85px 0px 85px 0px;
}
.ds-reseller-gathering-container .reseller-gathering-title{
    font-size: 36px;
    line-height: initial;
}
.ds-reseller-gathering-container .reseller-gathering-desc{
    font-size: 16px;
    line-height: initial;
    padding: 0px 70px 0px 70px;
    margin-bottom: 40px;
}
.ds-reseller-gathering-container .carousel{
    padding: 0px 90px 0px 90px;
}

.carousel-cell{
    width: 30vw;
    height: 30vw;
    margin-right: 30px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
    box-sizing: border-box;
}
.flickity-page-dots{
    left: 0px;
    bottom: -35px;
}
.ds-reseller-list-container{
    background-color: white;
}
.ds-reseller-list-container .reseller-list-title{
    font-size: 36px;
    line-height: initial;
}
.clearable__clear{
    left: auto;
    top: auto;
}
.reseller-container{
    width: 100%;
    padding: 0px 0px 50px 110px;
    display: flex;
    /* justify-content: space-between; */
}

.sticky-filter{
    width: 20%;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 665px;
}

.sticky-filter label{
    font-size: 14px;
    color: #707070;
    object-fit: contain;
    font-family: "Montserrat";
    font-weight: 600;
    font-stretch: normal;
}

.list-reseller{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    padding-left: 1em;
}

.filter-text{
    object-fit: contain; 
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    padding-right: 4em;
    color: #707070;
}

.filter-content{
    /* display: flex; */
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80%;
}

.reseller-item{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    margin: 0 0 2.5em 2.5em;
    border-radius: 5px;
    padding: 1em;
}

/* .reseller-item h3{
    font-size: 20px;
    color: #034694;
} */

.reseller-item p{
    color: #707070;
    line-height: 15px;
    margin: .6rem 0;
    /* font-size: 14px; */
    font-weight: 500;
}

input:focus{
    outline: none;
}

.totalFilter {
    font-size: 12px;
    background-color: #eee;
    padding: 1px 5px;
    color: #707070;
    font-family: Oswald;
    margin: 0 50rem 1rem 2.5rem;
    /* display: none; */
}

@media(min-width: 320px) and (max-width: 480px){
    .totalFilter {
        display: block;
        font-size: 12px;
        background-color: #eee;
        padding: 1px 5px;
        color: #707070;
        font-family: Oswald;
        margin:0;
    }

    .active-filters {
        padding: 1rem 0 0 1rem;
        display: none;
    }
    
    .active_filter{
        position: absolute; 
        top: -8px;
        right: -8px;
        display: none;
    }

    .active_icon {
        position: absolute;
        top: -0.5px;
        right: -0.5px;
        width: 20px;
        display: none;
    }

    .content_filter{
        margin: 0 5px;
        padding: 0 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #ffffff;
    }

    .btn-block+.btn-block{
        margin-top: 0;
    }

    .filter_button{
        display: flex;
        align-items: center;
    }

    .modal-footer{
        display: flex;
        align-items: center;
    }

    .modal-header{
        display: flex;
        align-items: center;
        justify-content: normal;
    }

    .close-btn {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        font-family: Montserrat;
        font-weight: 100;
        font-size: 3rem;
        font-weight: 50;
        line-height: 1;
        color: #034694;
        text-shadow: 0 1px 0 #fff;
    }

    .modal-header p {
        margin: 0 20px;
        font-family: Oswald;
        font-size: 22px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        color: #034694;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 0.3px solid #dedede;
    }

    .check {
        padding-left: 25px;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .sopra-body {
        padding-top: 50px;
    }
    .image-reseller-container{
        background-image: url("{{URL::to(MITBooster::getSetting('image_background_mobile'))}}");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .interest-reseller{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .interest-reseller p{
        letter-spacing: 1.95px;
        font-family: 'Montserrat';
        font-size: 26px;
        font-weight: bolder;
        line-height: 33px;
        text-align: center;     
    }
    .step-card {
        position: relative;
        min-width: 160px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .step-container{
        overflow-x: scroll;
        justify-content:space-between;
    }
    .white-line{
        width: 240%;
        top:40%;
    }
    .step-card{
        margin-right: 30px;
    }
    .outer-circle{
        margin-top: -10vw;
    }
    .video-container-mbl{
        margin:0 10%;
    }
    .carousel-cell {
        width: 190px;
        height: 190px;
        margin-right: 10px;
        background: #8C8;
        border-radius: 5px;
        counter-increment: gallery-cell;
        box-sizing: border-box;
    }

    /* cell number */
    .carousel-cell:before {
        /* display: block; */
        display: none;
        text-align: center;
        content: counter(gallery-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
    }
    ::placeholder,:-ms-input-placeholder,::-ms-input-placeholder {
        font-family: 'Montserrat';
        font-size : 12px;
        line-height: 15px;
        letter-spacing: 0.3px;
        color:#707070;
    }

    .reseller-item p{
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.5px;
        color: #707070;
        margin:0;
    }
    #shop-name{
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.5px;
        color: #034694;
        margin:0;
    }
    .reseller-item{
        padding: 20px 26px;
        margin: 10px 0;
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
        border-radius: 5px;
    }

    .mbl-collapsible {
        background-color: #ffffff;
        cursor: pointer;
        padding: 18px 15px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none !important;
        object-fit: contain;
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 18px;
        letter-spacing: 0.35px;
        color: #034694;
    }

    .active {
        outline: none;
    }

    .mbl-collapsible:hover {
        background-color: #ffffff;
    }

    .mbl-collapsible:focus {
        outline: none;
    }

    .mbl-collapsible span {
        background-color: #ffffff;
        height: 19px;
        width: 19px;
        border-radius: 60%;
        top: 3px;
        float: right;
        position: relative;
    }

    .mbl-collapsible span:before {
        content: "\002B";
        color: #034694;
        font-family: Montserrat;
        font-size: 40px;
        font-weight: 100;
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 10px;
        top: -5px;
        transition: transform 0.2s ease;
    }

    .active span:before {
        transform: rotate(180deg); 
        content: "\002D";
        font-family: Montserrat;
        font-size: 40px;
        font-weight: 100;
        color: #034694;
    }

}