/*archive and cat*/

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header {
    background: transparent;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0;
    padding: 12px 0;
    position: relative;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header:Before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc((100vw - 100%) + 100%);
    margin-left: calc((100% - 100vw) / 2);
    height: 1px;
    background: var(--border_color_light);
    left: 0;
    bottom: 0;
    z-index: -1;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header * {
    color: var(--text_farba);
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header .woocommerce-breadcrumb {
    line-height: 1.2em;
    margin-bottom: 0;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header .woocommerce-breadcrumb span.delimeter {
    font-size: 12px;
    padding: 0 6px;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header a {
    color: var(--link_farba);
    text-decoration: none;
    font-weight: 300;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-header a:hover {
    color: var(--link_farba_h);
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-heading {
    text-align: left;
    padding-top: 30px;
    position: relative;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page .finestudio-ecommerce-content-heading:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc((100vw - 100%) + 100%);
    margin-left: calc((100% - 100vw) / 2);
    height: 100%;
    background: var(--pozadie_tmave);
    left: 0;
    top: 0;
    z-index: -1;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page #fs-category-description {
    text-align: left;
    padding-top: 30px;
    position: relative;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page #fs-category-description:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc((100vw - 100%) + 100%);
    margin-left: calc((100% - 100vw) / 2);
    height: 100%;
    background: var(--pozadie_tmave);
    left: 0;
    top: 0;
    z-index: -1;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content {
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 25px;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside {
    min-width: 260px;
    max-width: 290px;
    margin: 0;
    margin-right: 4rem;
    padding: 0rem 1rem 2rem 1rem;
    background: #ffffff;
    border-radius: 0;
    border: 0;
    border-right: 1px solid var(--border_color_light);
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside span.close-filters{
    display: none;
}


body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content aside a {
    color: var(--text_farba);
}


body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary {
    width: 100%;
}


body:not(.small_resolution) span.mobile-filter {
    display: none;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary .term-description {
    margin-bottom: 30px;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary .term-description ul,
body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary .term-description ol {
    margin-left: 20px;
}

body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary span.show-more-btn {
    text-decoration: underline;
    color: var(--p_farba);
    cursor: pointer;
}


body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary header.woocommerce-products-header {
    margin-top: 15px;
}


@media (max-width:1200px) {
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary div#orderby-dropdown-mobile {
        width: 200px;
        margin-left: auto;
    }
    
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary div#orderby-dropdown-mobile button#orderby-toggle {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        color: #000000;
        position: relative;
        font-size: 14px;
        background: var(--pozadie_tmave);
        border: 1px solid var(--border_color_dark);
        margin-top: 15px;
    }
    
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary div#orderby-dropdown-mobile button#orderby-toggle:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid var(--primary_nav_farba);
        border-left: 1px solid var(--primary_nav_farba);
        transition: ease-in-out.15s;
        display: inline-block;
        transform: rotate(-135deg);
        margin-left: 5px;
        margin-bottom: 3px;
        transition: ease-in-out.15s;
        position: absolute;
        right: 10px;
        top: 16px;
        transition: transform 0.3s ease;
    }
    
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary div#orderby-dropdown-mobile button#orderby-toggle.active:before {
        transform: rotate(45deg);
    }
    
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary #orderby-dropdown-mobile div#orderby-options {
        display: block;
        background: #ffffff;
        box-shadow: -1px 5px 25px 2px #eeeeee;
        color: #000000;
    }


    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary #orderby-dropdown-mobile div#orderby-options a {
        display: block;
        width: 100%;
        text-align: center;
        text-align: left;
        color: black;
        padding: 5px 15px;
    }

    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary p.woocommerce-result-count {
        border-bottom: 1px solid var(--border_color_light);
        margin-bottom: 20px;
        margin-top: 30px;
    }

}

@media (min-width:1200px) {
    button#orderby-toggle {
        display: none!important;
    }
    div#orderby-options {
        border-bottom: 1px solid var(--border_color_light);
        display: block !important;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary #orderby-dropdown-mobile div#orderby-options a {
        display: inline-block;
        margin-right: 5px;
        border-radius: var(--b_radius);
        border: 1px solid var(--border_color_light);
        color: var(--text_farba);
        background: #ffffff;
        padding: 8px 12px;
        cursor: pointer;
        font-weight: 600;
        font-size: .7rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    body:not(.small_resolution) div.finestudio-ecommerce-wc-content-wrapper.archive-cat-tag-page div.finestudio-ecommerce-content section#primary #orderby-dropdown-mobile div#orderby-options a.active {
        border-color: var(--btn_farba_border);
        color: var(--text_btn_farba);
        background: var(--btn_farba_bg);
    }
    
}




body:not(.small_resolution) .woocommerce ul.products {
    display:grid;
    grid-template-columns: repeat(3, 1fr); /* 3 stĺpce */
    gap: 0;
    position: relative;
}

body:not(.small_resolution) .woocommerce ul.products:before {
    display: none;
}

body:not(.small_resolution) .woocommerce ul.products:after {
    content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffffff;
    height: 1px;
}

body:not(.small_resolution) .woocommerce ul.products li.product {
    box-sizing: border-box;
    list-style: none;
    position: relative;
    margin: 0;
    width: auto;
    background: #ffffff;
    border-right: 1px solid var(--border_color_light);
    border-bottom: 1px solid var(--border_color_light);
    overflow: hidden;
    padding: 0 15px 30px;
    font-size: 16px;
}

body:not(.small_resolution) .woocommerce ul.products li.product:nth-child(3n) {
    border-right: 0;
}



@media (min-width: 1200px) {
    body:not(.small_resolution) .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr); 
    }

    body:not(.small_resolution) .woocommerce ul.products li.product:nth-child(3n) {
        border-right: 1px solid var(--border_color_light);
    }

    body:not(.small_resolution) .woocommerce ul.products li.product:nth-child(4n) {
        border-right: 0;
    }
    

}




/* Špecifické štýly pre reklamu banner */
body:not(.small_resolution) .woocommerce .products .product.reklama {
    flex: 0 0 42%; /* Reklama zaberá 2 miesta */
    margin: 0 15px; /* Udržuje medzery aj pre reklamu */
}

body:not(.small_resolution) .woocommerce ul.products li.product .img-wrapper {
    overflow: hidden;
    position: relative;
}

body:not(.small_resolution) .woocommerce ul.products li.product img {
    position: relative;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    display: block;
}

/* Aplikuj animáciu iba ak produkt má druhý obrázok */
body:not(.small_resolution) .woocommerce ul.products li.product.has-secondary-image img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

body:not(.small_resolution) .woocommerce ul.products li.product.has-secondary-image:hover img.secondary-image {
    opacity: 1;
}

body:not(.small_resolution) .woocommerce ul.products li.product.has-secondary-image:hover img:first-child {
    opacity: 0;
}



body:not(.small_resolution) .woocommerce ul.products li.product a {
    text-decoration: none;
    display: block;
}

body:not(.small_resolution) .woocommerce ul.products li.product h2 {
    font-size: 1em;
    margin-bottom: 0;
    text-align: center;
}

body:not(.small_resolution) .woocommerce ul.products li.product .label-wrapper {
    position: absolute;
    right:6px;
    top:10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

body:not(.small_resolution) .woocommerce ul.products li.product span.onsale {
    position: relative;
    right:0;
    top:0;
    padding:6px 15px;
    background: #bb414b;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
    z-index: 15;
    min-height: unset;
    min-width: unset;
    line-height: inherit;
    margin: 0em -.5em 1em 0;
}

body:not(.small_resolution) .woocommerce ul.products li.product span.recommended-label {
    padding: 6px 15px;
    background: orange;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
    z-index: 15;
    margin: 0em -.5em 1em 0;
    font-weight: 700;
}

body:not(.small_resolution) .woocommerce ul.products li.product span.price {
    margin-bottom: 0;
}

body:not(.small_resolution) .woocommerce ul.products li.product a.add_to_cart_button, body:not(.small_resolution) .woocommerce ul.products li.product a.button, body:not(.small_resolution) .woocommerce ul.products li.product a.added_to_cart {
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    margin: 0 auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 4px 15px;
    font-size: .9em;
    margin-top: 8px;
    transition: ease-in-out .15s;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
}

body:not(.small_resolution) .woocommerce ul.products li.product a.add_to_cart_button:hover, body:not(.small_resolution) .woocommerce ul.products li.product a.button:hover, body:not(.small_resolution) .woocommerce ul.products li.product a.added_to_cart:hover {
    background: var(--text_btn_farba);
    border-color: var(--btn_farba_border);
    color: var(--btn_farba_bg);
}

body:not(.small_resolution) .woocommerce ul.products li.product a.added {
    background: var(--text_btn_farba);
    border-color: var(--btn_farba_border);
    color: var(--btn_farba_bg);
}

body:not(.small_resolution) .woocommerce ul.products li.product a.add_to_cart_button i.fs-icons, body:not(.small_resolution) .woocommerce ul.products li.product a.button i.fs-icons, body:not(.small_resolution) .woocommerce ul.products li.product a.added_to_cart i.fs-icons {
    font-size: 20px;
    display: inline-block;
    margin-right: 8px;
}

body:not(.small_resolution) .woocommerce ul.products li.product a:after {
    opacity: 0;
}

body:not(.small_resolution) .woocommerce ul.products li.product a.added:after {
    opacity: 1;
}

body:not(.small_resolution) .woocommerce ul.products li.product a.add_to_cart_button, body:not(.small_resolution) .woocommerce ul.products li.product a.button {
    padding:8px 15px!important;
}

body:not(.small_resolution) .woocommerce ul.products li.product a.added_to_cart {
    padding:12px 15px!important;
}



body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: ease-in-out .30s;
    z-index: 10;
    background:transparent;
    margin: 0;

}

body:not(.small_resolution) .woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
    display: block;
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-add-button {
    background: var(--farba2);
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-add-button span {
    font-size: .65em;
    color: var(--farba4);
    padding: 5px;
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist:hover i.yith-wcwl-icon.fa.fa-heart-o {
    color: var(--farba11);
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist i.yith-wcwl-icon.fa.fa-heart {
    color: var(--farba11);
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a, body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
    font-size: .65em;
    display: none !important;
    color: var(--farba4);
    background: var(--farba2);
    padding: 5px 5px 1px 5px;
}

body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse:hover a,
body:not(.small_resolution) .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse:hover a{
    display: inline-block !important;
}


body:not(.small_resolution) .woocommerce ul.products li.product .price-stock-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 8px;
}




/*hodnotenia*/
body.small_resolution .finestudio-wc-star-rating {
    font-size: 24px; /* Veľkosť hviezdičiek */
    color: gold; /* Farba hviezdičiek */
    text-align: center;
}

body.small_resolution .finestudio-wc-star-rating .star {
    display: inline-block;
    margin: 0 2px;
}

body.small_resolution .finestudio-wc-star-rating .star.full {
    color: gold); /* Farba pre plné hviezdičky */
}

body.small_resolution .finestudio-wc-star-rating .star.half {
    color: gold; /* Farba pre polovičné hviezdičky */
}

body.small_resolution .finestudio-wc-star-rating.star.empty {
    color: grey; /* Farba pre prázdne hviezdičky */
}


/*vypis kategorii*/

body:not(.small_resolution) section#shop-categories ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 stĺpce */
    gap: 5px; /* Medzera medzi položkami */
    list-style: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 60px;
}

body:not(.small_resolution) section#shop-categories ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc((100vw - 100%) + 100%);
    margin-left: calc((100% - 100vw) / 2);
    height: 100%;
    background: var(--pozadie_tmave);
    left: 0;
    top: 0;
    z-index: -1;
}
  
