/*------------------------------------*
  >>> SHOP STYLES
*------------------------------------*/

/*------------------------------------*
  >>> PRODUCTS
*------------------------------------*/

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 30px;
}

.woocommerce > .products {
	clear: both;
	position: relative;
}

.woocommerce div.products ul:before,
.woocommerce div.products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after
{
    content: none;
}

.woocommerce div.products ul,
.woocommerce ul.products
{
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    color: var(--soriva-body-text-color);
}

.woocommerce ul.products li.product a > *,
.woocommerce-page ul.products li.product a > *
{
    width: 100%;
}

.woocommerce ul.products li.product a b
{
    font-weight: normal;
}

.woocommerce ul.products li.product a:not(:last-child),
.woocommerce-page ul.products li.product a:not(:last-child),
.woocommerce ul.products li.product a > *:not(:last-child),
.woocommerce-page ul.products li.product > *:not(:last-child),
.woocommerce ul.products li.product a .star-rating:not(:last-child),
.woocommerce-page ul.products li.product a .star-rating:not(:last-child),
.woocommerce ul.products li.product a.button:not(:last-child),
.woocommerce-page ul.products li.product a.button:not(:last-child)
{
    margin: 0 0 20px;
}

.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover {
    color: var(--soriva-secondary-color);
}

/* Product Price */

