.item_store .header{
    position: relative;
    width: 80%;
    margin: 30px auto 0;
    top: -30px;
}

.item_store .header .views{
    position: absolute;
    top: 20px;
    right: 0;
    background: #0000006e;
    padding: 2px 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    display: flex;
}

.item_store {
    background: #ffffff;
    border-radius: 10px;
    height: 315px;
    cursor: pointer;
}

.item_store .content{
    padding: 0 10%;
    text-align: center;
}

.item_store .content .name_store{
    text-transform: uppercase;
    display: -webkit-box;
    height: 40px;
    font-size: 16px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.img_store{
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-bottom: -3px;
    aspect-ratio: 80/49;
    background: #ffffff;
    object-fit: contain;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.layer_play{
    opacity: 0;
}

.item_store:hover .layer_play {
    opacity: 1;
    background: #0606062e;
}

.layer_play {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select{
    border: 1px solid #d5d5d5;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px;
    outline: none;
    width: 150px;
}

.btn_sort{
    padding: 5px;
    background: #ffffff;
    margin-left: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.popup-body .filter{
    display: flex;
}

.name_category {
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #000000;
    background: #cfcfcf;
    margin: 6px;
    border-radius: 5px;
}

.sort_store {
    height: 100%;
    float: left;
    margin-left: 15px;
}

.filter_two{
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
}

.filter_two p{
    width: max-content;
    margin: 10px;
    color: #000000;
}

#modal_filter_two{
    position: fixed;
    width: 80%;
    top: 150px;
    right: 10%;
    height: max-content;
    background: white;
    z-index: 5;
    border-radius: 5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.filter_category{
    float: left;
    color: #000000;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.list_category{
    margin: 0 60px;
}

.filter_category:is(.active, :hover) {
    background: #017EE9;
    color: #ffffff;
    border: 1px solid #017EE9;
}

/* POPUP VIP */
#modal_store_vip .popup-content{
    background-image: url("/images/bg_vip.jpg");
    background-size: cover;
}

#modal_store_vip .popup-header{
    background: rgba(255, 255, 255, 0.59);
    width: 80%;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    font-size: 24px;
    backdrop-filter: blur(10px);
}

#modal_store_vip .popup-header .title{
    font-size: 40px;
    font-weight: bold;
    background: -webkit-linear-gradient(32deg, rgba(175,34,157,1) 0%, rgba(12,207,203,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#modal_store_vip .popup-body{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    border: 10px solid transparent;
    overflow-x: hidden;
    overflow-y: auto;
    height: 510px;
    background: rgba(255, 255, 255, 0.59);
}

.box_store_vip{
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #000000;
    width: 100%;
}

.image_vip{
    height: 144px;
    height: auto !important;
    border: solid transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: relative;
}

.image_vip:hover{
    border: solid rgba(27,127,204,.8);
    cursor: pointer;
}

.image_vip img{
    width: 100%;
    height: auto;
}

.content-store-vip{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

.layer_logo {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000024;
}

.layer_logo div{
    height: 100%;
    width: 100%;
}

.layer_logo img.logo{
    width: 60%;
    height: 60%;
    transform: translate(0%, 0);
    top: 20%;
    left: 20%;
    position: absolute;
    object-fit: contain;
}

.filter_mobile{
    display: none;
}

#modal_filter_one{
    position: fixed;
    width: 100%;
    top: 135px;
    right: 0px;
    height: max-content;
    background: white;
    z-index: 5;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px;
}

img.eye{
    width: 16px;
}

.box_store_vip .views{
    position: absolute;
    top: 10px;
    right: 0;
    background: #0000006e;
    padding: 3px 5px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    display: flex;
    height: 16px;
    width: max-content;
}

.name_store_mobile{
    display: none;
}

.item_store:hover .layer_play {
    opacity: 1;
    background: #0606062e;
    border-radius: 15px;
}