.js-cart{
    background: transparent;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.js-cart:hover,.js-cart:active:hover,.js-cart:focus,.js-cart:active{
    background: transparent; !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

@media screen and (max-width:1024px){
    
    #contents-chlidren{
        width: 90%;
    }

}





@media screen and (max-width:480px) {
    .ec-shelfRole{
        width: 100%;
       /* padding-left: 20px;
        padding-right: 20px;*/
    }
}