.elementor-851 .elementor-element.elementor-element-fd6b1d3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-851 .elementor-element.elementor-element-69b6502{--display:flex;}.elementor-851 .elementor-element.elementor-element-41a6389{--display:flex;}.elementor-851 .elementor-element.elementor-element-7c59f53{--display:flex;}.elementor-851 .elementor-element.elementor-element-69ba855{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-41a6389 *//* ========================================
   COMFORTEK FABRIC LIBRARY
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 #ct-fabric-library {
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #4f575b;
}


/* ========================================
   STATUS
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 #ct-fabric-status {
    margin-bottom: 20px;

    color: #777;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* ========================================
   FAMILY CARD
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-family {
    width: 100%;

    margin-bottom: 16px;

    background: #fff;

    border: 1px solid #e8e8e8;
    border-radius: 8px;

    overflow: hidden;

    box-sizing: border-box;
}


/* ========================================
   FAMILY HEADING
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading,
.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading[type="button"] {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 0;

    padding: 17px 28px;

    /*
     * Thin divider between the
     * family information and swatches.
     */
    border: 0 !important;
    border-bottom: 1px solid #eceeef !important;

    border-radius: 0 !important;

    background: transparent !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    box-shadow: none !important;
    transform: none !important;

    cursor: pointer;

    text-align: left;

    font-family:
        "Poppins",
        sans-serif;

    color: #555;
}


/* ========================================
   HEADING LEFT
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading-text {
    display: flex;

    align-items: baseline;

    gap: 8px;
}


/* ========================================
   FAMILY NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-name {
    color: #555;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* ========================================
   COLOR COUNT
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-count {
    color: #999;

    font-size: 11px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: 0;

    text-transform: none;
}


/* ========================================
   ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-arrow {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #777;

    transition:
        transform .25s ease;
}


.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-arrow svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   CLOSED ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-closed
.ct-family-arrow {
    transform: rotate(180deg);
}


/* ========================================
   OPEN PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-panel {
    max-height: 10000px;

    overflow: hidden;

    opacity: 1;

    /*
     * Equal left/right padding
     */
    padding:
        30px 36px 42px;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        padding .30s ease;
}


/* ========================================
   CLOSED PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-closed
.ct-family-panel {
    max-height: 0;

    opacity: 0;

    padding-top: 0;
    padding-bottom: 0;
}


/* ========================================
   SWATCH GRID

   DESKTOP = 6 PER ROW
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-swatches {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    column-gap: 36px;

    row-gap: 42px;

    align-items: start;
}


/* ========================================
   FABRIC BUTTON
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item,
.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item[type="button"],
.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item:hover,
.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item[type="button"]:hover,
.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item:focus {
    width: 100%;

    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0 !important;

    margin: 0 !important;

    border: 0 !important;

    background:
        transparent !important;

    appearance:
        none !important;

    -webkit-appearance:
        none !important;

    box-shadow:
        none !important;

    transform:
        none !important;

    font-family:
        "Poppins",
        sans-serif;

    text-align: center;

    cursor: pointer;
}


/* ========================================
   IMAGE WRAPPER
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-image-wrap {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
}


/* ========================================
   SQUARE FABRIC SWATCH
   160 × 160PX
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-image {
    display: block;

    width: 160px;
    height: 160px;

    min-width: 160px;
    min-height: 160px;

    max-width: 160px;
    max-height: 160px;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    padding: 0;

    margin: 0;

    border:
        1px solid #d8dadd;

    /*
     * Subtle radius keeps it
     * looking like a material sample.
     */
    border-radius: 4px;

    background: #eee;

    box-sizing: border-box;

    box-shadow:
        0 1px 3px
        rgba(0,0,0,.08);

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}


/* ========================================
   SWATCH HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item:hover
.ct-fabric-image {
    transform:
        translateY(-3px);

    border-color:
        #aeb3b6;

    box-shadow:
        0 5px 14px
        rgba(0,0,0,.13);
}


/* ========================================
   COLOR NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-color {
    display: block;

    width: 100%;

    max-width: 160px;

    color: #555;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.4;

    text-align: center;

    overflow-wrap: break-word;
}


/* ========================================
   FAMILY HEADING HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading:hover {
    background:
        #fafafa !important;
}


/* ========================================
   FOCUS
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading:focus-visible {
    outline:
        2px solid #4f7896 !important;

    outline-offset: -4px;
}


.elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-item:focus-visible
.ct-fabric-image {
    outline:
        2px solid #4f7896;

    outline-offset: 4px;
}


/* ========================================
   ERROR
======================================== */

