:root {
    --main-yellow-color: #f4df6b;
}
.w-33 {
    width: 33%;
}
.w-72 {
    width: 72%;
}
.w-27 {
    width: 27%;
}
p {
    margin-bottom: 0rem;
}
.blog-img img {
    max-width: 100%;
}
.body-cart {
    background-color: #eff2f7;
}
.blog-desc {
    font-size: 17px;
}

.post-selector .inner-selector {
    padding: 20px;
    background: #eee;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin-bottom: 40px;
}

.post-selector .inner-selector h2 {
    display: block;
    text-transform: uppercase;
    color: #e31a82;
    line-height: 1.2;
    font-size: 24px;
    position: relative;
    line-height: 30px;
    text-align: center;
}

.inner-selector .selector-title {
    display: block;
    text-transform: uppercase;
    color: #e31a82;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
    line-height: 38px;
    text-align: center;
}

.selector-date {
    display: block;
    text-transform: uppercase;
    color: #6f6f6f;
    line-height: 1.2;
    font-size: 17px;
    position: relative;
    line-height: 38px;
    text-align: center;
}

.listing-media img {
    max-width: 100%;
}

.blog-index-index .list-group-item {
    padding: 17px 15px;
    background-color: #eee;
    border: initial;
    margin: 10px 0;
    color: #e31a82;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.blog-index-index .sidebar {
    text-align: center;
}

.blog-index-index .toolbar {
    flex-basis: 100% !important;
}

.blog-index-index .toolbar .pager .items .item {
    display: inline-block;
    padding: 15px 17px;
    background-color: #e31a82;
    border-radius: 5px;
    position: relative;
}

.blog-index-index .toolbar .pager .items .item a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-index-index .toolbar .pager .items .item.current span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-index-index .toolbar .pager .items .item .page.next.jump:after {
    content: none !important;
}

.blog-index-index .toolbar .pager .items .item .page.next.jump span {
    display: block;
    position: initial;
    width: unset;
    padding: unset;
    overflow: unset;
    margin: unset;
    height: unset;
}

.blog-index-blogdetails h2 a {
    font-size: 25px;
}

.mtop-3 {
    margin-top: 3px;
}
.hr-mobile {
    display: none;
}
input[type="checkbox"] + label:before {
    content: "";
    border: 1px solid #50636d;
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    text-align: center;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all 0.25s ease;
    pointer-events: none;
}
#tyModal input[type="checkbox"]:checked + label:before {
    content: "" !important;
    height: 18px;
    width: 18px;
    background-image: url(../images/check_circle_pink.svg);
    position: absolute;
    right: 10px;
    top: 13px;
    border: unset;
    background-color: unset;
    box-shadow: unset;
}
#tyModal input[type="checkbox"]:checked + label {
    background: #eff2f7;
    color: unset;
    pointer-events: none;
    border: 1px solid #6874a2;
}
#tyModal input[type="checkbox"] + label:before {
    content: "" !important;
    height: 18px;
    width: 18px;
    background-image: url("");
    position: absolute;
    right: 10px;
    top: 13px;
    border: unset;
}
.website-header {
    .header-top-div {
        padding: 1em 0em;
        /* padding-bottom: 0em; */
        margin-bottom: 10px;
        /*transition: padding 0.3s ease;*/
    }
    .header-top {
        align-items: center;
        margin-top: 5px;
        position: relative;
    }
    .search-li form button:before {
        top: 10px;
    }
    .wh-inner {
        padding: 0 55px;
    }
    .website-logo {
        width: 150px;
        /*        transition: height .3s ease;*/
        margin-top: -23px;
    }
    .search-li .input-group {
        height: 31px;
    }
}

.wh-inner2 {
    padding: 0 65px;
}

.ipad_header {
    button.navbar-toggler {
        font-size: 16px;
        font-weight: 600;
    }
    .nav-item {
        height: unset;
    }
}
.max-content {
    width: max-content;
}

.overflow-auto {
    overflow: auto;
}

.website-header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    .header-top-div {
        padding: 1em 0 0 0;
    }
    .website-logo {
        height: auto;
        /* width: 117px !important; */
    }
    .lower-header .nav-item {
        /* height: 74px;
        padding-top: 23px; */
    }
    .lower-header .ipad_header .nav-item {
        height: unset !important;
        padding-top: 28px !important;
    }
    .lower-header {
        margin-top: unset;
    }
}
.website-header.static,
.website-mobile-menu.static {
    position: relative; /* Adjust as needed for static behavior */
}

.website-mobile-menu.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.website-header,
.website-mobile-menu {
    position: relative; /* Default state */
    width: 100%;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.website-header.sticky,
.website-mobile-menu.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transform: translateY(0); /* Slide down to the original position */
}

.website-header.hidden,
.website-mobile-menu.hidden {
    transform: translateY(-100%); /* Slide up out of view */
}

