@media(width<=1024px){
    .is-right-sidebar{
        display:none;
    }
    .site-content .content-area {
        width: 100%;
    }
}
@media(width<=768px){
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        width: 100%;
        display: block;
    }
}
@media(width<=767px){
    body.woocommerce div.product div.images img {aspect-ratio: 1/.1;}
    
    body.woocommerce div.product div.images.woocommerce-product-gallery {
        z-index: 101;
        background-color:#FFF;
        top: 0;
    }
}
@media(width<=420px){

    .woocommerce div.product form.cart .variations>tbody>tr {
        display: flex;
        flex-direction: column;
    }

    .selectable-list {
        padding: 0;
    }

    .woocommerce div.product form.cart .variations th {
        padding: 0;
    }
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 0 auto !important;
}

.woocommerce div.product div.images img {
    min-height: 165px;
}

.woocommerce-page div.product div.images {
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.7);
}