.elementor-851 .elementor-element.elementor-element-41a6389 .ct-error {
    color: #a33;
}


/* ========================================
   SMALL DESKTOP / LAPTOP

   STILL 6 COLUMNS
======================================== */

@media (max-width: 1200px) {

    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-panel {
        padding:
            26px 28px 36px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-swatches {
        grid-template-columns:
            repeat(6, minmax(0, 1fr));

        column-gap: 24px;

        row-gap: 36px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-image {
        width: 135px;
        height: 135px;

        min-width: 135px;
        min-height: 135px;

        max-width: 135px;
        max-height: 135px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-color {
        max-width: 135px;
    }

}


/* ========================================
   TABLET
   4 COLUMNS
======================================== */

@media (max-width: 1024px) {

    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading {
        padding:
            16px 22px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-panel {
        padding:
            24px 24px 30px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-swatches {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        column-gap: 26px;

        row-gap: 34px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-image {
        width: 125px;
        height: 125px;

        min-width: 125px;
        min-height: 125px;

        max-width: 125px;
        max-height: 125px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-color {
        max-width: 125px;

        font-size: 11px;
    }

}


/* ========================================
   MOBILE
   2 COLUMNS
======================================== */

@media (max-width: 767px) {

    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-family {
        margin-bottom: 10px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-heading {
        padding:
            15px 16px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-panel {
        padding:
            20px 16px 26px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-family-swatches {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 20px;

        row-gap: 28px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-image {
        width: 120px;
        height: 120px;

        min-width: 120px;
        min-height: 120px;

        max-width: 120px;
        max-height: 120px;
    }


    .elementor-851 .elementor-element.elementor-element-41a6389 .ct-fabric-color {
        max-width: 120px;

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7c59f53 *//* ========================================
   COMFORTEK FABRIC LIBRARY
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 #ct-fabric-library {
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #4f575b;
}


/* ========================================
   STATUS
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 #ct-fabric-status {
    margin-bottom: 20px;

    color: #777;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* ========================================
   FAMILY CARD
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-family {
    width: 100%;

    margin-bottom: 16px;

    background: #fff;

    border: 1px solid #e8e8e8;
    border-radius: 8px;

    overflow: hidden;

    box-sizing: border-box;
}


/* ========================================
   FAMILY HEADING
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading,
.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading[type="button"] {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 0;

    padding: 17px 28px;

    /*
     * Thin divider between the
     * family information and swatches.
     */
    border: 0 !important;
    border-bottom: 1px solid #eceeef !important;

    border-radius: 0 !important;

    background: transparent !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    box-shadow: none !important;
    transform: none !important;

    cursor: pointer;

    text-align: left;

    font-family:
        "Poppins",
        sans-serif;

    color: #555;
}


/* ========================================
   HEADING LEFT
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading-text {
    display: flex;

    align-items: baseline;

    gap: 8px;
}


/* ========================================
   FAMILY NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-name {
    color: #555;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* ========================================
   COLOR COUNT
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-count {
    color: #999;

    font-size: 11px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: 0;

    text-transform: none;
}


/* ========================================
   ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-arrow {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #777;

    transition:
        transform .25s ease;
}


.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-arrow svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   CLOSED ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-closed
.ct-family-arrow {
    transform: rotate(180deg);
}


/* ========================================
   OPEN PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-panel {
    max-height: 10000px;

    overflow: hidden;

    opacity: 1;

    /*
     * Equal left/right padding
     */
    padding:
        30px 36px 42px;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        padding .30s ease;
}


/* ========================================
   CLOSED PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-closed
.ct-family-panel {
    max-height: 0;

    opacity: 0;

    padding-top: 0;
    padding-bottom: 0;
}


/* ========================================
   SWATCH GRID

   DESKTOP = 6 PER ROW
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-swatches {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    column-gap: 36px;

    row-gap: 42px;

    align-items: start;
}


/* ========================================
   FABRIC BUTTON
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item,
.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item[type="button"],
.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item:hover,
.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item[type="button"]:hover,
.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item:focus {
    width: 100%;

    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0 !important;

    margin: 0 !important;

    border: 0 !important;

    background:
        transparent !important;

    appearance:
        none !important;

    -webkit-appearance:
        none !important;

    box-shadow:
        none !important;

    transform:
        none !important;

    font-family:
        "Poppins",
        sans-serif;

    text-align: center;

    cursor: pointer;
}


/* ========================================
   IMAGE WRAPPER
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-image-wrap {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
}


/* ========================================
   SQUARE FABRIC SWATCH
   160 × 160PX
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-image {
    display: block;

    width: 160px;
    height: 160px;

    min-width: 160px;
    min-height: 160px;

    max-width: 160px;
    max-height: 160px;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    padding: 0;

    margin: 0;

    border:
        1px solid #d8dadd;

    /*
     * Subtle radius keeps it
     * looking like a material sample.
     */
    border-radius: 4px;

    background: #eee;

    box-sizing: border-box;

    box-shadow:
        0 1px 3px
        rgba(0,0,0,.08);

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}


/* ========================================
   SWATCH HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item:hover
.ct-fabric-image {
    transform:
        translateY(-3px);

    border-color:
        #aeb3b6;

    box-shadow:
        0 5px 14px
        rgba(0,0,0,.13);
}


/* ========================================
   COLOR NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-color {
    display: block;

    width: 100%;

    max-width: 160px;

    color: #555;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.4;

    text-align: center;

    overflow-wrap: break-word;
}


/* ========================================
   FAMILY HEADING HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading:hover {
    background:
        #fafafa !important;
}


/* ========================================
   FOCUS
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading:focus-visible {
    outline:
        2px solid #4f7896 !important;

    outline-offset: -4px;
}


.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-item:focus-visible
.ct-fabric-image {
    outline:
        2px solid #4f7896;

    outline-offset: 4px;
}


/* ========================================
   ERROR
======================================== */

.elementor-851 .elementor-element.elementor-element-7c59f53 .ct-error {
    color: #a33;
}


/* ========================================
   SMALL DESKTOP / LAPTOP

   STILL 6 COLUMNS
======================================== */

@media (max-width: 1200px) {

    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-panel {
        padding:
            26px 28px 36px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-swatches {
        grid-template-columns:
            repeat(6, minmax(0, 1fr));

        column-gap: 24px;

        row-gap: 36px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-image {
        width: 135px;
        height: 135px;

        min-width: 135px;
        min-height: 135px;

        max-width: 135px;
        max-height: 135px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-color {
        max-width: 135px;
    }

}


/* ========================================
   TABLET
   4 COLUMNS
======================================== */

@media (max-width: 1024px) {

    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading {
        padding:
            16px 22px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-panel {
        padding:
            24px 24px 30px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-swatches {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        column-gap: 26px;

        row-gap: 34px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-image {
        width: 125px;
        height: 125px;

        min-width: 125px;
        min-height: 125px;

        max-width: 125px;
        max-height: 125px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-color {
        max-width: 125px;

        font-size: 11px;
    }

}


/* ========================================
   MOBILE
   2 COLUMNS
======================================== */

@media (max-width: 767px) {

    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-family {
        margin-bottom: 10px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-heading {
        padding:
            15px 16px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-panel {
        padding:
            20px 16px 26px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-family-swatches {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 20px;

        row-gap: 28px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-image {
        width: 120px;
        height: 120px;

        min-width: 120px;
        min-height: 120px;

        max-width: 120px;
        max-height: 120px;
    }


    .elementor-851 .elementor-element.elementor-element-7c59f53 .ct-fabric-color {
        max-width: 120px;

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-69ba855 *//* ========================================
   COMFORTEK FABRIC LIBRARY
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 #ct-fabric-library {
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #4f575b;
}


/* ========================================
   STATUS
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 #ct-fabric-status {
    margin-bottom: 20px;

    color: #777;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* ========================================
   FAMILY CARD
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-family {
    width: 100%;

    margin-bottom: 16px;

    background: #fff;

    border: 1px solid #e8e8e8;
    border-radius: 8px;

    overflow: hidden;

    box-sizing: border-box;
}


/* ========================================
   FAMILY HEADING
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading,
.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading[type="button"] {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 0;

    padding: 17px 28px;

    /*
     * Thin divider between the
     * family information and swatches.
     */
    border: 0 !important;
    border-bottom: 1px solid #eceeef !important;

    border-radius: 0 !important;

    background: transparent !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    box-shadow: none !important;
    transform: none !important;

    cursor: pointer;

    text-align: left;

    font-family:
        "Poppins",
        sans-serif;

    color: #555;
}


/* ========================================
   HEADING LEFT
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading-text {
    display: flex;

    align-items: baseline;

    gap: 8px;
}


/* ========================================
   FAMILY NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-name {
    color: #555;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* ========================================
   COLOR COUNT
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-count {
    color: #999;

    font-size: 11px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: 0;

    text-transform: none;
}


/* ========================================
   ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-arrow {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #777;

    transition:
        transform .25s ease;
}


.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-arrow svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================
   CLOSED ARROW
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-closed
.ct-family-arrow {
    transform: rotate(180deg);
}


/* ========================================
   OPEN PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-panel {
    max-height: 10000px;

    overflow: hidden;

    opacity: 1;

    /*
     * Equal left/right padding
     */
    padding:
        30px 36px 42px;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        padding .30s ease;
}


/* ========================================
   CLOSED PANEL
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-closed
.ct-family-panel {
    max-height: 0;

    opacity: 0;

    padding-top: 0;
    padding-bottom: 0;
}


/* ========================================
   SWATCH GRID

   DESKTOP = 6 PER ROW
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-swatches {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    column-gap: 36px;

    row-gap: 42px;

    align-items: start;
}


/* ========================================
   FABRIC BUTTON
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item,
.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item[type="button"],
.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item:hover,
.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item[type="button"]:hover,
.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item:focus {
    width: 100%;

    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0 !important;

    margin: 0 !important;

    border: 0 !important;

    background:
        transparent !important;

    appearance:
        none !important;

    -webkit-appearance:
        none !important;

    box-shadow:
        none !important;

    transform:
        none !important;

    font-family:
        "Poppins",
        sans-serif;

    text-align: center;

    cursor: pointer;
}


/* ========================================
   IMAGE WRAPPER
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-image-wrap {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
}


/* ========================================
   SQUARE FABRIC SWATCH
   160 × 160PX
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-image {
    display: block;

    width: 160px;
    height: 160px;

    min-width: 160px;
    min-height: 160px;

    max-width: 160px;
    max-height: 160px;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    padding: 0;

    margin: 0;

    border:
        1px solid #d8dadd;

    /*
     * Subtle radius keeps it
     * looking like a material sample.
     */
    border-radius: 4px;

    background: #eee;

    box-sizing: border-box;

    box-shadow:
        0 1px 3px
        rgba(0,0,0,.08);

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}


/* ========================================
   SWATCH HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item:hover
.ct-fabric-image {
    transform:
        translateY(-3px);

    border-color:
        #aeb3b6;

    box-shadow:
        0 5px 14px
        rgba(0,0,0,.13);
}


/* ========================================
   COLOR NAME
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-color {
    display: block;

    width: 100%;

    max-width: 160px;

    color: #555;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.4;

    text-align: center;

    overflow-wrap: break-word;
}


/* ========================================
   FAMILY HEADING HOVER
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading:hover {
    background:
        #fafafa !important;
}


/* ========================================
   FOCUS
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading:focus-visible {
    outline:
        2px solid #4f7896 !important;

    outline-offset: -4px;
}


.elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-item:focus-visible
.ct-fabric-image {
    outline:
        2px solid #4f7896;

    outline-offset: 4px;
}


/* ========================================
   ERROR
======================================== */

.elementor-851 .elementor-element.elementor-element-69ba855 .ct-error {
    color: #a33;
}


/* ========================================
   SMALL DESKTOP / LAPTOP

   STILL 6 COLUMNS
======================================== */

@media (max-width: 1200px) {

    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-panel {
        padding:
            26px 28px 36px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-swatches {
        grid-template-columns:
            repeat(6, minmax(0, 1fr));

        column-gap: 24px;

        row-gap: 36px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-image {
        width: 135px;
        height: 135px;

        min-width: 135px;
        min-height: 135px;

        max-width: 135px;
        max-height: 135px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-color {
        max-width: 135px;
    }

}


/* ========================================
   TABLET
   4 COLUMNS
======================================== */

@media (max-width: 1024px) {

    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading {
        padding:
            16px 22px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-panel {
        padding:
            24px 24px 30px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-swatches {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        column-gap: 26px;

        row-gap: 34px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-image {
        width: 125px;
        height: 125px;

        min-width: 125px;
        min-height: 125px;

        max-width: 125px;
        max-height: 125px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-color {
        max-width: 125px;

        font-size: 11px;
    }

}


/* ========================================
   MOBILE
   2 COLUMNS
======================================== */

@media (max-width: 767px) {

    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-family {
        margin-bottom: 10px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-heading {
        padding:
            15px 16px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-panel {
        padding:
            20px 16px 26px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-family-swatches {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 20px;

        row-gap: 28px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-image {
        width: 120px;
        height: 120px;

        min-width: 120px;
        min-height: 120px;

        max-width: 120px;
        max-height: 120px;
    }


    .elementor-851 .elementor-element.elementor-element-69ba855 .ct-fabric-color {
        max-width: 120px;

        font-size: 11px;
    }

}/* End custom CSS */