﻿@font-face {
    font-family: 'curtains-icon';
    src: url('/fonts/curtains-icon/fonts/curtains-icon.eot?f9iy35');
    src: url('/fonts/curtains-icon/fonts/curtains-icon.eot?f9iy35#iefix') format('embedded-opentype'), url('/fonts/curtains-icon/fonts/curtains-icon.ttf?f9iy35') format('truetype'), url('/fonts/curtains-icon/fonts/curtains-icon.woff?f9iy35') format('woff'), url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/curtains-icon.svg?f9iy35#curtains-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Arimo';
    src: url('/fonts/arimo/Arimo-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: '"DM Serif Display"';
    src: url('/fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Lyon Display';
    src: url('/fonts/lyondisplaylightfont/LyonDisplay-Light-Web.woff2') format('woff2'),
         url('/fonts/lyondisplaylightfont/LyonDisplay-Light-Web.woff') format('woff'),
         url('/fonts/lyondisplaylightfont/LyonDisplay-Light-Web.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* variables */
:root {
    /* colors */
    --total-black: #000000;
    --total-black-op55: rgba(0, 0, 0, 0.55);
    --total-black-op80: rgba(0, 0, 0, 0.8);
    --white-transparent: rgba(255, 255, 255, 0.70);
    --black: #1C1C1D;
    --gray-text: #8D8D8D;
    --gray-text2: #828692;
    --gray-text3: #7D828E;
    --light-text: #D5DCDC;
    --light-text2: #c7cace;
    --middle-text: #383E3F;
    --middle-text2: #3E3C31;
    --dark-text: #3F4143;
    --darker-text: #030303;
    --light-gray: #BCBFC6;
    --middle-gray: #A2A2A2;
    --gray: #929292;
    --dark-gray: #494646;
    --darker-gray: #5D5D5D;
    --darker-gray2: #383838;
    --white: #FFFFFF;
    --dark-main: #4C585B;
    --dark: #5F717540;
    --main: #5A696D;
    --gray-border: #C4CACE;
    --bg1: #A4A9AD;
    --bg2: #5A696D;
    --bg3: #F6F6F6;
    --bg4: #F9FAFA;
    --bg5: #EBEEEE;
    --bg6: #FCFCFC;
    --bg7: #FCFCFC54;
    --bg8: #878f91;
    --error: #EE5D5D;
    --red: #EF5D77;
    /* gradients */
    --transparent-gradient: linear-gradient(270deg, rgba(0, 0, 0, 0) 41.7%, rgba(0, 0, 0, 0.3) 72.53%), linear-gradient(109.28deg, rgba(0, 0, 0, 0) 61.32%, rgba(0, 0, 0, 0.2) 88.11%);
    /* layout */
    --base-container-width: 1296px;
    --base-container-min-margin: 24px;
}

/* base styles */
html{
    overflow-x: hidden;
}

body {
    font-family: Arimo;
    color: var(--black);
    box-sizing: border-box;
    overflow-x: hidden;
}

body.no-scroll{
    max-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

.row, .col, .col-auto {
    margin: 0;
    padding: 0;
}

/* text styles */
h1 {
    font-family: "Lyon Display";
    font-size: 72px;
    font-weight: 300;
    line-height: 74.88px;
    letter-spacing: -0.01em;
}

h2 {
    font-family: "Lyon Display";
    font-size: 54px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

h3 {
    font-family: "Lyon Display";
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

h4 {
    font-family: "Lyon Display";
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.title-1{
    font-family: "Lyon Display";
    font-size: 64px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.subtitle1 {
    font-family: "Lyon Display";
    font-size: 24px;
    font-weight: 300;
    line-height: 33.6px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.subtitle2 {
    font-family: "Lyon Display";
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.01em;
}

.subtitle3 {
    font-family: "Lyon Display";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
}

.subtitle4 {
    font-family: "Lyon Display";
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.body-text1 {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.body-text2 {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.01em;
}

.body-text3 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.01em;
}

.body-text4 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.01em;
}

.body-text5 {
    font-family: Arimo;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.body-text6 {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.body-text7 {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.01em;
}

.body-text8 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-transform: capitalize;
}

.text-20 {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.01em;
}

.caption1 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
}

.caption2 {
    font-family: Arimo;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.caption3 {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.caption4 {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.caption5 {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.link1 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
}

.link2 {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.01em;
}

.link3 {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    text-decoration: underline;
}

.raw-content h4 {
    margin-top: 16px;
    margin-bottom: 32px;
}

.raw-content h1, .raw-content h2, .raw-content h3, .raw-content h4, .raw-content h5 {
    text-transform: none !important;
}

/*  */

.small-margins p, .small-margins ul, .small-margins ol {
    margin-top: 0;
    margin-bottom: 8px;
}

/*  */

.details-table a {
    text-decoration: underline;
}

/* layout styles */
.base-container {
    width: min(var(--base-container-width), calc(100% - var(--base-container-min-margin)));
    margin: 0 auto;
}

.base-container-inner-width-100 {
    width: 100vw;
    margin-left: min(calc(-1 * (100vw - var(--base-container-width)) / 2), -1 * var(--base-container-min-margin) / 2);
}

.container-860 {
    width: min(860px, calc(100% - var(--base-container-min-margin)));
    margin: 0 auto;
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.raw-content iframe {
    width: 100%;
}

.raw-content-scrollable{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 220px);
    padding-right: 8px;
    scrollbar-width: thin;
}

    .raw-content-scrollable::-webkit-scrollbar {
        width: 6px;
    }

    .raw-content-scrollable::-webkit-scrollbar-thumb {
        background-color: var(--bg5);
        border-radius: 3px;
    }

.overlay {
    position: fixed;
    top: 130px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--total-black-op55);
    z-index: 90;
}

.slider-overlay{
    top: 0;
    background: var(--total-black-op80);
}

.overlay-with-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--total-black-op55);
    z-index: 90;
    display: flex;
    justify-content: end;
    max-width: 100vw;
}

.overlay-box {
    width: min(calc(100vw - var(--base-container-min-margin)), 685px);
    background-color: var(--white);
    padding: 56px 72px 55px 63px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: var(--bg1) var(--bg5); /* Firefox */
}

    /* Webkit-based browsers (Chrome, Safari) */
    .overlay-box::-webkit-scrollbar {
        width: 2px;
        transform: translateX(-32px);
    }

    .overlay-box::-webkit-scrollbar-track {
        background: var(--bg5);
    }

    .overlay-box::-webkit-scrollbar-thumb {
        background: var(--bg1);
        border-radius: 4px;
    }

.notification {
    background-color: var(--bg5);
    padding: 24px;
    position: absolute;
    top: -59px;
    right: 0;
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--bg2);
    min-width: 290px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 99;
}

.mobile-notification-container{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    z-index: 99;
    pointer-events: none;
}

    .mobile-notification-container .notification{
        top: 0;
        width: 100%;
        height: 44px;
        padding: 12px;
    }

.account-menu {
    width: 265px;
    background-color: var(--bg4);
    padding: 27px;
    padding-bottom: 50px;
    position: relative;
}

    .account-menu .item-link {
        font-family: "Arimo";
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid var(--bg5);
        padding: 12px 0;
    }

        .account-menu .item-link.active {
            font-weight: 600;
            border-bottom: 1px solid var(--dark-text);
        }

    .account-menu .curtains-icon {
        font-size: 24px;
    }

    .account-menu .item-link button {
        background-color: transparent;
        border: none;
        font-family: "Arimo";
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }

/*  */

.desktop-sticky-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 90;
    width: 264px;
}

.desktop-sticky-placeholder {
    width: 264px;
}

/*  */

.side-navigation {
    width: 264px;
    background-color: var(--bg4);
    padding: 40px 36px;
    padding-bottom: 50px;
    position: relative;
    scrollbar-width: thin; 
}

    .side-navigation .item-link {
        font-family: Arimo;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: -0.01em;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid var(--bg5);
        padding: 24px 0 12px 0;
        display: block;
    }

        .side-navigation .item-link.active {
            font-weight: 600;
            border-bottom: 1px solid var(--dark-text);
        }

    .side-navigation::-webkit-scrollbar {
        width: 6px;
    }

.mobile-menu.mobile-overlay .side-navigation{
    width: 100%;
    padding: 40px 30px;
}

.content-page-overlay-layout {
    align-items: flex-start;
}

.content-page-overlay-nav-col {
    align-self: flex-start;
}

.content-page-overlay-nav-sticky {
    position: static;
}

.content-page-overlay-nav-sticky.content-page-overlay-nav-fixed {
    position: fixed;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .content-page-overlay-nav-sticky,
    .content-page-overlay-nav-sticky.content-page-overlay-nav-fixed {
        position: static;
    }
}

/*  */

.raw-content-container {
    width: min(640px, calc(100vw - var(--base-container-min-margin) - 264px - 60px));
}



@media screen and (max-width: 767px) {
    .raw-content-container {
        width: min(640px, calc(100vw - var(--base-container-min-margin)));
    }
}

/*  */

nav {
    padding-top: 20px;
    padding-bottom: 4px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.to-bottom, .mt-auto {
    margin-top: auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*  */

.faq-box{
    color: var(--dark-text);
}

.faq-box .faq-question{
    padding: 18.5px 30px 18.5px 0;
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.faq-box .faq-question::after{
    content: '';
    background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Plus.webp');
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 0;
}

.faq-box.active .faq-question::after {
    background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Minus.webp');
    top: 6px;
}

.faq-box .faq-answer{
    padding-bottom: 32px;
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    padding-right: 60px;
    display: none;
}

        .faq-box .faq-answer  p:last-child{
            margin-bottom: 0;
        }

    .faq-box.active .faq-answer{
        display: block;
    }

.light-accent-box {
    padding: 8px 24px;
    background-color: var(--white);
    border: 0.80px solid var(--bg5);
    color: #4C585B;
    font-size: 14px;
    font-family: Arimo;
    font-weight: 400;
    line-height: 19.60px;
    text-align: center;
    min-width: 84px;
    position: relative;
}

    .light-accent-box.active {
        border: 1px solid var(--bg2);
    }

    .light-accent-box .curtains-icon {
        display: none;
    }

    .light-accent-box.active .curtains-icon {
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 8px;
        font-size: 24px;
        color: var(--black);
    }

.upload-img-box {
    width: 100%;
    height: 522px;
    background-color: var(--bg4);
    border: 1px dashed var(--gray-border);
    color: var(--gray-text2);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .upload-img-box.dragover {
        background-color: var(--bg5);
    }

    .upload-img-box .preview-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .upload-img-box.dragover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bg5);
        opacity: 0;
        z-index: 5;
        transition: .2s ease;
    }

    .upload-img-box.dragover::after {
        opacity: .75;
    }

.details-row {
    grid-column: 1 / -1;
    border-style: solid;
    border-width: 1px 0;
    border-image-source: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Line.webp');
    border-image-slice: 30 30 fill;
    border-image-width: 1px;
    border-image-outset: 0;
    border-image-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.columns {
    columns: 5;
}

    .columns > * {
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }

    .columns > div {
        padding-bottom: 20px;
    }


.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.four-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.five-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.auto-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 8px;
    min-width: 540px;
}

@media (max-width: 1279px) {
    .auto-columns {
        min-width: 500px;
    }
}

@media (max-width: 767px) {
    .auto-columns {
        min-width: unset;
    }
}

/*  */
.two-column-row {
    display: flex; 
}

    .two-column-row .content-col {
        flex: 1 0 50%;
        width: auto;
        background-color: var(--bg5);
        min-height: 763px;
    }

        .two-column-row .content-col > div {
            padding: 90px;
            padding-bottom: 43px;
        }

    .two-column-row .image-col {
        flex: 1 0 50%;
        position: relative;
        height: auto; 
        overflow: hidden;
    }

    .two-column-row .image-col img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.two-column-row .image-col .rel-container,
.two-column-row .image-col .splide,
.two-column-row .image-col .splide__track,
.two-column-row .image-col .splide__list,
.two-column-row .image-col .splide__slide {
    height: 100% !important;
}

@media (max-width: 1279px) {
    .two-column-row .content-col > div {
        padding: 90px 54px 43px 48px;
    }
}

@media (max-width: 767px) {
    .two-column-row {
        min-height: auto;
    }

    .two-column-row .image-col img {
        position: relative;
        height: 375px;
    }
}

/*  */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: Arimo;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--bg1);
}

    .pagination .active {
        color: var(--dark-text);
    }

    .pagination .next, .pagination .prev {
        content: '';
        width: 42px;
        height: 42px;
        border: 1px solid var(--bg5);
        background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron.webp');
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
    }

    .pagination .prev {
        transform: scaleX(-1);
    }

/*  */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .breadcrumb a {
        font-family: Arimo;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        letter-spacing: -0.01em;
        color: var(--white);
        text-decoration: underline;
    }

        .breadcrumb a.active {
            text-decoration: none;
            color: var(--bg1);
        }

    .breadcrumb.dark-main a:not(.active) {
        color: var(--dark-main);
    }

    .breadcrumb.dark-main .curtains-icon {
        margin-left: -6px;
        color: var(--dark-main);
    }

/*  */
.super-tag {
    position: absolute;
    top: 19px;
    left: 19px;
    background-color: var(--white);
    padding: 6px 22px;
    border-radius: 27px;
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
}

/*  */
.review {
    display: flex;
    flex-direction: column;
    background-color: var(--bg5);
    padding: 32px;
    height: 100%;
}

.rating {
    display: flex;
    gap: 4px;
}

    .rating img {
        width: 16px;
    }

/*  */
.main-big-logo {
    position: relative;
}

    .main-big-logo .logo-img {
        width: 100%;
    }

    .main-big-logo .star {
        width: 30px;
        position: absolute;
        top: 0;
        transition: .5s ease;
    }

    .main-big-logo .first-star {
        left: 24.5%;
    }

    .main-big-logo .second-star {
        left: 75.2%;
    }

    .main-big-logo:hover .star {
        transform: rotate(-180deg);
    }

/*  */
.under-links-box {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    padding-top: 32px;
    padding-bottom: 50px;
    background-color: var(--white);
    z-index: 91;
}

    .under-links-box .base-container{
        border-top: 1px solid var(--gray);
        padding-top: 32px;
    }

    .under-links-box li a, .under-links-box li span {
        display: inline-block;
    }

    .under-links-box li, .filter-options-container li, .li-container li {
        font-family: Arimo;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        letter-spacing: -0.01em;
        color: var(--darker-gray);
        margin-bottom: 12px;
        padding-right: 36px;
    }

        .under-links-box li a {
            color: var(--darker-gray);
        }

            .under-links-box li a:hover {
                text-decoration: underline;
            }

    .under-links-box li{
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    .under-links-box li.splide__slide{
        margin-bottom: 0;
    }

    .under-links-box .caps-link, .caps-link {
        font-family: Arimo;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        color: var(--dark-text);
        text-transform: uppercase;
        margin-bottom: 32px;
    }

    .under-links-box .caps-link {
        font-size: 18px;
        font-weight: 500;
    }

    .parent-heading-ul .caps-link:last-child {
        margin-bottom: 0;
    }

    .parent-heading-ul .caps-link:last-child {
        margin-bottom: 0;
    }

    .under-links-box .parent-heading, .li-container .parent-heading, .parent-heading {
        font-family: Arimo;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: -0.01em;
        color: var(--dark-text);
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }

        .parent-heading ul.parent-heading-ul{
            padding: 12px 0 32px 0;
            list-style: none;
        }

            .parent-heading ul.parent-heading-ul li::marker {
                display: none;
            }

    .under-links-box .empty {
        height: 30px;
        width: 100%;
    }

    .under-links-box .subheading {
        font-family: Arimo;
        font-size: 18px;
        font-weight: 500;
        line-height: 19.2px;
        color: var(--dark-text);
    }

    .under-links-box .big-heading {
        font-family: "Lyon Display";
        font-size: 24px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: var(--total-black);
        max-width: 450px;
    }

    .under-links-box .small-link, .li-container .small-link {
        font-family: Arimo;
        font-size: 14px;
        font-weight: 400;
        line-height: 22.4px;
        break-inside: avoid;
    }

        .li-container .small-link .form-check input:hover, .li-container .small-link .form-check label:hover {
            text-decoration: underline;
            cursor: pointer !important;
        }

.parent-heading + .small-link{
    break-before: avoid;
}

.li-container .form-check{
    display: flex;
    align-items: center;
}

.under-links-box.search-under-links {
    top: 100px;
}

.base + .caps-link {
    margin-top: 32px;
}

.under-links-box .column-5, .li-container .column-5 {
    columns: 5;
    column-rule: 1px solid var(--bg5);
    gap: 56px;
    column-fill: balance;
}

.under-links-box .column-4, .li-container .column-4 {
    columns: 4;
    column-rule: 1px solid var(--bg5);
    gap: 56px;
}

.under-links-box .column-3, .li-container .column-3 {
    columns: 3;
    column-rule: 1px solid var(--bg5);
    gap: 56px;
}

.under-links-box .column-2, .li-container .column-2 {
    columns: 2;
    width: fit-content;
    column-rule: 1px solid var(--bg5);
    gap: 56px;
}

.under-links-box .column-1, .li-container .column-1 {
    columns: 1;
    column-rule: 1px solid var(--bg5);
    gap: 56px;
}

.under-links-box ul.without-markers li:first-child {
    margin-top: 0;
}

/*  */

.grid-element-title-absolute{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* image styles */
img {
    max-width: 100%;
}

.grid-element-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.grid-element-image.no-square {
    height: 380px;
}

.five-columns .grid-element-image {
    aspect-ratio: 1;
}

.grid-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.grid-image.no-square {
    height: 380px;
}

.raw-content img:not(.slider img) {
    width: 100%;
    height: auto;
    margin-top: 24px;
}

.header-image {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.small-images {
    display: flex;
    gap: 10px;
    margin-left: -3px;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

    .small-images img, .color-item {
        width: 38px;
        height: 38px;
        max-width: 38px;
        padding: 3px;
        border: .8px solid transparent;
        object-fit: cover;
    }

        .small-images img.active {
            border-color: var(--bg1);
        }

.light-invert-images img {
    filter: brightness(1000%);
}

.text-star{
    width: 22px;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 3px;
}

    .text-star.left-small{
        width: 9px;
        margin-top: 2px;
        margin-left: 0;
        margin-right: 1px;
    }

img.w-h-164{
    object-fit: cover;
}

/* input styles */
input:focus {
    border: inherit;
    outline: inherit;
}

input::placeholder, input.form-control::placeholder, textarea.form-control::placeholder {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--bg1);
}

.no-input-group .input-group input.form-control, .no-input-group.input-group input.form-control {
    border: solid 1px var(--bg5);
}

    .no-input-group .input-group input.form-control:focus, .no-input-group.input-group input.form-control:focus {
        border: solid 1px var(--bg5);
    }

.search-container {
    position: relative;
}

input[type=search] {
    width: min(calc(100vw - 24px),306px);
    padding: 12px 36px;
    border-radius: 4px;
    border: none;
    border-radius: 0;
    border-bottom: .8px solid var(--middle-gray);
}

.search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

/*  */

select {
    background-color: transparent;
    color: var(--black) !important;
    border: none;
    width: fit-content;
}

    select:hover {
        cursor: pointer;
    }

.select-wrapper {
  position: relative;
  display: inline-block;
}

    .select-wrapper select {
        -webkit-appearance: none;
        appearance: none;
        padding-right: 28px;
    }

    .select-wrapper .curtains-icon {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 18px;
        color: var(--black);
    }

/*  */

.dropdown2 {
    width: 100%;
    border-color: var(--bg5) !important;
}

    .dropdown2 span {
        text-align: left;
    }

    .dropdown2 i.curtains-icon {
        font-size: 16px;
        margin-right: 8px;
    }

        .dropdown2 i.curtains-icon.curtains-icon-star {
            font-size: 28px;
            margin-left: -10px;
        }

    .dropdown2 + .dropdown-menu {
        width: 100%;
    }

input[type=reset] {
    background-color: transparent;
    color: var(--black) !important;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    font-family: Arimo;
    font-weight: 400;
    text-decoration: underline;
    line-height: 16.80px;
}

/* range styles / price slider styles */
.range-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.range-inner-wrapper {
    width: 450px;
    max-width: 100%;
}

.range-wrapper .slider {
    position: relative;
    height: 1px;
    background-color: var(--bg1);
}

    .range-wrapper .slider .progress {
        left: 0;
        right: 0;
        position: absolute;
        height: 2px;
        background-color: var(--bg2);
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 2px;
        top: -2px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    background-color: var(--bg5);
    border: 1px solid var(--bg2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
    background-color: var(--bg5);
    border: 1px solid var(--bg2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
}

/*  */

.image-checkbox {
    position: relative;
    padding-left: 44px;
    line-height: 32px;
    cursor: pointer;
}

    .image-checkbox input[type="checkbox"] {
        display: none;
    }

    .image-checkbox .image-container {
        position: absolute;
        left: 0;
        top: 0;
    }

        .image-checkbox .image-container img {
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

    .image-checkbox .checkmark {
        position: absolute;
        top: calc(50% - 12px);
        left: calc(50% - 12px);
        /* transform: translate(-50%, -50%); */
        font-size: 2em;
        color: var(--white);
        display: none;
        height: 100%;
    }

        .image-checkbox .checkmark span{
            display: block;
        }

        .image-checkbox .checkmark.black{
            color: var(--black);
        }

    .image-checkbox input[type="checkbox"]:checked + label + .image-container .checkmark {
        display: block;
    }

    .image-checkbox label {
        cursor: pointer;
    }

/*  */

.mobile-menu{
    display: none;
}

/* slider styles */
.rel-container{
    position: relative;
    /* overflow: hidden; */
}

.swiper-pagination-bullet {
    background-color: var(--bg7);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--white);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}

.slider-btns > div, .splide__arrows > button {
    background-color: var(--bg6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slider-btns > div::after, .splide__arrows > button::after {
        content: '';
        width: 18px;
        height: 18px;
        background-size: 18px;
        background-image: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron.webp');
    }

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev, .splide__arrow--prev {
    transform: scaleX(-1);
    left: 20px;
}

.swiper-button-disabled {
    display: none !important;
}

/* header slider styles */
.header-slider {
    position: relative;
    z-index: 2;
}

.header-slide {
    display: flex;
    align-items: center;
    height: 578px;
}

    .header-slide .slide-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 578px;
        width: 100%;
        object-fit: cover;
        object-position: 0;
        aspect-ratio: unset !important;
    }

    .header-slide .slide-image-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: var(--transparent-gradient);
        z-index: 1;
    }

    .header-slide .slide-content {
        color: var(--white);
        z-index: 2;
    }

    .header-slide h1 {
        max-width: 500px;
    }

.header-slider .base-container {
    width: min(var(--base-container-width), calc(100% - var(--base-container-min-margin) - 130px));
    ;
}

@media screen and (max-width: 767px) {
    .home-slider .header-slide {
        height: 350px;
    }
}

/* base slider styles */
.splide__track, .splide {
    width: 100%;
    max-width: 100%;
}

.base-slider {
    position: relative;
}

    /* base slider arrows */
    .base-slider .slider-btns > div, .base-slider .splide__arrows > button {
        box-shadow: 4px 10px 22.5px 0px var(--dark);
        opacity: 1;
    }

    .base-slider .swiper-button-next, .base-slider .splide__arrow--next {
        right: -20px;
    }

    .base-slider .swiper-button-prev {
        left: -20px;
    }

    .base-slider .splide__arrow--prev {
        left: -20px;
    }

    .base-slider .splide__arrow {
        top: 190px;
        z-index: 3;
    }

.splide__arrow:disabled {
    display: none;
}

.container-860 .base-slider .swiper-button-next, .container-860 .base-slider .swiper-button-prev {
    top: 125px;
}

/* base slider not visible slides */
.base-slider::after, .base-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: var(--white);
    z-index: 2;
}

.bg4 .base-slider::after, .bg4 .base-slider::before{
    background-color: var(--bg4);
}

.base-slider::before {
    right: 100%;
    left: unset;
}

/*  */
.base-slider-bg4::after, .base-slider-bg4::before {
    background-color: var(--bg4);
}

/* base slider pagination */
.base-slider-pagination, .base-slider .splide__pagination {
    position: static;
    margin-top: 54px;
}

    .base-slider .splide__pagination li {
        padding-right: 0;
    }

    .base-slider-pagination .swiper-pagination-bullet, .base-slider .splide__pagination__page {
        background-color: var(--bg2);
        opacity: 22%;
        width: 8px;
        height: 8px;
    }

        .base-slider-pagination .swiper-pagination-bullet-active, .base-slider .splide__pagination__page.is-active {
            opacity: 1;
            transform: none;
        }

.base-slider .slide-image {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
}

.base-slider .slide-image.no-square {
    height: 376px;
}

.container-860 .base-slider .slide-image {
    height: 250px;
}

.slide-image{
    object-fit: cover;    
}

/* base slider under-links  */
.under-links-box .base-slider {
    width: fit-content;
}

    .under-links-box .base-slider::before, .under-links-box .base-slider::after, .image-slider::after, .image-slider::before,
    .gallery-slider::before, .gallery-slider::after {
        display: none;
    }

.under-links-box .base-slide {
    width: 376px;
    padding: 0;
}

.under-links-box .base-slider .slide-image {
    height: 376px;
    width: 376px;
    object-fit: cover;
}

.under-links-box .base-slider .splide__pagination {
    margin-top: 32px;
}

/* image slider styles */
.image-slider .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-slider .image-slide {
    width: 100%;
}

.image-slider .splide__pagination {
    position: absolute;
    bottom: 30px;
}

.image-slider .splide__arrow {
    top: calc(50% - 20px);
}

.image-slider .splide__arrow--prev {
    left: 50px;
}

.image-slider .splide__arrow--next {
    right: 50px;
    margin-top: 20px;
}

.image-slider .splide__pagination__page {
    background-color: var(--bg6);
    opacity: .33;
}

    .image-slider .splide__pagination__page.is-active {
        background-color: var(--white);
        opacity: 1;
    }

.splide.is-focus-in .splide__arrow:focus {
    outline: none;
}

/* order slider styles */
.order-slider .splide__arrow--prev {
    left: -20px;
}

.order-slider .splide__arrow--next {
    right: -20px;
}


/* gallery slider styles */
.gallery-slider .base-slide {
    width: 100%;
}

    .gallery-slider .base-slide img {
        display: block;
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }

.gallery-slider .splide__arrow {
    top: 241px;
}

.gallery-slider .splide__arrow--next {
    right: 12px;
    margin-top: 20px;
}

.gallery-slider .splide__arrow--prev {
    left: 12px;
}

/* fullscreen slider styles */

.fullscreen-slider, .fullscreen-slider .splide__track {
    height: 100%;
}

     .fullscreen-slider .splide__list{
        height: 100%;
        display: flex;
        align-items: center;
    }

.fullscreen-slide-image-wrap {
    position: relative;
    height: 100%;
}

.fullscreen-slider-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    font-size: 36px;
}
    .fullscreen-slider .base-slide{
        width: 100%;
        height: calc(100% - 128px);
        display: flex;
        justify-content: center;
    }

    .fullscreen-slider .slide-image{
        height: 100%;
        width: auto;
    }

    .fullscreen-slider .splide__arrow svg{
        display: none;
    }

    .fullscreen-slider .splide__arrows > button{
        width: 48px;
        height: 48px;
    }

    .fullscreen-slider .splide__arrow--prev{
        top: calc(50% - 24px);
    }

/* basket slider styles */
.basket-slider .w-h-164 {
    height: 100%;
}

.basket-slider .base-slide {
    width: 100%;
    position: relative;
}

.basket-slider .splide__arrow--next {
    top: calc(87px);
}

.basket-slider .splide__arrow--prev {
    top: calc(67px);
}

.basket-slider .splide__pagination {
    /* margin-top: 32px; */
    position: absolute;
    bottom: -38px;
}

    .basket-slider .splide__pagination li {
        display: flex;
        align-items: start;
    }

.basket-slider .splide__pagination__page {
    margin: 0 3px;
}


/*  */

.thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 7px;
}

    .thumbnails img {
        width: 160px;
        aspect-ratio: 1;
        padding: 5px;
        border: .8px solid transparent;
        object-fit: cover;
    }

    .thumbnails .thumbnail.active img, .thumbnails div.active .thumbnail img {
        border-color: var(--bg1);
    }

.thumbnails-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

    .thumbnails-5 img {
        width: 107px;
        height: 107px;
    }

.end-thumbnail {
    background-color: var(--white);
    border: 1PX solid var(--bg1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnails-5 .end-thumbnail {
    height: 97px;
}

.thumbnails .curtains-icon {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* filter: invert(1); */
    font-size: 92px;
    color: var(--darker-gray);
}

.thumbnails .active .curtains-icon {
    visibility: visible;
}

.heading-details-row {
    grid-column: 1 / -1;
}

/*  */
.menu-slider .splide__arrow--next {
    margin-top: 20px;
}

/* list styles */
.nav-ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 34px;
    height: 100%;
    justify-content: space-between;
    align-items: end;
}

    .nav-ul li:not(.under-links-box li) {
        list-style: none;
        font-family: Arimo;
        font-size: 15px;
        font-weight: 400;
        line-height: 17.25px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: var(--black);
        padding-bottom: 16px;
    }

    .nav-ul .nav-item:hover .under-links-box,
    .nav-ul .nav-item:hover #overlay {
        display: block !important;
    }

/*  */

ul.without-markers {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.without-markers li::marker {
        display: none;
    }

/*  */

.star-ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.01em;
}

    .star-ul li {
        padding-left: 20px;
        position: relative;
        padding-bottom: 12px;
    }

        .star-ul li:before {
            content: '';
            background-image: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Star.webp");
            width: 12px;
            height: 12px;
            background-size: 12px;
            background-position: left;
            background-repeat: no-repeat;
            position: absolute;
            top: 6px;
            left: 0;
        }

        .star-ul li.p-16:before{
            top: 21px;
            left: 16px;
        }

    .star-ul.star-ul-left-padding li{
        padding-left: 44px;
    }

        .star-ul.star-ul-left-padding li:before{
            left: 12px;
        }

.star-ul.three-column {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 60px;
}

/* btn styles */
a:hover, .light-btn:hover, .underline-btn:hover, .show-btn:hover, .hide-btn:hover, .show-overlay-btn:hover, .hide-overlay-btn:hover, .toggle-btn {
    cursor: pointer;
}

.base-btn {
    background-color: var(--white);
    color: var(--middle-text);
    padding: 18px 39px 18px 26px;
    text-transform: uppercase;
}

    .base-btn > div {
        display: inline-block;
    }

    .base-btn .image-container img {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }

.round-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--black);
    background-color: var(--white);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.round-border-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--black);
    background-color: var(--white);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bg1);
}

.add-to-wishlist.active {
    content: '';
    background-image: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Heart-Full.webp');
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    color: transparent;
}

    .add-to-wishlist.size-38.active {
        background-size: 38px;
    }

.toggle-password-visibility {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 44px;
    height: 44px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .toggle-password-visibility.icon-eye-slash {
        background-image: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Eye-Slash.webp");
    }

    .toggle-password-visibility.icon-eye {
        background-image: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Eye.webp");
    }


.accent-btn {
    background-color: var(--bg2);
    color: var(--white);
}

.light-btn {
    background-color: var(--white);
    color: var(--middle-text);
}

.light-accent-btn{
    background-color: var(--bg5);
    border-top: 1px solid var(--white);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--bg2);
    padding: 19px 12px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
}

    .light-accent-btn .curtains-icon{
        font-size: 24px;
    }

.black-btn, .gray-btn{
    background-color: var(--black);
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
    border-radius: 13px;
    padding: 25px 30px;
    border: none;
    box-shadow: none;
}

.gray-btn{
    background-color: var(--darker-gray2);
}

.underline-btn {
    position: relative;
    color: var(--gray-text);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 14px;
    margin-right: 27px;
    white-space: nowrap;
    max-width: 100%;
}

    .underline-btn.active {
        color: var(--dark-text);
    }

    .underline-btn::after {
        content: '';
        height: 1px;
        width: 0;
        background-color: var(--gray-text);
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: ease .4s;
    }

    .underline-btn:hover:not(.active)::after {
        width: 100%;
        left: 0;
    }

    .underline-btn.active::after {
        width: 100%;
        left: 0;
        background-color: var(--dark-text);
    }

.filter-btn {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -15px;
}

    .filter-btn.active {
        color: var(--middle-text2);
        border-bottom: 1px solid var(--middle-text2);
    }

    .filter-btn:not(.active)::after {
        content: '';
        height: 1px;
        width: 0;
        background-color: var(--gray-text);
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: ease .4s;
    }

    .filter-btn.active .curtains-icon {
        transform: scaleY(-1);
    }

    .filter-btn:hover:not(.active)::after {
        width: 100%;
        left: 0;
    }

.color-btn {
    background-color: var(--bg5);
    padding: 4px 8px 4px 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--dark-main);
    font-size: 14px;
    font-family: Arimo;
    font-weight: 400;
    line-height: 19.6px;
    height: fit-content;
}

.selected-filters-list:empty, .selected-range-list:empty, .selected-collection-container:empty{
    display: none !important;
}

.chevron-btn{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg5);
    color: var(--main);
    padding: 12px 13px 12px 16px;
    border: 1px solid var(--bg5);
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    cursor: pointer;
}

    .chevron-btn:after {
        content: "";
        display: block;
        background-image: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron-Down.webp");
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.chevron-btn.active{
    border: 1px solid var(--dark-text);
}

.chevron-btn.active:after{
    transform: rotate(180deg);
}

.expand-slider-button{
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 6px;
    cursor: pointer;
}

    .expand-slider-button img{
        width: 100%;
    }

/* line styles */
.base-line {
    width: 100%;
    height: 1px;
    object-fit: cover;
    object-position: 0;
}

.secodary-line, .secondary-line {
    border: none;
    border-top: 1px solid var(--bg5);
    opacity: 1;
}

.accent-line {
    border: none;
    border-top: 1px solid var(--dark-text);
    opacity: 1;
}

.dashed-line {
    height: 1px;
    width: 100%;
    background: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Line1.webp");
    background-size: contain;
}

.bottom-figure {
    margin-top: -5px;
    height: 25px;
    width: 100%;
    background: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Bottom-Figure1.webp");
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-repeat: repeat-x;
}

.bottom-figure-2 {
    background: url("https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Bottom-Figure2.webp");
    transform: rotate(180deg);
    bottom: -20px;
    background-repeat: repeat-x;
    background-size: contain;
}

/* effect styles */
.with-star {
    position: relative;
    padding-left: 22px;
}

    .with-star::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background-size: 14px;
        background-image: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Star.webp');
    }

.bordered-with-star {
    position: relative;
    padding: 24px 26px 24px 30px;
    border-style: solid;
    border-width: 1px 0;
    border-image-source: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Line.webp');
    border-image-slice: 30 30 fill;
    border-image-width: 1px;
    border-image-outset: 0;
    border-image-repeat: repeat;
}

    .bordered-with-star::after {
        content: '';
        position: absolute;
        left: 0;
        top: 36px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-size: 16px;
        background-image: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Star.webp');
    }

/*  */

/* .show-box {
    display: none;
} */

.show-box.active {
    display: initial;
}

.show {
    display: block !important;
}

.d-inline-flex{
    display: inline-flex !important;
}

/*  */

/* .mobile-menu.show{
    display: none !important;
}

@media screen and (max-width: 767px) {    

    .mobile-menu.show{
        display: initial !important;
    }
} */

/*  */
.hover-bottom-border {
    position: relative;
}

    .hover-bottom-border::after {
        content: '';
        height: 1px;
        width: 0;
        background-color: var(--total-black);
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: ease .4s;
    }

.nav-item.hover-bottom-border::after {
    z-index: 92;
}

.hover-bottom-border:hover::after {
    width: 100%;
    left: 0;
}


/* small styles */
.content-center, .justify-center {
    display: flex;
    justify-content: center;
}

.content-end {
    display: flex;
    justify-content: end;
}

.align-center {
    display: flex;
    align-items: center;
}

.to-center {
    margin: 0 auto;
}

/*  */

.z-index-99{
    z-index: 99;
}

/*  */

.no-scroll {
    overflow: hidden;
}

/*  */

.no-border {
    border: none !important;
}

.border-tb {
    border: 1px solid var(--bg5);
    border-left: none;
    border-right: none;
}

.border-tb-bottom {
    border-bottom: 1px solid var(--bg5);
    border-top: none;
    border-left: none;
    border-right: none;
}

.border-bg1 {
    border: 1px solid var(--bg1);
}

.border-bg5 {
    border: 1px solid var(--bg5);
}

/*  */

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.normalcase {
    text-transform: none;
}

.bold{
    font-weight: bold;
}

.nowrap{
    white-space: nowrap;
}

.flex-nowrap{
    flex-wrap: nowrap;
}

.flex-shrink-1{
    flex-shrink: 1;
}

.text-clump {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.text-align-right, .text-align-right::placeholder {
    text-align: right !important;
}

/*  */

.rel {
    position: relative;
}

.hide {
    display: none;
}


.op-55 {
    opacity: .55;
}

.op-70 {
    opacity: .7;
    color: var(--bg1);
}

.pointer:hover {
    cursor: pointer;
}

.fit-content {
    width: fit-content;
}

.unvisible {
    visibility: hidden;
}

/*  */

.m-svg-wrapper{
    position: relative;
    padding-left: 71px;
}

.m-svg{
    position: absolute;
    top: 5px;
    left: 0;
    max-height: 80px;
}

@media screen and (max-width: 767px) {
    .m-svg-wrapper{
        position: relative;
        padding-left: 54px;
    }

    .m-svg{
        max-height: 60px;
        top: 1px;
    }
}


/* small styles 123... */
.size-8 {
    font-size: 8px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-24 {
    font-size: 24px;
}

.size-26 {
    font-size: 26px;
}

.size-28 {
    font-size: 28px;
}

.size-32 {
    font-size: 32px;
}

.size-38 {
    font-size: 38px;
}

.size-58 {
    font-size: 58px;
}

.size-68 {
    font-size: 68px;
}

.size-80 {
    font-size: 80px;
}


.max-height-8 {
    max-height: 8px;
}

.max-height-18 {
    max-height: 18px;
}

.max-height-20 {
    max-height: 20px;
}

.max-height-24 {
    max-height: 24px;
}

.max-height-26 {
    max-height: 26px;
}

.max-height-32 {
    max-height: 32px;
}

.max-height-36 {
    max-height: 36px;
}

.max-height-42 {
    max-height: 42px;
}

.max-height-54 {
    max-height: 54px;
}

.max-height-58 {
    max-height: 58px;
}

.max-height-64 {
    max-height: 64px;
}

.max-height-80 {
    max-height: 80px;
}

.max-height-97 {
    max-height: 97px;
}

/*  */

.max-width-18 {
    max-width: 18px;
}

.max-width-80 {
    max-width: 80px;
}

.max-width-96 {
    max-width: 96px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-100-percent {
    max-width: 100%;
}

.max-width-150 {
    max-width: 150px
}

.max-width-210 {
    max-width: 210px;
}

.max-width-215 {
    max-width: 215px;
}

.max-width-220 {
    max-width: 220px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-270 {
    max-width: 270px;
}

.max-width-280 {
    max-width: 280px;
}

.max-width-290 {
    max-width: 290px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-305 {
    max-width: 305px;
}

.max-width-310 {
    max-width: 310px;
}

.max-width-320 {
    max-width: 320px;
}

.max-width-330 {
    max-width: 330px;
}

.max-width-340 {
    max-width: 340px;
}

.max-width-380 {
    max-width: 380px;
}

.max-width-410 {
    max-width: 410px;
}

.max-width-420 {
    max-width: 420px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-460 {
    max-width: 460px;
}

.max-width-470 {
    max-width: 470px;
}

.max-width-490 {
    max-width: 490px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-515 {
    max-width: 515px;
}

.max-width-520 {
    max-width: 520px;
}

.max-width-560 {
    max-width: 560px;
}

.max-width-590 {
    max-width: 590px;
}


.max-width-635 {
    max-width: 635px;
}

.max-width-650 {
    max-width: min(650px, 100%);
}

.max-width-700 {
    max-width: 700px;
}

.max-width-776 {
    max-width: 776px;
}

.max-width-860 {
    max-width: 860px;
}

.max-width-875 {
    max-width: 875px;
}

/*  */

.min-width-0 {
    min-width: 0;
}

.min-width-540 {
    min-width: 540px;
}

/*  */

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.w-100 {
    width: 100% !important
}

/*  */

.w-h-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.w-h-120 {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.w-h-164 {
    width: 164px;
    height: 164px;
    object-fit: cover;
}

.w-h-220 {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.w-h-416{
    width: 416px;
    height: 416px;
}

    img.w-h-416{
        object-fit: cover;
    }

.w-h-635{
    width: 635px;
    height: 635px;
    object-fit: cover;
}

.three-columns .w-h-635{
    width: 416px;
    height: 416px;
}

.width-50 {
    width: 50px
}

.width-145 {
    width: 145px;
}

.width-180 {
    width: 180px;
}

.width-190 {
    width: 190px;
}

.width-200 {
    width: 200px;
}

.width-210 {
    width: 210px;
}

.w-220, .width-220 {
    width: 220px;
}

.width-230 {
    width: 230px;
}

.width-240 {
    width: 240px;
}

.width-265 {
    width: 265px;
}

.width-280 {
    width: min(280px, calc(100vw - var(--base-container-min-margin)));
}

.width-310 {
    width: min(310px, calc(100vw - var(--base-container-min-margin)));
}

.width-440 {
    width: min(440px, calc(100vw - var(--base-container-min-margin)));
}

.width-530 {
    width: 530px;
}

.width-550 {
    width: 550px;
}

.width-600 {
    width: 600px
}

.w-610, .width-610 {
    width: 610px;
}

.width-640 {
    width: min(640px, calc(100vw - var(--base-container-min-margin)));
}

.width-900 {
    width: min(900px, calc(100vw - var(--base-container-min-margin)));
}

.width-1080 {
    width: min(1080px, calc(100vw - var(--base-container-min-margin)));
}

/*  */

.height-64 {
    height: 64px;
}

.height-70 {
    height: 70px !important;
}

.height-80 {
    height: 80px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

/*  */

.min-height-164 {
    min-height: 164px;
}

.min-height-220 {
    min-height: 220px;
}

.min-height-260 {
    min-height: 260px;
}

/*  */

.mt_5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-44 {
    margin-top: 44px;
}
    
.mt-54 {
    margin-top: 54px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-240 {
    margin-top: 240px;
}


/*  */

.mb_4 {
    margin-bottom: 4px !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-54 {
    margin-bottom: 54px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-220 {
    margin-bottom: 220px;
}

/*  */
.mb-minus-20 {
    margin-bottom: -20px;
}

/*  */
.me-0 {
    margin-right: 0 !important;
}

.me_3 {
    margin-right: 3px;
}

.me-6 {
    margin-right: 6px;
}

.me-8 {
    margin-right: 8px;
}

.me-10 {
    margin-right: 10px;
}

.me-20 {
    margin-right: 20px;
}

.me-70 {
    margin-right: 70px;
}

.me-90 {
    margin-right: 90px;
}

.me-290 {
    margin-right: 290px;
}

/*  */
.mtb-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.mtb-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*  */
.p_5 {
    padding: 5px;
}

.p-16 {
    padding: 16px;
}

.p-24 {
    padding: 24px;
}

.p-32 {
    padding: 32px;
}

.p-54 {
    padding: 54px;
}

/*  */

.pt_2 {
    padding-top: 2px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-30 {
    padding-top: 30px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-64 {
    padding-top: 64px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-125 {
    padding-top: 125px !important;
}

.pt-150 {
    padding-top: 150px;
}

/*  */

.pb-12 {
    padding-bottom: 12px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-54 {
    padding-bottom: 54px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-170 {
    padding-bottom: 170px;
}

/*  */
.ps_5 {
    padding-left: 5px;
}

.ps-12 {
    padding-left: 12px;
}

.ps-24 {
    padding-left: 24px !important;
}

.ps-36 {
    padding-left: 36px !important;
}

.ps-45 {
    padding-left: 45px;
}

.ps-50 {
    padding-left: 50px;
}

/*  */

.pe-0 {
    padding-right: 0 !important;
}

.pe-12 {
    padding-right: 12px;
}

.pe-24 {
    padding-right: 24px;
}

.pe-32 {
    padding-right: 32px;
}

.pe-80 {
    padding-right: 80px;
}

.pe-105 {
    padding-right: min(105px, 10%);
}

/*  */

.ptb-4 {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.ptb-12 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.ptb-16 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.ptb-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.ptb-35 {
    padding-bottom: 35px;
    padding-top: 35px;
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.ptb-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.ptb-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.ptb-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.ptb-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.ptb-130 {
    padding-bottom: 130px;
    padding-top: 130px;
}

.ptb-160 {
    padding-bottom: 160px;
    padding-top: 160px;
}

/*  */
.px_5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.px-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.px-16 {
    padding-right: 16px;
    padding-left: 16px;
}

.px-32 {
    padding-right: 32px;
    padding-left: 32px;
}

.px-42 {
    padding-right: 42px;
    padding-left: 42px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-56 {
    padding-right: 56px;
    padding-left: 56px;
}

.px-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

/*  */

.gap_2 {
    gap: 2px;
}

.gap_3 {
    gap: 3px;
}

.gap_4 {
    gap: 4px;
}

.gap-8 {
    gap: 8px;
}

.gap-10 {
    gap: 10px;
}

.gap-12 {
    gap: 12px;
}

.gap-14 {
    gap: 14px;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-32 {
    gap: 32px;
}

.gap-36 {
    gap: 36px;
}

.gap-40 {
    gap: 40px;
}

.gap-54 {
    gap: 54px;
}

.gap-60 {
    gap: 60px;
}

.gap-66 {
    gap: 66px;
}

.gap-70 {
    gap: 70px;
}

.gap-90 {
    gap: 90px;
}

.gap-170 {
    gap: 170px;
}

.gap-180 {
    gap: 180px;
}

/*  */

.row-gap-12 {
    row-gap: 12px !important;
}

.row-gap-16 {
    row-gap: 16px !important;
}

.row-gap-32 {
    row-gap: 32px;
}

.row-gap-54 {
    row-gap: 54px;
}

/*  */
.column-gap-0{
    column-gap: 0;
}

.column-gap-24{
    column-gap: 24px;
}

/*  */
.line-height-24 {
    line-height: 24px;
}

/* small styles colors */
.bg2 {
    background-color: var(--bg2);
}

.bg3 {
    background-color: var(--bg3);
}

.bg4 {
    background-color: var(--bg4);
}

.bg5 {
    background-color: var(--bg5);
}

.bg-main {
    background-color: var(--main) !important;
}

.bg-white{
    background-color: var(--white);
}

/*  */

.main {
    color: var(--main);
}

.black{
    color: var(--black) !important;
}

.white {
    color: var(--white);
}

.light-gray {
    color: var(--light-gray);
}

.dark-gray{
    color: var(--dark-gray);
}

.gray {
    color: var(--gray);
}

.gray-text3 {
    color: var(--gray-text3);
}

.red {
    color: var(--red);
}

.light-text {
    color: var(--light-text);
}

.dark-text {
    color: var(--dark-text);
}

.dark-main {
    color: var(--dark-main) !important;
}

.color-bg1 {
    color: var(--bg1);
}

.color-bg2 {
    color: var(--bg2);
}

.color-bg5 {
    color: var(--bg5);
}

.light-invert-images .dark-main{
    color: var(--bg5) !important;
}

/* buttons */
.btn-primary, .btn-secondary {
    padding: 16px 20px 16px 20px;
    border-radius: unset;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 100%;
    height: 56px;
}

    .btn-secondary, .btn-secondary:active, .btn-secondary:hover {
        background-color: var(--white) !important;
        color: var(--main) !important;
        border: 1px solid var(--main);
    }

        .btn-secondary[disabled] {
            color: var(--bg1) !important;
            border: 1px solid var(--bg1);
        }

.btn-primary {
    padding-left: 16px;
    background-color: var(--white);
    color: var(--black);
    border: none;
}

    .btn-primary:hover {
        background-color: var(--white);
        color: var(--black);
    }

    .btn-primary:focus, .btn-primary:active {
        background-color: var(--bg5) !important;
        color: var(--black) !important;
    }

    .btn-primary[disabled], .btn-primary.disabled {
        background-color: var(--bg8) !important;
        color: var(--light-text2) !important;
        opacity: 1 !important;
    }

    .btn-primary.btn-primary-dark, .btn-primary.btn-primary-dark:hover {
        background-color: var(--main);
        color: var(--white);
    }

        .btn-primary.btn-primary-dark:focus, .btn-primary.btn-primary-dark:active {
            background-color: var(--dark-main) !important;
            color: var(--white) !important;
        }

        /* .btn-primary.btn-primary-dark[disabled] {
            background-color: var(--dark-main) !important;
            color: var(--light-gray) !important;
        } */

.btn.btn-primary .icon-container {
    position: relative;
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

    .btn.btn-primary .icon-container .btn-star-1 {
        position: absolute;
        left: 0;
        transform: rotate(-180deg);
        transition: transform 1s ease 0s;
    }

    .btn.btn-primary .icon-container .btn-star-2 {
        position: absolute;
        left: calc(50% - 8px / 2);
        top: calc(50% - 8px / 2);
        transform: rotate(-180deg);
        transition: all 1s ease 0s;
    }

    .btn.btn-primary .icon-container .btn-star-3 {
        position: absolute;
        left: calc(50% - 6px / 2);
        top: calc(50% - 6px / 2);
        transform: rotate(-180deg);
        transition: all 1s ease 0s;
    }


    .btn.btn-primary .icon-container .btn-star-1,
    .btn.btn-primary .icon-container .btn-star-2,
    .btn.btn-primary .icon-container .btn-star-3,
    .btn.btn-primary:hover .icon-container .btn-star-1,
    .btn.btn-primary:hover .icon-container .btn-star-2,
    .btn.btn-primary:hover .icon-container .btn-star-3 {
        stroke: none;
        fill: var(--middle-text);
    }

.btn.btn-primary.btn-primary-dark .icon-container .btn-star-1,
.btn.btn-primary.btn-primary-dark .icon-container .btn-star-2,
.btn.btn-primary.btn-primary-dark .icon-container .btn-star-3,
.btn.btn-primary.btn-primary-dark:hover .icon-container .btn-star-1,
.btn.btn-primary.btn-primary-dark:hover .icon-container .btn-star-2,
.btn.btn-primary.btn-primary-dark:hover .icon-container .btn-star-3 {
    fill: var(--white);
}



.btn.btn-primary:not([disabled]):hover .icon-container .btn-star-1 {
    transform: rotate(0);
    transition: transform 1s ease 0s;
}

.btn.btn-primary:not([disabled]):hover .icon-container .btn-star-2 {
    left: calc(50% - 9px/2 - 14.5px);
    top: calc(50% - 9px/2 - 8.5px);
    transform: rotate(0);
    transition: all 1s ease 0s;
}

.btn.btn-primary:not([disabled]):hover .icon-container .btn-star-3 {
    left: calc(50% - 7px/2 - 12.5px);
    top: calc(50% - 7px/2 + 6.5px);
    transform: rotate(0);
    transition: all 1s ease 0s;
}

.btn[disabled] {
    cursor: not-allowed;
}

.btn.btn-100 {
    width: 100%;
}

.btn-secondary .curtains-icon {
    font-size: 32px;
    margin-right: 6px;
}

.btn-secondary.with-icon {
    padding: 12px 32px;
}

    .btn-secondary.with-icon span {
        line-height: 32px;
        vertical-align: middle;
    }

.small-curtains-btn .btn-secondary {
    padding: 6px 32px;
}

/* buttons end */



/* textboxes */
input.form-control {
    border-radius: unset;
    border: solid 1px var(--bg5);
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
}

.input-group input.form-control {
    border-right: none;
}

input.form-control:focus, input.form-control:active, input.form-control:focus + .input-group-text, input.form-control:active + .input-group-text {
    border-color: var(--dark-text);
    box-shadow: none;
}

.input-group .input-group-text {
    background-color: var(--white);
    border-left: none;
    border: solid 1px var(--bg5);
}

.field-validation-error {
    display: block;
    flex-basis: 100%;
    color: var(--error);
    margin-top: 4px;
}

.unit-converter-equal-sign{
    display: flex;
    width: 40px;
    padding: 0;
    margin: 0;
    align-items: end;
    justify-content: center;
    padding-bottom: 4px;
}

/* textboxes end */

/* textarea */
textarea.form-control {
    border-radius: unset;
    border: solid 1px var(--bg5);
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
}

    textarea.form-control:focus {
        box-shadow: none;
        border-color: var(--dark-text);
    }

/* textarea end*/

/* checkboxes/radio buttons */

/* .form-check{
    display: flex;
} */

.form-check .form-check-label {
    margin-top: 5px;
}

.form-check-label {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.form-checkbox .form-check-label{
    max-width: calc(100% - 40px);
    display: inline-block;
}

.nowrap-labels .form-check-label{
    white-space: nowrap;
}

.form-check-input, .form-check-input:active, .form-check-input:focus {
    box-shadow: none;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border: 1px solid var(--bg1);
    background-color: var(--white);
    margin-right: 10px;
    box-sizing: border-box;
}

.form-check-input[type=checkbox] {
    border-radius: unset;
    position: relative;
}

    .form-check-input:not(:checked) {
        border: 1px solid var(--bg1);
    }

    .form-check-input[type="checkbox"]:checked {
        background-color: var(--white);
        border: 1px solid var(--bg1);
    }

        .form-check-input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 5px;
            border: 1px solid var(--main);
            border-width: 0 0 3px 3px;
            transform: translate(-50%, -60%) rotate(-45deg);
            pointer-events: none;
        }

.form-check-input[type="radio"] {
    position: relative;
}

    .form-check-input[type="radio"]:checked {
        border: 1px solid var(--main);
        background-color: transparent;
    }

        .form-check-input[type="radio"]:checked::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            background-color: var(--main);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }

/* checkboxes/radio buttons end */

/* dropdowns */

.dropdown .btn-sm {
    --bs-dropdown-min-width: 10rem;
    height: 44px;
    padding: 12px 16px 12px 16px;
    min-width: var(--bs-dropdown-min-width);
}


    .dropdown .btn-sm:active, .dropdown .btn-sm:focus {
        background-color: var(--bg5) !important;
    }

    .dropdown .btn-sm span {
        width: 100%;
    }

.dropdown .dropdown-menu {
    inset-block-start: -3px !important;
    border-radius: unset;
}

    .dropdown .dropdown-menu .dropdown-item {
        color: var(--main);
    }

        .dropdown .dropdown-menu .dropdown-item.active {
            background-color: var(--bg4);
            color: var(--main);
        }

        .dropdown .dropdown-menu .dropdown-item a{
            display: block;
        }

.dropdown .btn-secondary {
    text-transform: none;
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: var(--bg2);
}

#supply-own-fabric.closed .dropdown-menu {
    opacity: 0 !important;
}

/* fix dropdown display */
.dropdown-menu.show{
    inset: 0px auto auto 0px !important;
    transform: translate3d(0px, 46px, 0px) !important;
}

/* dropdowns end */

.required-star{
    color: var(--red);
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: -12px;
}

/*  */

#react-refresh-overlay{
    display: none !important;
}

.section {
    position: relative;
    /* padding: 0 24px; */
}

    .section.loading {
        background: rgba(0, 0, 0, .3);
        pointer-events: none;
    }

.loading .loader {
    width: 40px;
    height: 40px;
    border: 5px solid #5f2828;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  */

.paragraph-info-icon-wrapper{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.paragraph-info-icon-wrapper .curtains-icon.show-overlay-btn {
    position: absolute;
    left: 0;
    top: 0;
}

h1 .curtains-icon.show-overlay-btn {
    font-size: 32px;
}

h3 .curtains-icon.show-overlay-btn{
    font-size: 32px;
}

h3 .paragraph-info-icon-wrapper{
    width: 28px;
    height: 28px;
}

/*  */

.sm-yes, .md-yes{
    display: none;
}

@media screen and (min-width: 767px) {
    .only-sm, .only-sm.show{
        display: none !important;
    }
}


@media screen and (max-width: 1300px) {
    #subscribe-input-block #email-for-subscribe.d-flex + .col-auto{
        width: auto !important;
    }
}

/* medium-large media styles */
@media screen and (max-width: 1240px) {
    .mdlg-container-width-760{
        padding-left: 120px;
    }

    .mdlg-column{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .md-width-100{
        width: 140px;
    }

    /* navbar */

    .nav-ul{
        gap: 10px;
    }

    /*  */

    .thumbnails-5 .curtains-icon, .choice-thumbnails .curtains-icon {
        font-size: 84px;
    }

    /*  */

    .mdlg-px-24{
        padding: 0 24px;
    }

    .mdlg-gap-24{
        gap: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .md-hide-nav-item{
        display: none;
    }

    /* nav */

    input[type=search] {
        width: min(calc(100vw - 24px), 260px);
        padding: 12px 12px 12px 36px;
    }

    .pe-105{
        padding-right: 0;
        padding: 0 20px;
    }

    /*  */

    .thumbnails-5, .choice-thumbnails    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .thumbnails-5 .curtains-icon, .choice-thumbnails .curtains-icon {
        font-size: 92px;
    }

    /*  */

    .md-gap-16{
        gap: 16px;
    }

    .md-gap-24{
        gap: 24px;
    }

    .md-px-16{
        padding: 0 16px;
    }

    .md-mb-30{
        margin-bottom: 30px;
    }
}

/* medium screen styles / media styles */
@media screen and (max-width: 920px) {
    .md-column{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .md-yes{
        display: block;
    }

    .md-no{
        display: none;
    }

    .md-width-400{
        width: 400px;
    }

    .md-width-100{
        width: 100px;
    }

    .md-column{
        display: flex;
        flex-direction: column;
    }

    .md-gap-16{
        gap: 16px;
    }

    .md-mt-30{
        margin-top: 30px;
    }

    .thumbnails-5, .choice-thumbnails    {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* small screen styles / media styles */
@media screen and (max-width: 767px) {

    .mdlg-container-width-760{
        padding-left: 0;
    }

    /* media btn styles */

    .underline-btn{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        padding: 6px 12px;
        white-space: wrap;
    }

    /* media text styles */
    /* ? */
    h1{
        font-size: 54px;
        font-weight: 300;
        line-height: 56.16px;
        letter-spacing: -0.01em;
    }

    h2{
        font-size: 36px;
        font-weight: 300;
        line-height: 36px;
        letter-spacing: 0.01em;        
    }

    h3{
        font-size: 24px;
        font-weight: 300;
        line-height: 33.6px;
        letter-spacing: 0.01em;
    }

    .sm-h3:not(.default-text) {
        font-size: 40px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: 0.01em;
    }

    .sm-h4{
        font-size: 36px;
        font-weight: 300;
        line-height: 36px;
        letter-spacing: 0.01em;
    }

    /*  */

    .subtitle1{
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.01em;
    }

        .subtitle1.small-subtitle1{
            line-height: 20px;
        }

        .subtitle1.smaller-subtitle1{
            font-size: 16px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0.01em;
        }

    .caption1{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }

        .caption1.big-caption1{
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.01em;
        }

    /*  */

    .raw-content h1{
        font-size: 36px;
        font-weight: 300;
        line-height: 36px;
        letter-spacing: 0.01em;
    }

    /*  */

    .sm-text-14{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: -0.01em;
    }

    .sm-text-15{
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.01em;        
    }

    .sm-text-16{
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        letter-spacing: -0.01em;
    }

    .sm-text-18{
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
    }

    .sm-text-18-300{
        font-size: 18px;
        font-weight: 300;
        line-height: 21.6px;
    }

    .sm-text-20{
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .sm-text-20-700{
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.01em;
    }

    .sm-text-22{
        font-size: 22px;
        font-weight: 300;
        line-height: 26.4px;
    }

    .sm-text-24{
        font-size: 24px;
        font-weight: 300;
        line-height: 33.6px;
        letter-spacing: 0.01em;
    }

    /*  */

    .li-container li{
        margin-bottom: 0;
    }

    .small-link + .parent-heading{
        margin-top: 40px;
    }
    
    .li-container .small-link, .small-link{
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
        margin-bottom: 16px;
    }

        .li-container .small-link a{
            display: block;
            padding: 12px 0;
        }

    .li-container .parent-heading, .parent-heading{
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.01em;
        margin-bottom: 16px !important;
    }

    /*  */

    .sm-capitalize{
        text-transform: capitalize !important;
    }

    /*  */

    .sm-main{
        color: var(--main);
    }

    /* media slider styles */
    .header-slider .slider-btns{
        display: none;
    }

    .header-slider .base-container{
        width: min(var(--base-container-width), calc(100% - var(--base-container-min-margin)));
    }

    /* .base-slider .slide-image{
        height: 170px;
    } */

    .base-slider-pagination{
        margin-top: 40px;
    }

    /* .base-slider-brands .slide-image{
        height: 350px;
    } */

    .base-slider-brands .base-slider-pagination{
        margin-top: 54px;
    }

    /*  */

    .base-slider .swiper-wrapper{
        padding-top: 1px;
    }

    .base-slider .swiper-button-next{
        right: -8px;
    }

    .base-slider .swiper-button-prev{        
        left: -8px;
    }

    .base-slider .slider-btns > div{
        top: 85px;
    }

    .base-slider-brands .slider-btns > div{
        top: 183px;
    }

    .small-vertical-images-slider .slider-btns > div{
        top: 105px;
    }
    
    .base-slider .splide__arrow {
        top: 64px;
    }

    .base-slider .splide__arrow--prev {
        left: -8px;
    }

    .base-slider .splide__arrow--next {
        right: -8px;
    }

    .mobile-menu .menu-slider .splide__arrow {
        top: calc(50% - 30px) !important;
    }

    .mobile-menu .menu-slider .splide__arrow--next {
        margin-top: 0;
        transform: none;
    }

    .mobile-menu .menu-slider .splide__arrow--prev {
        transform: scaleX(-1);
    }

    .two-column-row .base-slider .splide__arrow {
        top: 168px;
    }

        .two-column-row .base-slider.sm-480-slider .splide__arrow {
            top: 220px;
        }

    .two-column-row .base-slider .splide__arrow--prev {
        left: 4px;
    }

    .two-column-row .base-slider .splide__arrow--next {
        right: 4px;
    }

    .order-slider .base-slide img{
        width: 109px;
        height: 109px;
    }

    .order-slider .splide__arrow {
        top: 38px;
    }

    .order-slider .splide__arrow--prev {
        left: 6px;
    }

    .order-slider .splide__arrow--next {
        right: 6px;
    }

    /* media layout styles */
        
    .sm-base-container-inner-width-100 {
        width: 100vw;
        margin-left: min(calc(-1 * (100vw - var(--base-container-width)) / 2), -1 * var(--base-container-min-margin) / 2);
    }

    .four-columns{
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 32px;
    }

    .two-column-row{
        flex-direction: column-reverse;
    }

        .two-column-row .content-col > div{
            padding: 80px 12px 40px 12px;
        }

        .two-column-row .image-col img{
            height: 480px;
            min-height: auto;
        }

    .five-columns.five-columns-sm-two, .three-columns.three-columns-sm-two{
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        column-gap: 12px;
    }

        /* .five-columns.five-columns-sm-two .grid-element-image, .three-columns.three-columns-sm-two .grid-element-image{
            height: 170px;
        } */

        .five-columns.five-columns-sm-two .slide-image, .three-columns.three-columns-sm-two .slide-image{
            aspect-ratio: 1;
            width: 100%;
        }

        .five-columns.five-columns-sm-two .sm-text-24, .three-columns.three-columns-sm-two .sm-text-24{
            font-size: 18px;
            font-weight: 300;
            line-height: 25.2px;
            letter-spacing: 0.01em;
        }

    .three-columns.three-columns-sm-one{        
        grid-template-columns: 1fr;
        row-gap: 64px;
    }

        .three-columns.three-columns-sm-one .grid-element-image{  
            aspect-ratio: 1;
        }

        .three-columns.three-columns-sm-one .sm-text-18{
            font-size: 24px;
            font-weight: 300;
            line-height: 33.6px;
            letter-spacing: 0.01em;
        }

        .three-columns.three-columns-sm-one .body-text3.sm-text-14{
            font-size: 16px;
            font-weight: 400;
            line-height: 25.6px;
            letter-spacing: -0.01em;
        }

        .three-columns.three-columns-sm-one .body-text5.sm-text-14{
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: -0.01em;
        }

        .three-columns.three-columns-sm-one .mt_5{
            margin-top: 8px;
        }

.two-columns.two-columns-sm-one{
    grid-template-columns: 1fr;
    row-gap: 40px;
}

.two-columns.two-columns-sm-one .grid-element img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.star-ul.sm-two-column{
    grid-template-rows: repeat(6, auto);
    column-gap: 50px;
}

.sm-two-columns{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    column-gap: 16px;
}

.thumbnails-5, .choice-thumbnails    {
    grid-template-columns: 1fr 1fr 1fr;
}

.review{
    padding: 32px 42px 32px 42px;
}

.upload-img-box{
    height: 350px;
    padding: 0 80px;
}

/*  */

.sm-faq-box{
    color: var(--dark-text);
}
    
.sm-faq-box .faq-question{
    padding: 18.5px 30px 18.5px 0;
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

    .sm-faq-box .faq-question::after {
        content: '';
        background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Plus.webp');
        background-size: 24px;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        right: 0;
    }

    .sm-faq-box.active .faq-question::after {
        background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Minus.webp');
        top: 6px;
    }
    
.sm-faq-box .faq-answer{
    padding-bottom: 20px;
    font-family: Arimo;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    padding-right: 60px;
    display: none;
}
    
.sm-faq-box.active .faq-answer{
    display: block;
}

    .faq-box .faq-question{
        padding: 26px 32px 26px 0;
    }

        .faq-box .faq-question::after {
            top: 24px;
        }

    .faq-box .faq-answer{
        padding-right: 0;
    }

    /*  */
    
    .sm-border-bottom-bg5 {
        border-bottom: 1px solid var(--bg5);
    }

    /* media image styles */

    .grid-image.no-square{
        height: 170px;
    }

    /* media input styles */

    /* .form-check{
        display: flex;
    } */
    
    .dropdown-menu.sm-position-static{
        border: none;
        transform: none !important;
        padding: 0;
    }
    
        .dropdown-menu.sm-position-static li{
            border: 1px solid var(--bg4);
            border-top: none;
        }
    
        .dropdown-menu.sm-position-static .dropdown-item{        
            padding: 6px 16px;
        }

    /* details row */

    .details-row{
        padding: 30px 0;
    }

        .details-row .two-columns{
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .details-row .slide-image, .gallery-slider .slide-image{
            height: 350px !important;
        }

    /*  */

    .curtains-icon-close.hide-btn{
        margin-left: 12px;
    }

    /* mobile menu styles */

    .mobile-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        z-index: 101;
        background-color: var(--white);
        width: 100vw;
        transform: translateY(0);
        opacity: 1;
        transition: transform .28s ease, opacity .28s ease;
        will-change: transform;
    }

    .mobile-header.is-hidden{
        transform: translateY(calc(-100% - 8px));
        opacity: 0.01;
    }

    body.has-mobile-topbar{
        padding-top: var(--mobile-topbar-height, 108px);
    }

    .mobile-topbar-main{
        display: grid;
        grid-template-columns: 40px 1fr auto;
        align-items: center;
        width: 100%;
        gap: 8px;
        padding: 8px 12px 0;
    }

    .mobile-topbar-logo{
        justify-self: center;
    }

    .mobile-topbar-actions{
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .mobile-topbar-btn{
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    #mobileCartBtn[data-cart-count]::after {
        content: attr(data-cart-count);
        position: absolute;
        top: 3px;
        right: 0;
        min-width: 17px;
        height: 17px;
        padding: 0 3px;
        border-radius: 999px;
        background-color: var(--main);
        color: var(--white);
        font-family: Arimo, sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 17px;
        text-align: center;
        pointer-events: none;
        box-sizing: border-box;
    }

        .mobile-topbar-btn .curtains-icon{
            font-size: 24px;
        }

    .mobile-topbar-search .search-container{
        width: 100%;
    }

    .mobile-topbar-search .search-nav-item{
        width: 100%;
        border: .8px solid var(--middle-gray);
        padding-left: 45px;
    }

    .mobile-topbar-search .search-icon {
        left: 12px;
    }

    #catalogue-filters{
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: var(--bg4);
    }

    #catalogue-filters .show-overlay-btn{
        background-color: var(--bg4);
        padding: 16px 12px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #catalogue-filters .show-overlay-btn > img{
        display: block;
    }

    @media screen and (max-width: 767px) {
        #catalogue-filters{
            padding-top: 0;
            padding-bottom: 0;
            background-color: transparent;
        }
    }

    .mobile-menu-row{
        display: none;
    }

    .mobile-menu-row .mobile-menu-btn{
        border-right: none;
        padding: 0;
        cursor: pointer;
        flex: initial;
        display: block;
        justify-content: initial;
        border-top: none;
    }

        .mobile-menu-row .mobile-menu-btn .curtains-icon{
            font-size: 24px;
        }

        .mobile-menu-row .mobile-menu-btn.active{
            background-color: initial;
            color: initial;
            border-top: none;
        }

    .mobile-menu-row .mobile-menu-btn:last-child{
        border-right: none;
    }

    .mobile-menu{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white);
        z-index: 98;
        max-width: 100vw;
        
        top: var(--mobile-topbar-height, 108px);
        padding-bottom: 0;
    }

    .mobile-navbar-menu,
    #wishlist-overlay.mobile-menu,
    #shopping-cart-overlay.mobile-menu{
        top: var(--mobile-topbar-height, 108px);
        padding-bottom: 0;
        z-index: 100;
    }

        .mobile-menu.mobile-overlay{
            background: var(--total-black-op55);
        }

        .mobile-menu.mobile-overlay.mobile-dropdown-menu{
            top: var(--mobile-topbar-height, 108px);
        }

        .account-mobile-nav-trigger{
            position: relative;
            z-index: 1;
        }
        
        .account-mobile-nav-trigger.active{
            position: fixed;
            top: calc(var(--mobile-topbar-height, 108px) + 16px);
            left: 12px;
            right: 12px;
            z-index: 97;
        }

        .account-mobile-nav-wrap:has(.account-mobile-nav-trigger.active){
            position: relative;
            padding-top: 50px;
            padding-bottom: 0;
        }

        .account-mobile-nav-wrap:has(.account-mobile-nav-trigger.active)::before{
            content: '';
            position: fixed;
            top: var(--mobile-topbar-height, 108px);
            left: 0;
            right: 0;
            height: 74px;
            background-color: var(--white);
            z-index: 96;
        }

        .account-mobile-navigation.mobile-menu.mobile-overlay.mobile-dropdown-menu{
            top: calc(var(--mobile-topbar-height, 108px) + 74px);
        }


    .mobile-menu-container{
        padding-top: 32px;
        display: flex;
        flex-direction: column;
        height: 100%;
        max-width: 100vw;
        width: 100%;
        overflow-x: auto;
    }

    .mobile-menu-container.mobile-dropdown-menu-container{
        height: auto;
        padding: 0;
        background-color: var(--white);
    }

    .mobile-menu-list{
        list-style-type: none;
        padding: 0 12px;
        margin: 0;
    }

    .mobile-menu-list li, .mobile-menu-list li button{
        font-family: Arimo;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: var(--bg2);
    }

    .mobile-menu-list.dark-text li{
        color: var(--dark-text);
    }

    .mobile-menu-list li .mobile-nav-item-title, .mobile-menu-list li button{
        display: block;
        padding: 13px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-menu-list li.mobile-nav-back-item .mobile-nav-item-title{
        font-weight: bold;
        display: block;
        padding-left: 30px;
    }

    .mobile-menu-list li:last-child .dashed-line{
        display: none;
    }

    .mobile-menu-list li button{
        background-color: transparent;
        border: none;
    }

    .mobile-nav-item, .mobile-menu-list li{
        position: relative;
    }

        .mobile-nav-item::after, .mobile-menu-list li.mobile-nav-item::after {
            content: '';
            background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron.webp');
            background-size: cover;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 16px;
            right: 0;
        }

    .mobile-nav-item-title, .mobile-menu-list li.mobile-nav-item::after{
        cursor: pointer;
    }

    .mobile-nav-item.light-accent-btn::after, .mobile-menu-list li.light-accent-btn::after {
        top: 22px;
        right: 12px;
    }

    .mobile-nav-back-item{
        position: relative;
    }

        .mobile-nav-back-item::after {
            content: '';
            background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron.webp');
            background-size: cover;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 16px;
            left: 0;
            transform: rotate(180deg);
        }

    .mobile-faq-item{
        position: relative;
        padding: 13px 0;
    }

        .mobile-faq-item::after {
            content: '';
            background: url('https://cdn.curtainsmadesimple.co.uk/Images-New/CSS-Icons/Chevron.webp');
            background-size: cover;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 16px;
            right: 0;
            transform: rotate(90deg);
            cursor: pointer;
        }

    .mobile-faq-item.active::after{
        transform: rotate(270deg);
    }

    .mobile-faq-item .faq-title{
        cursor: pointer;
    }

    .mobile-faq-item .faq-content{
        display: none;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .mobile-faq-item.active .faq-content{
        display: block;
    }

    .sticky-navigation-fixed{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 98;
        min-height: 46px;
    }

    /*  */
    .sm-no{
        display: none;
    }

    .sm-yes{
        display: block;
    }

    .sm-block{
        display: block;
    }

    .sm-flex{
        display: flex;
    }

    .sm-inline{
        display: inline;
    }

    .sm-inline-block{
        display: inline-block;
    }

    .sm-column{
        display: flex;
        flex-direction: column;
    }

    .sm-column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }

    .sm-space-between{
        justify-content: space-between;
    }

    .sm-text-start{
        text-align: left !important;
    }

    .sm-content-start{
        justify-content: start;
    }

    .sm-content-center{
        justify-content: center;
    }

    .sm-content-end{
        justify-content: end;
    }

    .sm-align-center{
        display: flex;
        align-items: center;
    }

    .sm-position-static{
        position: static !important;
    }

    /*  */
    
    .rel-container{
        overflow: hidden;
    }

    /*  */

    .sm-square{
        height: unset !important;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    /* media size styles */
    .sm-mt-0{
        margin-top: 0;
    }

    .sm-mt-8{
        margin-top: 8px;
    }

    .sm-mt-16{
        margin-top: 16px;
    }

    .sm-mt-20{
        margin-top: 20px;
    }

    .sm-mt-24{
        margin-top: 24px;
    }

    .sm-mt-32{
        margin-top: 32px;
    }

    .sm-mt-35{
        margin-top: 35px;
    }

    .sm-mt-54{
        margin-top: 54px;
    }

    .sm-mt-60{
        margin-top: 60px;
    }

    .sm-mt-64{
        margin-top: 64px;
    }

    .sm-mt-80{
        margin-top: 80px;
    }

    /*  */

    .sm-mb-0{
        margin-bottom: 0 !important;
    }

    .sm-mb-8{
        margin-bottom: 8px !important;
    }

    .sm-mb-12{
        margin-bottom: 12px !important;
    }

    .sm-mb-16{
        margin-bottom: 16px !important;
    }

    .sm-mb-20{
        margin-bottom: 20px;
    }

    .sm-mb-24{
        margin-bottom: 24px !important;
    }

    .sm-mb-27{
        margin-bottom: 27px;
    }

    .sm-mb-32{
        margin-bottom: 32px;
    }

    .sm-mb-36{
        margin-bottom: 36px;
    }

    .sm-mb-40{
        margin-bottom: 40px !important;
    }

    .sm-mb-54{
        margin-bottom: 54px !important;
    }

    .sm-mb-60{
        margin-bottom: 60px !important;
    }

    .sm-mb-64{
        margin-bottom: 64px !important;
    }

    .sm-mb-80{
        margin-bottom: 80px !important;
    }

    .sm-mb-88{
        margin-bottom: 88px;
    }

    .sm-mb-120{
        margin-bottom: 120px;
    }

    .sm-mb-200{
        margin-bottom: 200px;
    }

    /*  */

/*    .sm-ms-12{
        margin-left: 12px;
    }*/

    /*  */

    .sm-me-0{
        margin-right: 0;
    }

    /*  */

    .sm-mtb-160{
        margin-bottom: 160px;
        margin-top: 160px;
    }

    /*  */

    .sm-p-0{
        padding: 0 !important;
    }

    .sm-p-20{
        padding: 20px;
    }

    /*  */

    .sm-pt-0{
        padding-top: 0;
    }

    .sm-pt-4{
        padding-top: 4px;
    }

    .sm-pt-8{
        padding-top: 8px !important;
    }

    .sm-pt-24{
        padding-top: 24px !important;
    }

    .sm-pt-32{
        padding-top: 32px !important;
    }

    .sm-pt-40{
        padding-top: 40px !important;
    }

    .sm-pt-60{
        padding-top: 60px !important;
    }

    .sm-pt-64{
        padding-top: 64px !important;
    }

    .sm-pt-80{
        padding-top: 80px !important;
    }

    .sm-pt-128{
        padding-top: 128px !important;
    }

    /*  */

    .sm-pb-0{
        padding-bottom: 0;
    }

    .sm-pb-8{
        padding-bottom: 8px !important;
    }

    .sm-pb-40{
        padding-bottom: 40px;
    }

    .sm-pb-54{
        padding-bottom: 54px !important;
    }

    .sm-pb-58{
        padding-bottom: 58px !important;
    }

    .sm-pb-80{
        padding-bottom: 80px;
    }

    .sm-pb-120{
        padding-bottom: 120px;
    }

    /*  */

    .sm-ps-12{
        padding-left: 12px;
    }

    .sm-ps-24{
        padding-left: 24px;
    }

    /*  */

    .sm-pe-0{
        padding-right: 0;
    }

    .sm-pe-12{
        padding-right: 12px;
    }

    .sm-pe-22{
        padding-right: 22px;
    }

    .sm-pe-24{
        padding-right: 24px;
    }

    .sm-pe-15{
        padding-right: 15px;
    }

    /*  */

    .sm-ptb-12{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .sm-ptb-16{
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sm-ptb-24{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .sm-ptb-32{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .sm-ptb-40{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .sm-ptb-60{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .sm-ptb-80{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*  */

    .sm-px-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm-px-8{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .sm-px-12{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /*  */

    .sm-gap-0{
        gap: 0;
    }

    .sm-gap-8{
        gap: 8px !important;
    }

    .sm-gap-12{
        gap: 12px;
    }

    .sm-gap-16{
        gap: 16px;
    }

    .sm-gap-20{
        gap: 20px;
    }

    .sm-gap-24{
        gap: 24px;
    }

    .sm-gap-36{
        gap: 35px;
    }

    .sm-gap-40{
        gap: 40px;
    }

    .sm-gap-54{
        gap: 54px;
    }

    .sm-gap-64{
        gap: 64px;
    }

    .sm-gap-80{
        gap: 80px;
    }

    .sm-gap-90{
        gap: 90px;
    }

    .sm-gap-120{
        gap: 120px;
    }

    /*  */

    .sm-row-gap-24{
        row-gap: 24px;
    }

    /*  */

    .sm-column-gap-24{
        column-gap: 24px !important;
    }

    /*  */

    .sm-w-90{
        width: 90%;
    }

    .sm-w-100{
        width: 100% !important;
    }

    /*  */

    .sm-height-210{
        height: 210px;
    }

    .sm-height-224{
        height: 224px !important;
    }

    .sm-height-300{
        height: 300px !important;
    }

    .sm-height-350{
        height: 350px !important;
    }

    .sm-height-375{
        height: 375px !important;
    }

    /*  */

    .w-h-164{
        width: 120px;
        height: 120px;
    }

    /*  */

    .sm-w-h-120{
        width: 120px;
        height: 120px;
    }

    .sm-w-h-350{
        width: 350px;
        height: 350px;
    }

    /*  */

    .sm-max-w-auto{
        max-width: none;
    }

    .sm-max-w-100{
        max-width: 100% !important;
    }

    .sm-max-width-230{
        max-width: 230px !important;
    }

    .sm-max-width-290{
        max-width: 290px !important;
    }

    /*  */

    .sm-min-height-auto{
        min-height: auto;
    }

    /*  */

    .sm-hor-scroll{
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .sm-hor-scroll::-webkit-scrollbar {
        display: none;
    }

}

.info-box {
    height: 68px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #EBEEEE;
    border: 1px solid #EBEEEE;
}

.info-text {
    font-family: Arimo;
    font-size: 14px;
    font-weight: 500;
    color: var(--main);
    margin-left: 10px;
    text-transform: uppercase;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container .view-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white-transparent);
    color: var(--middle-text);
    font-weight: 600;
    border: none;
    padding: 9px 16px;
}

.view-btn:hover {
    opacity: 1;
    background: var(--bg3);
}

input.form-control[type="password"] {
    padding-right: 2.5em;
}

.asterisks {
    color: red;
}

h2.default-text {
    text-transform: none !important;
}

h3.default-text {
    text-transform: none !important;
}

button.default-text {
    text-transform: none !important;
}

div.default-text {
    text-transform: none !important;
}

a.default-text {
    text-transform: none !important;
}

.sticky-slider-container {
    position: relative;
}

.sticky-slider-fixed {
    position: fixed !important;
    z-index: 89;
}

.sticky-slider-placeholder {
    visibility: hidden;
}

@media (max-width: 767px) {
    .sticky-slider-fixed {
        position: static !important;
    }
}