.ct-widget .widget.woocommerce .widgettitle {
    font-size: 20px;
    margin-bottom: 12px;
}

.widgets-container .product-categories .cat-item {
    display: flex;
    justify-content: space-between;
}
.widgets-container .product-categories .cat-item a {
    margin-right: auto;
}
.widgets-container .product-categories .cat-item .count {
    font-size: 12px;
}

#-product-images-7-39 .woocommerce-product-gallery {
    opacity: 1 !important;
}

.woocommerce-product-gallery__image a {
    display: flex;
    max-width: 772px;
    width: 100%;
}
.woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: auto;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: white;
    padding: 8px 10px;
    z-index: 10;
    border-radius: 50px;
}

.woocommerce-product-gallery ol.flex-control-thumbs {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
    max-width: 100px;
    flex-grow: 1;
    cursor: pointer;
}
.woocommerce-product-gallery ol.flex-control-thumbs li > img {
    width: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
    display: block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a > img {
    width: 100%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px !important;
    height: 12px !important;
    background-color: #191919 !important;
    top: -2px !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #191919 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    max-width: 97% !important;
}

.woocommerce .price_slider_amount [type="submit"] {
    border-radius: 0 !important;
    border-color: #191919 !important;
    color: #191919 !important;
    padding: 8px 12px !important;
}
.woocommerce .price_slider_amount [type="submit"]:hover {
    background-color: #191919 !important;
    color: #295da2 !important;
}

.oxy-product-cart-button [type="submit"] {
    border: none !important;
}

#btn-call-more-info {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #191919;
    color: #191919;
    font-weight: 600;
}
#btn-call-more-info:hover {
    background-color: #191919;
    color: #fff;
}

.flex-control-nav {
    padding-left: 0;
    gap: 12px;
}
.flex-control-nav li {
    display: flex;
}
.flex-control-nav li::marker {
    display: none !important;
}

.wc-block-checkout__actions_row button {
    border-radius: 0 !important;
    background-color: #191919 !important;
    color: white !important;
    font-family: inherit;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.wc-block-checkout__actions_row button:hover {
    background-color: #fff !important;
    color: #191919 !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0 !important;
}

.wc-block-components-formatted-money-amount {
    font-weight: 600 !important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    font-weight: 600 !important;
}

.wc-block-components-text-input input {
    border-radius: 0 !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: 0 !important;
}

.wc-block-components-notice-banner {
    border-radius: 0 !important;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    color: #191919;
    font-weight: 600;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    border: none !important;
}

.wc-block-cart__submit-container {
    margin-top: 48px;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
    padding: 12px 24px;
    background-color: #191919;
    color: white;
    font-family: inherit;
    transition: all .3s ease-in-out !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    background-color: #fff;
    color: #191919;
}

.wc-block-components-totals-item__label {
    font-weight: 600 !important;
}

.cart-count-container {
    position: relative;
}
.display-cart-count {
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #191919;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}


.oxy-product-cart-button:has(.m2-calculator) input.input-text.qty.text {
    display: none;
}
.m2-calculator table {
    width: 100%;
    border-collapse: collapse;
}
.m2-calculator td {
    padding: 10px;
    border: 1px solid #ccc;
}


.m2-btn, .quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3ced2;
    background-color: white;
    width: 64px;
    font-weight: 600;
    cursor: pointer;
}

.m2-calculator-groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.m2-calculator-group {
    display: flex;
    flex-direction: column;
    max-width: 252px;
    width: 100%;
}
.m2-input-group, .quantity-input-group {
    display: flex; 
    flex-direction: row; 
    gap: 2px;
}
.m2-input-group input, .quantity-input-group input {
    width: 100% !important;
    text-align: center;
}

#calculated-price {
    font-weight: 800;
}

.m2-calculator .woocommerce-Price-amount {
    font-weight: 500 !important;
}

.woocommerce-product-attributes-item--weight .woocommerce-product-attributes-item__value {
    padding: 8px 0 !important;
    font-size: 14px;
    font-weight: 600;
    font-style: normal !important;
    text-align: right !important;
}

.group-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.price-per-sqm .woocommerce-Price-amount {
    font-weight: 600 !important;
}

.group-price .regular-price .woocommerce-Price-amount {
    font-size: 14px !important;
    color: #6c757d;
}

.kp-sale-badge {
    background: #295da2;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 20px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    font-weight: 600;
    top: 12px;
    left: 12px;
    right: auto;
    position: absolute;
    color: white;
}

.shop-extra-filters .woocommerce-widget-layered-nav-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.shop-extra-filters .woocommerce-widget-layered-nav-list__item a {
    margin-right: auto;
}
.shop-extra-filters .woocommerce-widget-layered-nav-list__item .count {
    font-size: 12px;
}
.chosen {
    padding: 2px 4px;
    background-color: #295da2 !important;
    color: black !important;
}
.chosen a {
    color: black !important;
}
.chosen a::before {
    color: black !important;
}

.cat-parent {
    flex-wrap: wrap;
}
.cat-parent > .children {
    width: 100%;
}

.custom-prices bdi {
    font-weight: 400 !important;
}
.custom-prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.custom-prices > div {
    line-height: 1;
}
.custom-prices .brutto-price bdi {
    font-size: 12px;
    color: #333;
}

.oxy-repeater-pages-wrap {
    width: 100%;
    grid-column: span 3;
}
.oxy-repeater-pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.page-numbers {
    font-size: 14px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers.prev, .page-numbers.next {
    width: auto;
}

.page-numbers.current {
    background-color: #295da2;
    color: white;
}

@media (max-width: 1024px) {
    .oxy-repeater-pages-wrap {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .flex-control-nav {
        display: flex;
        flex-wrap: nowrap !important;
        overflow: auto;
    }
}

@media (max-width: 492px) {
    .oxy-repeater-pages-wrap {
        grid-column: span 1;
    }
}