﻿/********** Template CSS **********/
body {
    background: #fbfbfb;
    font-family: 'DM Sans';
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}

a {
    text-decoration: none;
}

    a:hover {
        color: var(--theme-A);
    }

.accordion-button {
    border-bottom: 1px solid #d3d3d3;
}

    .accordion-button:not(.collapsed) {
        border-bottom: 1px solid #d3d3d3;
    }

.custom-it {
    max-width: 350px;
    border: 1px solid var(--border) !important;
    background: var(--white);
}

    .custom-it:hover svg path, .custom-it:hover {
        background: var(--theme-C);
        color: var(--theme-A);
        border: 1px solid var(--theme-A);
        border-radius: 7px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        fill: var(--theme-A); /* Set your hover icon color */
    }

.active-custom:hover svg path, .active-custom:hover {
    fill: var(--white); /* Set your hover icon color */
    background-color: var(--theme-A);
    color: var(--white);
    border: 1px solid var(--theme-A);
}

.active-custom, .active-custom svg path {
    fill: var(--white); /* Set your hover icon color */
    background-color: var(--theme-A);
    color: var(--white);
    border: 1px solid var(--theme-A);
}
/* ============ desktop view ============ */
@media only screen and (min-width: 768px) {

    h1, h2, h3, h4, h5, h6 {
        font-family: 'DM Sans', sans-serif;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .dm-14 {
        font-family: 'DM Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
    }

    .para-xl {
        font-family: "Roboto-Regular", "Roboto", sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: var(--black);
    }

    .para-xl-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: var(--black);
    }

    .para {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: var(--black);
    }

    .para-b {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: var(--black);
    }

    .para-s-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: var(--black);
    }

    .para-s-bold {
        font-family: "Roboto Bold", "Roboto", sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: var(--black);
    }

    .product-header {
        padding-top: 14rem;
        z-index: 1;
    }
    /** slider text **/
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border: 1px solid #ffffff;
        border-radius: 10px;
        background-color: transparent;
    }

    .carousel-indicators .active {
        background: var(--theme-A)
    }

    .slide-img {
        height: 700px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .slider-caption {
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        position: absolute;
        right: 100px;
        left: 100px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        bottom: 0;
    }

    .slider-bullet {
        top: 20%;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        position: absolute;
        right: 100px;
        left: 100px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        z-index: 111
    }

    .carousel-indicators {
        justify-content: left;
        margin-left: 5px
    }

    .home-slider {
        margin-top: 60px;
    }



    .scroll-icon {
        width: 40px;
    }

    .circle {
        height: 400px;
        opacity: 0.5
    }

    .slider-text-box {
        max-width: 441px;
        margin-top: 100px;
    }

    .slider-text {
        color: var(--black);
    }

    .gif-icon {
        z-index: 1;
        bottom: 30px
    }
    /* Rotate SVG 90 degrees */
    a.url svg {
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    /* Change font color to red on hover */
    a.url {
        transition: color 0.3s ease;
        color: var(--theme-A); /* Set your initial font color */
        text-decoration: none;
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.url:hover {
            color: var(--theme-B); /* Set your hover font color */
        }

        /* Change SVG fill color to red on hover */
        a.url svg path {
            transition: fill 0.3s ease;
        }

        a.url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    .url:hover {
        color: var(--theme-B);
    }
    /* explore button*/
    a.explore-url svg {
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    /* Change font color to red on hover */
    a.explore-url {
        transition: color 0.3s ease;
        color: var(--white); /* Set your initial font color */
        text-decoration: none;
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.explore-url:hover {
            color: var(--theme-B); /* Set your hover font color */
        }

        /* Change SVG fill color to red on hover */
        a.explore-url svg path {
            transition: fill 0.3s ease;
        }

        a.explore-url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    a.view-all-url {
        transition: .5s;
        color: var(--white);
        font-size: 16px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

        a.view-all-url svg {
            transition: transform 0.3s ease;
            transform: rotate(90deg);
            margin-top: -3px
        }

        a.view-all-url:hover {
            transition: .5s;
            color: var(--theme-B);
            font-size: 16px;
        }

        a.view-all-url svg path {
            transition: fill 0.3s ease;
        }

        a.view-all-url:hover svg path {
            fill: var(--theme-B); /* Set your hover icon color */
        }

    .view-btn:hover svg path {
        fill: var(--theme-B); /* Set your hover icon color */
    }

    .view-btn {
        text-align: center;
        border: 1px solid var(--theme-A);
        padding: 10px 20px 10px 20px;
        border-radius: 5px;
        background-color: var(--theme-A);
        box-sizing: border-box;
        font-family: 'DM Sans';
        color: #ffffff;
        line-height: normal;
        font-size: 16px;
        transition: .5s;
    }

        .view-btn:active {
            background-color: #85bdd5;
            box-sizing: border-box;
        }

        .view-btn:hover {
            background: #fff;
            transition: .5s;
            color: var(--theme-A);
            border: 1px solid var(--border-dark);
        }

    .our-story > h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 1px;
        font-family: 'DM Sans', sans-serif;
    }

    .our-range > p {
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }
    /*** our range product***/
    .range-item .range-box,
    .range-tem .range-box * {
        background: var(--feature);
        transition: .5s;
    }

    .range-box {
        background: var(--feature);
        transition: .5s;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        min-height: 270px;
    }

        .range-box * {
            color: var(--black);
        }

        .range-box h6 {
            margin-left: 10px;
        }

        .range-box:hover {
            background: var(--secondary);
        }

            .range-box:hover * {
                color: var(--white) !important;
            }
    /* Add your existing Owl Carousel CSS here */

    .owl-carousel {
        position: relative;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            min-height: 150px;
        }

    .btn-wrap {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        left: 5px; /* Adjust left and right as needed */
        right: 0;
    }

    .grey-text {
        color: #9f9d9d;
        font-size: 14px;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }

    .morecontent span {
        display: none;
    }

    .morelink {
        color: var(--theme-A);
    }

    .readmore {
        margin: 0 5px;
        color: var(--theme-A);
    }

    .prev-btn, .latest-prev-btn, .relate-prev-btn {
        float: left;
    }

    .next-btn, .latest-next-btn, .relate-next-btn {
        float: right;
    }

        .prev-btn svg, .latest-prev-btn svg, .relate-prev-btn svg,
        .next-btn svg, .latest-next-btn svg, .relate-next-btn svg {
            height: 27px;
            width: 15px;
        }

    .prev-btn svg, .latest-prev-btn svg, .relate-prev-btn svg {
        transform: rotate(-90deg);
    }

    .next-btn svg, .latest-next-btn svg, .relate-next-btn svg {
        transform: rotate(90deg);
    }



    .horizontal {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .horizontal > .range {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            transform: rotate(180deg);
            writing-mode: vertical-rl; /* 'vertical-rl' for vertical text, 'vertical-lr' for vertical text from left to right */
            text-orientation: mixed;
            font-size: 91px;
            z-index: -9;
            left: 0;
            color: #79797926;
            line-height: 48px;
        }


        .horizontal > .latest-pieces {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            transform: rotate(180deg);
            writing-mode: vertical-rl; /* 'vertical-rl' for vertical text, 'vertical-lr' for vertical text from left to right */
            text-orientation: mixed;
            font-size: 80px;
            z-index: -9;
            left: -25px;
            color: #79797926;
            line-height: 48px;
        }


        .horizontal > .best-products {
            font-family: 'DM Sans', sans-serif;
            position: absolute;
            transform: rotate(180deg);
            writing-mode: vertical-rl; /* 'vertical-rl' for vertical text, 'vertical-lr' for vertical text from left to right */
            text-orientation: mixed;
            font-size: 80px;
            left: -25px;
            z-index: -9;
            color: #79797926;
            line-height: 48px;
        }

    .service-col {
        height: 350px;
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .service-col * {
            color: var(--white);
        }

            .service-col * p {
                font-size: 18px;
                font-family: 'DM Sans';
            }

    .column {
        margin-left: auto;
        margin-right: auto
    }

    .column-1 {
        max-width: 345px;
    }

    .column-2 {
        max-width: 345px;
    }

    .column-3 {
        max-width: 283px;
    }

    .service-col * img {
        height: 90px;
        margin-bottom: 50px
    }

    .subscribe-input {
        width: 330px;
        height: 50px;
        padding: 2px 2px 2px 15px;
        background-color: var(--input);
        box-sizing: border-box;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
        color: #999999;
        text-align: left;
        border: none;
    }

    .subscribe-btn {
        width: 221px;
        height: 50px;
        padding: 2px 2px 2px 2px;
        background-color: var(--theme-A);
        box-sizing: border-box;
        font-family: 'DM Sans';
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        line-height: normal;
        border: none;
    }

    .product-header .breadcrumb-item,
    .product-header .breadcrumb-item a {
        font-weight: 500;
        color: var(--black);
        font-size: 12px;
    }

    .breadcrumb-item.active {
        color: var(--theme-A) !important;
    }

    .product-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--black);
    }

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-weight: 500;
        color: var(--black);
    }

    .breadcrumb-item .active {
        color: var(--theme-A) !important;
    }

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--black);
    }

    .col-megamenu {
        width: 190px;
    }

    .col-megamenu-img {
        width: 400px
    }

    .dropdown-menu {
        font-size: 14px;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }

    .carousel-logo {
        position: absolute;
        bottom: 0;
        display: flex;
        z-index: 2;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .leftlogo {
        margin-right: auto;
        height: 28px;
        left: 28px;
        bottom: 20px;
        position: absolute;
    }


    .rightlogo {
        margin-left: auto; /* Pushes the right logo to the right */
        height: 75px;
        right: 28px;
        bottom: 20px;
        position: absolute;
    }

    .brands-logo {
        background: var(--theme-A);
    }

    .brand-logo {
        width: 218px;
    }

    .thumbnail-img {
        background: none;
        border: none;
        height: 100px;
        width: 100px;
        margin-bottom: 10px;
    }

    .ring {
        z-index: -1;
        left: 100% !important;
    }

    .ring-size {
        height: 382px
    }
}
/* ============ desktop view end============ */



.accordion-collapse {
    max-height: 171px;
    overflow-x: scroll;
}

.select-dropdown {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 160px;
    border-radius: 5px;
    background-color: var(--input);
}


.bold-300 {
    font-weight: 300
}

.bold-500 {
    font-weight: 500
}

.bold-700 {
    font-weight: 700
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: #ffffff;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--theme-A);
    background-color: transparent;
}

.nav-link {
    color: #000000
}

    .nav-link:hover {
        color: var(--theme-A)
    }

.menu-image {
    position: relative;
}

.overimage {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 25%);
    bottom: 0
}

.image-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .image-text > a > svg {
        transition: transform 0.3s ease;
        transform: rotate(90deg);
    }

    .image-text > a:hover svg path {
        fill: var(--theme-B);
    }

    .image-text > h2, .image-text > a {
        color: var(--white);
        font-family: 'DM Sans';
    }

    .image-text > a {
        color: var(--white);
        font-size: 16px;
        font-family: 'DM Sans';
    }

    .image-text:hover > a {
        font-size: 16px;
        font-family: 'DM Sans';
        color: var(--theme-B);
    }

.tab-date {
    color: var(--border-dark);
}

.label-blog {
    background-color: var(--theme-A);
    padding: 10px;
    border-radius: 5px;
    margin-left: 50px;
    color: var(--white);
}

.shadow-box {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(189,183,189,0.96);
    -moz-box-shadow: 0px 0px 5px 1px rgba(189,183,189,0.96);
    box-shadow: 0px 0px 5px 1px rgba(189,183,189,0.96);
    border-radius: 5px;
}

.location-box {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #b1b1b1;
}

    .location-box > h6 {
        font-weight: 700;
    }

    .location-box > p {
        font-size: 12px;
    }

        .location-box > p > i {
            font-size: 12px;
            min-width: 15px;
            color: var(--theme-A);
        }

.office-logo {
    max-width: 150px;
}

.theme-bar {
    background-color: var(--theme-A)
}

.circle-bg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    border-radius: 50%;
    background-color: var(--theme-A); /* Set the background color */
    transition: background-color 0.3s; /* Add transition effect */
}

    .circle-bg:hover {
        background-color: #a0a0a0; /* Set the hover background color */
    }

    .circle-bg i {
        color: #fff; /* Set the icon color */
        font-size: 20px; /* Adjust the icon size as needed */
    }

