@media (max-width: 768px)
{
    .woocommerce-product-gallery__image
    {
        width: 100% !important;
    }

    .woocommerce-product-gallery__image + .swiper-wrapper .swiper-slide
    {
        height: 112px !important;
    }

    .quantity
    {
        width: 18px !important;
    }

    .comment_container img
    {
        width: 48px !important;
        height: 48px !important;
    }

    .comment-text .woocommerce-review__author
    {
        font-size: 14px !important;
    }

    .comment-text .woocommerce-review__published-date
    {
        font-size: 12px !important;
    }

    .comment-text .description
    {
        font-size: 13px !important;
    }

    .woocommerce #reviews #comments ol.commentlist ul.children
    {
        margin-right: 20px !important;
    }

    .related.products .title
    {
        font-size: 12px !important;
    }

    .related.products .title + a > span:first-child
    {
        font-size: 12px !important;
    }

    .related.products .title + a > span:last-child
    {
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 580px)
{
    .woocommerce table.shop_attributes th
    {
        font-size: 12px !important;
    }

    .woocommerce table.shop_attributes th
    {
        width: 34% !important;
    }

    .woocommerce table.shop_attributes td p
    {
        font-size: 12px !important;
    }
}

@media (max-width: 320px)
{
    .woocommerce table.shop_attributes th
    {
        font-size: 10px !important;
    }

    .woocommerce table.shop_attributes td p
    {
        font-size: 10px !important;
    }
}