@media (min-width: 780px) {
    body:not(.small_resolution) section#shop-categories ul {
        grid-template-columns: repeat(3, 1fr); /* 3 stĺpce */
    }
}

@media (min-width: 1024px) {
    body:not(.small_resolution) section#shop-categories ul {
        grid-template-columns: repeat(4, 1fr); /* 4 stĺpce */
    }
}
  
body:not(.small_resolution) section#shop-categories ul li.cat-item {
    border: 1px solid var(--border_color_light);
    padding: 0;
    box-sizing: border-box;
    background:var(--primary_categories_li_farba_bg);
}
body:not(.small_resolution) section#shop-categories ul li.cat-item:nth-child(n):nth-child(n) {
    border-radius: 0;
}

body:not(.small_resolution) section#shop-categories ul li.cat-item:nth-child(n):first-child {
    border-top-left-radius: var(--b_radius);
}

body:not(.small_resolution) section#shop-categories ul li.cat-item:nth-child(n):nth-child(4) {
    border-top-right-radius: var(--b_radius);
}

body:not(.small_resolution) section#shop-categories ul li.cat-item:nth-child(n):nth-child(4n+1):nth-last-child(-n+4) {
    border-bottom-left-radius: var(--b_radius);
}

body:not(.small_resolution) section#shop-categories ul li.cat-item:nth-child(n):last-child:nth-child(4n) {
    border-bottom-right-radius: var(--b_radius);
}


