.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.tax-product_cat .ordering-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    margin: 1rem;
}

.tax-product_cat .ordering-meta * {
    margin: 0;
}

.tax-product_cat .ordering-meta:empty {
    border: none;
    margin: 0;
}

.woocommerce-result-count {
    font-size: smaller;
}

.woocommerce-loop-product__title::before,
h1.product_title::before,
h2.woocommerce-loop-category__title::before,
h2 .wc-block-components-title.wc-block-components-checkout-step__title::before,
h2 .wc-block-components-title.woocommerce-page::before {
    content: none;
}

li.product {
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(1, 122, 111, 0.20);
    padding: 1.5rem 1.5rem !important;
}

.woocommerce-product-gallery {
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(1, 122, 111, 0.20);
    padding: 1.5rem 1.5rem !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: bold !important;
    color: var(--teal) !important;
}

.woocommerce a.button,
.woocommerce button.button.alt,
.wc-block-cart__submit-container a,
.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    border-radius: 2rem;
    color: var(--title-txt) !important;
    background-color: var(--yellow) !important;
    border: none !important;
    font-weight: bold;
}

.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.wc-block-cart__submit-container a:hover,
.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
    color: var(--limegreen) !important;
    background-color: var(--teal) !important;
}

.wc-block-components-button__text {
    font-family: 'Red Hat Display', sans-serif;
    font-size: large;
    font-weight: bold;
}

.wc-block-components-title.wc-block-components-checkout-step__title::before {
    border: none;
    outline: none;
}

.woocommerce div.product .stock {
    font-weight: bold;
}

.woocommerce-product-details__short-description {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.product_meta {
    font-size: smaller;
}

.single-product main {
    padding: 1.5rem 0;
}

.product_title {
    font-size: 2rem;
}

h2.woocommerce-loop-category__title mark {
    background: none;
}

.woocommerce .hero {
    margin-bottom: 2rem;
}

.woocommerce span.onsale {
    background-color: var(--limegreen);
    color: var(--teal);
    line-height: 2.75;
    aspect-ratio: 1;
    clip-path: polygon(100% 50%, 93.33% 57.64%, 96.98% 67.1%, 88.11% 72%, 88.3% 82.14%, 78.28% 83.71%, 75% 93.3%, 65.05% 91.35%, 58.68% 99.24%, 50% 94%, 41.32% 99.24%, 34.95% 91.35%, 25% 93.3%, 21.72% 83.71%, 11.7% 82.14%, 11.89% 72%, 3.02% 67.1%, 6.67% 57.64%, 0% 50%, 6.67% 42.36%, 3.02% 32.9%, 11.89% 28%, 11.7% 17.86%, 21.72% 16.29%, 25% 6.7%, 34.95% 8.65%, 41.32% 0.76%, 50% 6%, 58.68% 0.76%, 65.05% 8.65%, 75% 6.7%, 78.28% 16.29%, 88.3% 17.86%, 88.11% 28%, 96.98% 32.9%, 93.33% 42.36%);
}


.single-product .col-1-2 {
    position: relative;
    z-index: 100;
}

.single-product span.onsale {
    right: 0;
    left: unset;
}

.tax-product_cat .product-tags,
.single-product .product-tags {
    position: absolute;
    top: 0.75rem;
    left: 0;
    z-index: 100;
}

.tax-product_cat .product-tags ul,
.single-product .product-tags ul {
    list-style-type: none;
    padding-left: 0;
}

.tax-product_cat .product-tags a,
.single-product .product-tags a {
    display: inline-block;
    background: var(--teal);
    color: #FFF;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
    line-height: 1;
    font-size: smaller;

    /*-webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

.tax-product_cat .product-tags li a,
.single-product .product-tags li a{
    position: relative;
    height: 1.35rem;
}

.tax-product_cat .product-tags li a::after,
.single-product .product-tags li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.5rem;
    height: 1.35rem;
    width: 1.35rem;
    background: inherit;
    clip-path: polygon(50% 0%, 100% 0%, 65% 50%, 100% 100%, 50% 100%);
}

.tax-product_cat .product-tags .csak-uzletunkben a,
.single-product .product-tags .csak-uzletunkben a {
    background: red;
}

.tax-product_cat .product-tags .uj a,
.single-product .product-tags .uj a {
    background: orange;
}

.woocommerce .stock {
    font-size: smaller;
}

.woocommerce .stock.out-of-stock {
    color: red !important;
}

.woocommerce .stock.in-stock {
    color: green !important;
}

.stock.out-of-stock::after {
    content: "\2716";
    color: red;
    margin-left: 0.25rem;
}

.stock.in-stock::after {
    content: "\2714";
    color: green;
    margin-left: 0.25rem;
}

stock.stock.out-of-stock{
    color: red;
}

stock.stock.in-stock{
    color: green;
}

li.product.featured {
    border: solid 2px var(--teal);
    background: rgba(255, 191, 0, 0.1);
}

li.product.featured img {
    mix-blend-mode: darken;
}

.single-product .quantity input {
    height: 2rem;
}

.single-product .cart {
    display: flex;
    align-items: center;
}

.qty.text {
    margin: 0 1.5rem;
}

.quantity label {
    display: none;
}

.with-empty-cart-icon {
    visibility: hidden;
}