/*
Theme Name: Kitchens4U Theme
Author: Aspire Media Ltd
Description: Kitchens4U Wordpress theme by Aspire Media Ltd
Version: 1.1
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* BASIC CONFIG */

/* Grid */
/* body {
    overflow: hidden;
} */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row .col,
.row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1450px;
    padding-left: 50px;
    padding-right: 50px;
}

.main {
    position: relative;
}

@media (max-width: 992px) {
    .content-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

ul {
    padding-inline-start: 0;
}

.section {
    position: relative;
}

/* Defaults reset */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.icon,
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: 'FontAwesome' !important;
}


/* TYPOGRAPHY */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
input,
li,
label {
    margin-bottom: 0;
    color: var(--k4u-black);
}

* {
    /* outline: red dashed 1px; */
}

a {
    text-decoration: none;
}

a:hover {
    color: unset;
}

p,
span,
a,
button,
input,
li {
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: 'Prata', sans-serif;
}

p,
span,
li {
    color: var(--k4u-black);
    font-size: 20px;
    line-height: 180%;
    font-weight: 400;
}

.text-smaller-par {
    font-size: 20px;
    font-weight: 200;
    line-height: 180%;
    font-family: 'Barlow', sans-serif;
}

.text-medium-par {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    font-family: 'Barlow', sans-serif;
}

.text-larger-par {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
}

.text-1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    font-family: 'Prata', sans-serif;
}

.text-2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Prata', sans-serif;
}

@media (max-width: 640px) {
    .text-2 {
        font-size: 30px;
    }
}

.text-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Prata', sans-serif;
}

.text-4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    font-family: 'Barlow', sans-serif;
}

.text-5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    font-family: 'Prata', sans-serif;
}

@media (max-width: 992px) {}

/* Lists */
/* Square-type list */
/* ul.list-sq li {
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    padding-left: 31px;
}
ul.list-sq li::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border: 2px solid var(--def-black);
    left: 0;
    top: 9px;
}
@media (max-width: 992px) {
    ul.list-sq li {
        margin-bottom: 24px;
        padding-left: 27px;
    }
    ul.list-sq li:last-child {
        margin-bottom: 0;
    }
} */

/* COLOURS */
:root {
    --def-black: #000000;
    --k4u-black: #000000;
    --k4u-white: #ffffff;
    --k4u-light-gray: #F5F5F5;
    --k4u-gray: #E8E8E8;
    --k4u-darker-gray: #737373;
    --k4u-text-on-black: #A0A0A0;
}

.c-def-black {
    color: var(--def-black);
}

.c-k4u-black {
    color: var(--k4u-black);
}

.c-k4u-light-gray {
    color: var(--k4u-light-gray);
}

.c-k4u-gray {
    color: var(--k4u-gray);
}

.c-k4u-darker-gray {
    color: var(--k4u-darker-gray);
}

.c-k4u-text-on-black {
    color: var(--k4u-text-on-black);
}

a {
    color: unset;
}


/* BUTTONS */
.aspire-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 12px 34px 13px 34px;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
}

/* .aspire-btn::after {
    content: '\f061';
    font-weight: 900;
    font: var(--fa-font-solid);
    padding-left: 15px;
    font-size: 18px;
    position: absolute;
    top: 19px;
    transition: transform 0.3s;
} */
.aspire-btn.anim:hover::after {
    transform: translateX(5px);
}

.aspire-btn.dw::after {
    content: '\f019';
}

.aspire-btn.no-icon {
    padding: 17px 55px 20px 55px;
}

.aspire-btn.no-icon::after {
    content: '';
    padding-left: 0;
}

.aspire-underlined-btn {
    font-size: 20px;
    line-height: 180%;
    text-decoration: underline;
    font-weight: 300;
    text-decoration-thickness: 1px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding-right: 90px;
    max-width: 280px;
    color: var(--k4u-black);
    padding-top: 5px;
}

.aspire-underlined-btn:hover {
    color: var(--k4u-black);
}