body:not(.small_resolution) section#shop-categories ul li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 80%;
	padding: 10px;
}

body:not(.small_resolution) section#shop-categories ul li div.category-image {
    width: 50px;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    transition: ease-in-out .15s;
}

body:not(.small_resolution) section#shop-categories ul li h2 {
    font-weight: 500;
    display: block;
    margin: 0;
    align-items: center;
    font-size: 1em;
    color: var(--text_farba);
	transition: ease-in-out .15s;
}

body:not(.small_resolution) section#shop-categories ul li:hover {
    background:var(--primary_categories_li_farba_bg_h);  
}

body:not(.small_resolution) section#shop-categories ul li:hover h2 {
    color:#000000;
}


/*najpredavanejsie produkty*/

body:not(.small_resolution) div.top-selling-products-of-category-wrapper {
    border-bottom: 1px solid var(--border_color_light);
    margin-bottom: 10px;
    margin-top: 30px;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper h2.top-selling-products-of-category-title {
    font-size: 1em;
    margin-bottom: 5px;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 stĺpce */
    gap: 5px; /* Medzera medzi položkami */
    list-style: none;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li {
    border: 0;
    background: var(--pozadie_tmave);
    border-radius: var(--b_radius);
    padding: 15px;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
    height: 100%;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-thumbnail img {
    display: block;
    width: 100px;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details {
    font-size: .8em;
    margin-left: 5px;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details h3 {
    font-size: .8rem;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details p.stock {
    color: #57c15b;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details p.stock.backorder {
    color: orange;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details p.stock.backorder {
    color: orange;
}

body:not(.small_resolution) div.top-selling-products-of-category-wrapper ul.top-selling-products-of-category li a div.product-details p.stock.out_of_stock {
    color: #bb414b;
}







/*cart*/

body:not(.small_resolution) div.nadpis-wrapper {
    text-align: center;
    padding: 50px 0;
    background: var(--pozadie_tmave);
    margin-bottom: 50px;
}

body:not(.small_resolution) .finestudio-wc-cart-shipping-free {
    background: #ffffff;
    color: var(--text_farba);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
}

body:not(.small_resolution) .finestudio-wc-cart-shipping-free * {
    color: var(--text_farba);
}

body:not(.small_resolution) .finestudio-cart-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

body:not(.small_resolution) .finestudio-cart-wrapper .finestudio-cart-and-cross-sell {
    width: 100%;
    order: 1;
}




body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table {
    margin: 0;
    border: 1px solid var(--border_color_light);
    border-radius: var(--b_radius);
    overflow: hidden;
}

body:not(.small_resolution) .finestudio-cart-wrapper .woocommerce-cart-form .kupony-info .sprava {
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    border-bottom: 1px solid var(--border_color_light);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 170px;
}

body:not(.small_resolution).woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item:last-of-type {
    border-bottom: 0;
}

body:not(.small_resolution).woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item a {
    text-decoration: none;
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce-cart .woocommerce table.shop_table td {
    border: 0;
}

body:not(.small_resolution).woocommerce-cart table.cart .product-remove{
    position: absolute;
    right: 10px;
    top: 10px;
}

body:not(.small_resolution).woocommerce-cart table.cart .product-thumbnail{
    width: 150px;
    background: transparent;
}
body:not(.small_resolution).woocommerce-cart table.cart img {
    width: auto;
    height: auto;
}

body:not(.small_resolution).woocommerce-cart table.cart td.product-name {
    width: 300px;
}

body:not(.small_resolution).woocommerce-cart table.cart td.product-name a {
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity * {
    font-size: .75rem !important;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .uprava-poctu {
    padding: 10px 15px;
    border: 1px solid var(--border_color_light);
    background-color: var(--pozadie_tmave);
    cursor: pointer;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .uprava-poctu.minus {
    border-right: none;
    border-radius: var(--b_radius) 0 0 var(--b_radius);
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .uprava-poctu.plus {
    border-left: none;
    border-radius: 0 var(--b_radius) var(--b_radius) 0;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .quantity {
    margin: 0;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .quantity input.qty {
    width: 60px;
    text-align: center;
    border: 1px solid var(--border_color_light);
    border-left: none;
    border-right: none;
    padding: 10px;
}

body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .quantity input.qty::-webkit-inner-spin-button, body:not(.small_resolution).woocommerce-cart table.cart span.product-quantity .quantity input.qty::-webkit-outer-spin-button {
    opacity: 0;
    margin: 0;
    display: none;
}


body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 50px;
    width: auto;
}


body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet > * {
    display: block;
    text-align: right;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet span.original-price {
    text-decoration: line-through;
    font-size: 0.9em;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet span.original-price bdi {
    color: #000000;
    font-weight: 400;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet span.sale-price bdi {
    color: #bb414b;
    font-weight: 400;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet div.jednotkova-cena small {
    color: #000000;
    font-weight: 400;
    font-size: .8em;
}


body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper table.shop_table td.product-price .medzisucet div.saved-money span {
    color: #bb414b;
    font-weight: 400;
    font-size: .8em;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    margin-top: 30px;
}

body:not(.small_resolution) .finestudio-cart-wrapper .cart_totals {
    width: 450px;
    max-width: 100%;
    height: fit-content;
    margin-left: 30px;
    position: sticky;
    top: 30px;
    border: 0;
    background: #ffffff;
    border-radius: var(--b_radius);
    padding: 15px 0 20px 0;
    order: 3;
}

body:not(.small_resolution) .finestudio-cart-wrapper .cart_totals h2, .finestudio-cart-wrapper .cart_totals th, .finestudio-cart-wrapper .cart_totals td, .finestudio-cart-wrapper .cart_totals .wc-proceed-to-checkout {
    padding: 15px;
    display: block;
}

body:not(.small_resolution) .finestudio-cart-wrapper .cart_totals td {
    background: #ffffff;
}

body:not(.small_resolution) .woocommerce .finestudio-cart-wrapper ul#shipping_method li input {
    accent-color:var(--p_farba);
}

body:not(.small_resolution).woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    margin: 0 auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
    margin-top: 20px;
}

body:not(.small_resolution).woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--text_btn_farba);
    border-color: var(--p_farba_h);
    color: var(--btn_farba_bg);
}

@media (min-width:1200px) {
    body:not(.small_resolution).woocommerce-cart table.cart .product-thumbnail{
    width: 230px;
    }
    body:not(.small_resolution).woocommerce-cart table.cart td.product-name {
        width: 450px;
    }
}

body:not(.small_resolution).woocommerce-cart div.fs-cart-coupon-wrapper {
    order: 2;
    position: sticky;
    top: 63px;
    align-self: flex-start;
    margin-left: 30px;
    max-width: 100%;
    width: 600px;
}



/*checkout*/

body:not(.small_resolution) .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: span 2;
}

body:not(.small_resolution) form.checkout.woocommerce-checkout {
    border: 1px solid var(--border_color_light);
    padding: 0;
    border-radius: var(--b_radius);
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
}

body:not(.small_resolution).woocommerce-checkout #customer_details .col-1, 
body:not(.small_resolution).woocommerce-checkout #customer_details .col-2 {
    width:100%;
    float: none;
    padding: 0 1em;
}


body:not(.small_resolution) h3#order_review_heading {
    margin-top: 70px;
}

body:not(.small_resolution) .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 8px 5px;
    border-radius: var(--b_radius);
    background: #ffffff;
    border: 1px solid var(--border_color_light);
}

body:not(.small_resolution).woocommerce-checkout div#payment {
    margin-top: 30px;
    background: #ffffff;
}

body:not(.small_resolution).woocommerce-checkout button#place_order {
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: var(--b_radius);
    padding: 18px 16px;
    transition: ease-in-out .15s;
    margin-top: 20px;
}

body:not(.small_resolution).woocommerce-checkout button#place_order:hover {
    background: var(--text_btn_farba);
    border-color: var(--btn_farba_border);
    color: var(--btn_farba_bg);
}


body:not(.small_resolution) div#order_review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;

}

body:not(.small_resolution) div#order_review .fs-btns {
    text-align: center;
}

body:not(.small_resolution) div#order_review a.button {
    display: inline-block;
    text-align: center;
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border:1px solid var(--btn_farba_border);
    margin: 15px;
}

body:not(.small_resolution) div#order_review a.button:hover {
    color: var(--btn_farba_bg);
    background: var(--text_btn_farba);
    border-color: var(--btn_farba_border);
}

body:not(.small_resolution) div#order_review > div:nth-child(1) {
    border: 5px solid var(--border_color_light);
    border-top: 0;
    border-bottom: 0;
    background: var(--pozadie_tmave);
}

body:not(.small_resolution) .fs-payments {
    align-self: flex-start;
    position: sticky;
    top: 30px;
    display: block;
}

body:not(.small_resolution).woocommerce-checkout h3:not(#ship-to-different-address) {
    background: var(--pozadie_tmave);
    text-align: center;
    color: var(--farba2);
    font-weight: 700;
    padding: 26px 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 0;

}

body:not(.small_resolution).woocommerce-checkout #customer_details h3 {
    margin-left: -18px;
    margin-right: -18px;

}

