.product-item, .subcategory {
    height: 100%;
    position: relative;
    text-align: center;
}

.category-top {
    background-color: var(--body-text);
    color: white;
    padding: 1rem 0
}

.wc-block-grid__products {
    padding: 2rem 0 0!important
}

.wc-block-grid__product-link {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    border-radius: 50%;
    max-width: 15vh!important;
}

.wc-block-grid__product-title {
    float: left;
    font-weight: normal!important;
    color: #212121!important;
    font-family: 'Alfa Slab One'!important;
    font-size: 1.125rem!important;
    text-align: initial;
}

.wc-block-grid__product-onsale {
    display: none!important;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    line-height: inherit;
}

.wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    float: left
}

a.button.checkout.wc-forward {
    background-color: var(--body-text)!important;
    color: white!important
}

a.button.checkout.wc-forward::before, a.button.wc-forward::before {
    display: none!important;
}

.woocommerce a.added_to_cart {
    display: none!important;
}

.woocommerce-remove-coupon {
    color: inherit;
    font-weight: 300;
}

form.variations_form.cart {
    display: flex;
    order: 1;
    flex-direction: column!important;
    align-items: flex-start!important;
}

.woocommerce-variation-add-to-cart .variations_button .woocommerce-variation-add-to-cart-disabled {
    display: inline-flex;
}


/* Mq */

@media only screen and (max-width: 767px) {

    .tabs.wc-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

a.woocommerce-loop-product__link {
    text-decoration: none;
}

.product-list-tags {
    display: block;
    position: absolute;
    top: 1rem;
    text-align: right;
    right: 20px;
    z-index: 9
}

.product-list-tags li a {
    display: inline-block;
    text-decoration: none;
    padding: 4px 10px 2px 10px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 0.2rem
}

.out {
    position: absolute;
    top: 5%;
    left: 35%;
    z-index: 2;
    background: #FF3162;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.nincstobb img.attachment-woocommerce_thumbnail {
    opacity: 0.8;
    filter: grayscale(100%);
}

h2.woocommerce-loop-product__title {
    margin: 0.5rem;
    font-size: 1.125rem;
    text-align: center;
    color: var(--body-text);
}

h2.woocommerce-loop-category__title {
    margin: 0.5rem;
    font-size: 1.375rem;
    text-align: center;
    color: var(--body-text);
    text-align: initial;
    float: left;
}

.price {
    display: block;
    font-weight: 700;
} 

del {
    color: grey;
    margin-right: 0.5rem;
}

.variations tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wpcvs-type-button .wpcvs-term > span {
    font-size: 0.87rem!important
}

.woocommerce div.product form.cart.variations_form .tawcvs-swatches, .woocommerce.archive form.cart.variations_form .tawcvs-swatches, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
    width: 350px!important;
}

.page-meta {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px 0;
}

.woocommerce-ordering input {
    display: none;
}

.woocommerce-ordering label {
    display: block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: var(--primary-button-color);
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.woocommerce-ordering .icon-menu_order {
    background-image: url(../img/default.svg);
}

.woocommerce-ordering .icon-popularity {
    background-image: url(../img/like.svg);
}

.woocommerce-ordering .icon-rating {
    background-image: url(../img/top-rated.svg);
}

.woocommerce-ordering .icon-date {
    background-image: url(../img/uj.svg);
}

.woocommerce-ordering .icon-price {
    background-image: url(../img/ar-small.svg);
}

.woocommerce-ordering .icon-price-desc {
    background-image: url(../img/ar-big.svg);
}

a.woocommerce-review-link {
    color: #818181;
    text-decoration: none;
    font-size: 1rem;
}

a.count {
    display: inline-block;
}

.count {
    display: none
}

input[type="number"] {
    box-shadow: 0px 1px 15px rgb(124 124 124 / 25%);
    border-radius: 10px;
    width: 20%;
    height: 3rem;
    text-align: center;
    font-size: 1.2rem;
    margin-right: 1.5rem;
}

form.checkout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    margin-top: 0!important
}

.checkout .col2-set {
    display: flex;
    flex-direction: column;
    width: 60% !important;
}

.woocommerce-checkout form.checkout .col2-set .col-1, .woocommerce-checkout form.checkout .col2-set .col-2 {
    width: 100%;
    padding: 0 1em;
}

.order-review-box {
    width: 40%;
    padding: 0 1em;
}

#order_review_heading, .woocommerce-billing-fields h3 {
    margin-bottom: 2rem
}

.product-remove {
    z-index: 1;
}

@media screen and (max-width: 900px) {
    form.checkout {
        flex-direction: column;
    }

    .woocommerce-checkout form.checkout .col2-set .col-1, .woocommerce-checkout form.checkout .col2-set .col-2 {
        padding: 0
    }

    .checkout .col2-set {
        width: 100% !important;
    }

    .order-review-box {
        width: 100%;
        padding: 0;
    }
}

/* WooCommerce 3.0 Gallery 
 
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
    }
     
    .woocommerce-product-gallery figure {
    margin: 0
    }
     
    .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
    }
     
    .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
    }
     
    .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
    }
     
    .woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
    }
     
    .woocommerce-product-gallery img {
    display: block
    }
     
    .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
    }
     
    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
    }
     
    .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
    }
     
    .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
    }
     
    a.woocommerce-product-gallery__trigger {
    text-decoration: none;
    }
     
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    }
     
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
    }
     
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
    }
     
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
    } */
    