.product-image {
    flex: 0 0 540px;
    width: 540px;
    display: flex;
    align-items: flex-start;
}

.product-image > div {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background: #e3e3e3;
    position: sticky;
    top: 50px;
    left: 0px;
}

.product-cart p a:not(.readmore) {
    display: flex;
    gap: 10px;
    align-items: center;
}

table.variations tr {
    height: 80px;
}
.woocommerce-product-gallery {
    display: flex;
}

.woocommerce-product-gallery__wrapper > div {
    /* flex: 1; */
    /* height: 100%; */
}

.woocommerce-product-gallery__wrapper > div > a {
    display: flex;
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery__wrapper img {
	max-height: 540px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.product-content .quantity::before {
    content: 'Quantity';
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 1px;
}

.product-inner {
    display: flex;
    gap: 60px;
    position: relative;
    padding: 100px 0px;
}

.product-content {
    flex: 1 0;
    position: relative;
    z-index: 10;
}

.product-price p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: var(--blue);
}

.product-content .cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

table.variations tr {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0px;
    justify-content: center;
}

table.variations tr {
}

table.variations th.label {
    font-weight: 500;
    display:block;
}

.product-cart select {
    padding: 10px;
    width: 200px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 0px;
    background: #e3e3e3;
    border: solid 1px #f6f6f6;
}

a.reset_variations {
    display: none !important;
}

.single_variation_wrap {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-cart p a {
    display: block;
    position: relative;
    color: var(--mint);
    font-weight: 600;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
}

.quantity input {
    padding: 10px 20px;
    width: 200px;
    text-transform: uppercase;
    height: 44px;
    box-sizing: border-box;
    text-align: left;
    background: #e3e3e3;
    border: none;
}

.added_to_cart {
    background: var(--blue) !important;
}

.added_to_cart:hover {
    opacity: 0.6;
}

.single_add_to_cart_button, .added_to_cart {
    display: block;
    width: 200px;
    padding: 10px 10px;
    background: var(--mint);
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
    border: 0px;
    margin-top: 0px;
    transition: all 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
}

:is(.single_add_to_cart_button, .added_to_cart):hover {
    background: var(--darkmint);
}

.woocommerce-product-gallery__wrapper {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.product-content .subtitle {
    position: relative;
    color: var(--blue);
}

.product-content .subtitle::before {
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--primary-color1);
}

.product-content-header {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.product-content-header-img img {
    width: 100px;
}

.product-content-header-img {
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
}

.product-content-header-title .subtext {
    margin: 0px;
    color: var(--primary-color1);
    font-weight: 600;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: 100%;
    height: 80px;
}

.product-image > div:has(ol.flex-control-nav) {
    flex-direction: column;
    overflow: hidden;
}

ol.flex-control-nav.flex-control-thumbs > li {
    border: solid 1px #8080803d;
    cursor: pointer;
    background: white;
    flex: 1;
}

ol.flex-control-nav.flex-control-thumbs > li > img {
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    object-fit: cover;
}

ol.flex-control-nav.flex-control-thumbs > li > img:hover {
    opacity: .6;
}

.product-benefits-inner-content ul {
    list-style: none;
}

.product-benefits-inner-content ul > li {
    position: relative;
}

.product-benefits-inner-content ul > li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Sharp';
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-color1);
}

.product-benefits-inner-header > .subtext {
    color: var(--primary-color1);
}
.cart-delivery-info-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled #subtot {
    position: absolute;
    bottom: -50px;
}


div#subtot > p {
    margin: 0px;
}

.product-add-to-cart {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

div#subtot {
    flex: 1 0 100%;
}

.delivery-info-box-wrapper {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.delivery-info-box-wrapper p {
    margin: 0px;
    font-size: 18px;
    line-height: 1.4;
    text-transform: unset;
}

.delivery-info-box {
    max-width: 100%;
    background: #e3e3e3;
    width: 100%;
    align-self: flex-start;
}

.delivery-info-box-icon i {
    font-size: 28px;
    color: var(--blue);
}

/*== == PRODUCT SLIDER == ==*/

.module-fold-n-header {
    justify-content: center;
}

.module-fold-n-header-title :is(.subtext, .title) {
    color: var(--primary-color1);
}

.module-fold-n {
    background: #fafafa;
    padding-bottom: 75px;
}

.accordion-content ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accordion-content ul > li {
    flex: 1 0 calc(100% / 1 - 0px);
}

.accordion-content ul > li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary-color1);
    display: inline-block;
    margin-right: 10px;
}

.accordion-content table :is(th, td) {
    font-size: 13px;
}

.accordion-content table :is(th, td) {
    padding: 3px;
    text-align: center;
    border: none;
}

.accordion-content table tr:nth-of-type(n) {
    background: #ededed;
}

.accordion-content table tr:nth-of-type(2n) {
    background: #dedede;
}

.accordion-content table {
    border-spacing: 1px;
    border-color: #878787;
    border-width: 1px;
    width: 100%;
    border-collapse: collapse;
    border: none;
}

ul.splide__pagination {
    padding-bottom: 50px;
}

.fold3 {
    background-image: url('/wp-content/uploads/2024/08/pattern-background-1.jpg');
    position: relative;
}

.fold3::before {
    content: '';
    background: var(--darkblue);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    pointer-events: none;
}

.fold3-top p {
    color: white;
}

.fold3-top {
    position: relative;
}

.spacer {
    background: white;
}

    /*== == PRODUCT SLIDER END == ==*/

    .product-image > div > div {
        width: 100%;
    }

    .woocommerce-product-gallery__wrapper > div > a > picture {
        width: 100%;
        height: 100%;
    }

    .product-content p.price {
        position: relative;
    }
    
    .product-content p.price::after {
        content: ' +VAT';
        font-size: 16px;
        opacity: 0.8;
		display: none;
    }