body:not(.small_resolution).woocommerce-checkout .fs-payments h3 {
    margin-left: -5px;
}

body:not(.small_resolution) form.checkout.woocommerce-checkout table.shop_table {
    border: 0;
}



/*single product*/


body:not(.small_resolution).single-product .finestudio-ecommerce-wc-content-wrapper.product-page {
    overflow: hidden;
}



body:not(.small_resolution).single-product nav.woocommerce-breadcrumb {
    line-height: 1.2em;
    margin-bottom: 1em;
    text-align: left;
    padding: 12px 0;
    color: var(--text_farba);
    position: relative;
}

body:not(.small_resolution).single-product nav.woocommerce-breadcrumb:Before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc((100vw - 100%) + 100%);
    margin-left: calc((100% - 100vw) / 2);
    height: 1px;
    background: var(--border_color_light);
    left: 0;
    bottom: 0;
    z-index: -1;
}

body:not(.small_resolution).single-product nav.woocommerce-breadcrumb span.delimeter {
    font-size: 12px;
    padding: 0 6px;
}

body:not(.small_resolution).single-product nav.woocommerce-breadcrumb a {
    color: var(--link_farba);
    text-decoration: none;
    font-weight: 300;
}

body:not(.small_resolution).single-product nav.woocommerce-breadcrumb a:hover {
    color: var(--link_farba_h);
}



