/**
 * Theme Name: TA CT
 */

.search .search-block .woocommerce-pagination,
.woo-variation-swatches.wvs-show-label table.variations td .woo-selected-variation-item-name {
    display: none;
}

.product-page .product-images .product-img > img {
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 991.98px){
    .main-screen [class^="col-"]:last-child a:not(.small-image) .image img,
    .main-screen a:not(.small-image) .image img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .fullscreen-page {
        max-height: 100vh;
    }
    .fullscreen-page video {
        width: 100%;
    }
}