.aspire-underlined-btn::after {

    content: url('data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M23.5%201%2031%208.5%2023.5%2016M31%208.5H1%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 69px;
    height: 69px;
    background-color: var(--k4u-black);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.btn-1 {
    background-color: white;
    color: var(--k4u-black);
    border: 1px solid var(--k4u-black);
    padding: 12px 59px;
}

.btn-1:hover {
    color: white;
    background-color: var(--k4u-black)
}

.btn-2 {
    background-color: var(--def-black);
    color: white;
    border: 1px solid var(--def-black);
    padding: 18.5px 64px;
}

@media (max-width: 382px) {
    .btn-2 {
        padding: 14px 25px;
    }
}

.btn-2.icn svg {
    margin-left: 10px;
}

.btn-2:hover {
    color: white;
    opacity: 0.8;
}

.btn-3 {
    color: white;
    border: 1px solid white;
}

.btn-3:hover {
    background-color: white;
}

/* Form styling */
.aspire-form .nf-before-form-content {
    display: none;
}

.aspire-form .nf-form-content {
    padding: 0;
    margin: -17px -15px;
}

.aspire-form .nf-row {}

.aspire-form .nf-multi-cell .nf-cell {
    padding: 0 0 0 0;
}

.aspire-form .nf-field {
    padding: 17px 15px;
}

.aspire-form.no-labels .nf-field {
    /* padding: 10px 10px; */
}

.aspire-form .hidden-container .nf-field {
    padding: 0 0 0 0;
}

.aspire-form .nf-field-container {
    margin-bottom: 0;
}

.aspire-form .nf-field-label {
    margin-bottom: 0 !important;
}

.aspire-form .nf-after-field,
.aspire-form .nf-after-form-content {
    /* font-size: 13px; */
    display: none;
}

.aspire-form label,
.aspire-form .nf-field-label label,
.aspire-form label span {
    width: 100%;
    font-size: 13px;
    line-height: 180%;
    font-weight: 300;
    margin-bottom: 0px;
}

.aspire-form input[type="text"],
.aspire-form select,
.aspire-form input[type="email"],
.aspire-form input[type="tel"],
.aspire-form textarea {
    margin-top: 0px !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--k4u-black);
    /* color: white; */
    padding: 11px 0;
    font-size: 16px;
    line-height: 180%;
    font-weight: 300;
    width: 100%;
    position: relative !important;
}

.aspire-form select {
    padding: 15px 0;
}

.aspire-form ::placeholder {
    /* color: white; */
}

.aspire-form.light ::placeholder {
    color: var(--k4u-darker-gray);
}

.aspire-form textarea {
    /* width: 100%; */
}

.aspire-form .submit p {
    /* text-align: end; */
}

@media (max-width: 992px) {}


/* Modal */
.aspire-modal .close {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
}

.aspire-modal .modal-dialog {
    /* max-width: unset;
    width: 700px; */
}

.aspire-modal .modal-content {
    border: none;
    position: relative;
    /* border-radius: 30px;
    padding: 45px 55px; */
}


/* BLOCKS/COMMON ELEMENTS */
/* Snippet: USPs boxes */
.snippet-usps .items-container {
    margin: -15px -15px;
}

.snippet-usps .item-container {
    padding: 15px 15px;
}

.snippet-usps .item {
    background-color: var(--k4u-light-gray);
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 31px 40px;
    height: 100%;
}


/* Snippet: Kitchens grid */
.snippet-kitchen-grid .items-container {
    margin: -15px;
}

.snippet-kitchen-grid .item-container {
    padding: 15px;
}

.snippet-kitchen-grid .item {
    height: 440px;
    display: flex;
    align-items: end;
    padding: 30px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.snippet-kitchen-grid h3 {
    color: white;
}

.snippet-kitchen-grid .item:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.complete-kitchen-flatpack-products .product-price .regular-price {
    font-family: 'Barlow' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    text-align: center !important;
    color: var(--k4u-black) !important;
    /* text-decoration: none !important; */

}

.product-price .crossed {
    text-decoration: line-through;
    color: #888;
    margin-right: 6px;
}
.product-price .discounted-price,
.product-price .sale-price {
    color: #d32f2f;
    font-weight: bold;
}
p.discounted-price {
    color: #d32f2f;
    font-weight: bold !important;
}
.complete-kitchen-flatpack-products .sale-price-true .regular-price {
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: line-through !important;
}

.complete-kitchen-flatpack-products .sale-price.price .price {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: black;
    margin-left: 10px;
}

.pro-grid-complete-flat {
    margin-bottom: 100px;
}

.complete-kitchen-color-options-wrapper.door-color-options-wrapper {
    margin-bottom: 100px;
    display: none;
}


/* replacement door loading animation  */

.loader {
    margin-top: 120px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Style for out-of-stock products */
.out_of_stock {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}

/* Style for the message in the middle */
.out_of_stock:after {
    content: "Out of Stock";
    position: absolute;
    top: 0px;
    left: 150px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

/* for replacement door out of stock badge */
.rep_out_of_stock {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}

.rep_out_of_stock:after {
    content: "Out of Stock";
    position: absolute;
    top: 50%;
    left: 4.4%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;

}

/* flatpack cabinet products out of stock  */

.cabinet_out_of_stock {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}

.cabinet_out_of_stock:after {
    content: "Out of Stock";
    position: absolute;
    top: 0%;
    left: 25%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;

}

/* Snippet: Hero minimal */
.snippet-hero-min {
    margin-bottom: 40px;
    padding-top: 91px;
}

.wc-proceed-to-checkout a {
    background: black !important;
    color: white !important;
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Barlow';
    line-height: 22px !important;
}

/* flat pack styles start here */
.flat-pack-container .section.flatPack.cart-buttons,
.flat-pack-container .section.flatPack.cabinet-unit,
.flat-pack-container .flatPack.snippet.multiProducts.cabinet-products {
    display: none;
}

.flat-pack-container .section.cart-buttons {
    position: relative;

}

.complete-kitchen-cart {
    display: none;
    margin-top: 20px;
}

.flat-pack-container .cabinet-units.col-10 {
    margin-top: 30px;
}

.flat-pack-container .cabinet-units .unit-item {
    width: 23.4% !important;
    background: none;
    padding: 0 !important;
}

.flat-pack-container .cabinet-units .unit-item img {
    width: 100%;
    ;
}

.flat-pack-container .section.cabinet-unit .cabinet-units .unit-itemp {
    background: transparent !important;
    background-color: transparent !important;
}

.flat-pack-container .cate-nav-flat-pack {
    background: #f5f5f5;
    padding: 0;
    row-gap: 10px;
    padding-top: 20px;
    padding-left: 30px;
    margin-bottom: 40px;
    display: none;
}

.cate-nav-flat-pack .unit-type-wrapper {
    display: flex;
    column-gap: 30px;
    justify-content: start;
    /* margin-top: 10px; */
    cursor: pointer;
    flex-wrap: wrap;
    row-gap: 20px;
}

.cate-nav-flat-pack .unit-type-wrapper .unit-type-single {
    font-family: 'Barlow', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--k4u-black);
    width: auto;
    padding-bottom: 20px;
}

.flatpack-products-container .product-price .regular-price {
    font-family: 'Barlow' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    text-align: center !important;
    color: var(--k4u-black) !important;
    text-decoration: none !important;
}

.flatpack-products-container .sale-price-true .regular-price {
    font-weight: 500 !important;
    /* font-size: 15px !important; */
    text-decoration: line-through !important;
}

.active-flatpack-nav {
    border-bottom: 2.5px solid #000;
    font-weight: bold !important;
    width: fit-content;
}

.flatpack-products-container {
    display: none;
}

.flatstep-css .progress-nav li {
    width: 26% !important;
}

.flatstep-css .progress-nav {
    max-width: 700px !important;
    justify-content: end !important;
    padding-right: 50px !important;
}

.flatstep-css .progress-nav li:last-child {
    width: 0% !important;
}

.flat-pack-container .cabinet-units {
    max-width: 1350px;
    width: 100%;
}

.flat-pack-container .unit-item {
    position: relative;
}

.flat-pack-container .unit-item p {
    color: var(--k4u-black);
    background-color: var(--k4u-light-gray);
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    position: absolute;
    transition: 1s;
    font-size: 20px;
    bottom: 0;
    left: 0;
    right: 0;

}

/* .flat-pack-container .unit-item:hover p {
    background: transparent;
    color: #fff !important;
} */

.flat-pack-container .cabinet-units .unit-selected {
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 0 !important;
}

/* spinner on color icon */
.color-circle {
    position: relative;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* complete flatpack styles start here */
.complete-assembled-style-nav {
    padding: 0 !important;
    /* row-gap: 10px; */
    padding-top: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    justify-content: space-between;
    align-items: center;
    transition: all .7s;
    background: var(--k4u-light-gray);
}

.range-colors.style-types {
    padding: 0;
}

.complete-assembled-style-nav .row.inner {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}

.complete-assembled-style-nav .row.outer {
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 55px;
}

.complete-assembled-style-nav .color-item {
    max-width: 160px;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
    width: auto;
}

.complete-assembled-style-nav .color-item .row {
    padding-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}

.complete-assembled-style-nav .color-item .col-6 {
    width: 100%;
}

.complete-flat-color-wrapper {
    display: none;
}

.complete-kitchen-flatpack-products {
    /* padding: 40px 0; */
    margin-bottom: 200px;
    display: none;
}


/* complete kitchen flatpack all subcats nav styling  
*/
.cate-nav-flat-pack {
    background: var(--k4u-light-gray);
    padding: 30px;
    display: none;
}



@media (max-width: 991px) {
    .snippet-hero-min {
        margin-bottom: 30px;
        padding-top: 70px;
    }
}

.snippet-hero-min p {
    margin-top: 20px;
}


/* Snippet: Testimonial styles */
.snippet-testimonials .item {
    background-color: white;
    padding: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .snippet-testimonials .item {
        height: auto;
    }
}

.snippet-testimonials .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.snippet-testimonials .top img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 30px;
    margin-right: 15px;
}

.snippet-testimonials .name {
    font-size: 18px;
    font-weight: 400;
    color: var(--k4u-black);
    margin-bottom: 4px;
    display: block;
}

.snippet-testimonials .rating {
    display: flex;
    gap: 6px;
}

.snippet-testimonials i {
    color: #F3A34A;
    font-size: 12px;
}

.snippet-testimonials .bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.snippet-testimonials .date {
    color: var(--k4u-darker-gray);
    opacity: 0.5;
    font-size: 14px;
    margin-left: 8px;
}


/* Snippet: Blog grid */
.snippet-blog-grid .items-container {
    margin: -20px -14px;
}

.snippet-blog-grid .item-container {
    padding: 20px 14px;
}

.snippet-blog-grid .img {
    height: 221px;
    display: flex;
    align-items: end;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 23px;
}

.snippet-blog-grid .bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

.snippet-blog-grid .bottom h5 {
    padding: 18px 28px;
    color: white;
    font-size: 16px;
    line-height: 150%;
}

.snippet-blog-grid .arrow {
    width: 69px;
    height: 69px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snippet-blog-grid h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 150%;
    min-height: 66px;
}

@media (max-width: 767px) {
    .snippet-blog-grid h3 {
        min-height: initial;
    }
}

.snippet-blog-grid h3.normal {
    min-height: unset;
}

.snippet-blog-grid .item:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.snippet-blog-grid p {
    font-size: 16px;
}


/* Snippet: FAQs accordion */
.snippet-faqs .accordion-item {
    border: none;
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
    background-color: transparent;
    /* border-bottom: 1px solid var(--lat-light); */
}

.snippet-faqs .accordion-item:last-child {
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
    /* border-bottom: none; */
}

.snippet-faqs .accordion-button {
    background-color: white;
    padding: 26px 30px;
    box-shadow: none;
    font-size: 22px;
    color: var(--k4u-black);
    font-family: 'Prata';
    border-radius: 0;
    /* font-weight: 600; */
}

@media (max-width: 991px) {
    .snippet-faqs .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .snippet-faqs .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }
}

.snippet-faqs .accordion-item:first-of-type .accordion-button,
.snippet-faqs .accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}

.snippet-faqs .accordion-button::after {
    transform: rotate(-90deg);
    background-image: url(./img/icons/plus.svg);
}

.snippet-faqs .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(./img/icons/minus.svg);
}

