@media screen and (max-width: 767px){
    .woocommerce .summary .cart{
        width: 100% !important;
    }
    .variations .label{
        padding: 0 !important;
    }
    .variations label{
        display: none;
    }
}
