.mlup_dropdown_container{
    position: relative;
    width: 265px;
}

.mlup_dropdown_container.active{
    z-index: 65;
}

.mlup_button_dropdown{
    margin: 0;
    padding: 15px 20px;
    width: 265px;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #d6b46d;
    border: 1px solid #d6b46d;
    text-align: left;
    position: relative;
    z-index: 21;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 410px) {
    .mlup_button_dropdown {
        width: 260px;
    }
    .mlup_dropdown_container {
        max-width: 260px;
    }
}

.mlup_button_dropdown:before {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 6px;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8.4425 5.77881L5 2.34381L1.5575 5.77881L0.5 4.72131L5 0.221309L9.5 4.72131L8.4425 5.77881Z" fill="white"/></svg>');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #fff!important;
    fill: currentColor;
    content: "";
}

.mlup_button_dropdown:after {
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 15px;
    display: none;
    right: 15px;
    position: absolute;
}

.active .mlup_button_dropdown {
    border: 1px solid rgba(0, 0, 0, .15) !important;
    background-color: transparent;
    color: #000;
    border-bottom: none !important;
    outline: 0;
    border-radius: 26px 26px 0 0;
}

.active .mlup_button_dropdown:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8.4425 5.77881L5 2.34381L1.5575 5.77881L0.5 4.72131L5 0.221309L9.5 4.72131L8.4425 5.77881Z" fill="black"/></svg>');
}

.active .mlup_button_dropdown:after{
    display: block;
}

.mlup_dropdown{
    overflow: hidden;
    
    border-radius: 0 0 26px 26px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% - 1px);
}

.mlup_dropdown a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: all .4s;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.mlup_dropdown a:hover{
    background: #f2f2f2;
}

.mlup_dropdown a img{
    height: 30px;
    margin-right: 15px;
}

.mlup_badge__out_of_stock{
    margin: 0;
    padding: 15px 20px;
    width: 265px;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 24px;
    background: #f2f2f2;
    text-align: center;
    position: relative;
    z-index: 21;
    text-transform: uppercase;
    font-weight: 600;
}

#select-shop_wrapper{
    display: none !important;
}