.snippet-faqs .accordion-body {
    padding: 20px 30px;
}

@media (max-width: 640px) {
    .snippet-faqs .accordion-body {
        padding: 15px 20px;
    }
}

.snippet-faqs .accordion-button:not(.collapsed) {
    /* color: unset; */
}

.snippet-faqs .accordion-title {
    font-family: Prata;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    width: 90%;
}

@media (max-width: 640px) {
    .snippet-faqs .accordion-title {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .snippet-faqs .accordion-title {
        font-size: 16px;
    }
}

.snippet-faqs .accordion-inner {
    border-top: 0 none;
}



/* Snippet: Kitchen Colour grid */
.snippet-kitchen-colour-grid .items-container {
    margin: -25px -15px;
}

.snippet-kitchen-colour-grid .item-container {
    padding: 25px 15px;
}

.snippet-kitchen-colour-grid .item {
    text-align: center;
}

.snippet-kitchen-colour-grid .item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.snippet-kitchen-colour-grid h3 {
    font-size: 20px;
    line-height: 140%;
}

.snippet-kitchen-colour-grid .item:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.snippet-kitchen-colour-grid h3 span {
    font-size: 15px;
    margin-left: 10px;
    font-family: 'Prata';
    color: #B0B0B0;
}


/* Snippet: Kitchen Style/Finish grid */
.snippet-kitchen-style-finish-grid .items-container {
    margin: -15px -15px
}

.snippet-kitchen-style-finish-grid .item-container {
    padding: 15px 15px;
}

@media (max-width: 567px) {
    .snippet-kitchen-style-finish-grid .item-container {
        padding: initial;
    }
}

.snippet-kitchen-style-finish-grid .item {
    background-color: var(--k4u-light-gray);
    height: 100%;
}

.snippet-kitchen-style-finish-grid .img-container {
    position: relative;
}

@media (max-width: 567px) {
    .snippet-kitchen-style-finish-grid .img-container {
        height: 300px;
    }
}

.snippet-kitchen-style-finish-grid .img-container::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.snippet-kitchen-style-finish-grid img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snippet-kitchen-style-finish-grid .content {
    padding: 30px 19px 30px 30px;
}

.snippet-kitchen-style-finish-grid h3 {
    margin-bottom: 15px;
}

.snippet-kitchen-style-finish-grid a .item:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}