body:not(.small_resolution).woocommerce.single-product div.product .label-wrapper {
    position: absolute;
    left:0px;
    top:10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

body:not(.small_resolution).woocommerce.single-product div.product span.onsale {
    position: relative;
    left:0;
    top:0;
    padding:6px 15px;
    background: #bb414b;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
    z-index: 15;
    min-height: unset;
    min-width: unset;
    line-height: inherit;
    margin: 0em 0 1em 0;
}

body:not(.small_resolution).woocommerce.single-product div.product span.recommended-label {
    padding: 6px 15px;
    background: orange;
    color: #ffffff;
    font-size: .75em;
    border-radius: var(--b_radius);
    z-index: 15;
    margin: 0% 0 1em 0;
    font-weight: 700;
}

body:not(.small_resolution).woocommerce.single-product div.product > .entry-summary .woocommerce-product-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

body:not(.small_resolution).single-product div.product > .entry-summary .woocommerce-product-rating .finestudio-wc-star-rating {
    text-align: left;
    margin-right: 10px;
}




body:not(.small_resolution).single-product i.yith-wcwl-icon.fa.fa-heart {
    color: var(--farba11);
}

body:not(.small_resolution).single-product .yith-wcwl-add-button a {
    text-decoration: none;
}

body:not(.small_resolution).single-product .yith-wcwl-add-button:hover i.yith-wcwl-icon.fa.fa-heart-o {
    color: var(--farba11);
}

body:not(.small_resolution).single-product div.yith-wcwl-add-to-wishlist a, body:not(.small_resolution).single-product div.yith-wcwl-add-to-wishlist span {
    color: var(--farba4);
    text-decoration: none;
}



body:not(.small_resolution).woocommerce div.product form.cart div.quantity, body:not(.small_resolution).woocommerce div.product form.cart .button {
    float: none;
    margin: 0;
}

body:not(.small_resolution).woocommerce div.product form.cart,
body:not(.small_resolution).woocommerce div.product .single_variation_wrap .variations_button {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

body:not(.small_resolution).woocommerce div.product form.cart > * {
    margin-bottom: 10px!important;
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 5px;
}



body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity * {
    font-size: .75rem !important;
}



body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity button{
    padding: 10px 15px;
    border: 1px solid var(--border_color_light);
    background-color: var(--pozadie_tmave);
    cursor: pointer;
    -webkit-user-select: none; /* Zakáže výber textu na iPhone */
    -webkit-tap-highlight-color: transparent; /* Zakáže zvýraznenie pri dotyku */
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity button.minus {
    border-right: none;
    border-radius: var(--b_radius) 0 0 var(--b_radius);
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity button.plus {
    border-left: none;
    border-radius: 0 var(--b_radius) var(--b_radius) 0;
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity .quantity {
    margin: 0;
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity .quantity input.qty {
    width: 60px;
    text-align: center;
    border: 1px solid var(--border_color_light);
    border-left: none;
    border-right: none;
    padding: 10px;
    height: 100%;
    outline: 0;
    border-radius: 0;
}

body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity .quantity input.qty::-webkit-inner-spin-button, body:not(.small_resolution).woocommerce div.product form.cart div.finestudio-wc-product-quantity .quantity input.qty::-webkit-outer-spin-button {
    opacity: 0;
    margin: 0;
    display: none;
}



body:not(.small_resolution).woocommerce div.product form.cart button.single_add_to_cart_button {
    color: var(--text_btn_farba);
    background: var(--btn_farba_bg);
    border: 1px solid var(--btn_farba_border);
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
    font-size: .9em;
}


body:not(.small_resolution).woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    background: var(--text_btn_farba);
    border-color: var(--btn_farba_border);
    color: var(--btn_farba_bg);
}


body:not(.small_resolution).woocommerce div.product div.question-wrapper {
    margin: 30px 0;
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper button {
    color: var(--farba4);
    background: transparent;
    border: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: .9em;
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form {
    display: block;
    padding: 25px 20px;
    background: var(--pozadie_tmave);
    border: 1px solid var(--border_color_light);
    border-radius: var(--b_radius);
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form {
    max-width: 100%;
    width: 100%;
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form input[type="text"], body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form input[type="email"], body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form input[type="tel"], body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form textarea {
    border-radius: var(--b_radius);
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form a {
    text-decoration: none;
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form form input[type="submit"] {
    color:  #ffffff;
    cursor: pointer;
    background: #000000;
    border: 1px solid #000000;
    border-radius: var(--b_radius);
    margin-top: 15px;
    display: block;
    padding: 12px 16px;
    transition: ease-in-out .15s;
    font-size: .9em;
}

body:not(.small_resolution).woocommerce div.product div.question-wrapper div#ask-question-form span.info-message {
    display: block;
    margin-bottom: 5px;
}


body:not(.small_resolution).woocommerce div.product .finestudio-wc-single-social-share {
    margin: 30px 0;
    font-size: 18px;
}

body:not(.small_resolution).woocommerce div.product .finestudio-wc-single-social-share a {
    margin: 3px;
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce div.product .product_meta > span {
    display: block;
    font-weight: 600;
}

body:not(.small_resolution).woocommerce div.product .product_meta > span > span {
    text-decoration: none;
    color: var(--text_farba);
    font-weight: 400;
}

body:not(.small_resolution).woocommerce div.product .product_meta > span a {
    text-decoration: none;
    color: var(--text_farba);
    font-weight: 400;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs {
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
	margin-top:50px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs:before {
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100vw);
    width: -moz-calc(100vw);
    width: calc(100vw);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	background-color: var(--border_color_light)
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs {
    clear: both;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs:before {
    border: none;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100vw);
    width: -moz-calc(100vw);
    width: calc(100vw);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	background-color: var(--border_color_light)
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs:after {
    display:none;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li {
    background: none !important;
    border-radius: 0;
    border-width: 0;
    display: inline-block;
    list-style: none;
    margin: 0 20px;
    padding: 0;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 26px;
    padding: 25px 0;
    position: relative;
    text-transform: none;
    color: var(--text_farba);
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li a:hover {
    color: var(--link_farba);
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li.active a {
    color:var(--link_farba);
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li::before {
    left: 0;
	bottom:0;
	height:1px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
	width:100%;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li.active::before {
	box-shadow:none;
	background-color:var(--link_farba);
	
}
body:not(.small_resolution).woocommerce .woocommerce-tabs ul.tabs li.active::after {
    box-shadow:none;
}



body:not(.small_resolution).woocommerce .woocommerce-tabs .panel {
    background-color: transparent;
    border: none;
    margin: 50px 0 50px 0;
    position: relative;
    text-align: left;
    width: 100%;
	padding-bottom:50px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
    margin: 0;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs .panel:before {
    border: none;
    content: '';
    height: 1px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100vw);
    width: -moz-calc(100vw);
    width: calc(100vw);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--border_color_light);
}

body:not(.small_resolution).woocommerce .woocommerce-tabs .panel > h2, body:not(.small_resolution).woocommerce .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
    font-size: 18px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#reviews {
    position: relative;
    padding:50px 20px;
    background: var(--farba2);
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#reviews:before {
    content: "";
    margin-left: -100%;
    margin-right: -100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: -50px;
    background: var(--farba3);
    display: block;
    position: absolute;
    z-index: -1;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#reviews div#review_form_wrapper {
    margin: 0 -20px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form div#respond {
	margin-top:50px;
	padding:20px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form div#respond .form-submit input {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    border-radius: var(--b_radius);
    padding: 12px 16px;
    transition: ease-in-out .15s;
    font-size: .9em;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form div#respond .form-submit input:hover {
    background: #ffffff;
    color: #000000;
    border-color: #000000;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form span#reply-title {
    font-size: 18px;
    font-weight: bold;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form .comment-form-rating > label {
    font-weight: 500;
    margin-top: 25px;
    display: block;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form p.stars span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 240px;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form p.stars span a {
    width: 40px;
    height: 40px;
    color: gold;
}

body:not(.small_resolution).woocommerce .woocommerce-tabs div#review_form p.stars a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0;
    font-size: 22px;
}


body:not(.small_resolution).single-product .woocommerce-product-details__short-description li, body:not(.small_resolution).single-product .woocommerce-Tabs-panel--description li {
    margin-left: 20px;
}