/*** Button ***/


.field-validation-error {
    color: red;
}

.handoffLayerSectionBody {
    overflow: hidden;
    height: 50px;
    width: 100%;
}

.umbraco-forms-submitmessage {
    font-size: 2em;
    color: var(--theme-A);
}

.enquiry > h2 {
    color: var(--theme-A);
}

input[type="radio"]:checked + label {
    background-color: var(--theme-A); /* Replace with your desired color */
}

.read-more {
    color: var(--border-dark);
}

.blog > h5 {
    font-weight: bold;
}

.blog .label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

.blog-date {
    font-size: 12px
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.fabric-circle {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

    .fabric-circle:hover {
        border: 2px solid #797979;
    }

.color-circle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

    .color-circle label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid transparent;
    }

    .color-circle input[type="radio"] {
        opacity: 0;
        width: 100%;
        height: 100%;
    }


        .color-circle input[type="radio"]:checked + label {
            border: 2px solid #000;
        }

.contact-detail .fas {
    color: var(--theme-A);
    font-size: 35px;
    padding-right: 20px;
}

.contact-detail {
    font-size: 1em;
    font-family: "Roboto-Regular", "Roboto", sans-serif;
    color: #000000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

input[type="submit"] {
    background: var(--theme-A)
}

.download-file span {
    color: var(--light-grey);
    background: var(--white) !important;
}

.download-file a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.enquire {
    padding: 10px 5px;
    border-radius: 5px;
    background: var(--theme-A);
    color: #ffffff !important;
}

    .enquire:hover {
        text-decoration: underline;
    }

.act-header h4 {
    font-size: 1em;
    text-underline-offset: 0.2em;
    color: var(--light-grey);
}

.act-row {
    border: 5px;
}

    .act-row span {
        background: var(--feature);
        border-radius: 5px;
        padding: 5px;
        color: var(--light-grey);
    }

.login-form .form-label {
    font-size: 1.5em;
}

.header-title {
    font-size: 2.5em;
}

.account-header {
    font-size: 1em;
    font-weight: 500;
}
/*** Navbar ***/

.fixed-top {
    transition: .5s;
}

.login-element {
    font-family: 'DM Sans';
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
    color: var(--white);
}

    .login-element * a {
        text-decoration: underline;
    }

        .login-element * a:hover {
            color: var(--theme-A);
        }

.portal {
    color: var(--white);
}

.custom-search {
    height: 45px;
    border-radius: 10px;
    border: none;
    background: var(--input);
}

.white-gray {
    background: var(--input);
}

.col-sign p, .col-sign span {
    margin-bottom: -4px;
    font-size: 14px;
}

.search-btn {
    position: relative;
    padding: 2px 2px 2px 50px;
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #999999;
    vertical-align: none;
    text-align: left;
    text-transform: none;
    background-color: var(--theme-A);
    border-color: #dbdbdbd1;
    border-radius: 15px;
    height: 45px;
    left: -60px;
}


.top-bar a {
    color: var(--white);
    text-decoration: none
}

    .top-bar a:hover {
        color: var(--white);
        text-decoration: underline
    }

.top-bar {
    background: var(--theme-A);
    height: 45px;
    color: var(--white);
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.offer-bar {
    background: var(--secondary);
    height: 45px;
    color: var(--white);
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.menu-title {
    font-weight: 700;
    color: var(--theme-A) !important
}

.bg-gradiant {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(89, 88, 88, 0.6) 44%, rgba(58, 56, 56, 0.97) 100%);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "";
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    outline: none;
    font-size: 14px;
    font-family: 'DM Sans';
}

.dropdown-menu * {
    color: #000000;
}

.dropdown-menu {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .dropdown-menu * li {
        padding: 5px 0;
    }

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--theme-A);
    font-weight: 500;
}

.col-sign * {
    color: var(--black);
}

@media (max-width: 991.98px) {

    .logo {
        max-width: 80px;
    }

    .logo-svg {
        height: 50px;
    }

    .top-bar {
        font-size: 12px;
    }

    .draw-menu {
        font-size: 16px;
    }

    .drawer-accord {
        font-size: 16px;
    }

    .submenu {
        position: relative;
        height: 171px;
        overflow: hidden;
    }

    .shadows {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        box-shadow: 0px -30px 20px -27px rgba(0,0,0,0.15) inset;
        z-index: 1;
    }

    .list-container {
        overflow-y: scroll; /* Add scrollbar when content overflows */
        height: 100%; /* Fill the container height */
    }

    .drawer-accord, .list-group, .list-group > .list-group-item {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
    }

    .list-group-item {
        font-size: 14px;
    }

    .mobile-title {
        font-size: 14px;
    }

    .drawer-accord:last-child, .list-group:last-child, .list-group > .list-group-item:last-child {
        border: none
    }

    .feature-box * {
        font-size: 16px;
    }

    .pagination-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .pagination {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .pagination li {
            margin: 0 5px;
        }

        .pagination a {
            display: block;
            color: var(--theme-A);
            border-radius: 10px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

    .categorySelect {
        height: 100%;
    }

    .pagination a.active {
        background: var(--theme-A) !important;
        color: white;
        border: none;
    }

    .pagination a:hover:not(.active) {
        color: var(--white);
        background: var(--theme-A);
        !important
    }

    .drawer-accord:not(.collapsed) {
        color: var(--theme-A) !important
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

        .navbar .navbar-nav .nav-link {
            padding: 10px 0;
        }

    .list-group > .form-check {
        padding-top: 5px;
        padding-bottom: 5px;
        color: var(--black);
        font-size: 11px;
        width: 50%
    }
}

@media (min-width: 992px) {
    .detail-box {
        width: 300px;
        position: absolute;
        right: 150%;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        display: block;
        box-shadow: 0 5px 5px rgba(0,0,0,.2);
        z-index: 9999;
        text-align: left;
    }

    .close-button {
        display: none
    }

    .logo {
        max-width: 120px
    }

    .logo-svg {
        margin-top: 7px;
        height: 57.9px;
    }

    .bg-gradiant * {
        color: #ffffff;
    }

    .bg-gradiant input[type="text"] {
        color: #000000;
    }

    .bg-white * svg {
        fill: #000;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .accordion-item {
        background-color: transparent
    }

    .form-check-input[type="checkbox"] {
        border-radius: 0px;
    }

    .form-check-input:checked {
        background-color: var(--theme-A);
        border: none;
    }

    .filter-icon {
        height: 26px
    }

    .list-group > .form-check {
        padding-top: 5px;
        padding-bottom: 5px;
        color: var(--black);
        font-size: 18px;
    }
}
#collection-filter h5 {
    font-size: 14px !important;
}
#accordionPanelsStayOpenExample label{font-size:13px}
#categoryFilters label {
font-size:13px;
}
#accordionFlushExample label {
    font-size: 13px
}
#accordionFlushExample h5 {
    font-size: 14px !important;
}
.search-button {
    padding-left: 15px;
}

.search-wrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 101%;
    z-index: -1;
    opacity: 0; 
    -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}

    .search-wrapper.search-appear {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.header-1 .search-wrapper {
    top: 102%;
}

.search-wrapper .search-form {
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
}



.pagination {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .pagination li {
        margin: 0 5px;
    }

    .pagination a > .bi {
        color: black
    }

    .pagination a {
        display: block;
        height: 30px;
        width: 27px;
        font-size: 14px;
        padding: 5px;
        text-align: center;
        color: var(--theme-A);
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
    }

        .pagination a.active {
            background: var(--theme-A) !important;
            color: white;
            border: none;
        }

        .pagination a:hover:not(.active) {
            color: var(--white);
            background: var(--theme-A);
            !important
        }

.search-wrapper .search-form .search-input {
    -webkit-box-flex: 0;
    flex: 0 0 90%;
    -ms-flex: 0 0 calc(100% - 90px);
    -webkit-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
}

    .search-wrapper .search-form .search-input input {
        width: 100%;
        padding: 20px 0;
        border: none;
        outline: none;
        font-size: 14px;
    }

        .search-wrapper .search-form .search-input input:hover, .search-wrapper .search-form .search-input input:active, .search-wrapper .search-form .search-input input:focus {
            border: none;
            outline: none;
        }

.search-wrapper .search-form .search-submit {
    padding: 17px 0 20px;
    border: none;
    outline: none;
    -ms-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -webkit-box-flex: 0;
    flex: 0 0 40px;
}

    .search-wrapper .search-form .search-submit:hover, .search-wrapper .search-form .search-submit:active, .search-wrapper .search-form .search-submit:focus {
        border: none;
        outline: none;
    }

.search-wrapper .search-form .search-close {
    padding: 20px 0;
    cursor: pointer;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 0 50px;
    -webkit-flex: 0 0 50px;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
}

.sticky-header {
    height: 65px;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
}

.navbar .megamenu {
    padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .blog-sidebar {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .pagination-container {
        display: flex;
        justify-content: right;
        margin-top: 20px;
    }
}

.list-group-item * {
    color: var(--black);
}
/* ============ desktop view .end// ============ */


.utilty-menu-item * {
    color: #000;
}

.fabric-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 15px 3px 0;
}

.fabric-text-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.detail-box > img {
    width: 100%;
    height: 200px;
}
/* ============ mobile view ============ */
@media(max-width: 991px) {
    .detail-box {
        width: 300px;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        display: block;
        box-shadow: 0 5px 5px rgba(0,0,0,.2);
        z-index: 9999;
        text-align: left;
    }

    .close-button {
        cursor: pointer;
        border-radius: 20px;
        background: white;
        padding: 3px 10px;
    }

    .slide-news {
        font-size: 12px
    }

    .search-wrapper {
        top: 100%;
    }

    .search-wrapper {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .navbar-toggler-icon {
        color: var(--white)
    }

    .pagination-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}


/* ============ mobile view .end// ============ */
/*** Header ***/
.draw-menu {
    width: 100% !important
}

.navbar {
    padding: 0;
}

.nav-text-sub {
    font-size: 14px;
    text-decoration: none;
    color: #444;
    display: block;
    font-weight: 400;
}

    .nav-text-sub.nav-link-mega {
        padding-left: 0;
    }

.icon-dropdown {
    width: 18px;
    height: 18px;
    stroke-width: 2.5px;
}

.icon-hamburger {
    width: 24px;
    height: 24px;
}

.header-wishlist {
    color: #000;
}

.header-wishlist,
.header-hamburger {
    margin-top: 3px;
}

.site-navigation .nav-link:focus {
    color: #000;
}

.nav-item-mega:last-child a {
    padding-bottom: 0;
}

.mega-menu-img * {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-menu-heading {
    font-weight: 500;
}

.img-menu-action:hover span,
.main-menu .menu-list-item.active .nav-link,
.main-menu .menu-list-item:hover .nav-link,
.main-menu .nav-text-sub:hover {
    color: var(--secondary-color);
}

.img-menu-action:hover .icon-right-long {
    fill: var(--secondary-color);
}

.nav-link-sub:hover img.menu-img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.main-menu .nav-link {
    padding: 0;
}

.drawer-heading {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--body-color);
}

@media (min-width: 992px) {
    .main-menu .menu-list-item.active .icon,
    .main-menu .menu-list-item:hover .icon {
        stroke: var(--secondary-color);
    }

    .header-bottom {
        position: relative;
    }

    .nav-item-sub {
        padding: 8px 30px;
    }

    .submenu {
        padding: 10px 0;
    }

    .main-menu {
        margin-left: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -20px;
        margin-bottom: 0;
    }

        .main-menu > .menu-list-item {
            padding: 12px 20px;
            cursor: pointer;
        }

    .header-1 .main-menu > .menu-list-item {
        padding: 28px 20px;
        cursor: pointer;
    }

    .main-menu-2 > .menu-list-item {
        padding: 29px 20px;
    }

    .has-dropdown {
        position: relative;
    }

    .mega-menu-header {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .open-submenu {
        padding-left: 5px;
    }

    .submenu-transform {
        position: absolute;
        z-index: 99;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        top: 90%;
        left: 0;
        width: auto;
        min-width: 200px;
    }

    .has-megamenu .submenu-transform {
        width: 100%;
        background-color: #fff;
    }

    .has-dropdown .submenu-transform {
        left: -10px;
    }

    .megamenu-container {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 35px;
        margin-left: -40px;
    }

        .megamenu-container > .nav-item-sub {
            width: 25%;
            padding: 0;
            padding-left: 40px;
            padding-top: 35px;
        }

    .has-megamenu .megamenu-transform {
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

        .has-megamenu .megamenu-transform .nav-item-sub {
            padding: 20px 0 0;
        }

    .submenu-transform > .container {
        padding: 0 10px;
    }

    .megamenu-heading,
    .megamenu-heading:focus,
    .megamenu-heading:hover {
        font-size: 14px;
        font-weight: 500;
        color: #000 !important;
        border-bottom: 1px solid #ccc;
        margin-bottom: 7px;
        text-transform: uppercase;
    }

    .submenu-transform-desktop {
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-list-item:hover .submenu-transform-desktop {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .newsltter-content-1 {
        padding-left: 97px;
    }
}

@media (max-width: 991px) {
    .about-banner-wrapper {
        padding: 60px;
    }

    .header-top,
    .header-bottom {
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .search-wrapper {
        top: 100%;
    }

    .search-wrapper {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }


    .submenu-transform > .container {
        padding: 0;
    }

    .offcanvas-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .navbar-nav .dropdown-menu {
        position: fixed;
        border: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 400px;
        background: red;
        z-index: 99;
        display: block;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .navbar-nav .dropdown-menu.active {
            opacity: 1;
            visibility: visible;
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

    .nav-item-sub {
        color: #000;
        font-weight: 500;
        font-size: 15px;
    }

    .open-submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .submenu-transform {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 400px;
        height: 100%;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        z-index: 1;
        overflow: hidden;
        background-color: #fff;
    }

        .submenu-transform.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .menu-list-item {
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .icon-menu-back {
        margin-left: -.7rem;
        margin-right: 7px;
    }

    .nav-text-sub {
        font-size: 13px;
        font-weight: 500;
    }

    .mega-menu-header {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slide-text {
        font-size: 28px;
    }

    .slide-heading {
        font-size: 54px;
    }

    .section-heading {
        font-size: 40px;
    }

    .utilty-icon-wrapper {
        display: inline-block;
        margin-right: 7px;
    }

    .utility-menu > li {
        padding: 0.8rem 1rem;
    }

    .utilty-menu-item .icon {
        width: 18px;
        height: 18px;
    }

    .utilty-menu-item .icon-phone {
        width: 21px;
        height: 21px;
    }

    .video-tools {
        min-height: 500px;
    }

    .newsltter-content-1 {
        padding: 80px;
    }

    .grid-container-2 {
        grid-auto-flow: row;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .grid-container-2 .grid-item.grid-item-1,
        .grid-container-2 .grid-item.grid-item-2,
        .grid-container-2 .grid-item.grid-item-3 {
            grid-column: auto;
            grid-row: auto;
        }

    .scattered-item:nth-child(even) .scattered-details {
        margin-top: 0;
        position: absolute;
        z-index: 9;
        left: 30%;
        top: 25%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    .scattered-item {
        margin-top: 0 !important;
    }

        .scattered-item .scattered-details {
            max-width: 100%;
        }

    .scattered-content {
        padding: 55.21% 0 0 0;
    }

    .testimonial-container {
        margin-top: 48px;
    }

    .filter-sort-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
        z-index: 99;
        background: #fff;
        padding: 5px 0;
    }

    .collection-title-wrap,
    .filter-sorting {
        padding: 10px 0;
    }

    .mobile-filter-heading {
        font-weight: 500;
        font-size: 16px;
    }

    .collection-filter {
        position: fixed;
        width: 92%;
        left: 4%;
        bottom: 0;
        background: #fff;
        z-index: 99;
        padding: 10px;
        height: 75%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translatey(100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
        border-radius: 5px; 
        opacity: 0;
    }

        .collection-filter.active {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translatey(0);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; 
            opacity: 1;
        }

    .sorting-lists-mobile {
        padding-top: 20px;
    }

        .sorting-lists-mobile li {
            position: relative;
        }

            .sorting-lists-mobile li:not(:first-child) {
                padding: 7px 0;
            }

            .sorting-lists-mobile li:before {
                content: "";
                z-index: 9;
                width: 16px;
                height: 16px;
                border: 1px solid #000;
                border-radius: 0.25rem;
                display: inline-block;
                top: 3px;
                position: relative;
                margin-right: 10px;
            }

    .filter-btn {
        border: none;
        background: var(--theme-A);
        padding: 10px 30px;
        border-radius: 5px 5px 0 0;
        box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .product-details {
        margin-top: 30px;
    }

    .img-large-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

        .img-large-list .img-large-wrapper {
            width: 50%;
            min-width: 50%;
        }



    .checkout-summary-area {
        padding: 40px 16px;
        margin-top: 48px;
    }
}

#blogContent {
    max-width: 200px;
}


.product-card {
    padding: 3px;
    border-radius: 7px;
    background: var(--white);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}



.expanded {
    max-height: none;
}

.section-nav {
    background: var(--theme-A);
}

    .section-nav * {
        color: var(--white);
    }


.button {
    border: 1px solid var(--light-grey);
    float: left;
    padding-left: 0px;
    min-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 7px;
    position: relative;
}

.form-select {
    font-family: "Roboto-Regular", "Roboto", sans-serif;
}

tbody, td, tfoot, th, thead, tr {
    font-family: "Roboto-Regular", "Roboto", sans-serif;
    font-size: 18px;
}

.button:nth-child(1) {
    margin-left: 0px;
}


.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 3px;
}

    .button input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }

        .button input[type="radio"] + label {
            border: 1px solid var(--border);
            color: var(--black);
            position: relative;
            padding: 5px 10px;
            border-radius: 7px;
            max-width: 190px;
            font-size: 14px;
            background: var(--white);
        }

        .button input[type="radio"]:hover + label {
            background: var(--theme-C);
            color: var(--theme-A);
            border: 1px solid var(--theme-A);
            border-radius: 7px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .button input[type="radio"]:checked + label {
            background: var(--theme-A);
            color: var(--white);
            border: 1px solid var(--theme-A);
            border-radius: 7px;
        }

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

.custom-size {
    background: var(--theme-C);
    color: var(--theme-A);
    border: 1px solid var(--theme-A);
    border-radius: 7px;
    padding: 5px 10px;
    display: inline-block;
}

.requestqoute {
    color: var(--theme-A)
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}

    .arrow-icon.rotate {
        transform: rotate(180deg);
    }




.header-overlay {
    background: rgb(255,254,254);
    background: linear-gradient(86deg, rgba(255,254,254,1) 0%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}




.lslide > img {
    width: 100%;
}

.firm-select, .size-select {
    width: 250px
}

.send-request {
    background: var(--theme-A);
    text-align: center;
    padding: 10px 20px;
    color: var(--white);
    border-radius: 5px
}

.quantity > span {
    font-size: 18px;
    padding: 10px 10px;
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    background: transparent;
}

.plus-btn, .minus-btn {
    outline: none;
    border: none;
    color: var(--theme-A);
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}



    .minus-btn i, .plus-btn i {
        transform: scale(1.2);
    }


.overlay * {
    color: var(--white);
}



/*** trends ***/
.trend {
    background: var(--theme-A);
}

    .trend > h2, .trend > p {
        color: var(--white) !important;
    }

.stockurl {
    color: var(--theme-A);
}

    .stockurl:hover {
        color: var(--theme-B);
    }
/*** Callback ***/
.callback {
    position: relative;
}

    .callback::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
        z-index: -1;
    }


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature-box {
    background: var(--feature);
    transition: .5s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

    .feature-box:hover {
        background: var(--secondary);
    }

        .feature-box:hover * {
            color: var(--white) !important;
        }


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

    .service .nav .nav-link.active {
        border-color: var(--theme-A) !important;
        background: var(--theme-A);
    }

        .service .nav .nav-link.active h5 {
            color: #FFFFFF !important;
        }

            .service .nav .nav-link.active h5 i {
                color: #FFFFFF !important;
            }


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item {
    padding: 5px;
    border-radius: 5px
}

    .project-item > .project-img > a img {
        border-radius: 5px
    }

    .project-item .project-img span a {
        border-radius: 5px;
        position: absolute;
        width: 100%;
        height: 45px;
        bottom: 0;
        left: 0;
        font-size: 18px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(8, 8, 8, 0.32) 44%, rgba(0, 0, 0, 0.67) 100%);
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 20px;
        transition: .5s;
        color: var(--white);
    }



    .project-item:hover .project-title {
        background: var(--theme-A);
        border-color: var(--theme-A);
    }

    .project-item .project-title h4 {
        transition: .5s;
    }

.request_qoute {
    background: var(--theme-A);
    font-size: 12px;
    color: var(--white);
    border-radius: 5px;
    padding: 5px
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--theme-A);
        background: var(--light);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .project-carousel .owl-nav .owl-prev:hover,
        .project-carousel .owl-nav .owl-next:hover {
            background: var(--theme-A);
            color: var(--light);
        }


/*** best-sale ***/


.category-para {
    font-size: 1.2em;
}

.accordion-icon {
    height: 30px;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
}

.accordion-button, .list-group {
    background: transparent !important;
}

    .accordion-button > h5 {
        color: var(--theme-A);
        font-weight: bold; 
        padding-top: 5px;
    }

    .accordion-button::after {
        width: .75rem;
        height: .75rem;
        background-size: .75rem;
    }



.bd-highlight {
    color: var(--border-dark)
}

.bd-highlight {
    color: var(--border-dark)
}

.best-sale-title > h6 {
    color: var(--black);
}

.product-description {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5em;
    line-height: 1.8em;
}

/*
       .product-img {
        max-height: 200px;
    }
   */

.best-sale-title * i {
    color: var(--theme-A)
}

.best-sale-title * a, h5, h6 {
    color: var(--black)
}

.dimen-table tr > td {
    border-bottom: 1px solid var(--border);
}

.active-row > td:first-child::before {
    content: '\2039';
    font-family: 'Arial', sans-serif;
}

.active-row > td {
    color: var(--theme-A);
}

.dimen-table tr > td:first-child {
    border-bottom: none;
    width: 5%;
}

.dimen-image {
    max-width: 257px;
    max-height: 257px;
}

.best-sale-title > p {
    font-size: 16px;
    color: var(--black);
    margin-top: 10px;
    font-family: 'DM Sans';
}

.best-sale-item .best-sale-title h6 {
    transition: .5s;
}

.best-sale-img {
    padding: 5px;
}

    .best-sale-img > img {
        width: 90%;
        background-size: contain;
        border-radius: 5px;
        background-color: #fefefe;
        box-sizing: border-box;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    }

.best-sale-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

    .best-sale-carousel .owl-nav .owl-prev,
    .best-sale-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--theme-A);
        background: var(--light);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

    .team-item img {
        position: relative;
        z-index: 2;
    }

    .team-item .team-text {
        position: absolute;
        top: 0;
        right: 3rem;
        bottom: 0;
        left: 3rem;
        padding: 15px;
        border: 1px solid var(--light);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
        z-index: 1;
    }

    .team-item:hover .team-text {
        background: var(--theme-A);
        border-color: var(--theme-A);
    }

    .team-item .team-text h4 {
        transition: .5s;
    }

    .team-item:hover .team-text h4 {
        color: #FFFFFF;
    }

    .team-item .team-social .btn {
        background: var(--light);
        color: var(--theme-A);
    }

    .team-item:hover .team-social .btn {
        background: #FFFFFF;
    }

    .team-item .team-social .btn:hover {
        background: var(--theme-A);
        color: var(--light);
    }


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

    .testimonial-item .testimonial-text {
        position: relative;
        text-align: center;
    }

        .testimonial-item .testimonial-text .btn-square {
            position: absolute;
            width: 60px;
            height: 60px;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
        }

        .testimonial-item .testimonial-text::before {
            position: absolute;
            content: "";
            bottom: -60px;
            left: 50%;
            transform: translateX(-50%);
            border: 30px solid;
            border-color: var(--light) transparent transparent transparent;
        }

        .testimonial-item .testimonial-text::after {
            position: absolute;
            content: "";
            bottom: -59px;
            left: 50%;
            transform: translateX(-50%);
            border: 30px solid;
            border-color: #FFFFFF transparent transparent transparent;
        }

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        top: 6px;
        left: 6px;
        border-radius: 16px;
        background: var(--light);
        transition: .5s;
    }

    .testimonial-carousel .owl-dot.active {
        border-color: var(--theme-A);
    }

        .testimonial-carousel .owl-dot.active::after {
            background: var(--theme-A);
        }


/*** Footer ***/
.footer-box * a {
    color: var(--white);
    text-decoration: none
}

.footer {
    background: var(--black);
}

    .footer * a {
        color: var(--white);
        text-decoration: none;
        font-size: 14px;
        font-family: "Roboto-Regular", "Roboto", sans-serif;
    }

.footer-list {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--white);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    list-style: none;
}

.footer .footer-list > li {
    margin: 10px 0;
    font-size: 16px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--theme-A);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright-link {
    color: var(--white);
    text-decoration: none;
}

.copyright .oscar-living {
    color: #fff;
    border-right: 1px solid #fff;
    font-family: "Roboto-Regular", "Roboto", sans-serif;
    font-size: 14px;
}

    .copyright .oscar-living:last-child {
        border: none;
    }

.oscar-furniture {
    color: #da6a33
}

.oscar-care {
    color: #309c46
}

.copyright {
    color: var(--light);
    background: var(--black);
}

    .copyright a:hover {
        color: var(--theme-A);
    }

.scroll-btn {
    background: var(--theme-A);
    color: var(--white);
    border: 2px solid var(--secondary);
}

.modal-backdrop {
    display: none !important;
}

.modal-backdrop {
    display: none !important;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
    margin: 0 5px;
    cursor: pointer;
}

    .dot.active {
        background-color: #333;
    }

/* Cart Badge Styles */
.cart-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--theme-A);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Make cart icon clickable */
.login-icon-wrap.circle-grey.position-relative {
    cursor: pointer;
}

.login-icon-wrap.circle-grey.position-relative:hover {
    opacity: 0.8;
}

/* You Might Also Like Sidebar (Right, left of cart) Styles */
.you-might-like-sidebar {
    position: fixed;
    top: 0;
    right: -126px;
    width: 126px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.you-might-like-sidebar.open {
    right: 274px; /* Position to the left of cart sidebar (274px is cart width) */
}

.you-might-like-header {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    color: #000000;
}

.you-might-like-header h3 {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #000000;
    line-height: 1.2;
}

.you-might-like-content {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.you-might-like-footer {
    padding: 10px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.close-sidebar-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.close-sidebar-btn:hover {
    opacity: 0.6;
}

/* Shopping Cart Sidebar Styles */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -274px;
    width: 274px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cart-sidebar.open {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-A, #007bff);
    opacity: 0;
    z-index: 9998;
    display: none;
    transition: opacity 0.3s ease;
}

.cart-overlay.show {
    display: block;
    opacity: 0.2;
}

.cart-sidebar-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--theme-A, #007bff);
    color: #ffffff;
    position: relative;
}

.cart-sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.cart-count-badge {
    background-color: #ffffff;
    color: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}

.close-cart-btn:hover {
    opacity: 0.8;
}

.cart-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.empty-cart-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-item-brand {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cart-item-options {
    font-size: 12px;
    color: #666;
}

.cart-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
}

.cart-item-quantity button {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.cart-item-quantity button:hover {
    background: #f0f0f0;
    color: #000;
}

.cart-item-quantity input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}

.cart-item-remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-remove img {
    width: 18px;
    height: 18px;
    display: block;
}

.cart-item-remove:hover {
    opacity: 0.7;
}

/* Hide the old section inside cart */
.you-might-like-section {
    display: none;
}

.suggested-product-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.suggested-product-item:last-child {
    border-bottom: none;
}

.suggested-product-image {
    width: 87px;
    height: 87px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.suggested-product-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.suggested-product-name {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    color: #333;
    line-height: 1.3;
    width: 87px;
    height: 43px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.suggested-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.suggested-product-add-btn {
    background: var(--theme-A, #007bff);
    color: #ffffff;
    border: none;
    padding: 0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    width: 94px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.suggested-product-add-btn:hover {
    opacity: 0.9;
}

.cart-sidebar-footer {
    padding: 20px;
    border-top: 2px solid #e9ecef;
    background: #f8f9fa;
    margin-top: auto;
}

.shipping-info {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.shipping-progress {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
}

.shipping-progress-bar {
    height: 100%;
    background: var(--theme-A, #007bff);
    transition: width 0.3s ease;
}

.cart-total {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: right;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: var(--theme-A, #007bff);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.checkout-btn:hover {
    opacity: 0.9;
}

@media (max-width: 1200px) {
    /* On smaller screens, stack sidebars or hide "you might like" */
    .you-might-like-sidebar.open {
       
        z-index: 10001; /* Above cart sidebar */
    }
}

@media (max-width: 768px) {

    .product-header {
        padding-top: 10rem;
        z-index: 1;
    }
     
     
}
