/* General styles */
.termoplasti-product-images figure.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(50% - 12px);
    margin: 24px 24px 0 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2n+3) {
    margin: 24px 0 0 0;
}

/* Catalog */
.elementor-widget-webtim-woocommerce-catalog .webtim-catalog-wrap .webtim-catalog-menu {
    justify-content: flex-end;
    padding-bottom: 18px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid black;
    background-color: transparent;
}

.elementor-widget-webtim-woocommerce-catalog .webtim-catalog-menu .webtim-catalog-order-display a {
    padding: 8px 27px;
    border: 1px solid var(--color-secondary);
    font-size: 1.2rem;
    color: var(--color-secondary);
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
}

.elementor-widget-webtim-woocommerce-catalog .webtim-catalog-menu .webtim-catalog-order-display a.active {
    border: 1px solid #aaa;
    color: #aaa;
    background-color: transparent;
    text-decoration: none;
}

.elementor-widget-webtim-woocommerce-catalog .webtim-catalog-menu .webtim-catalog-order-display a:hover {
    color: var(--color-primary);
    background-color: transparent;
    text-decoration: none;
}

.elementor-widget-webtim-woocommerce-catalog .webtim-catalog-wrap .webtim-catalog-menu .webtim-catalog-menu-display {
    display: none;
}

.webtim-catalog-wrap .webtim-catalog-menu .webtim-catalog-order-display {
    text-align: center;
}


.woocommerce form .form-row .required {
    color: var(--color-secondary);
}

/* Footer woocommerce parts */