/* Responsive tabs */
.responsive-tabs .nav-tabs {
    display: none;
}

.responsive-tabs .card-body {
    padding: 0 0 0 0;
}

@media (min-width: 992px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

/* WYSIWYG */
.wysiwyg h2,
.wysiwyg h2 strong {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 150%;
}

.wysiwyg h2:first-child {
    margin-top: 0;
}

.wysiwyg h3,
.wysiwyg h3 strong {
    font-size: 26px;
    margin-bottom: 7px;
}

.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-size: 22px;
    margin-bottom: 4px;
}

.wysiwyg p {
    margin-bottom: 25px;
}

.wysiwyg p:last-child {
    margin-bottom: 0;
}

.wysiwyg.free p {
    font-size: 17px;
}

.wysiwyg p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    /* font-weight: 400; */
    color: var(--k4u-black);
}

.wysiwyg img {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.wysiwyg ul,
.wysiwyg ol {
    margin-top: 21px;
    margin-bottom: 21px;
}

.wysiwyg ul {
    list-style: none;
}

.wysiwyg ul li,
.wysiwyg ol li {
    font-size: 17px;
    position: relative;
    margin-bottom: 9px;
}

.wysiwyg ul li {
    padding-left: 29px;
}

.wysiwyg ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 3px solid var(--k4u-black);
}

