#main {
    max-width: unset !important;
}

#main div.product {
    max-width: var(--container-width);
    margin: 0 auto;
}

.erp-unique-price-box {
    padding: 8px 16px;
    background-color: #F24822;
    border-radius: 8px;
    width: 100%;
    max-height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.woocommerce div.product .product_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #0D2620;
    max-width: 384px;
    margin-bottom: 24px;
}

.woocommerce-product-details__short-description,
.pxl-product-description {
    color: #0D2620;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #B0AFB1;
    padding-top: 24px;
}

.woocommerce-product-details__short-description p,
.pxl-product-description p {
    color: #0D2620;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px !important;
}

.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6,
.pxl-product-description h1,
.pxl-product-description h2,
.pxl-product-description h3,
.pxl-product-description h4,
.pxl-product-description h5,
.pxl-product-description h6 {
    color: #0D2620;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

.woocommerce .information {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 4px;
}

.woocommerce .information p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #0D2620;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FFFFFF;
    color: var(--e-global-color-primary);
    text-align: center;
    border: 0.5px solid #7B797C;
    padding: 10px 16px;
    width: 288px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    margin-left: 0;
    top: 100%;
    left: 100%;
    transform: translate(-59%, 19%);
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    border: 0.5px solid #7B797C;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: inherit;
    top: -5px;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* Description */
.pxl-product-long-description {
    max-width: 592px;
}

.pxl-product-long-description h4 {
    color: #0C3124;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px;
}

.pxl-product-long-description p {
    color: #0C3124;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

/* Image */
.flex-viewport {
    max-height: 360px;
    border-radius: 4px;
}

/*ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {
    float: left;

}
li.flex-nav-next {
    float: right;

}
a.flex-next {
    visibility:hidden;


}
a.flex-prev {
    visibility:hidden;
}
a.flex-next::after {
    content: url(../img/gallery-next-nav.svg);
    visibility: visible;
    width: 40px;
    height: 40px;
    background-color: #F6F5F6;
    border-radius: 8px;
    border: 1px solid #B0AFB1;
    display: flex;
    justify-content: center;
    align-items: center;

}

a.flex-prev::before {
    content: url('../img/gallery-prev-nav.svg');
    visibility: visible;
    width: 40px;
    height: 40px;
    background-color: #F6F5F6;
    border-radius: 8px;
    border: 1px solid #B0AFB1;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul.flex-direction-nav li a {
    color: #F6F5F6;
    border:1px solid #B0AFB1;
    border-radius: 8px;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}*/
.woocommerce ol.flex-control-thumbs {
    margin-top: 8px !important;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

/*
.woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px; 
    overflow: hidden;
    position: relative;
}

.woocommerce-product-gallery__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

#sync1 {
    margin-bottom:8px;
}
#sync1 .owl-stage-outer {
    padding-bottom:0;
}
#sync1 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 560px;
    overflow: hidden;
    position: relative;
    background-color: #d3e2dd;
    border-radius: 4px;
}
#sync1 .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, #BFE4D9 0%, #8BB2A7 100%);
    z-index: 0;
}

#sync1 .item img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    position: relative;
    z-index:2;
}

#sync2 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 80px;
    background-color: #d3e2dd;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    opacity: 0.2;
}

#sync2 .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, #BFE4D9 0%, #8BB2A7 100%);
    z-index: 0;
}

#sync2 .item img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    position:relative;
    z-index:2;
}

#sync2 .synced .item {
    opacity: 1;
}



/* Product data */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce div.product div.summary {
    max-width: 488px;
    float: left;
    margin-left: 37px;
    position: relative;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    /*right: 6.5rem;*/
    top: 10px;
    right: 0;
    z-index: 10;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    width: 48px;
    height: 48px;
    background: #FFF;
    border: 1px solid #B0AFB1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #22453C;
    padding: 12px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i {
    transform: scale(1.1);
}

.yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin: 0;
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon,
.yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
    font-size: initial;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item {
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item > * {
    font-size:16px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item ~ .separator,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item ~ .view-wishlist {
    display: none;
}


.woocommerce div.product form.cart {
    background: var(--e-global-color-primary);
    border-radius: 8px;
    padding: 16px 24px 16px 24px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce div.product form.cart .non-logged-in {
    background-color: #FFF3A8;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--e-global-color-text);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 12px;
    width: 100%;
}

.woocommerce div.product form.cart .non-logged-in svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.woocommerce div.product form.cart .non-logged-in a {
    font-weight: 800;
    color: var(--e-global-color-text);
    text-decoration: underline;
}

.woocommerce div.product form.cart .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:20px;
}

.woocommerce div.product form.cart .flex .b2b-sale .price {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.woocommerce div.product form.cart .flex .b2b-sale .price del {
    grid-area: 1 / 1 / 2 / 4;
}

.woocommerce div.product form.cart .flex .b2b-sale .price ins {
    grid-area: 2 / 1 / 2 / 4;
}

.woocommerce div.product form.cart .flex .b2b-sale .price .vat {
    grid-area: 2 / 3 / 2 / 3;
}

.woocommerce div.product form.cart .vat {
    color: var(--e-global-color-8464bca);
    padding: 0;
    /* font-size: 10px;*/
}

.woocommerce div.product form.cart .flex .price-wrapper {
    flex-grow:1;
}

.woocommerce div.product form.cart .flex .price-wrapper p {
    margin: 0;
}

.woocommerce div.product form.cart .flex .price-wrapper .price bdi {
    white-space: nowrap;
}
.woocommerce div.product form.cart .flex .price-wrapper .price ins {
    color: #FFDD29;
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
}

.woocommerce div.product form.cart .flex .price-wrapper .price del {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: 1;
}

.woocommerce div.product form.cart .unit-price {
    color: #D1D0D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.woocommerce div.product form.cart .added_to_cart,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    background: #FFFFFF;
    height: 40px;
    min-width: 143px;
    border-radius: 4px;
    border: 1px solid #B0AFB1;
    padding: 0;
    margin:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.woocommerce div.product form.cart div.quantity .qty {
    width:28px;
    margin-left:0;
}

.woocommerce div.product form.cart div.quantity .unit-in-quantity {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.woocommerce div.product form.cart div.quantity button {
    background: transparent;
    border: none;
    padding: 0px;
}
.woocommerce div.product form.cart div.quantity button:hover,
.woocommerce div.product form.cart div.quantity button:focus {
    color: inherit;
    border: none;
    outline: none;
}
.woocommerce div.product form.cart div.quantity button.plus,
.woocommerce div.product form.cart div.quantity button.minus {
    background: transparent;
    border: none;
    padding: 0px;
    margin:0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.woocommerce .quantity .qty {
    border: none;
    width: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding-left: 0;
    margin-left: -8px;
}

.woocommerce div.product form.cart .flex .price-wrapper .price {
    color: #F6F5F6;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin: 0;
    display: flex;
   /* flex-direction: row-reverse;*/
    justify-content: start;
    align-items: center;
    gap: 8px;
    flex-wrap:wrap;
}

.woocommerce div.product form.cart .flex .price-wrapper .b2c {
    flex-direction: row-reverse;
}

/*Default woocommerce add to cart buttons*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    width: 160px;
    height: 56px;
    border-radius: 4px;
    background: #EFC003;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #FFF787;
    color: var(--e-global-color-primary);
}

.woocommerce div.product form.cart .button {
    width: 114px;
    height: 40px;
}

.woocommerce div.product form.cart .estimated-weight-info {
    color: #fff;
}

.woocommerce .product-meta-box {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    border-top: 1px solid #B0AFB1;
    margin-bottom: 32px;
}

.woocommerce .product-meta-box .product-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 104px;
}

.woocommerce .product-meta-box .product-meta .name {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--e-global-color-text);
}

.woocommerce .product-meta-box .product-meta .value {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: var(--e-global-color-text);
}

.woocommerce .single-page-product-meta .product-state {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
    margin-top:12px;
}

.woocommerce .single-page-product-meta .product-state span {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #22453C;
}

.woocommerce .product-weight-info-box {
    padding:12px 16px 12px 8px;
    background: #C7E5E9;
    border-radius: 8px;
    width:100%;
    display:flex;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 24px;
}
.woocommerce .product-weight-info-box strong {
    font-weight:900;
}
.woocommerce .product-weight-info-box p:last-child {
    margin-bottom: 0;
}
.woocommerce .product-weight-info-box .product-weight-info-svg svg {
    width: 24px;
    height:24px;
    position: relative;
    top: -2px;
}

.woocommerce span.onsale {
    top: 10px;
    right: -91%;
    left: unset;
    background: #F24822;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    min-width: unset;
    min-height: unset;
}

.woocommerce span.onsale svg path {
    fill: #FFF !important;
}

.related {
    margin-bottom: 160px;
}



.related .pxl-products-loop {
    justify-content: center;
    gap: 40px;
}

.related .pxl-products-loop div.product {
    margin: 0 !important;
}

.related .owl-nav,
.related .owl-dots {
    margin: 24px auto 0 auto;
}

.related .owl-prev {
    position: initial;
    float: left;
    margin-left: 12px;
}

.related .owl-next {
    position: initial;
    float: right;
    margin-right: 12px;
}

.related .owl-carousel .owl-nav button.owl-prev:hover,
.related .owl-carousel .owl-nav button.owl-next:hover,
.related .owl-carousel .owl-nav button.owl-prev:active,
.related .owl-carousel .owl-nav button.owl-next:active {
    color: var(--e-global-color-primary) !important;
}

.related .owl-dots {
    text-align: center;
    position: relative;
    z-index: -1;
    margin: 0;
}

.related .owl-dots button.owl-dot {
    background: #D1D0D1;
}

.related .owl-dots button.owl-dot.active {
    background: #265F50;
}

.pxl-meta-boxes hr {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 1300px) {
    .related .pxl-products-loop {
        gap: 0px;
        justify-content: space-around;
    }
}/*
@media only screen and (max-width: 1199px) {
    .related .owl-carousel .owl-nav.disabled, .related .owl-carousel .owl-dots.disabled{
        display: block !important;
    }
}*/

@media (min-width: 575px) and (max-width: 1200px) {
    #main div.product {
        max-width: var(--container-width-calc);
    }

}

@media only screen and (max-width: 1200px) {
    .woocommerce div.product .product_title {
        max-width: 320px;
    }
}

@media only screen and (max-width: 1090px) {
    .woocommerce div.product div.summary {
        margin-left: 10px;
    }
}

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

    .related h2 {
        margin-left: 24px;
    }

    .related .pxl-products-loop {
        padding-left: 12px;
    }

    /*.related  .owl-carousel .owl-nav.disabled,
    .related  .owl-carousel .owl-dots.disabled{
        display: block !important;
    }*/

    .woocommerce span.onsale {
        right: unset;
        left: 8px;
        top: 8px;
        background: #F24822;
    }

    .yith-wcwl-add-to-wishlist {
        top: -44rem;
        right: unset;
        left: 89vw;
    }

    .woocommerce div.product .product_title {
        max-width: unset;
    }

    .pxl-meta-boxes hr {
      /*  display: block;*/
        width: 99vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        border: 0;
        border-top: 1px solid #B0AFB1;
    }

    #sync1 {
        margin-bottom: 12px;
    }
    #sync1 .item,
    #sync1 .item img {
        border-radius: 0px !important;
    }

    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
    .yith-wcwl-wishlistaddedbrowse,
    .yith-wcwl-wishlistexistsbrowse {
        background: rgba(255, 255, 255, 0.6);
        border: none;
    }
}

@media only screen and (max-width: 924px) {
    .woocommerce div.product .product_title {
        max-width: 250px;
    }

    .related {
        margin-bottom: 64px;
    }

    .yith-wcwl-add-to-wishlist {
        left: 88vw;
    }

    .pxl-meta-boxes hr {
        width: 98vw;
    }
}

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

    .woocommerce-product-gallery .owl-carousel .owl-nav,
    .woocommerce-breadcrumb-container,
    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }

    #sync2 .owl-stage-outer {
        margin-left: 12px;
    }

    .woocommerce div.product .product_title {
        max-width: unset;
    }

    .woocommerce div.product div.images {
        margin-bottom: 19px;
    }

    .woocommerce div.product div.summary {
        margin: 0;
        width: 100%;
        max-width: unset;
    }



    .yith-wcwl-add-to-wishlist {
        z-index: 10;
        top: -43rem;
        left: 86vw;
    }

    /* .product_title, .woocommerce-product-details__short-description, .product-state, .product-meta-box, .information, .pxl-product-long-description{
        margin-left: 12px;
        margin-right: 12px;
    }*/

}
@media (min-width:501px) and (max-width: 767px) {
    .yith-wcwl-add-to-wishlist {
        top: -41.7rem;
    }
}

@media only screen and (max-width: 650px) {
    .yith-wcwl-add-to-wishlist {
        left: 82vw;
    }
}

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

    .related h2 {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .related .owl-prev{
        margin-left: 0px;
    }

    .woocommerce .single-page-product-meta .product-state{
        margin-bottom: 0px;
    }

    .woocommerce div.product form.cart{
        padding: 12px;
    }

    .woocommerce .product-meta-box {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        padding-top: 4px;
        margin-bottom: 0;
    }

    .woocommerce .product-meta-box .product-meta {
        background: #F2F1ED;
        border-radius: 4px;
        padding: 8px;
        flex: 2 0 9rem;
    }

    .woocommerce .product-state {
        background: #F2F1ED;
        border-radius: 4px;
        padding: 8px;
    }

    .woocommerce .product-state-holder .product-state {
        background: none;
        padding: 0;
    }
    .related .pxl-products-loop div.product .product-state-holder{
        margin: 0;
    }

    .woocommerce div.product .product_title {
           margin-bottom: 0px !important;
    }

    .woocommerce-product-details__short-description p,
    .pxl-product-description p {
        padding: 0;
    }

    .woocommerce .product-meta-box,
    .woocommerce-product-details__short-description p,
    .pxl-product-description p {
        border-top: none;
    }

    .woocommerce .product-state {
        margin-bottom: 0;
    }

    .woocommerce div.product form.cart {
        height: auto;
        margin-bottom: 24px;
    }

    .woocommerce div.product form.cart .flex {
        display: flex;
        flex-wrap: wrap;
        gap:16px;
    }

    .woocommerce div.product form.cart .flex .price-wrapper {
        width: auto;
    }

    .woocommerce div.product form.cart .flex .flex-quantity {
        width: auto;
        flex: 1 0 0;
    }

    .woocommerce div.product form.cart div.quantity {
        height: 52px;
    }

    .woocommerce div.product form.cart div.quantity .unit-in-quantity {
        top: 16px;
    }

    .woocommerce div.product form.cart .flex .flex-add-to-cart {
        width: auto;
        flex: 1 0 8rem;
        margin-top: 0;
    }

    .woocommerce div.product form.cart .non-logged-in {
        margin-top: 16px;
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        height: 56px;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 24px;
    }

    .tooltip .tooltiptext {
        width: 200px;
    }

    #sync1 .item {
        height: 420px;
    }

    .yith-wcwl-add-to-wishlist {
        top: -33rem;
        left: 80vw;
    }

    .erp-unique-price-box {
        max-height: 32px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 12px;
        padding: 6px 8px;
    }

    .woocommerce div.product form.cart .flex .b2b-sale .price {
        display: flex !important;
    }

}

@media only screen and (max-width: 480px) {
    #sync1 .item::before {
        width: 280px;
        height: 280px;
    }
}

@media only screen and (max-width: 391px) {
    .woocommerce .product-meta-box .product-meta {
        flex: 2 0 8rem;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
    .woocommerce div.product form.cart .flex .price-wrapper .price {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 0px;
    }

    .yith-wcwl-add-to-wishlist {
        left: 78vw;
    }

    .tooltip .tooltiptext {
        width: 100px;
    }

}