@media (max-width:499px){
    .stories.carousel .story > .item-link>.item-preview {
        height: 135px !important;
        width: 100px !important;
        }
    .stories.snapgram .story > .item-link > .item-preview img {
        border-radius: 10px !important;
        }
    .stories.snapgram .story > .item-link > .item-preview {
        border-radius: 13px !important;
        }
    .stories.carousel .story {
        display: inline-block;
        /* width: 18vw; */
        max-width: 100px !important;
        margin: 0 6px;
        vertical-align: top;
        }
    .mobile__scroll{
        overflow-x: scroll;
    }
    
    .mobile-cart{
        position: fixed;
z-index: 4;
bottom: 5px;
right: 5px;
    }
    
    .nav__menu {
display: inline-flex;
list-style: none;
padding-left: 0;
position: relative;
top: 20px;
margin-bottom: 30px;
}
    
    .product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 0px;
font-size: 11px;
line-height: 12px;
}
    .product-list h4 {
font-size: 16px;
color: black;
margin-bottom: 0;
margin-top: 0;
}
    .category__weight {
margin-bottom: 5px;
color: black;
margin-top: 5px;
font-size: 12px;
}
    
    .product-product{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(243, 243, 247);

    }
    
    #popup-quickview .popup-center{
        display: block !important;
    }
    
    #popup-quickview{
        background-color: transparent !important;
        width: 100% !important;
        padding: 15px;
    }
    .flex__conteiner{
        background-color: white;
    }
    .option__container{
        border-radius: 0 !important;
        padding-top: 15px !important;
        line-height: 15px;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
        overflow-y: scroll;
        }
    
    .mfp-wrap{
       position: fixed !important;
top: 0 !important;
    }
    
    .mfp-container {

overflow-y: scroll !important;
    }
    
    .sel__os article {
position: relative;
width: 90px;
    }
    
  .option__container .btn-group-product {
position: fixed;
bottom: 0px;
background-color: #fdfdfd;
padding-top: 10px;
left: 0px;
width: 100%;
padding-left: 25px;
}
    
}