.trustPoint img {
    vertical-align: sub;
}
.button_yellow_247blinds {
    margin: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0;
    text-align: center;
    font-weight: unset;
    text-transform: unset;
    padding: 8px 15px 6px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Quicksand-Bold";
    background: var(--main-yellow-color);
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.button_yellow_247blinds:hover {
    background: #f4df6bab;
}
.modal-zoom-in {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.modal-zoom-in.show {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.bottom-container {
    max-width: 690px;

    .youtube-player {
        height: 300px;
    }
}
#tyModal {
    .modal-dialog {
        max-width: 635px;
    }
    .modal-content {
        padding: 30px;
        border-radius: 15px;
    }
    .tyHead {
        font-size: 21px;
        line-height: 50px;
        color: var(--main-color);
        text-transform: uppercase;
        font-family: "Quicksand-Bold";
    }
    .tySubHead {
        color: var(--main-color);
        font-size: 26px;
        line-height: 26px;
        margin: 13px 0 0 0;
    }
    hr {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
    }
    p {
        font-size: 14px;
        color: #232f3b;
        margin: 20px 0;
    }
    ul {
        width: 100%;
        margin: 0 auto;
        column-count: 2;
        padding-left: 0;
    }
    ul li {
        color: #2b2f30;
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 1em;
        height: 50px;
    }
    ul li label {
        display: flex;
        align-items: center;
        position: relative;
        color: #232f3b;
        border: 1px solid #eff2f7;
        border-radius: 5px;
        font-size: 16px;
        padding: 10px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }
    ul li:hover label {
        color: #b9b9b9;
    }
    ul li label img {
        margin-right: 10px;
    }
    .btn-close {
        top: -15px;
        right: -15px;
        width: 5px;
        height: 10px;
        padding: 2px;
    }
}
.samplesOrderSuccess {
    h1 {
        text-align: center;
        text-transform: uppercase;
        color: #e31a82;
        line-height: 50px;
        font-size: 46px;
        margin: 0;
        font-family: "Quicksand-Bold";
    }
    h2 {
        font-size: 26px;
        font-family: "Quicksand-Semibold";
    }
    p {
        font-size: 14px;
        margin-bottom: 1px;
    }
    span strong {
        font-size: 18px;
        margin: 10px 0;
    }
    span,
    span b,
    p strong {
        font-size: 14px;
    }
}
#cartDropdown.customer-menu.basketFill {
    width: 305px;
}
#cartDropdown.customer-menu.basketFill ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: unset !important;
    -webkit-overflow-scrolling: touch;
    transition-duration: unset !important;
}
#cartDropdown {
    .cart-dropdown-header {
        align-items: center;
        background-color: #f0f1f6;
    }
    .cart-dropdown-header strong,
    .cart-dropdown-header span {
        font-size: 16px;
        font-weight: 600;
        color: #232f3b;
        line-height: 19px;
    }
    .cart-dropdown-header span {
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
        font-family: "Quicksand-Bold";
    }
    .cart-dropdown-header span.price {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: var(--main-color);
    }
    ol {
        list-style: none;
    }
    ol li a img {
        width: 65px;
        height: 65px;
        border-radius: 3px;
        margin-right: 15px;
    }
    .product-item-name a {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #232f3b;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        font-family: "Quicksand-Bold";
    }
    .option-product span {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .details-qty p {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 0;
    }
    .details-qty .qty-price {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        color: var(--main-color);
    }
}
.delete-icon::before {
    background: url(/images/icons/bin.svg) no-repeat;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    transition: 0.2s;
}
.delete-icon:hover::before {
    opacity: 1;
}
.checkoutCart {
    display: flex;
    padding: 0 70px;
    column-gap: 0px;
    flex-wrap: nowrap;
    position: relative;
    background: #eff2f7;

    .cart-container-wrapper {
        flex: 1;
    }
    .cart-container-wrapper-inner {
        padding: 30px;
        height: fit-content;
        border-radius: 10px;
        background-color: #fff;
    }
    .cart-summary h1 {
        line-height: 60px;
        font-size: 40px;
        color: var(--main-color);
        font-family: "Quicksand-Bold";
    }
    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none none;
    }
    .ord_summary_items {
        /* padding-bottom: 20px; */
    }

    .ord_summary_items:last-child {
        /* padding-bottom: 7px; */
    }
    .csi-mobile-content {
        .ord_summary_items {
            padding: 0 0 20px 0;
        }
    }

    #shipping-summary,
    #service-summary,
    #discount-summary {
        .ord_summary_items {
            padding: 0 0 20px 0;
        }
    }

    .cart-summary {
        .totals span {
            margin: auto 0;
        }
    }
    .payPalOuter {
        padding: 0 20px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead tr {
        border-bottom: 1px solid #d1d1d1;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th {
        color: #232f3b;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        width: 48%;
        border: none;
        padding: 0 10px 10px 0;
        font-family: "Quicksand-Semibold";
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th.col.price {
        width: 18%;
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th.col.qty {
        width: auto;
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th.col.subtotall {
        width: 18%;
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table tbody td.col.price {
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table tbody td.col.qty {
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table tbody td.col.subtotal {
        padding: 0 10px 10px;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th:nth-child(2),
    .cart.table-wrapper #shopping-cart-table.cart.table thead th:nth-child(4) {
        width: 15%;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead th:nth-child(3) {
        width: auto;
    }
    .cart.table-wrapper #shopping-cart-table.cart.table thead .col.qty {
        text-align: center;
    }
    .cart.table-wrapper .items > .item {
        display: contents;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info:last-child {
        border-bottom: 1px solid #e3e3e3;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .col {
        padding-top: 20px !important;
        vertical-align: top;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .col.qty {
        padding-top: 22px;
    }
    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-photo
        .product-image-container {
        width: 80px;
        height: 80px;
        border-radius: 6px;
        /* background-color: #eff2f7; */
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-photo
        .product-image-container
        img {
        position: static;
        width: 100%;
        /* height: 100%; */
        height: auto;
        object-fit: cover;
    }
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-details
        .product-item-name {
        margin-bottom: 8px;
        margin-top: 0;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-details
        .product-item-name
        a {
        color: var(--main-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px;
        width: 100%;
        display: block;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-details
        .item-options {
        padding: 0;
    }
    .cart.table-wrapper .product-item-name + .item-options {
        margin-top: 10px;
    }
    .cart.table-wrapper .item-options {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-details
        .item-options
        li {
        /*list-style-type: disc;*/
        display: list-item;
        list-style-position: inside;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        padding: 0 0 5px;
        margin: 0;
    }
    .product-item-details .item-options:first-of-type li::marker {
        color: var(--main-color);
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        .product-item-details
        .item-options
        li:first-child {
        font-size: 14px;
        font-family: "Quicksand-Bold";
        padding-top: 10px !important;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        .col.price
        .price-excluding-tax
        .cart-price
        .price {
        color: var(--main-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
    }
    .control.qty,
    .field.qty {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart .control.qty .label-decrease {
        position: absolute;
        left: -25px;
        width: 20px;
        top: -13px;
        line-height: 47px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-decrease,
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-increase {
        position: static;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-increase:after,
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-decrease:after {
        display: block;
        width: 24px;
        height: 24px;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-decrease:after {
        content: "";
        background: url(../images/icons/minus-circle.svg);
        background-repeat: no-repeat;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .label-increase:after {
        content: "";
        background: url(../images/icons/plus-circle.svg);
        background-repeat: no-repeat;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.qty
        .control.qty
        .input-text {
        margin: 0;
        width: 34px;
        border: none;
        height: auto;
        text-align: center;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody
        .col.subtotal
        .price-excluding-tax {
        padding: 0;
        vertical-align: top;
        color: var(--main-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .price-including-tax .price,
    .price-excluding-tax .price {
        font-weight: 700;
        font-family: "Quicksand-Bold";
    }
    .checkout-update-remove {
        display: flex;
        justify-content: center;
    }
    .checkout-update-remove a {
        margin-bottom: 0;
    }
    .checkout-update-remove .action.action-delete:before {
        font-family: "icons-blank-theme";
        content: "\e604";
        color: #50636d;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        font-size: 41px;
        line-height: 18px;
        opacity: 0.5;
        /* margin-top: 20px; */
        margin-top: 14px;
        margin-left: -40px;
    }
    .checkout-update-remove .action.action-delete span {
        display: none;
    }
    .cart.table-wrapper .col.qty .label {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cart.table-wrapper
        #shopping-cart-table.cart.table
        tbody.cart
        .item-info
        td.col.item {
        padding-left: 0;
        padding-right: 0;
    }
    .est-dispatch {
        flex: 1;
        padding-left: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--main-color);
        font-family: "Quicksand-Bold";
    }
    .column-gap-3 {
        column-gap: 30px;
    }
    .cart-summary-inner {
        border-top: none;
        background-color: #fff;
        padding: 30px;
        border-radius: 10px;
    }
    .cart-container-wrapper-inner .cart .card {
        width: 20rem;
        /* border-color: #ccc; */
        border: 2px solid #ccc;
        border-radius: 0px;
    }
    .cart-container-wrapper-inner .cart .selected-address {
        border-color: #ff5501;
    }
    .cart-container-wrapper-inner .cart .selected-address::after {
        background: #fff;
        color: #e31a82;
        top: 2px;
        right: 2px;
        content: "\e610";
        font-family: "icons-blank-theme";
        height: 27px;
        width: 29px;
        font-size: 27px;
        line-height: 21px;
        padding-top: 2px;
        position: absolute;
        text-align: center;
    }
    .cart-container-wrapper-inner .cart .card p {
        font-size: 14px;
        font-weight: 300;
    }
    .shopping_title {
        line-height: 60px;
        font-size: 32px;
        font-weight: 600;
        font-family: "Quicksand-Bold";
    }
    li.item.k247-cp-button-btn {
        border-radius: 5px;
        background-color: #b2fce4;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body {
        background: red;
    }

    #card-errors {
        color: #c9501c;
        font-size: 12px;
        margin: 8px 0 0 1px;
        font-weight: 300;
    }
    .clearpay:after {
        content: "";
        font-size: 0px;
        height: 30px;
        width: 30px;
        background-image: url("../images/question_mark.svg");
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #000;
        background-color: #eff2f7;
        margin-left: 10px;
        padding: 10px;
        border-radius: 50px;
        flex-shrink: 0;
    }
    .info_icon_product {
        display: none;
    }
}
.action-show-popup {
    background-color: #2b2f30;
    color: #fff;
    border: none;
    padding: 8px 15px;
}
.gpay-card-info-container {
    min-width: 100% !important;
}
.w-90 {
    width: 90%;
}
.cart-summary-inner {
    .subtotal {
        color: #232f3b;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-top: 0;
        padding-left: 0;
        border: none;
    }
    .amount {
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: var(--main-color);
    }
    hr {
        width: 100%;
        margin: 1em auto;
        border-top: 1px solid #e3e3e3;
    }
    .total {
        color: #232f3b;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-top: 0;
        padding-left: 0;
        border: none;
        font-family: "Quicksand-Bold";
    }
    .tot_amount {
        font-size: 30px;
        font-weight: 600;
        color: var(--main-color);
    }
}
.clearpay-widget-247 {
    width: 100%;
    align-items: center;
    margin: 30px 0 10px 0;
    position: relative;
    cursor: pointer;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    padding-bottom: 12px;
    justify-content: center;
    border: 1px solid #e8eaf1;

    .afterpay-text2 {
        color: #232f3b;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        max-width: 157px;
    }
    img {
        max-height: 30px;
        margin-left: auto;
    }
}
.clearpay-widget-247:after {
    content: "";
    right: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background: url(/images/icons/question-circle.svg) no-repeat center;
    background-color: #eff2f7;
    border-radius: 100%;
    margin-left: 10px;
    flex-shrink: 0;
    border: 1px solid;
    line-height: 1;
    padding: 0 3px;
    font-size: 11px;
}
#discount-coupon-form {
    .fieldset .field {
        margin: 0;
        flex: 1;
    }
    .field .control input {
        width: 100%;
        background-color: #eff2f7;
        color: #232f3b;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        outline: none;
        height: auto;
        padding: 10px;
        border-radius: 5px;
    }
}

#discount-coupon-form {
    .field .control input::placeholder {
        color: #36414deb;
    }
}
#price,
#subtotal {
    width: 90%;
    background-color: #eff2f7;
    color: #232f3b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    height: auto;
    padding: 10px;
    border-radius: 5px;
}
.payment-method-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    .method-title {
        font-size: 20px;
        font-weight: 600;
        padding-top: 15px;
        font-style: normal;
        text-align: center;
        margin-bottom: 20px;
        line-height: normal;
        color: var(--main-color);
    }
    ul {
        padding-left: 0;
        list-style: none;
        text-align: center;
    }
    .button_yellow_247blinds.checkout {
        width: 100%;
        color: #232f3b;
        padding: 10px 15px;
        border-radius: 5px;
        background: #f4df6b;
    }
    .save_quote {
        width: 100%;
        color: #232f3b;
        padding: 10px 15px;
        border-radius: 5px;
        background: #fff;
        border: 1px #000 solid;
        display: block;
        cursor: pointer;
    }
    .button_yellow_247blinds.checkout:hover {
        background-color: rgba(244, 223, 107, 0.5);
    }
    .button_yellow_247blinds.paypalBtn {
        width: 100%;
        margin-top: 1.5em;
        border-radius: 4px;
        background-color: #ffc439;
    }
    .button_yellow_247blinds.paypalBtn:hover {
        background-color: #f2ba36;
    }
    .primary.clearpay2 {
        img {
            width: 100%;
            /* margin-top: 1.2em; */
            border-radius: 5px;
        }
    }
}
.fasttrack-block {
    padding: 15px;
    /* background-color: #232f3b; */
    border-radius: 10px;
    display: flex;
    margin-top: 30px;

    .fasttrack-block-icon {
        width: 70px;
        height: 20px;
        /* background: url(/images/icons/trunk.svg) no-repeat; */
        margin-right: 20px;
    }
    .fasttrack-title-container {
        min-width: 180px;
    }
    .fasttrack-block-title {
        /* color: #f4df6b; */
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .fasttrack-block-title .fast-text {
        font-weight: 900;
        /* color: #f4df6b; */
        font-family: "Quicksand-Bold";
    }
    .fasttrack-price {
        font-size: 18px;
        text-transform: lowercase;
        margin-bottom: 0;
        /* color: #fff; */
    }
    .cart-fasttrack-info span {
        font-weight: 700;
    }
    .fasttrack-skip-delivery span,
    .fasttrack-text span {
        font-weight: 700;
        color: #fff;
    }
    .fasttrack-content {
        flex: 1;
        margin-bottom: 0;
        margin-right: 0;
    }
    .fasttrack-content p span {
        /* color: #4F5962; */
        color: rgb(255, 255, 255);
        font-family: "Quicksand-Semibold";
    }
    .fasttrack-content p {
        margin-top: 13px;
        margin-bottom: 8px;
    }
    .fasttrack-content p:nth-child(3) {
        display: inline;
    }
    .fasttrack-date {
        color: #f4df6b;
        font-weight: 700;
    }
    button.action {
        height: 36px;
    }
}
.measure-block-container {
    border-radius: 10px;
    background-color: #eff2f7;

    button.action {
        height: 36px;
        margin-left: 30px;
    }
    .measure-title-container {
        padding-left: 50px;
        min-width: 180px;
        box-sizing: unset;
    }
    .measure-title {
        color: var(--main-color);
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .measure-title .sure-text {
        font-weight: 900;
    }
    .measure-price-text {
        color: #232f3b;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        margin-bottom: 0;
    }
    .measure-price-value {
        font-weight: 700;
    }
    .measure-title-container:after {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        background: url(/images/icons/security.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        top: 0;
    }
    .measure-content {
        color: #4f5962;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        font-family: "Quicksand-Bold";
    }
    .find-out-more {
        color: var(--main-color);
        font-size: 14px;
        font-weight: 700;
        line-height: 140%;
        text-decoration: underline;
    }
}

/* Home page */
.home_block_outer.container {
    max-width: 1280px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 16px;
}

.home_block_outer.container,
.landing-page-index {
    .shop-by-types .slider-types .slick-list .slick-track .slick-slide {
        opacity: 0;
    }
    .shop-by-types
        .slider-types
        .slick-list
        .slick-track
        .slick-slide.slick-active {
        opacity: 1;
    }
    .happy-section-left {
        letter-spacing: 3.5px;
    }
    .feature-cards .card:nth-child(2) img {
        width: 75px;
    }
    .feature-cards .card:nth-child(4) img {
        width: 123px;
    }
    .feature-cards .card {
        margin: auto 10px;
    }
    .feature-cards .card p {
        margin-bottom: 0;
    }
    .feature-cards .card p.card-title {
        font-size: 21px;
        margin: 15px auto;
        font-family: "Quicksand-SemiBold";
    }
    .feature-cards .card-text {
        font-size: 14px;
    }
    .building-happy-home {
        padding: 2em 0 2em 1em;
    }
    .building-happy-home .text p {
        font-family: "Quicksand-Regular";
    }
    .owl-theme .owl-nav [class*="owl-"]:hover {
        background: transparent;
    }
    .building-happy-home .owl-carousel {
        height: 310px;
    }
    .building-happy-home .owl-carousel .owl-item img {
        height: 275px;
        width: 100%;
    }
    .building-happy-home .happy-home-carousel .card-title {
        margin-bottom: 0;
    }
    .building-happy-home .happy-home-carousel .card-text {
        font-size: 21px;
        line-height: 21px;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        text-shadow: 2px 2px 5px #000;
    }
    .building-happy-home .happy-home-carousel .carousel-item + .carousel-item {
        margin-left: 10px;
    }
    .building-happy-home .happy-home-carousel .item a:first-of-type {
        position: relative;
    }
    .building-happy-home .happy-home-carousel .item a .card-body {
        width: 100%;
        padding: 0 10px;
        text-align: left;
        position: absolute;
        bottom: 10px !important;
    }
    .building-happy-home .happy-home-carousel .owl-carousel .owl-stage-outer,
    .building-happy-home .happy-home-carousel .owl-carousel .owl-stage {
        height: inherit;
    }
    .happy-home-carousel .owl-prev,
    .carousel-247 .owl-prev {
        right: 75px;
    }
    .happy-home-carousel .owl-next,
    .carousel-247 .owl-next {
        right: 20px;
    }
    .making-happy-cards .card-body {
        padding: 0;
        margin: 2em auto;
        max-width: 200px;
        text-align: center;
    }
    .making-happy-cards {
        padding: 1.5rem 0 !important;

        .card p:first-of-type {
            margin-bottom: 0;
        }
        .card-img-top {
            height: 65px;
        }
    }
    .guides247-section .text {
        font-family: "Quicksand-Regular";
    }
    .guides247-section {
        .owl-carousel .owl-nav.disabled {
            display: block;
        }
        .owl-dots {
            display: none;
        }
        .owl-carousel .owl-item img {
            width: 120px;
            margin: auto;
        }
        .happy-home-carousel .card {
            text-align: center;
        }
        .happy-home-carousel .card-title {
            color: #fff;
            font-size: 14px;
            text-shadow: none;
            font-weight: 600;
            text-align: center !important;
            font-family: "Quicksand-Semibold";
        }
        .happy-home-carousel .card-text {
            color: #fff;
            font-size: 16px;
            text-shadow: none;
            line-height: 21px;
            display: block;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
        }
        .happy-home-carousel .owl-carousel.owl-drag .owl-item .first_item img {
            filter: brightness(0%);
        }
        .happy-home-carousel
            .owl-carousel.owl-drag
            .owl-item
            .first_item
            .card-title,
        .happy-home-carousel
            .owl-carousel.owl-drag
            .owl-item
            .first_item
            .card-text {
            color: #000;
        }
        .owl-carousel.owl-drag .owl-item .card-body {
            padding: 0;
            text-align: center;
        }
    }
    .shop-by-types .site-title {
        margin: 0 0 30px 0;
    }
    .color-category .site-title {
        font-family: "Quicksand-Semibold";
    }
}
.banner-slider #carouselExampleIndicators {
    .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
        pointer-events: none;
    }
    .carousel-indicators {
        margin-bottom: 0;
        padding-top: 20px;
    }
}
.youtube-btn {
    position: absolute;
    right: 10px;
    bottom: 5px;
    /* bottom: 113px; */
    width: 70px;
    text-align: center;
    z-index: 900;
    line-height: 24px;
    padding-top: 6px;
    font-size: 13px;
    background-color: #eff2f7;
    border-radius: 8px;
    opacity: 0.8;
    clear: both;
    cursor: pointer;
}
/*Prolabel*/
.proLabel {
    /*height:80px;*/
}
.proLabel img {
    /* width: 120px; */
}
.left_container .proLabel img {
    /* width: 155px; */
}
.position-top-left img {
    position: absolute;
    top: 1px;
    left: 0px;
}
.position-top-left img {
    /* ....H  */
    /* object-fit: cover; */
}

.position-top-right img {
    right: 0px;
    position: absolute;
    top: 0px;
}
.position-top-right img {
    opacity: 1 !important;
    vertical-align: top;
}

.position-bottom-right img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/* .product_link .position-bottom-right {
    bottom: 5%;
} */
.position-bottom-right img {
    /* width: 56%; */
    opacity: 1 !important;
    vertical-align: bottom;
}
.position-bottom-left img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* ....H  */
/* .product_link .position-bottom-left {
    bottom: 7%;
} */
.position-bottom-left img {
    /* ....H  */
    /* object-fit: cover;
    width: 56%; */
}

/*Prolabel*/
.website-footer {
    a {
        color: #fff;
    }
    .website-footer .input-group button {
        height: 48px;
        padding: 6px 25px;
    }
    .section-left .order-online a:first-of-type {
        text-decoration: underline;
    }
    .section-left form input {
        height: 48px;
        padding: 3px 3px 3px 15px;
    }
}
.basketDelete {
    .modal-dialog .modal-content .modal-body {
        padding: 5px;
    }
    .modal-dialog .modal-content .modal-body span {
        font-size: 14px;
    }
    .btn-close {
        right: 15px;
        top: 15px;
        width: 10px;
        height: 10px;
        padding: 2px;
        position: absolute;
    }
    .btn.btn-cancel,
    .btn.btn-ok {
        background: #e31a82;
        border: none;
        border-radius: 0;
        color: #fff;
        font-weight: 100;
    }
}
.product-page {
    .bottom-container {
        .product.description {
            padding: 45px 0 60px 0;
        }
    }
    .measure-options {
        input[type="checkbox"] + label:before {
            display: none !important;
        }
    }
}
.productSlider {
    .carousel-control-prev:before {
        font-family: "icons-blank-theme";
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        font-size: 29px;
        line-height: 18px;
        content: "\e617";
        color: #ffffff;
        font-weight: 700;
        font-size: 60px;
    }
    .carousel-control-next:before {
        font-family: "icons-blank-theme";
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        font-size: 29px;
        line-height: 18px;
        content: "\e608";
        color: #ffffff;
        font-weight: 700;
        font-size: 60px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
}
.blindsAccordion {
    .card-link {
        color: #000;
        text-align: left;
    }
}
.right_container .blindsAccordion {
    .card-link {
        color: #3d3936;
    }
    .faq-product-accordion-answer {
        top: -5px !important;
    }
    .collapsible_b247 {
        .trigger-title span {
            color: #3d3936 !important;
        }
    }
}

.accordion .ChartHelpModalHeading {
    color: #ea247a;
}
.accordion .modal .modal-title {
    text-align: center;
    font-weight: unset;
    font-size: 21px;
    margin: 0px auto;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
}
.accordion .modal .btn-close {
    position: absolute;
    right: 38px;
    top: 20px;
}
.accordion .modal-footer button {
    background-color: #e81f76;
}

#description-modal {
    .modal-body {
        padding: 1rem 3rem;
    }
    .modal-content {
        border: hidden;
        border-radius: 0.5rem;
    }

    .custom-modal-width {
        max-width: 80%; /* You can set this to any percentage or specific pixel value */
    }

    @media (min-width: 768px) {
        .custom-modal-width {
            max-width: 60%; /* Adjust as needed for larger screens */
        }
    }

    @media (min-width: 992px) {
        .custom-modal-width {
            max-width: 50%; /* Adjust as needed for larger screens */
        }
    }
}

#associated_productsModal {
    .modal-title {
        font-size: 19px;
    }
    .modal-header {
        background: #eaeaea;
        padding: 10px 0 5px 10px;
    }
    .modal-body .title {
        text-align: center;
        display: block;
        padding-top: 12px;
        font-size: 19px;
    }
    .modal-motor-acc-item {
        margin: 10px 5px;
        padding: 5px;
        border: 3px solid #d5d5d6;
        text-align: center;
    }
    .modal-motor-acc-recommend {
        font-size: 18px;
        display: block;
        background: #e31a82;
        color: #fff;
        padding: 5px;
        text-align: center;
    }
    .modal-motor-acc-item-name {
        font-size: 15px;
        display: block;
        background: #eaeaea;
        padding: 5px;
        text-align: center;
    }
    .modal-motor-acc-item-price {
        font-size: 18px;
        font-weight: 600;
        color: #e31a82;
        text-align: center;
        display: block;
    }
    .modal-motor-acc-item-qty {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-motor-acc-item-qty input {
        height: 36px;
        width: 40px;
    }
    .modal-motor-acc-item-qty button {
        flex-basis: 30%;
        margin: 5px;
        line-height: 23px;
        font-size: 21px;
        background-color: #f2f2f2;
        border: 1px solid #cdcdcd;
        box-shadow: none;
    }
    .modal-header .btn-close {
        margin-right: 10px;
    }

    .content p {
        font-size: 0.85rem !important;
    }
    .motor-acc-added-to-basket {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #00ae6d;
        padding: 5px;
        text-align: center;
        height: 0;
    }
}

/* Display the mobile image on screens up to 800px wide */

@media (max-width: 800px) {
    .slider_link_mobile {
        display: block;
    }
    .slider_link_desktop {
        display: none;
    }
}

/* Display the desktop image on screens wider than 800px */
@media (min-width: 801px) {
    .slider_link_desktop {
        display: block;
    }
    .slider_link_mobile {
        display: none;
    }
}

.product-card a.addtowishlist {
    display: flex;
}
.product-card a.addtowishlist:before {
    background: url(../images/icons/wishlist-pink.svg);
    width: 25px;
    height: 36px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}
.wishlist-index-index .action.delete:before {
    content: "\e604";
    font-size: 40px;
    font-family: "icons-blank-theme";
    color: #25303b;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    opacity: 0.5;
}
.product-card a.addtowishlist.added-in-wishlist:before {
    background: url(../images/icons/wishlist-added-pink.svg);
    width: 30px;
    height: 36px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}
.sample-order-index-index table {
    background-color: #f3f3f3;
}
.algolia-container {
    .info {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        /* padding-left: 10px; */
    }
    .ag-from {
        font-size: 12px;
    }
    .ag-amount {
        font-size: 15px;
    }
}
.mobile-submenu {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    left: 0;
    right: 0;
    max-height: calc(100vh - 45px);
    max-height: calc(100dvh - 45px);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* important for iOS */

}
body:has(.mobile-submenu:not(.d-none)) {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.confidence_messages-container-247_.cs_store {
    background-color: rgb(253, 135, 10);
}
.sample_location {
    color: blue;
    font-weight: bold;
}
.sample_location_info {
    color: orange;
    font-weight: bold;
}

.confidence_messages-container-247_.cs_store.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

/* ---- -landing page design ------  */

.landing-page-index {
    width: 100%;
    padding: 0;
    .becrum-and-banner {
        background-color: #f2ccd6;
        padding: 10px 0;
        .heading {
            padding: 0 0 0 20px;
        }
    }
    .content .head-content h1 {
        margin-bottom: 0;
    }
    .content .head-content .head-text {
        font-size: 40px;
        line-height: 60px;
        color: #e31a82;
        margin-bottom: 0;
        font-family: "Quicksand-Bold";
    }
    .content .body-content .text-content {
        font-size: 32px;
        line-height: 50px;
        color: #3d3936;
    }
    .content-guide {
        padding: 40px 0px 70px 20px;
        /* padding: 40px 40px 70px 50px; */
    }
    .page-description {
        font-size: 16px;
    }
    .dropdown-divider {
        margin: 20px 0;
    }
    .category_title {
        margin-top: 15px;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        color: #e81f76;
        margin-bottom: 30px;
        width: 100%;
    }
    .category_description {
        font-weight: 400;
    }
    .accordion-button::after {
        background-image: url("../images/add_circle.svg");
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url("../images/remove_circle.svg");
    }
    .page_faq_section .title {
        margin-top: 15px;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        color: #e81f76;
        margin-bottom: 30px;
        width: 100%;
    }
    .accordion-item {
        margin-bottom: 5px;
        border: unset;
    }
    .accordion-button {
        background-color: #f0f1f6;
        color: #3d3936;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        /* font-family: "Quicksand-Bold"; */
        box-shadow: unset;
    }
    .accordion-button:not(.collapsed) {
        background-color: #f0f1f6;
    }
    .accordion-body {
        background-color: #eceff0;
        color: #50636d;
        font-size: 14px;
    }
    .category_button .btn.btn-primary {
        background-color: var(--main-color);
        border-color: var(--main-color);
        font-size: 14px;
        font-weight: bold;
    }
    .category_description {
        margin-bottom: 20px;
    }
    .related_blog_section {
        background: #f2ccd6;
        padding: 2em 0 4em;
        overflow: hidden;
        position: relative;

        .head-text span {
            font-family: "Quicksand-Semibold";
            font-size: 24px;
            line-height: 33px;
            margin: 10px 0;
        }
        .head-content {
            text-align: center;
            font-size: 18px;
            font-family: "Quicksand-Regular";
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;

            p {
                margin: 5px 0;
            }
        }
        @media (min-width: 768px) {
            .all_data_center.all_data_center .owl-stage-outer {
                text-align: center;
                justify-content: center;
                display: grid;
            }
        }
        .building-happy-home .owl-carousel {
            height: auto;
        }
        .building-happy-home {
            padding: 0;
            margin-bottom: 0;
        }
    }
    .sidebar-contain {
        position: sticky;
        top: 50px;

        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        background-position: left top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-top: -100px;
        height: 100%;
    }
    .sidebar-guide {
        .sidebar_image {
            img {
                width: 100%;
            }
        }
        padding: 0 0 70px 0;
        .content-sidebar {
            background-color: #eff2f7;
            padding: 10px 30px;
            border-radius: 10px;
            margin-top: 20px;
            .sidebar-guide-menu {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                a {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 19px;
                    color: #232f3b;
                    padding: 20px 0;
                    border-bottom: 1px solid #e3e3e3;
                    text-decoration: none;
                    max-width: 100%;
                }
                a:hover {
                    color: #e81f76 !important;
                }
                a:last-child {
                    border-bottom: none;
                }
            }
        }
        .video-sidebar {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            background-color: #eff2f7;
            margin-top: 20px;
            padding: 13px 10px;
            border-radius: 10px;
            img {
                width: 24px;
            }
            a {
                width: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 16px;
                font-weight: 700;
                line-height: 19px;
                color: #232f3b;
            }
            a:hover {
                color: #e81f76 !important;
            }
        }
    }
}
.catalog-search-index {
    .ais-CurrentRefinements-item {
        color: #636363;
        border-radius: 2px;
        border: solid 1px #ddd;
        background-color: #f4f4f4;
        display: grid !important;
        max-width: 100%;
        white-space: nowrap;
        padding: 0.2em 0.5em;
        overflow: hidden;
        margin-right: 0.4em;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }
    .ais-CurrentRefinements-list {
        padding: 0;
    }
    .ais-CurrentRefinements-category {
        margin-left: 10px;
        padding: 2px 0;
    }
}

.trackmyorder-index-result {
    .order_no,
    .order_status {
        font-family: "Quicksand-Bold";
        font-size: 32px;
        line-height: 1;
        color: #3d3936;
    }
    .after_table_desc1 {
        font-size: 14px;
        text-align: center;
    }
    .need_help {
        font-size: calc(15px + 9 * ((100vw - 420px) / 860));
        line-height: calc(26px + 6 * ((100vw - 420px) / 860));
        margin-bottom: 15px;
        font-family: "Quicksand-Semibold";
        color: #3d3936;
    }
    .need_help_desc {
        margin: 10px 0px;
        font-size: 16px;
        text-align: center;
    }

    .thanks_desc {
        margin: 10px 0px;
        font-size: 16px;
        text-align: center;
    }
    table > thead > tr > th {
        padding: 8px 10px;
        vertical-align: bottom;
    }
    table > tbody > tr > td {
        padding: 8px 10px;
        vertical-align: top;
    }
}

/* track order result page download and contact button  */

.download_pdf_btn,
.contact_btn {
    padding: 12px 18px 12px 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background-color: #e81f76;
}

/* Ar  */
@media only screen and (max-width: 600px) {
    .landing-page-index {
        .catg_title {
            font-size: 24px;
            margin-bottom: 14px;
        }
        .new_content_guide {
            padding: 0px;
        }
        .faq_section .title {
            font-size: 24px;
            margin-bottom: 14px;
            text-align: start;
        }
    }
}
table > tbody > tr > td {
    padding: 8px 10px;
    vertical-align: top;
}

.btn.btn-cancel,
.btn.btn-ok {
    background: #e31a82;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 100;
}
.trust-p-modal {
    height: 30px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    min-width: 100%;
}
.trust-p-sec {
    top: 4px;
    position: relative;
}

button:focus {
    outline: 0;
    box-shadow: none !important;
}
#accordion iframe {
    width: -webkit-fill-available;
    height: 283px;
}
.page-header h1 {
    font-family: "Quicksand-Bold";
    font-size: 32px;
    line-height: 1;
    color: #3d3936;
    margin-bottom: 40px;
}
.make_you_smile {
    font-family: "Quicksand-Bold";
    width: 100%;
    color: #ea247a;
    font-size: 25px;
    margin-bottom: 20px;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 13 / 9;
    overflow: hidden;
    margin: 0px auto;
    display: flex;
}
.product_static_blocks .video-container iframe {
    display: none;
}
/* Video thumbnail styling */
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay with play button */
.video-overlay {
    position: relative;
    width: 100%; /* Set container width */
    height: 81%; /* Set desired container height */
    overflow: hidden; /* Hide excess parts of the image */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

/* Play button styling */
.play-button {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    background-image: url(../images/youtube_play.svg);
    filter: grayscale(100%);
    /*transition: filter .1s cubic-bezier(0,0,.2,1);*/
    border: none;
}

.play-button:hover {
    filter: unset;
}

.description_and_static_blocks .product_description,
.description_and_static_blocks .item.description {
    column-count: 2;
    column-gap: 52px;
    padding-bottom: 2rem;
    font-size: 17px;
    width: 95%;
}
.description_and_static_blocks .product_description p {
    width: 84%;
}
.description_and_static_blocks .product_description:has(.item.description) {
    column-count: unset;
}
.description_and_static_blocks .product_description h3 {
    font-family: "Quicksand-Bold";
    color: #e31a82;
    font-size: 25px;
    margin-bottom: 20px;
}
.description_and_static_blocks .product_description ul {
    list-style: none;
    padding: 0px;
}
.description_and_static_blocks .product_description ul li {
    font-size: 17px;
    padding: calc(20px - 10px) 0;
}
.quality-block-points ul {
    margin: 30px auto;
    display: block;
    width: 60%;
}
.quality-block-points ul li {
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 40px;
}

.quality_block iframe {
    display: flex;
    justify-self: center;
}

.guarantee_block {
    padding-bottom: 3rem;
}
.guarantee_block p {
    font-size: 17px;
    column-count: 2;
    column-gap: 50px;
}

.offerinfo_block p {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .mobile_block_space {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        text-align: center !important;
    }
    .quality-block-points ul {
        width: 100%;
    }
    .product_description {
        column-count: 1;
    }
    .guarantee_block p {
        column-count: 1;
    }
    .quality_block iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 920px) {
    .mobile_block_space {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
.blindsAccordion {
    .card-link.accordion-title .trigger-title span:after {
        content: "" !important;
        height: 25px;
        width: 25px;
        background-image: url(../images/remove_circle.svg);
        right: 13px;
        position: absolute;
        transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .card-link.accordion-title.collapsed .trigger-title span:after {
        content: "" !important;
        height: 25px;
        width: 25px;
        background-image: url(../images/add_circle.svg);
        right: 13px;
        position: absolute;
        transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
}

#b247_faq_product_accordion {
    .collapsible_b247 {
        margin-bottom: 8px;
        cursor: pointer;
        background: #f0f1f6;
        border-radius: 5px;
        .trigger-title {
            cursor: pointer;
            span {
                padding: 20px 15px;
                font-size: 16px;
                line-height: 1;
                width: 100%;
                display: block;
                position: relative;
                font-family: "Quicksand-Bold";
                padding-right: 50px;
                display: grid;
                place-items: center;
                justify-content: left;
                color: #000000;
            }
        }
        .trigger-title span:after {
            content: "" !important;
            height: 25px;
            width: 25px;
            background-image: url(../images/add_circle.svg);
            right: 13px;
            position: absolute;
            transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
        }
    }
    .collapsible_b247.open {
        .trigger-title span:after {
            content: "" !important;
            height: 25px;
            width: 25px;
            background-image: url(../images/remove_circle.svg);
            right: 13px;
            position: absolute;
            transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
        }
    }
    .faq-product-accordion-answer {
        display: block;
        margin-bottom: 10px;
        background: #edeff0;
        padding: 10px 10px 10px 10px;
        color: #50636d;
        position: relative;
        top: -8px;
    }
}

/* // catalog search  */
.catalog-search-index .pagination {
    display: flex;
    gap: 10px;
}

.catalog-search-index .pagination a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 5px;
}

.catalog-search-index .pagination a.active {
    background-color: #e31a82;
    color: white;
}

.catalog-search-index .pagination a:hover {
    background-color: #ccc;
}

/* --- NEW CSS FOR HEADER  */
.header-container-wrapper a.logo {
    min-width: 150px;
}

._fixed .header-container-wrapper,
._fixed .website-mobile-menu {
    position: fixed;

    left: 0;

    top: 0;

    right: 0;

    z-index: 996;

    transition: top 0.3s;
}

._fixed.filter-active .header-container-wrapper {
    transition: top 0.3s;

    top: -65px;
}

._fixed .header-container-wrapper header,
._fixed .website-mobile-menu header {
    position: sticky;

    margin-bottom: 0;

    top: 0;

    left: 0;

    right: 0;

    z-index: 5;

    .header-top-div {
        padding: 1em 0 0 0;
    }
    .website-logo {
        height: auto;
        width: 117px !important;
        margin-top: -15px !important;
    }
    .lower-header .nav-item {
        /* height: 74px; */
        /* padding-top: 23px; */
        margin-top: 13px !important;
    }
    .lower-header .ipad_header .nav-item {
        height: unset !important;
        /* padding-top: 28px !important; */
    }
    .lower-header {
        margin-top: unset;
    }
}

._fixed .confidence_messages-container-247 {
    margin: 0;

    height: 0;

    overflow: hidden;

    min-height: initial;

    padding: 0;

    transition: height 0.3s;
}

._fixed .tp-wrp {
    height: 0;

    overflow: hidden;

    transition: height 0.3s;
}

._scroll-down .header-container-wrapper {
    transition: top 0.3s;

    top: -250px;
}

@media (max-width: 767px) {
    ._fixed header .header.content .logo img {
        width: 100px;
    }

    ._fixed
        header
        .header.content
        .block.block-search
        .algolia-search-block
        .block-content {
        bottom: -77px;
    }
}

@media (min-width: 768px) {
    ._fixed header .header.content .logo img {
        width: 117px !important;
    }

    ._fixed .header-mini-nav-master {
        display: none !important;

        height: 0;

        overflow: hidden;

        min-height: initial;

        padding: 0;
    }

    ._fixed .header-content-left {
        min-height: 75px;
    }

    a.pagebuilder-button-primary,
    button.pagebuilder-button-primary,
    div.pagebuilder-button-primary {
        text-decoration: none;
        background-image: none;
        background: #1979c3;
        border: 1px solid #1979c3;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin: 0 10px 10px 0;
        padding: 7px 15px;
        font-size: 1.2rem;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 2.2rem;
        border-radius: 3px;
        box-shadow: none;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 809px) {
    ._fixed header .header.content .block.block-search {
        margin: 0;

        margin-top: 15px;

        margin-left: auto;
    }
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}
#contact-form textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
.form-wrapper.contact-form {
    margin-bottom: 60px;
}
#contact-form button.action.pink:hover,
button.action.pink:focus {
    background: #720d41;
}
.attachments ul {
    list-style: none;
    padding: 0;
    li {
        padding: 10px 0;
    }
}

.contact_hub .content-banner-icon-text {
    padding-bottom: 30px;
}
.spinner {
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(0, 0, 0, 0.1); /* Light border */
    border-top: 3px solid #e81f76; /* Blue border */
    border-radius: 50%;
    animation: spin 0.8s linear infinite; /* Infinite rotation */
    position: absolute;
    top: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.how-to-fit-btn {
    width: 100%;
}
.how-to-fit-btn a {
    background-color: #e31a82 !important;
    border: none !important;
    margin: 0 !important;
    width: 100% !important;
    color: #fff !important;
}
.how-to-fit-btn a {
    margin-top: 10px !important;
    font-family: "Quicksand-Bold";
}
.aa-InputWrapperPrefix .aa-SubmitButton {
    background: 0 0;
    border: none;
    position: absolute;
    right: 8px;
    height: 32px;
    box-shadow: none;
    width: 32px;
    padding: 0;
    top: 8px;
}
.mobile-algoliya-search .aa-LoadingIndicator {
    right: 15px;
}
#add_to_cart_mobile_modal .product-item-details {
    font-size: 19px;
    text-align: center;
    padding: 0 10px;
    line-height: 23px;
}
#add_to_cart_mobile_modal .product-item-name:after {
    content: " was added to your shopping basket.";
}
#add_to_cart_mobile_modal .product-image-photo {
    max-width: 100%;
}
#add_to_cart_mobile_modal span {
    font-size: 18px;
}
#mobileModal #mobileModalLabel {
    font-size: 17px;
}
#mobileModal .mob-subcategory img {
    width: 32px;
    height: 32px;
    margin-right: 0px;
}
#mobileModal .subcat-name {
    font-size: 13px;
}
/* Back to Top Button Styling */
#backToTopBtn {
    z-index: 999;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    position: fixed;
    bottom: 50%;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    display: none;
    white-space: nowrap;
    background: #3d3936 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.font-Quicksand-Semibold {
    font-family: "Quicksand-Semibold";
}
.navbar-toggler.cat-button-mob.collapsed::after {
    content: "" !important;
    height: 25px;
    width: 25px;
    background-image: url(../images/add_circle.svg);
    right: 10px;
    top: 9px;
    position: absolute;
}
.navbar-toggler.cat-button-mob::after {
    content: "" !important;
    height: 25px;
    width: 25px;
    background-image: url(../images/remove_circle.svg);
    right: 10px;
    top: 9px;
    position: absolute;
}
.plp-expandable-content {
    padding: 0px !important;
}
.level2_options .product_option_type_label {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.level2_options .product_option_type_label .product-option-position {
    text-align: center;
    justify-content: center;
}
.level2_options .product_option_type_label .option-input-group {
    text-align: center;
    justify-content: center;
}
.right_container .product-content.level2_options .option-input-group select {
    width: fit-content;
}
.text-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}
body.checkout_cart_index {
    background-color: #eef2f7;
}
.empty_cart_shopbtn {
    background-color: #6874a2;
    border-color: #6874a2;
    margin-top: 10px;
    padding: 16px 30px;
    line-height: 16.8px;
    font-size: 14px;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .product-card a.addtowishlist{
        display: contents;
    }
.blog_page table > tbody > tr > td{
      padding: 8px 4px;
}
    .home_block_outer.container,
    .landing-page-index {
        .building-happy-home .owl-carousel .owl-item img {
            width: 95%;
            height: auto;
            margin: auto;
        }
    }

    .happy-home-carousel .owl-prev i,
    .happy-home-carousel .owl-next i,
    .carousel-247 .owl-prev i,
    .carousel-247 .owl-next i {
        font-size: 13px;
        padding: 0px;
    }

    .home_block_outer.container,
    .landing-page-index {
        .happy-home-carousel .owl-prev,
        .carousel-247 .owl-prev {
            right: 75px;
            bottom: -4.5em;
            right: 4.2em;
        }
    }
    .guides247-section .fa-arrow-left-long:before,
    .building-happy-home .fa-arrow-left-long:before {
        width: 45px;
        height: 45px;
    }
    .guides247-section .fa-arrow-right-long:before,
    .building-happy-home .fa-arrow-right-long:before {
        width: 45px;
        height: 45px;
    }
    .home_block_outer.container,
    .landing-page-index {
        .happy-home-carousel .owl-next,
        .carousel-247 .owl-next {
            bottom: -4.5em;
            right: 1.5em;
        }
    }
    .home_block_outer.container,
    .landing-page-index {
        .building-happy-home .owl-carousel .owl-item img {
            height: 195px;
            width: 100%;
            border-radius: 3px;
        }
    }
}

/* product prolable  */
@media only screen and (max-width: 767px) {
    /* ....H  */
    /* .position-bottom-right {
        right: 9px;
    }
    .position-bottom-left {
        left: 9px;
    } */
     /* Added By Syed  */
    .proLabel.position-top-right img {
        width: 45% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
    /* ....H  */
    /* .position-bottom-right {
        right: -24px;
    }
    .position-bottom-left {
        right: -24px;
    } */
}

/* for product page in slider prolable ...H*/
.productSlider {
    /* .position-bottom-left {
        left: 9px;
    }
    .position-bottom-right {
        right: 1px;
    } */
}

/* Default Light Mode */
#cartDropdown .product-item-name a {
    color: #232f3b !important;
    -webkit-text-fill-color: #232f3b !important;
  }
  
  
  @supports (-webkit-touch-callout: none) {
    #cartDropdown .product-item-name a {
      color: #000 !important;
      -webkit-text-fill-color: #000 !important;
    }
  }
  
  /* iOS WebKit-specific override for Light Mode */
  @supports (-webkit-touch-callout: none) {
    @media (prefers-color-scheme: light) {
      #cartDropdown .product-item-name a {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
      }
    }
  }
  /* checkout page */
  /* Default Light Mode for Subtotal text */
  .ord_summary_items .subtotal {
    color: #232f3b !important;
    -webkit-text-fill-color: #232f3b !important;
  }
  
  /* iOS WebKit-specific override */
  @supports (-webkit-touch-callout: none) {
    .ord_summary_items .subtotal {
      color: #000 !important;
      -webkit-text-fill-color: #000 !important;
    }
     .totals .total {
      color: #000 !important;
      -webkit-text-fill-color: #000 !important;
    }
   .cart-container-wrapper-inner.p-0 .cart.table-wrapper.mb-3 {
      background-color: #ffffff !important;
    }
  } 
  
  /* iOS WebKit-specific override for Light Mode */
  @supports (-webkit-touch-callout: none) {
    @media (prefers-color-scheme: light) {
      .ord_summary_items .subtotal {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
      }
       .totals .total {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
      }
      .cart-container-wrapper-inner.p-0 .cart.table-wrapper.mb-3 {
      background-color: #181a1b !important;
    }
    }
  }
  
  /* Default for all browsers */
  .subcat-name {
    color: #3d3936; /* Light mode default */
  }
  
  /* Detect iOS Firefox in light mode */
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    @media (prefers-color-scheme: light) {
      .subcat-name {
        color: #3d3936 !important;
      }
    }
  
    /* Detect iOS Firefox in dark mode */
    @media (prefers-color-scheme: dark) {
      .subcat-name {
        color: #fff !important;
      }
       .head-text#blog span {
      color: #000000 !important;
      -webkit-text-fill-color: #000000 !important; /* iOS Safari/WebKit fix */
    }
    }
  }

  

  