.wysiwyg ol li::marker {
    color: var(--k4u-black);
    font-weight: 500;
}

.wysiwyg b,
.wysiwyg strong {
    font-weight: 600;
}

.wysiwyg blockquote {
    /* margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    border-left: 3px solid var(--epn-aqua);
    padding-top: 10px;
    padding-bottom: 10px; */
}

.wysiwyg blockquote p {
    /* margin-bottom: 0; */
    /* font-style: italic; */
}

.category_intro_image {
    width: 100%;
    /* height: 100%; */
    margin: 0px auto;
    margin-bottom: 50px;
    display: none;
}

.category_intro_image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* loading animation for colors */
.complete-kitchen-color-options-wrapper {
    position: relative;
}

.complete-kitchens.colors_loading{
    bottom: -26px;
}

.complete-kitchens {
    position: absolute;
    /* top: 5px; */
    color: #000 !important;
    bottom: -10px;
    left: 50%;
    margin-bottom: 10px;
}

.complete-kitchen-flatpack-products .complete-kitchens {
    bottom: -25px !important;
}

div#no-colors-message p {
    padding-left: 30px;
}


/* cart page quantity increase / decrease  */


.quantity-wrapper {
    display: flex;
    align-items: center;
}

.quantity-decrease,
.quantity-increase {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity input[type="number"] {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity::after,
.quantity::before {
    display: none;
}

button[type="submit"].button[name="update_cart"] {
    color: white !important;
    background: black !important;
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Barlow';
    line-height: 22px !important;
}

button[type="submit"].button[name="calc_shipping"] {
    color: white !important;
    background: black !important;
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Barlow';
    line-height: 22px !important;
}


td.product-name a {
    font-size: 18px !important;
    font-weight: bold !important;
}

.shipping-calculator-button {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000 !important;
}

@media(max-width: 768px) {
    .quantity-wrapper {
        justify-content: end;
    }
}



/* checkout  */
.woocommerce-info::before {
    color: #000 !important;
}

.woocommerce-info {
    border-top-color: #000 !important;
}

#place_order[name="woocommerce_checkout_place_order"] {
    color: white !important;
    background: black !important;
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Barlow';
    line-height: 22px !important;

}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f6f5f8 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #E8E8E8 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box .woocommerce a.remove {
    color: black !important;
}

.woocommerce a.remove {
    color: black !important;
}

.woocommerce a.remove:hover {
    background: black !important;
    color: white !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f6f5f8 !important;
}