.woocommerce div.product .product_title, .woocommerce div.product .product_title {
    font-size: var(--soriva-h3-font-size);
    width: 100%;
    line-height: 1.2;
    display: inline-block;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price
{
    font-size: var(--soriva-body-font-size);
    margin: 0;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price
{
    justify-content: flex-start;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del
{
    opacity: 0.5;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins
{
    font-weight: normal;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce-page ul.products li.product .price .amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount
{
    color: var(--soriva-heading-color);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    font-size: var(--soriva-h6-font-size);
    line-height: 1.2;
    text-align: inherit;
}

.woocommerce ul.products li.product a .star-rating,
.woocommerce-page ul.products li.product a .star-rating
{
    display: inline-flex;
    justify-content: inherit;
    align-items: inherit;
    font-size: var(--soriva-body-font-size);
    width: 5.2em;
    margin: 0;
}

.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.button ~ a,
.woocommerce-page ul.products li.product a.button ~ a
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: auto;
    min-height: 50px;
    min-width: 150px;
}

.woocommerce ul.products li.product a.add_to_cart_button.loading {
    opacity: 1;
    font-size: 0;
}

.woocommerce ul.products li.product a.add_to_cart_button.added,
.woocommerce ul.products li.product .product-thumb .yith-wcwl-add-button.hide a {
    display: none;
}

.woocommerce ul.products li.product a.button:after,
.woocommerce-page ul.products li.product a.button:after,
.woocommerce ul.products li.product a:after,
.woocommerce-page ul.products li.product a:after,
.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before
{
    content: "";
    position: absolute;
    background: none;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
    border-right-color: transparent;
    border-left-color: transparent;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    animation: cart_loader 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    visibility: hidden;
}

.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before {
    color: var(--soriva-primary-color);
}

.woocommerce ul.products li.product a.button.loading:after,
.woocommerce-page ul.products li.product a.button.loading:after,
.woocommerce ul.products li.product a.loading:after,
.woocommerce-page ul.products li.product a.loading:after,
.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before {
    visibility: visible;
}

@keyframes cart_loader {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.woocommerce a.added_to_cart,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.button ~ a,
.woocommerce-page ul.products li.product a.button ~ a,

/* Disabled Button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]
{
    font-size: var(--soriva-body-font-size);
    margin-bottom: 0;
    padding: 15px 25px;
    border: 1px solid var(--soriva-primary-color);
    line-height: normal;
    background: var(--soriva-primary-color);
    color: var(--soriva-light-color);
    border-radius: initial;
    font-weight: initial;
}

.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:focus,
.woocommerce ul.products li.product a.button ~ a:hover,
.woocommerce ul.products li.product a.button ~ a:focus,
.woocommerce-page ul.products li.product a.button ~ a:hover,
.woocommerce-page ul.products li.product a.button ~ a:focus,

/* Disabled Button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover
{
    border: 1px solid var(--soriva-secondary-color);
    background: var(--soriva-secondary-color);
    color: var(--soriva-light-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items {
    position: absolute;
    margin: 0;
    top: 15px;
    left: 15px;
    right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 60%;
    width: auto;
    z-index: 1;
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items span {
    position: relative;
    border-radius: 0;
    font-size: calc(var(--soriva-body-font-size) - 4px);
    font-weight: 400;
    padding: 0 6px;
    margin: auto;
    text-align: center;
    width: auto;
    height: 25px;
    line-height: 23px;
    min-height: auto;
    min-width: auto;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .onsale
{
    background: #0ba90b;
    color: var(--soriva-light-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .featured
{
    background: #ffc69c;
    color: var(--soriva-dark-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .outofztock
{
    background: #df0000;
    color: var(--soriva-light-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items span:not(:last-child) {
    margin: 0 0 3px;
}

.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.woocommerce.related > h2 {
    font-size: var(--soriva-h3-font-size);
    margin: 0 0 20px;
    width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin: 0;
}

.woocommerce #content div.product div.summary > *:not(:last-child),
.woocommerce div.product div.summary > *:not(:last-child),
.woocommerce-page #content div.product div.summary > *:not(:last-child),
.woocommerce-page div.product div.summary > *:not(:last-child) {
    margin: 0 0 20px;
}

.woocommerce #content div.product div.summary .product_meta,
.woocommerce div.product div.summary .product_meta,
.woocommerce-page #content div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
    display: flex;
    align-items: inherit;
    width: 100%;
    flex-direction: column;
    justify-content: inherit;
    border-top: 1px solid var(--soriva-border-light-color);
    padding: 20px 0 0;
    margin: 15px 0 0;
}

.woocommerce #content div.product div.summary .product_meta > span,
.woocommerce div.product div.summary .product_meta > span,
.woocommerce-page #content div.product div.summary .product_meta > span,
.woocommerce-page div.product div.summary .product_meta > span {
    font-weight: 700;
}

.woocommerce #content div.product div.summary .product_meta > span > span,
.woocommerce div.product div.summary .product_meta > span > span,
.woocommerce-page #content div.product div.summary .product_meta > span > span,
.woocommerce-page div.product div.summary .product_meta > span > span,
.woocommerce #content div.product div.summary .product_meta > span > a,
.woocommerce div.product div.summary .product_meta > span > a,
.woocommerce-page #content div.product div.summary .product_meta > span > a,
.woocommerce-page div.product div.summary .product_meta > span > a {
    display: inline-block;
    font-weight: 400;
    color: var(--soriva-body-text-color);
    position: relative;
    line-height: 1.5em;
    font-size: var(--soriva-body-font-size);
}

.woocommerce #content div.product div.summary .product_meta > span > span,
.woocommerce div.product div.summary .product_meta > span > span,
.woocommerce-page #content div.product div.summary .product_meta > span > span,
.woocommerce-page div.product div.summary .product_meta > span > span {
    text-transform: uppercase;
    font-size: calc(var(--soriva-body-font-size) - 2px);
}

.woocommerce #content div.product div.summary .product_meta > span > a:hover,
.woocommerce div.product div.summary .product_meta > span > a:hover,
.woocommerce-page #content div.product div.summary .product_meta > span > a:hover,
.woocommerce-page div.product div.summary .product_meta > span > a:hover {
    color: var(--soriva-secondary-color);
}

.woocommerce #content div.product div.summary .product_meta > *:not(:last-child),
.woocommerce div.product div.summary .product_meta > *:not(:last-child),
.woocommerce-page #content div.product div.summary .product_meta > *:not(:last-child),
.woocommerce-page div.product div.summary .product_meta > *:not(:last-child) {
    margin: 0 0 10px;
}

.woocommerce #content div.product div.summary .product_meta > span > a:not(:last-child),
.woocommerce div.product div.summary .product_meta > span > a:not(:last-child),
.woocommerce-page #content div.product div.summary .product_meta > span > a:not(:last-child),
.woocommerce-page div.product div.summary .product_meta > span > a:not(:last-child) {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}

.woocommerce #content div.product div.summary .product_meta > span > a:not(:last-child):before,
.woocommerce div.product div.summary .product_meta > span > a:not(:last-child):before,
.woocommerce-page #content div.product div.summary .product_meta > span > a:not(:last-child):before,
.woocommerce-page div.product div.summary .product_meta > span > a:not(:last-child):before {
    position: absolute;
    right: 0;
    top: auto;
    content: ",";
}

/* Product Ratings */

.woocommerce .product .woocommerce-product-rating,
.woocommerce-page .product .woocommerce-product-rating
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    font-size: var(--soriva-body-font-size);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.woocommerce .product .star-rating,
.woocommerce-page .product .star-rating
{
    margin: 0;
    font-size: var(--soriva-body-font-size);
}

.woocommerce .product .star-rating:not(:last-child),
.woocommerce-page .product .star-rating:not(:last-child)
{
    margin-right: 5px;
}

.woocommerce .product .star-rating:before,
.woocommerce-page .product .star-rating:before,
.woocommerce .product .star-rating span:before,
.woocommerce-page .product .star-rating span:before
{
    color: #ffbe2f;
}

.woocommerce .product .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    text-indent: -9999px;
}

.woocommerce .product .star-rating span:before,
.woocommerce-page .product .star-rating span:before
{
    text-indent: 0;
}

.woocommerce .product .summary .woocommerce-review-link,
.woocommerce-page .product .summary .woocommerce-review-link
{
    margin: 0;
    color: var(--soriva-body-text-color);
    font-size: var(--soriva-body-font-size);
}

.woocommerce .product .summary .woocommerce-review-link:hover,
.woocommerce-page .product .summary .woocommerce-review-link:hover
{
    color: var(--soriva-secondary-color);
}

/* Review Comment */

.woocommerce #reviews #comments ol.commentlist li
{
    margin: 0;
}

.woocommerce #reviews #comments .commentlist li:not(:last-child)
{
    margin: 0 0 20px;
}

.woocommerce #reviews #comments .commentlist li .comment_container {
    border-bottom: 1px solid var(--soriva-border-light-color);
    display: inline-block;
    float: none;
    margin: 0 0 25px;
    padding-left: 80px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}

.woocommerce #reviews #comments .commentlist li .comment_container img.avatar
{
    background: transparent;
    padding: 2px;
    width: 50px;
    height: 50px;
}

.woocommerce #reviews #comments .commentlist li.comment-author-admin .comment_container img.avatar
{
    border: 1px solid var(--soriva-border-light-color);
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: inherit;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text > *:not(:last-child)
{
    margin: 0 0 10px;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text .star-rating {
    float: none;
    display: inline-block;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p
{
    margin: 0;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p.meta
{
    font-size: calc(var(--soriva-body-font-size) - 2px);
    line-height: normal;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p.meta .woocommerce-review__author {
    font-size: calc(var(--soriva-body-font-size) + 2px);
    font-family: var(--soriva-h5-font-family);
    display: inline-block;
    margin: auto;
    font-weight: 700;
    color: var(--soriva-heading-color);
    text-transform: capitalize;
    line-height: 1;
}

.woocommerce #reviews .woocommerce-verification-required {
    display: none;
}

/* Variation Product */

.woocommerce div.product form.cart .variations
{
    position: relative;
    overflow: auto;
    display: inline-flex;
    border-bottom: 1px solid var(--soriva-border-light-color);
    padding: 5px 0 25px 0;
    margin: 0 0 25px 0;
}

.woocommerce div.product form.cart .variations tr:not(:last-child) {
    margin: 0 0 20px;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce div.product form.cart .variations_form > *:not(:last-child)
{
    margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    background: none;
    color: var(--soriva-heading-color);
    padding: 0;
    line-height: normal;
    text-align: left;
    text-transform: none;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    font-size: 0;
}

.woocommerce div.product form.cart .reset_variations:before {
    content: "\f00d";
    font-family: "Font Awesome 6 free";
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    top: 50%;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
}

.woocommerce div.product  .woocommerce-variation.single_variation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-variation.single_variation > *
{
    display: inline-flex;
    width: 100%;
    position: relative;
}

.woocommerce div.product .single_variation_wrap > *:not(:last-child) {
    margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-variation.single_variation > *:not(:first-child) {
    margin: 20px 0 0;
}

.woocommerce div.product .woocommerce-variation.single_variation > *:empty {
    display: none;
}

.woocommerce div.product form.cart .woocommerce-variation-description p
{
    margin: 0;
}

.woocommerce div.product .variations_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce div.product form.cart div.quantity
{
    margin: 0;
}

.woocommerce div.product .quantity .qty,
.woocommerce-cart .quantity .qty {
    text-align: left;
    width: 70px;
    height: 50px;
}

.woocommerce div.product form.cart div.quantity ~ button {
    margin: 0 0 0 10px;
}

.woocommerce div.product form.cart .button.disabled {
    opacity: 0.5;
    background: var(--soriva-primary-color);
    color: var(--soriva-light-color);
}

.pswp__caption__center {
    text-align: center;
}

.woocommerce div.product.product-type-grouped form.cart .group_table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--soriva-border-light-color);
    margin-bottom: 20px;
    padding: 20px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tbody {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr:not(:last-child) {
    margin: 0 0 20px 0;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td {
    width: 100%;
    vertical-align: middle;
    padding: 0;
    line-height: 20px;
    text-align: left;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td a
{
    color: var(--soriva-body-text-color);
}

.woocommerce div.product.product-type-grouped form.cart .group_table td a:hover
{
    color: var(--soriva-primary-color);
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    max-width: 150px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__image {
    max-width: 150px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
    max-width: max-content;
    margin: auto;
}
.woocommerce div.product.product-type-grouped form.cart .group_table td:not(:last-child) {
    padding: 0 15px 0 0;
}

/* Soriva Product Listing */

/* Product Grid View */

.woocommerce .blockUI,
.woocommerce .blockUI.blockOverlay,
.woocommerce .blockUI.blockMsg
{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.woocommerce ul.products[class*=columns-] > li.product
{
    width: 100%;
}

.woocommerce ul.products li.product .fzt-product-thumb {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.woocommerce ul.products li.product .fzt-product-thumb > a,
.woocommerce ul.products li.product .fzt-product-thumb img {
    margin: 0;
}

.woocommerce ul.products li.product .fzt-product-thumb img
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce ul.products li.product:hover .fzt-product-thumb a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.woocommerce ul.products li.product .fzt-product-thumb img:last-of-type {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: var(--transition);
}

.woocommerce ul.products li.product .fzt-product-thumb img:first-child {
    position: relative;
    opacity: 1;
}

.woocommerce ul.products li.product:hover .fzt-product-thumb img:last-of-type {
    opacity: 1;
}

.woocommerce ul.products li.product .fzt-product-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--soriva-teritary-color-rgb), 0.8);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    z-index: 1;
}

.woocommerce ul.products li.product:hover .fzt-product-thumb:before {
    opacity: 1;
}

.woocommerce ul.products li.product .fzt-product-action-items {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transform: translatex(15px);
    transform: translatex(15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid;
    background-color: var(--soriva-teritary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--soriva-primary-color);
    font-size: 0;
    border-color: var(--soriva-primary-color);
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
    margin: 0 0 5px;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] div,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-add-to-wishlist
{
    margin: 0;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a {
    padding: 0;
    font-size: 0;
    background: transparent;
    border: none;
    min-width: auto;
    min-height: auto;
    color: var(--soriva-primary-color);
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a b {
    font-weight: normal;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a i,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a span {
    display: none;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a:before {
    font-family: 'fzt-icon';
    position: relative;
    font-size: calc(var(--soriva-body-font-size) + 2px);
    color: inherit;
    margin: 0;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading:before
{
    opacity: 0.2;
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before {
    content: "\e927";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_variable:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_grouped:before {
    content:"\e901";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_read_more:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_external:before {
    content: "\e92c";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-wishlist-button a:before {
    content: "\e929";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-quick-view-button a:before {
    content: "\e92a";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-compare-button a:before {
    content: "\e903";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.added_to_cart:before {
    content: "\e926";
}
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\e928";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:hover {
    background: var(--soriva-primary-color);
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:hover a {
    color: var(--soriva-teritary-color);
}

.woocommerce ul.products li.product:hover .fzt-product-action-items {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

.woocommerce ul.products li.product .fzt-product-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.woocommerce ul.products li.product .fzt-product-content .star-rating {
    order: -1;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .fzt-product-content .woocommerce-loop-product__title {
    width: 100%;
}

.woocommerce ul.products li.product .fzt-product-content > *:not(:last-child) {
    margin: 0 0 15px;
}

/* Product List View */

.woocommerce.fzt-product-list-item ul.products li.product {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product {
    flex-direction: row-reverse;
}

.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
    flex: 0 0 30rem;
}

.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-content {
    display: inline-flex;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0;
    width: 100%;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content {
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content {
    justify-content: flex-end;
    align-items: flex-end;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
    margin: 0 0 0 30px;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
    margin: 0 30px 0 0;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content .woocommerce-loop-product__title a
{
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Product - Type 2 */

.woocommerce.type-2 ul.products li.product .fzt-product-content {
    background: var(--soriva-light-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.woocommerce.type-2 ul.products li.product .woocommerce-loop-category__title,
.woocommerce.type-2 ul.products li.product .woocommerce-loop-product__title,
.woocommerce.type-2 ul.products li.product h3
{
    font-size: calc(var(--soriva-body-font-size) + 2px);
}

.woocommerce.type-2 ul.products li.product .woocommerce-loop-category__title a,
.woocommerce.type-2 ul.products li.product .woocommerce-loop-product__title a,
.woocommerce.type-2 ul.products li.product h3 a
{
    font-family: var(--soriva-body-font-family);
}

.woocommerce.type-2 ul.products li.product .price
{
    font-size: calc(var(--soriva-body-font-size) + 2px);
    font-family: var(--soriva-h1-font-family);
    letter-spacing: 0.5px;
}

.woocommerce.type-2 ul.products li.product .price del
{
    font-size: calc(var(--soriva-h6-font-size) - 5px);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items {
    flex-direction: row;
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
    margin: 0 10px 0 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] {
    width: auto;
    height: auto;
    border-radius: inherit;
    padding: 12px 20px;
}

.woocommerce.type-2 ul.products li.product.product-type-external .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before
{
    font-size: 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
    font-size: var(--soriva-body-font-size);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] {
    border-color: var(--soriva-primary-color);
    background: var(--soriva-primary-color);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a {
    color: var(--soriva-light-color);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(.fzt-cart-button) {
    opacity: 0;
    visibility: hidden;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-quick-view-button {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-wishlist-button {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(.fzt-cart-button) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover
{
    background-color: var(--soriva-secondary-color);
    border-color: var(--soriva-secondary-color);
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content .fzt-product-action-items {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

/* Product - Type 3 */

.woocommerce.type-3 ul.products li.product {
    display: grid;
    justify-content: inherit;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb
{
    align-self: flex-start;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb,
.woocommerce.type-3 ul.products li.product .fzt-product-content {
    grid-area: 1/1;
    overflow: hidden;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb:before {
    top: auto;
    height: 35%;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(var(--soriva-teritary-color-rgb), 0.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(var(--soriva-teritary-color-rgb), 0.8) 100%);
    opacity: 1;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
    z-index: 1;
    margin: auto;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-2 {
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-3 {
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    transform: translateY(20%);
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-4 {
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    transform: translateY(30%);
    left: 75%;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content {
    align-self: end;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content a {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content > * {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .price {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items {
    flex-direction: row;
    position: relative;
    left: 0;
    right: 0;
    justify-content: flex-start;
    bottom: 0;
    top: auto;
    margin-top: -60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .woocommerce-loop-product__title + .fzt-product-action-items {
    margin-top: -30px;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
    margin: 0 10px 0 0;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] {
    width: auto;
    height: auto;
    border-radius: inherit;
    padding: 12px 20px;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div:not([class*=fzt-cart-button]) {
    display: none;
}

.woocommerce.type-3 ul.products li.product.product-type-external .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before
{
    font-size: 0;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
    font-size: var(--soriva-body-font-size);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] {
    border-color: var(--soriva-primary-color);
    background: var(--soriva-primary-color);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a {
    color: var(--soriva-light-color);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover
{
    background-color: var(--soriva-secondary-color);
    border-color: var(--soriva-secondary-color);
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content > * {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content .price {
    opacity: 0;
    visibility: hidden;
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content .fzt-product-action-items {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-thumb .fzt-product-overlay {
    opacity: 0.75;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.woocommerce.type-3.fzt-products-container.swiper
{
    position: relative;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class*="arrow"] {
    font-size: 0;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 50px;
    margin: 0;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class*="arrow"]:before
{
    color: var(--soriva-light-color);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class*="arrow"] {
    background-color: var(--soriva-primary-color);
    color: var(--soriva-light-color);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class$="arrow-prev"]
{
    margin-left: -40px;
    left: 0;
}
.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class$="arrow-next"]
{
    margin-right: -40px;
    right: 0;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination > a[class*="arrow"]
{
    opacity: 1;
    visibility: visible;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination > a[class$="arrow-prev"]
{
    margin-left: 0;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination > a[class$="arrow-next"]
{
    margin-right: 0;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination > a[class*="arrow"]:hover {
    background: var(--soriva-secondary-color);
    border-color: var(--soriva-secondary-color);
}

/* Product - Type 4 */

.woocommerce.type-4 ul.products li.product .fzt-product-thumb
{
    overflow: hidden;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] {
    width: 100%;
    height: auto;
    border-radius: inherit;
    padding: 12px 20px;
    line-height: normal;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]:not(:last-child) {
    margin: 0 5px 0 0;
}

.woocommerce.type-4 ul.products li.product.product-type-external .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
    font-size: var(--soriva-body-font-size);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a:before
{
    content: none;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a span
{
    display: block;
    line-height: 1;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading b,
.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading b,
.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a.loading span
{
    opacity: 0;
    transform: scale(0);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] {
    border-color: var(--soriva-primary-color);
    background: var(--soriva-primary-color);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
    color: var(--soriva-light-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]:hover
{
    background-color: var(--soriva-secondary-color);
    border-color: var(--soriva-secondary-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-content
{
    align-items: flex-start;
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: 2px solid var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .woocommerce-loop-product__title a
{
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 55px;
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .price
{
    width: 100%;
    justify-content: start;
    margin: 0;
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .fzt-product-action-items {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: auto;
}

.woocommerce.type-4 ul.products li.product:hover .fzt-product-thumb .fzt-product-action-items.bottom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

.woocommerce.type-4 ul.products li.product:hover .fzt-product-content {
    border-color: var(--soriva-primary-color);
}

/* Product - Type-5 ( Widget ) */

.woocommerce.type-5 ul.products li.product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb {
    flex: 0 0 10rem;
    max-width: 10rem;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb .fzt-product-label-items {
    display: none;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content {
    padding: 0;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: calc(100% - 10rem);
}

.woocommerce.type-5 ul.products li.product .fzt-product-content .woocommerce-loop-product__title {
    margin: 0 0 10px;
    font-size: calc(var(--soriva-h6-font-size) - 4px);
}

.woocommerce.type-5 ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
    display: inline-block;
    text-align: inherit;
    max-width: 100%;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content:not(:only-child)
{
    margin: 0;
    padding: 0 0 0 15px;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb:before
{
    content: none;
}

.woocommerce.type-5 ul.products li.product .fzt-product-action-items
{
    display: none;
    visibility: hidden;
}

/* Carousel */

.fzt-carousel-container.swiper,
.fzt-products-container.swiper,
.fzt-product-categories-container.swiper {
    overflow: hidden;
    position: static;
}

.fzt-products-container .swiper-wrapper,
.fzt-product-categories-container .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
}

.fzt-products-container[class*=-initialized] .swiper-wrapper,
.fzt-product-categories-container[class*=-initialized] .swiper-wrapper {
    overflow: visible;
}

.fzt-carousel-pagination {
    position: static;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
}

/* Dots */

.fzt-carousel-pagination .fzt-carousel-bullet-pagination {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
    top: 0 !important;
    margin: 0;
    z-index: 1;
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:last-child {
    margin: 0;
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 10px 0 0;
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent;
    border: none;
    opacity: 1;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:before,
.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    inset: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: var(--soriva-border-dark-color);
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--soriva-primary-color);
    border-left-color: transparent;
    opacity: 0;
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet[class*=-active] {
    border-color: var(--soriva-primary-color);
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet:hover:before,
.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet[class*=-active]:before {
    background: var(--soriva-primary-color);
}

.fzt-carousel-pagination .fzt-carousel-bullet-pagination .swiper-pagination-bullet[class*=-active]:after {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* Arrows */

.fzt-carousel-arrow-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fzt-carousel-arrow-pagination > a[class*="arrow"] {
    font-size: 0;
    height: 50px;
    width: 50px;
    position: relative;
    text-align: center;
    background: transparent;
    color: rgba(var(--soriva-light-color-rgb), 0.2);
    border: 1px solid currentcolor;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-carousel-arrow-pagination > a[class$="arrow-prev"] {
    margin: 0 10px 0 0;
}

.fzt-carousel-arrow-pagination > a[class$="arrow-prev"]
{
    left: 0;
}

.fzt-carousel-arrow-pagination > a[class$="arrow-next"]
{
    right: 0;
}

.fzt-carousel-arrow-pagination > a[class*="arrow"]:before {
    position: absolute;
    font-family: 'fzt-icon';
    font-size: var(--soriva-h6-font-size);
    color: var(--soriva-light-color);
    font-weight: 700;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
            transition: var(--transition);
    z-index: 1;
}

.fzt-carousel-arrow-pagination > a[class$="arrow-prev"]:before {
    content: "\e932";
}

.fzt-carousel-arrow-pagination > a[class$="arrow-next"]:before {
    content: "\e931";
}

.fzt-carousel-arrow-pagination > a[class*="arrow"]:hover {
    background: var(--soriva-primary-color);
}

.fzt-carousel-arrow-pagination > a[class*="arrow"]:hover:before {
    color: var(--soriva-teritary-color);
}

/* Product Category Item- Styles */

/* Type - 1 */

.fzt-product-categories-container.type1 .fzt-product-category-item {
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border: 1px solid var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-image {
    flex: 0 0 5rem;
    max-width: 5rem;
    background: var(--soriva-teritary-color);
    padding: 15px;
    margin: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-image img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content {
    padding: 15px 35px 15px 10px;
    flex: 1;
    max-width: calc(100% - 5rem);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content:only-child {
    padding: 15px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content > *:not(:last-child) {
    margin: 0 0 10px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    font-size: calc(var(--soriva-body-font-size) + 2px);
    line-height: 1.2;
    text-align: inherit;
    width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 a {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    position: relative;
    color: var(--soriva-body-text-color);
    width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items > span {
    font-size: calc(var(--soriva-body-font-size) - 2px);
    display: inline-block;
    position: relative;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--soriva-body-text-color);
    border-bottom: 1px solid rgba(var(--soriva-teritary-color-rgb), 0.8);
    font-size: calc(var(--soriva-body-font-size) - 2px);
    line-height: 1.2;
    position: relative;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:before {
    background-color: currentColor;
    content: "";
    position: absolute;
    height: 1px;
    bottom: -1px;
    width: 0;
    margin: auto;
    left: 0;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:after {
    background-color: currentColor;
    content: "";
    position: absolute;
    height: 1px;
    bottom: -1px;
    width: 0;
    margin: auto;
    right: 0;
    -webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover {
    border-color: var(--soriva-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-image {
    background-color: var(--soriva-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-image img {
    -webkit-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}
.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-content .fzt-product-category-total-items {
    right: 5px;
    top: 5px;
    background-color: var(--soriva-primary-color);
    color: var(--soriva-light-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover {
    color: var(--soriva-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover:before {
    width: 100%;
    -webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover:after {
    background: transparent;
    width: 100%;
}

/* Type - 2 */

.fzt-product-categories-container.type2 .fzt-product-category-item {
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
    align-items: center;
    display: grid;
    justify-content: inherit;
    position: relative;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image,
.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
    grid-area: 1/1;
    overflow: hidden;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
    align-self: end;
    z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: -webkit-linear-gradient(to bottom,transparent, var(--soriva-dark-color) 100%);
    background: linear-gradient(to bottom,transparent, var(--soriva-dark-color) 100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0.6;
    z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
    display: flex;
    align-self: end;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content h3 {
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    margin: 0;
    font-size: var(--soriva-h6-font-size);
    line-height: 1.2;
    text-align: inherit;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content h3 a {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    position: relative;
    color: var(--soriva-light-color);
    width: 100%;
    font-weight: 500;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
    position: relative;
    color: var(--soriva-light-color);
    width: 100%;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
    display: none;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-image:before {
    opacity: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-content h3 {
    line-height: normal;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-content .fzt-product-category-total-items {
    visibility: visible;
    opacity: 0.8;
    line-height: 1.2;
}

/* Type - 3 */

.fzt-product-categories-container.type3 .swiper-wrapper {
    height: 100% !important;
}

.fzt-product-categories-container.type3 .fzt-product-category-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    border: 1px solid var(--soriva-teritary-color);
    padding: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-image
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content
{
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content:not(:first-child)
{
    margin: 20px 0 5px 0;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 {
    grid-column: 1 / span 2;
    border-bottom: 1px solid var(--soriva-teritary-color);
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: var(--soriva-h6-font-size);
    line-height: 1.2;
    text-align: inherit;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 a {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    position: relative;
    color: var(--soriva-heading-color);
    width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: calc(var(--soriva-body-font-size) - 2px);
    line-height: 1.2;
    position: relative;
    width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: calc(var(--soriva-body-font-size) - 2px);
    color: var(--soriva-body-text-color);
    line-height: 1.2;
    position: relative;
    width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item:hover {
    background: rgba(var(--soriva-teritary-color-rgb),0.3);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 a:hover {
    color: var(--soriva-primary-color);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover {
    color: var(--soriva-primary-color);
}

/* Type - 4 */

.fzt-product-categories-container.type4 .fzt-product-category-item {
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-image {
    position: relative;
    flex: 0 0 4rem;
    max-width: 4rem;
    padding: 0;
    margin: 0 20px 0 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content {
    position: relative;
    flex: 1;
    max-width: calc(100% - 4rem);
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content > *:not(:last-child) {
    margin: 0 0 10px;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content h3 {
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    font-size: calc(var(--soriva-body-font-size) + 2px);
    line-height: 1.2;
    text-align: inherit;
    width: 100%;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
    font-size: calc(var(--soriva-body-font-size) - 2px);
    line-height: 1.2;
    position: relative;
    width: 100%;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
    display: none;
}

/* Type - 5 */

.fzt-products-container[class*=-initialized].type5 .swiper-wrapper,
.fzt-product-categories-container[class*=-initialized].type5 .swiper-wrapper {
    padding: 0 0 10px;
}

.fzt-product-categories-container.type5 .fzt-product-category-item {
    margin: 0;
    padding: 0;
    line-height: 1;
    align-items: center;
    display: flex;
    justify-content: inherit;
    position: relative;
    width: 100%;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--soriva-dark-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0.8;
    z-index: 1;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content h3 {
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    margin: 0;
    font-size: var(--soriva-h6-font-size);
    line-height: 1.2;
    text-align: inherit;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content h3 a {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    position: relative;
    color: var(--soriva-light-color);
    width: 100%;
    font-weight: 500;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
    position: absolute;
    color: var(--soriva-light-color);
    top: auto;
    bottom: -10px;
    padding: 8px 20px;
    background: var(--soriva-primary-color);
    line-height: 1;
    font-size: calc(var(--soriva-body-font-size) - 4px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
    display: none;
}

.fzt-product-categories-container.type5 .fzt-product-category-item:hover .fzt-product-category-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fzt-product-categories-container.type5 .fzt-product-category-item:hover .fzt-product-category-image:before {
    opacity: 0.9;
}

/* Wishlist Page - Styles */

.woocommerce .wishlist-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}

.woocommerce .wishlist-title .show-title-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce .wishlist-title:hover a.show-title-form {
    opacity: 1;
    visibility: visible;
}

.woocommerce .wishlist-title.wishlist-title-with-form h2
{
    margin: 0;
    width: 100%;
    padding: 0 0 5px;
    border-bottom: 1px solid transparent;
}

.woocommerce .wishlist-title.wishlist-title-with-form:hover h2 {
    background-color: transparent;
    border-color: var(--soriva-primary-color);
}

.woocommerce .wishlist-title.wishlist-title-with-form h2:hover {
    background-color: transparent;
}

.woocommerce .wishlist-title-container .hidden-title-form
{
    margin: 0 0 30px;
    width: 100%;
}
.woocommerce .wishlist-title-container .hidden-title-form input[type="text"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist > div .feedback {
    display: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woocommerce div.product .compare {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    position: relative;
    font-size: var(--soriva-body-font-size);
    color: var(--soriva-body-text-color);
    line-height: 1;
    background: transparent;
    border: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist span {
    line-height: 1;
    display: inline-flex;
    position: relative;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist > div a {
    line-height: 1;
    display: inline-flex;
    position: relative;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce div.product .compare:hover
{
    color: var(--soriva-primary-color);
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist i {
    display: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce div.product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce div.product .compare:before
{
    font-family: 'fzt-icon';
    font-size: var(--soriva-body-font-size);
    color: inherit;
    margin: 0 10px 0 0;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before
{
    content: "\e929";
}

.woocommerce div.product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .yith-wcwl-wishlistexistsbrowse a:before
{
    content: "\e928";
}

.woocommerce div.product .compare:before
{
    content: "\e903";
}

.woocommerce a.remove
{
    font-size: var(--soriva-h5-font-size);
    font-weight: normal;
    margin: auto;
}

.woocommerce a.remove:hover
{
    background-color: red !important;
    color: #fff !important;
}

.woocommerce table.wishlist_table tbody td.product-name .button
{
    display: none;
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a b
{
    font-weight: normal;
}

.woocommerce p.wishlist-empty,
.woocommerce table.wishlist_table tbody td.wishlist-empty {
    padding: 30px 0;
    margin: 0;
    border: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
}

.woocommerce-cart .quantity .qty
{
    margin: auto;
    display: inline-block;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share
{
    width: 100%;
}

.yith-wcwl-share h4.yith-wcwl-share-title
{
    margin: 0 0 10px;
    font-size: var(--soriva-h6-font-size);
}

.yith-wcwl-share li {
    padding: 0;
}

.yith-wcwl-share li a i:before {
    font-family: "FontAwesome";
    font-weight: 100;
}

.yith-wcwl-share ul li {
    position: relative;
}

.yith-wcwl-share li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--soriva-primary-color);
    font-size: calc(var(--soriva-body-font-size) + 2px);
    background: var(--soriva-teritary-color) !important;
}

.yith-wcwl-share ul {
    margin: 0;
}

.yith-wcwl-share li a:hover {
    background-color: var(--soriva-primary-color) !important;
}

#yith-wcwl-popup-message
{
    background: var(--soriva-secondary-color);
    color: var(--soriva-light-color);
    padding: 15px 40px;
    font-weight: normal;
    -webkit-box-shadow: 0 10px 10px 0 rgba(var(--soriva-dark-color-rgb), 0.2);
    box-shadow: 0 10px 10px 0 rgba(var(--soriva-dark-color-rgb), 0.2);
    line-height: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul:before
{
    content: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li {
    padding-left: 20px !important;
    border-top: 3px solid;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li {
    color: var(--soriva-body-text-color);
    padding: 20px;
    line-height: normal;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li {
    padding-left: 20px !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li:not(:last-child) {
    margin: 0 0 10px;
}

.woocommerce .woocommerce-info > *,
.woocommerce .woocommerce-message > *,
.woocommerce .woocommerce-error > *,
.woocommerce-page .woocommerce-info > *,
.woocommerce-page .woocommerce-message > *,
.woocommerce-page .woocommerce-error > * {
    display: inline-block;
    line-height: 1;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li:before
{
    content: "\e016";
    font-family: WooCommerce;
}

.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul > li:before {
    position: static;
    margin-right: 10px;
    line-height: 1;
    font-size: calc(var(--soriva-body-font-size) - 2px);
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    color: var(--soriva-primary-color);
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-error > li
{
    border-color: #d50000;
    background: #fff7f7;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-error > li:before {
    color: #d50000;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-info > li
{
    border-color: var(--soriva-primary-color);
    background: var(--soriva-teritary-color);
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-info > li:before {
    color: var(--soriva-primary-color);
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-message > li
{
    border-color: #8fae1b;
    background: #f1f9c9;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul.woocommerce-message > li:before {
    color: #8fae1b;
}

.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a {
    padding: 0;
    background: transparent;
    border: none;
    color: var(--soriva-body-text-color);
    float: right;
}

.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-error .button:focus,

.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:focus,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-error a:focus,
.woocommerce-page .woocommerce-info a:focus,
.woocommerce-page .woocommerce-message a:focus,
.woocommerce-page .woocommerce-error a:focus {
    background: transparent;
    border: none;
    color: var(--soriva-primary-color);
}

/* Cart Page - Styles */

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    display: flex;
    align-items: stretch;
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
    width: auto;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    display: inline-flex;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    width: 100%;
    margin: 0 5px 0 0;
}

.woocommerce #review_form #respond .comment-reply-title,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields > h3,
.woocommerce-shipping-fields h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-account .woocommerce-MyAccount-content form h3,
.woocommerce-order-downloads__title,
.woocommerce-checkout .checkout h3#ship-to-different-address {
    display: inline-block;
    margin: 0 0 10px;
    font-size: var(--soriva-h6-font-size);
    line-height: normal;
    font-weight: 700;
    width: 100%;
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}

#add_payment_method .cart-collaterals .cart_totals table:not(:last-child),
.woocommerce-cart .cart-collaterals .cart_totals table:not(:last-child),
.woocommerce-checkout .cart-collaterals .cart_totals table:not(:last-child)
{
    margin: 0 0 15px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout
{
    padding: 0;
    float: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
    display: inline-block;
}

.woocommerce .cart_totals table.shop_table td {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

/* Checkout Page - Styles */

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.woocommerce form.checkout #order_comments {
    height: 220px;
}

.soriva-checkout-coupon-wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.soriva-checkout-coupon-wrapper .woocommerce-form-coupon-toggle {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: auto;
}

.soriva-checkout-coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0;
}

.soriva-checkout-coupon-wrapper form.woocommerce-checkout {
    clear: both;
    display: inline-block;
    width: 100%;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon {
    display: flex;
    width: 100%;
    border: 1px solid var(--soriva-border-light-color);
    margin: 10px 0 0 0;
    padding: 20px;
    border-radius: inherit;
    align-items: stretch;
    flex-wrap: wrap;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon > p:not(.form-row) {
    margin: 0 0 20px;
    width: 100%;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon > p {
    margin: 0;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon > p.form-row-first {
    -webkit-box-flex: 1;
    flex: 1;
    display: inline-flex;
    position: relative;
    margin: 0 5px 0 0;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon > p.form-row-last {
    width: auto;
}

.soriva-checkout-coupon-wrapper form.checkout_coupon > p.form-row-last .button {
    width: 100%;
}

.soriva-checkout-coupon-wrapper form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
}

.soriva-checkout-coupon-wrapper form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row label:not(.checkbox),
.woocommerce-page form .form-row label:not(.checkbox) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 1;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: inherit;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
    margin: 0 0 20px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: normal;
    margin: 0;
}

#add_payment_method #payment ul.payment_methods li:not(:last-child),
.woocommerce-cart #payment ul.payment_methods li:not(:last-child),
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin: 0 0 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: var(--soriva-secondary-color);
    font-size: calc(var(--soriva-body-font-size) - 4px);
    border-radius: inherit;
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before
{
    content: none;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce form .form-row input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 0;
}

.wc_payment_method [type="checkbox"],
.wc_payment_method [type="radio"],
.woocommerce form .form-row input[type="checkbox"] {
    opacity: 0;
}

.wc_payment_method input[type="checkbox"]:checked ~ label:before,
.wc_payment_method input[type="radio"]:checked ~ label:before,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked ~ span:before {
    border-color: var(--soriva-primary-color);
}

.wc_payment_method input[type="checkbox"] ~ label:before,
.wc_payment_method input[type="radio"] ~ label:before,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text:before,
.wc_payment_method input[type="checkbox"] ~ label:after,
.wc_payment_method input[type="radio"] ~ label:after,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.wc_payment_method input[type="checkbox"]~label:before,
.wc_payment_method input[type="radio"]~label:before,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before {
    border: 1px solid var(--soriva-border-light-color);
    height: 14px;
    width: 14px;
    z-index: 0;
}

.wc_payment_method input[type="checkbox"] ~ label:after,
.wc_payment_method input[type="radio"] ~ label:after,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] ~ span:after {
    display: inline-block;
    background: var(--soriva-primary-color);
    width: 14px;
    height: 14px;
    transform: scale(0);
}

.wc_payment_method input[type="checkbox"]:checked ~ label:after,
.wc_payment_method input[type="radio"]:checked ~ label:after,
.woocommerce form .form-row input[type="checkbox"]:checked ~ .woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked ~ span:after {
    transform: scale(0.7);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme:not(.checkbox) {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.wc_payment_method label,
.woocommerce form .form-row input[type="checkbox"] ~ .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 1;
    font-size: var(--soriva-body-font-size);
    font-weight: 400;
    font-family: var(--soriva-body-font-family);
}

.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a {
    font-size: var(--soriva-body-font-size);
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--soriva-body-text-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
}

/* Account Page - Styles */

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li
{
    padding: 0 0 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child
{
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 25px;
    color: var(--soriva-heading-color);
    background: var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font-family: 'Fontawesome';
    margin-right: 15px;
    font-size: calc(var(--soriva-body-font-size) + 2px);
    font-weight: 400;
    font-style: normal;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f1ea";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f041";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2c1";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row > span {
    font-size: calc(var(--soriva-body-font-size) - 3px);
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content fieldset {
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-content legend {
    font-weight: 700;
    padding: 0;
    margin-bottom: 15px;
    color: var(--soriva-heading-color);
    font-size: calc(var(--soriva-body-font-size) + 2px);
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
    background: var(--soriva-primary-color);
    color: var(--soriva-light-color);
    border-color: transparent;
    border-bottom-color: var(--soriva-light-color);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid var(--soriva-border-light-color);
    padding: 20px;
    float: left;
    width: 100%;
    margin: 0;
    border-radius: inherit;
}

.woocommerce-LostPassword.lost_password {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
}

/* Product Gallery */

.woocommerce-product-gallery .flex-viewport {
    display: block;
    max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
    position: relative;
    width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 50px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
    margin: 0 15px 0 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid var(--soriva-border-light-color);
    padding: 2px;
    opacity: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: var(--soriva-primary-color);
}

.woocommerce .product span.onsale,
.woocommerce ul.products li.product span.onsale
{
    background: var(--soriva-primary-color);
    font-weight: 400;
    top: 15px;
    left: 15px;
    right: auto;
    margin: auto;
    padding: 5px 10px;
    line-height: initial;
    min-height: unset;
    min-width: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: calc(var(--soriva-body-font-size) - 3px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: auto;
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: var(--soriva-teritary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before
{
    border: 2px solid var(--soriva-primary-color);
    top: 11px;
    left: 12px;
    width: 16px;
    height: 16px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after
{
    background-color: var(--soriva-primary-color);
    width: 2px;
    height: 8px;
    top: 27px;
    left: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before
{
    border-color: var(--soriva-secondary-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after
{
    background-color: var(--soriva-secondary-color);
}

/* Product Tab */

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    display: inline-block;
    margin: 50px 0 0 0;
    position: relative;
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs
{
    margin: 0 0 50px;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: var(--soriva-border-light-color);
    overflow: visible;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before
{
    content: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
    background: none;
    border-radius: 0;
    border-width: 0;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child)
{
    margin-right: 50px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active
{
    z-index: auto;
}

.woocommerce #content div.product .woocommerce-tabs li:first-child,
.woocommerce div.product .woocommerce-tabs li:first-child,
.woocommerce-page #content div.product .woocommerce-tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs li:first-child
{
    margin-left: 0;
    padding-left: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after
{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    margin: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: var(--soriva-primary-color);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before
{
    left: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    right: 0;
    transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    -moz-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    -webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    width: 100%;
    -moz-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
    -webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
    background: transparent;
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
    font-family: var(--soriva-h2-font-family);
    font-size: calc(var(--soriva-h6-font-size) - 2px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    padding: 25px 0;
    position: relative;
    text-transform: capitalize;
    color: var(--soriva-heading-color);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a
{
    color: var(--soriva-primary-color);
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0 0 50px;
    border-bottom: 1px solid var(--soriva-border-light-color);
    padding: 0 0 50px;
}

.woocommerce #content div.product .woocommerce-tabs .panel > *,
.woocommerce div.product .woocommerce-tabs .panel > *,
.woocommerce-page #content div.product .woocommerce-tabs .panel > *,
.woocommerce-page div.product .woocommerce-tabs .panel > * {
    margin: 0;
}

.woocommerce #content div.product .woocommerce-tabs .panel > *:not(:last-child),
.woocommerce div.product .woocommerce-tabs .panel > *:not(:last-child),
.woocommerce-page #content div.product .woocommerce-tabs .panel > *:not(:last-child),
.woocommerce-page div.product .woocommerce-tabs .panel > *:not(:last-child) {
    margin: 0 0 20px;
}

.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
    font-size: var(--soriva-h6-font-size);
    line-height: normal;
    margin: 0 0 20px;
}

.woocommerce table.shop_attributes th
{
    border: 1px solid var(--soriva-border-light-color);
    padding: 10px 20px;
    width: 20%;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    border: 1px solid var(--soriva-border-light-color);
}

.woocommerce #review_form #respond .comment-form p {
    margin: 0;
}

/* Quick View Popup - Styles */

.woocommerce .yith-wcqv-wrapper .yith-wcqv-head {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.woocommerce .yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close {
    border: none;
    font-size: 0;
    top: 0;
    right: 15px;
    color: var(--soriva-heading-color);
    opacity: 1;
 }

 .woocommerce .yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-size: var(--soriva-h6-font-size);
    font-weight: 700;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce .yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close:hover:before {
    color: var(--soriva-secondary-color);
}

.woocommerce .yith-wcqv-wrapper #yith-quick-view-content > div.product > .type-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    margin: 20px;
}

.woocommerce .yith-wcqv-wrapper #yith-quick-view-content div.images {
    flex: 0 0 30rem;
    max-width: 30rem;
    width: auto;
    margin: 0 15px 0 0;
}

.woocommerce .yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
    flex: 1;
    max-width: calc(100% - 30rem);
    width: auto;
    padding: 0;
    margin: 0 0 0 15px;
}

.woocommerce .yith-wcqv-wrapper #yith-quick-view-content > div.product > .type-product > .onsale,
.woocommerce .yith-wcqv-wrapper #yith-quick-view-content > div.product > .type-product > .out-of-stock {
    margin: 5px;
    top: 25px;
    left: 25px;
}

.woocommerce div.product div.summary .summary-content > *:not(:last-child),
.woocommerce div.product div.summary .summary-content > *:not(:last-child),
.woocommerce-page div.product div.summary .summary-content > *:not(:last-child),
.woocommerce-page div.product div.summary .summary-content > *:not(:last-child)
{
    margin: 0 0 20px;
}

/* Responsive */

/* Laptop, 1281px and up */
@media (min-width: 1281px) and (max-width: 1440px) {

    .woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
        flex: 0 0 20rem;
    }

}

/* Tablets - Landscape, 1025px and up */
@media (min-width: 1025px) and (max-width: 1280px) {

    .fzt-carousel-arrow-pagination {
        top: -65px;
    }

    .fzt-carousel-arrow-pagination > a[class*="arrow"] {
        height: 45px;
        width: 45px;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs
    {
        margin: 0 0 30px;
    }

    .woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
        flex: 0 0 25rem;
    }

    .woocommerce .wishlist-title.wishlist-title-with-form h2
    {
        font-size: calc(var(--soriva-h2-font-size) - 5px);
    }

    .woocommerce .wishlist-title .show-title-form
    {
        width: 25%;
    }

}

/* Tablets - Portrait, 768px and up */
@media (min-width: 768px) and (max-width: 1024px) {

    .fzt-carousel-arrow-pagination {
        top: -60px;
    }
    .fzt-carousel-arrow-pagination > a[class*="arrow"] {
        height: 45px;
        width: 45px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product
    {
        width: 100%;
        margin: 0;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs
    {
        margin: 0 0 30px;
    }

    .woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
        flex: 0 0 25rem;
    }

    .woocommerce .wishlist-title.wishlist-title-with-form h2
    {
        font-size: calc(var(--soriva-h2-font-size) - 5px);
    }

    .woocommerce .wishlist-title .show-title-form
    {
        width: 30%;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin: 30px 0 0;
    }

}

/* Mobile - Landscape, less than 767px */
@media (min-width: 576px) and (max-width: 767px) {

    .fzt-carousel-arrow-pagination {
        top: -85px;
    }
    .fzt-carousel-arrow-pagination > a[class*="arrow"] {
        height: 45px;
        width: 45px;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child)
    {
        margin-right: 30px;
    }

    .woocommerce-tabs .panel h2,
    .woocommerce-page #content div.product .woocommerce-tabs .panel h2,
    .woocommerce-page div.product .woocommerce-tabs .panel h2
    {
        line-height: 1;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs
    {
        margin: 0 0 30px;
    }

    .woocommerce #content div.product .woocommerce-tabs .panel,
    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce-page #content div.product .woocommerce-tabs .panel,
    .woocommerce-page div.product .woocommerce-tabs .panel {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: calc(var(--soriva-h5-font-size) - 4px);
    }

    .woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]
    {
        padding: 15px 20px;
    }

    .fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
        font-size: var(--soriva-body-font-size);
    }

    .woocommerce.fzt-product-list-item ul.products li.product {
        flex-direction: column;
    }

    .woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
        flex: 1;
    }

    .woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child),
    .woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
        margin: 25px 0 0 0;
    }

    .woocommerce .wishlist-title.wishlist-title-with-form h2
    {
        font-size: calc(var(--soriva-h2-font-size) - 10px);
    }

    .woocommerce .wishlist-title .show-title-form
    {
        width: 45%;
    }

    /* Wishlist & Cart Page*/

    .woocommerce table.shop_table th, .woocommerce table.shop_table td {
        border-width: 1px 0 0 0;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td
    {
        background: transparent;
    }

    .woocommerce table.shop_table.responsive.wishlist_table tr td, .woocommerce-page table.shop_table.responsive.wishlist_table tr td
    {
        text-align: center;
    }

    .woocommerce table.shop_table.responsive.wishlist_table tr td:before, .woocommerce-page table.shop_table.responsive.wishlist_table tr td:before
    {
        content: none;
    }

    .woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
        display: block;
    }

    .woocommerce table.shop_table.responsive thead, .woocommerce-page table.shop_table.responsive thead {
        display: none;
    }

    .woocommerce table.shop_table.responsive tr, .woocommerce-page table.shop_table.responsive tr {
        display: block;
    }

    .woocommerce table.shop_table.responsive tr td,.woocommerce-page table.shop_table.responsive tr td {
        display: block;
        text-align: right;
    }

    .woocommerce table.shop_table.responsive tr td.order-actions,.woocommerce-page table.shop_table.responsive tr td.order-actions {
        text-align: left;
    }

    .woocommerce table.shop_table.responsive tr td::before,.woocommerce-page table.shop_table.responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left
    }

    .woocommerce table.shop_table.responsive tr td.actions:before,
    .woocommerce table.shop_table.responsive tr td.product-remove:before,
    .woocommerce-page table.shop_table.responsive tr td.actions:before,
    .woocommerce-page table.shop_table.responsive tr td.product-remove:before {
        display: none
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin: 30px 0 0;
    }
}

/* Mobile - Portrait, less than 575px */
@media (max-width: 575px) {

    .fzt-carousel-arrow-pagination {
        top: -80px;
    }
    .fzt-carousel-arrow-pagination > a[class*="arrow"] {
        height: 45px;
        width: 45px;
    }

    .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0 0 20px;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child)
    {
        margin-right: 20px;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
    {
        font-size: calc(var(--soriva-h6-font-size) - 4px);
    }

    .woocommerce-tabs .panel h2,
    .woocommerce-page #content div.product .woocommerce-tabs .panel h2,
    .woocommerce-page div.product .woocommerce-tabs .panel h2
    {
        line-height: 1;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs
    {
        margin: 0 0 30px;
    }

    .woocommerce #content div.product .woocommerce-tabs .panel,
    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce-page #content div.product .woocommerce-tabs .panel,
    .woocommerce-page div.product .woocommerce-tabs .panel {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: calc(var(--soriva-h5-font-size) - 4px);
    }

    .woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
        font-size: 0;
    }

    .woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper].fzt-quick-view-button a:before {
        content: "\e92a";
    }

    .woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper].fzt-wishlist-button a:before {
        content: "\e929";
    }

    .woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] .yith-wcwl-wishlistexistsbrowse a:before {
        content: "\e928";
    }

    .fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
        font-size: var(--soriva-body-font-size);
    }

    .woocommerce.fzt-product-list-item ul.products li.product,
    .woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product {
        flex-direction: column;
    }

    .woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
        flex: 1;
    }

    .woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child),
    .woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
        margin: 25px 0 0 0;
    }

    .woocommerce .wishlist-title.wishlist-title-with-form h2
    {
        font-size: calc(var(--soriva-h2-font-size) - 10px);
    }

    .woocommerce .wishlist-title .show-title-form
    {
        width: auto;
        font-size: 0;
        padding: 20px;
    }

    .woocommerce .wishlist-title .show-title-form i {
        font-size: 15px;
        margin: 0;
    }

    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-message a,
    .woocommerce .woocommerce-error a,
    .woocommerce-page .woocommerce-info a,
    .woocommerce-page .woocommerce-message a,
    .woocommerce-page .woocommerce-error a {
        float: left;
        margin: 15px 0 0;
        width: 100%;
    }

    .soriva-checkout-coupon-wrapper form.checkout_coupon > p.form-row-first {
        flex: auto;
        margin: 0 0 10px 0;
    }

    .soriva-checkout-coupon-wrapper form.checkout_coupon > p.form-row-last .button {
        font-size: calc(var(--soriva-body-font-size) - 2px);
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin: 30px 0 0;
    }

    /* Wishlist & Cart Page*/

    .woocommerce table.shop_table th, .woocommerce table.shop_table td {
        border-width: 1px 0 0 0;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td
    {
        background: transparent;
    }

    .woocommerce table.shop_table.responsive.wishlist_table tr td, .woocommerce-page table.shop_table.responsive.wishlist_table tr td
    {
        text-align: center;
    }

    .woocommerce table.shop_table.responsive.wishlist_table tr td:before, .woocommerce-page table.shop_table.responsive.wishlist_table tr td:before
    {
        content: none;
    }

    .woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
        display: block;
    }

    .woocommerce table.shop_table.responsive thead, .woocommerce-page table.shop_table.responsive thead {
        display: none;
    }

    .woocommerce table.shop_table.responsive tr, .woocommerce-page table.shop_table.responsive tr {
        display: block;
    }

    .woocommerce table.shop_table.responsive tr td,.woocommerce-page table.shop_table.responsive tr td {
        display: block;
        text-align: right;
    }

    .woocommerce table.shop_table.responsive tr td.order-actions,.woocommerce-page table.shop_table.responsive tr td.order-actions {
        text-align: left;
    }

    .woocommerce table.shop_table.responsive tr td:before,.woocommerce-page table.shop_table.responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .woocommerce table.shop_table.responsive tr td.actions:before,
    .woocommerce table.shop_table.responsive tr td.product-remove:before,
    .woocommerce-page table.shop_table.responsive tr td.actions:before,
    .woocommerce-page table.shop_table.responsive tr td.product-remove:before {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin: 30px 0 0;
    }

}