html {scroll-behavior: smooth;}
html, body, button, input, select, textarea, p{
    font-family: "Quattrocento Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #000000;
}
:root {
    --bs-primary: #dd7f41;
    --bg-lightcolor: #f9f8f3;
    --bg-darkcolor: #f0eddd;
    --primary-color: #dd7f41;
    --primary-hover: #ef7722;
	--bg-lightncolor:#f9f8f3;
}
.wsmenu .wsmenu-list li a {/*font-weight:600;*/}
.bg-lightColor {
	background-color:#f9f8f3;
}
.bg-darkColor{
	background-color:#f0eddd;
}
.pages-top-banner-sec-showroom{
	background-color:#f9f8f3;
}
.turning-ideas-show-room-sec{
	background-color:#F9F8F3;
}
.fw-semibold {	font-weight:600 !important;}
#filteroffcanvasRight .accordion-header button {font-weight500 !important;}
.footer-nav-tab{
	color:#dd7f41;
}
@media (max-width: 768px) {
    html, body, p { font-size: 14px;}
}

/* ==========================================================================
   Links
   ========================================================================== */
    a { text-decoration:none;  color:#1d2328;}
    a:focus {outline:none;}
    a:hover, a:focus {color:#000}
    a:active, a:hover {outline:0; text-decoration:none;}
	
/* ==========================================================================
   Typography
   ========================================================================== */
    h1,h2,h3,.h1,.h2,.h3, h4, .h4,
    .item-details-hold .product-desc-tab .heading-primary,
    .item-details-hold .product-desc-tab .accordion-button {
        font-family: "Prata", serif;
        
    }
    h1,h2,h3,.h1,.h2,.h3, h4, .h4{
        font-weight: 400;
        font-style: normal;
    }
     
    .home-category h3{
           font-family: "Quattrocento Sans", sans-serif;
            font-weight:600;
    }
    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { 
        color:#000000; 
        font-weight:400; 
    }
    .fw-400{font-weight:400;}
	.fw-500{font-weight:500;}
    .fw-600{font-weight:600;}
    .fw-700{font-weight:600;}
    .fw-800{font-weight:800;}
	
    .product_detail .prdct-name h1,
    .showroom-caption h3,
    .product_detail h2, 
    .product_detail h3
    {
       font-family: "Quattrocento Sans", sans-serif;
    }
    
    .showroom-caption h3 { font-weight:600; }
    h1,.h1,h2,.h2 { font-size: clamp(25px, 3vw, 32px);}
    .product_detail .prdct-name h1 { font-weight:700;}
    .showroom-caption h3{
        font-size: clamp(21px, 3vw, 27px);
    }
    .footer-nav-tab{
            font-weight:500 !important;
    }
    .f-nav a{
            color:#1d2328;
    }
    .price-cut{
               /*color: #808387; */ 
			   color: #535456;
    }
/* ==========================================================================
   Global
   ========================================================================== */
    img.lazyload {
        opacity: 0;
    }

    img.lazyloaded {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    @media (min-width: 1400px) {
        .container {width:100%; max-width:1400px;}
    }
    .page-link {color: #333;}
    .text-blue{color: #29275b;}
    .text-dark {color: #000000 !important;}
    .text-success { color: #219c03 !important;}
    .text-primary {color: var(--primary-color)!important;}
    .active > .page-link, .page-link.active {background-color:var(--primary-color); border-color:var(--primary-color);}
    .link-primary {color: var(--primary-color) !important;}

    /*--- Buttons ----*/
    .btn { border-radius:5px;}
    .btn-primary{border: solid 1px var(--primary-color); color: #FFFFFF; background: var(--primary-color);}
    .btn-primary:hover, .btn:first-child:active{background: var(--primary-hover); border: solid 1px var(--primary-hover) ;}
    .btn-primary:focus, .btn-primary.focus {box-shadow:none !important;}
    .btn-link, .btn-link:hover { color: var(--primary-color);}
    .btn-outline-primary{border: solid 1px var(--primary-color); color:var(--primary-color);}
    .btn-outline-primary:hover,
    .btn-outline-primary:focus {background: var(--primary-color); border: solid 1px var(--primary-color); color: #ffffff !important;}
    .btn-secondary{border: solid 1px #cdcdcd; color: #000000; background: #cdcdcd; padding: 0.5rem 0.4rem;}
    .btn-secondary:hover{background: #cdcdcd; border: solid 1px #cdcdcd;}
    .btn-outline-secondary{border: solid 1px #cdcdcd; color: #000000; padding: 0.5rem 0.8rem;}
    .btn-outline-secondary:hover{background: #dcdcdc; color: #000000; border: solid 1px #dcdcdc;}
    .btn-success {--bs-btn-bg: #219C03; --bs-btn-border-color: #219C03;}
    .btn-success:hover {--bs-btn-hover-bg: #177500; --bs-btn-hover-border-color: #177500;}
    .btn-custom {padding: 0.5rem 0.8rem;}

    .border-primary {border: solid 1px var(--primary-color) !important; }
    .form-check-input { border:solid 1px #4a4a4a !important;width: 1.1em;height: 1.1em;}
    .form-check-input:checked {background-color: var(--primary-color);  border-color:var(--primary-color) !important;}

    .custom-btn-css{
        color:#EF7722;
        border-bottom:1px solid #EF7722;
        text-transform:uppercase;
        font-size:14px;
    }
    .bg-light2 {background-color:var(--bg-lightcolor) !important;}
    .form-control {border:1px solid #d9d9d9;border-radius: 4px;}
    .form-control:focus {box-shadow:none !important;border-color:inherit;}
    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        box-shadow:none !important;
    }
    .carousel-item {z-index: 0;}
    .carousel-control-next, .carousel-control-prev {width: 8%;}
    .carousel-control-next-icon, .carousel-control-prev-icon {background-size: 70%;background-color: #c7c7c7; border-radius: 3px;}
    .rating-color {color: #fbc634;}
    .form-error .error {color: red !important;/* border: solid 1px red !important */}
    label.error {color: red !important;position: relative;padding: 0; padding-top: 5px;}

    .home-slider h1 {
        font-size: 3.5vmax;
        line-height: 1.3;
    }
    @media(max-width:767px){
        .home-slider h1 {
            font-size: calc(1.325rem + .9vw)
        }
    }
    .swiper-lazy-preloader {
        border: 3px solid #ef7722 !important;
        border-top-color: transparent !important;
    }
	
	select {
  border: 1px solid #EEEEEE; 
  outline: none;
  box-shadow: none;
}
.form-select {
  border-color: #000;
}
select:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;  
}
select,
select:focus,
.form-select,
.form-select:focus {
  transition: none !important;  
  border-color: #cdcdcd !important;
  box-shadow: none !important;  
  outline: none !important;
  border-radius: 3px;
}

/* ==========================================================================
    Header Css
   ========================================================================== */
    header {font-size:14px; position: relative; z-index:99; transition: all 0.4s ease; background-color: #fff; box-shadow: rgba(33, 35, 38, 0.08) 0px 10px 10px -10px;}
    header .notification-bar{background: #252120; padding: 0.1rem 1rem;}
    header .notification-bar-2{background:#f9f8f3; padding: 0 1rem;}
    @media(max-width:767px){
        .pd-page header .notification-bar-2{
            -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
        }
    }
    header.header-hide {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
        box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }
    header .header-mid-section { padding-top: 1rem; padding-bottom: 1rem;min-height: 59px;}
    .headcart-icons a {display:inline-block;}

    @media(max-width:767px){

        header .notification-bar{
            min-height: 40px;
            z-index: 99;
            position: relative;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center
        }
        header .notification-bar .header-ann{
            /*padding-left: 3.3rem;*/
            font-size: 12px;
        }
    }

    .searchbar-header { width: 100%; max-width: 360px;}
    .search-top {border: solid 1px #e6e3d2; border-radius: 25px; overflow: hidden; background-color: #f9f8f3;}
    .search-top input { background: none; padding-left: 1em; line-height: 1; min-height: 45px;}
    .search-top button{ border-radius: 0px; background: none;}
    .search-top input::placeholder {font-size: 14px; color: var(--bs-secondary-color) !important;}
    .search-toggle button {border: none; background: none;}
    .search-toggle .search-icon.icon-close, .search-toggle.opened .search-icon.icon-search {display: none; color: #000000;}
    .search-toggle .search-icon.icon-search, .search-toggle.opened .search-icon.icon-close {display: block; color: #000000;}
    .search-container {
        position: relative;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        z-index: 2;
    }
    .search-container.opened {max-height: 100px; padding: 0.6em 0;z-index: 99;}
    @media only screen and (max-width: 650px) {
        .search-container, .search-container.opened {
            position: fixed;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 99999;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border-top:solid 1px #dddddd;
            opacity: 0;
            top:59px;
            z-index: 1;
        }
        .search-container.opened {padding: 1em !important;opacity:1;}
    }
    .cart-top{
        position: absolute;
        top: -4px;
        right: -1px;
        background:#333333;
        color: #FFF;
        border-radius: 10px;
        width: 16px;
        height: 16px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
    }
	.tophead-right a span{
		color:#000000;
		font-weight:400;
	}

    .shipping-block > ul > li img {width: 36px; height:auto;}
    .topcontactbox img {width: 29px; height: 29px;}
    .tophead-right form.search-top img {width: 15px; height: 15px;}
    .available-size a {display:block;}
    .available-size-hold .size-available {min-height: 110px;padding-bottom: 40%;}

    @media screen and (max-width:640px) {
        .logo {padding-left:23px;}
    }
	 @media screen and (max-width:360px) {
            .wsanimated-arrow {
			         padding: 29px 28px 30px 12px !important;
			}
    }	
    @media screen and (max-width:575px) {
        .headcart-icons a img {width: 23px; }
    }
    .mobile-fixed-top {min-height:60px;}

    /*----*/
    .menu-text{position: relative; text-align: left !important; right: 0px;}
    .menu-text a{color: #f15b58;}

    @media(max-width:767px) {
        .topcontactbox {
            display: none !important;
        }
    }
    
    /* Header Announcement Marquee */
    .header-ann {overflow: hidden;}
    /* Marquee */
    .header-ann .marquee-track {
        display: flex;
        width: max-content;
        animation: marquee 18s linear infinite;
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
      }

      /* Text */
    .header-ann   .marquee-track span {
        white-space: nowrap;
        padding-right: 70px;
      }

      /* Smooth Animation */
      @keyframes marquee {
        from {
          transform: translate3d(0,0,0);
        }
        to {
          transform: translate3d(-50%,0,0);
        }
      }

      /* Pause on hover */
     .header-ann  .marquee:hover .marquee-track {
        animation-play-state: paused;
      }

      /* OPTIONAL: fake center start feel */
     .header-ann  .marquee-track span:first-child {
        margin-left: 40vw;
      }

/*  ======================================================
    Home
    ====================================================== */
    .home-slider-caption .btn {--bs-btn-padding-x: 2rem;}
    .home-slider-caption  picture > img { object-fit: cover;height: 100%;}
    @media screen and (min-width:1140px) {
        .home-slider-caption > div {margin-left:60px;}
    }
    .home-slider .carousel-item figure,
    .available-size-hold .size-available
    {
        overflow: hidden;
        display: block;
        position: relative;
    }
    /*
    .logo a img,
    .home-slider .carousel-item figure img,
    .available-size-hold .size-available img
    {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center center;
    }
    */
    .home-slider .carousel-item figure {padding-bottom: 37.5%}
    @media screen and (max-width:575px) {
        .home-slider .carousel-item figure {padding-bottom: 64%;}
    }
     @media screen and (max-width:768px) {
        .header-stripe-home-hold .header-stripe-home-txt { font-size: 0.65em}
     }

/* ==========================================================================
   Footer
   ========================================================================== */
    footer{background:#f0edde; /*border:solid 1px #f0eddd;*/ padding-top: 3rem; padding-bottom: 2rem; font-size: 15px;}
    .footer-nav-tab {font-weight: 600;text-transform: uppercase; margin-bottom: 0.6rem;}
    .f-nav a{padding: 6px 0;display: block;}
    @media screen and (max-width:575px) {
        .link-case { position: relative;}
        .link-case .f-nav{ border-bottom: solid 1px #DDD; padding-bottom: 0.4rem; margin-bottom: 0.5rem;}
        .link-case .f-nav h4 { 
            cursor: pointer;
            margin: 0;
            margin-bottom: 0px;
            padding: 0.5em 0.2em;
            margin-bottom: 4px;
            border-bottom: solid 1px #eee;
            background-color: #f9f9f9;
        }
        .footer-nav-tab {margin-bottom:0; padding:5px 0;cursor: pointer;}
        .link-case .f-nav .footer-nav-tab:after {content: "+"; float: right;font-size: 18px;}
        .link-case .f-nav.open .footer-nav-tab:after {content: "-"; }
        .link-case ul {max-height: 0; overflow:hidden; transition: max-height 0.5s ease-out; margin-bottom: 0; margin-left:1em;}
        .link-case ul a {padding-top: 5px; padding-bottom: 5px;}
        .link-case .f-nav.open ul {height:auto; max-height: 500px; transition: max-height 0.5s ease-in !important; }
    }

    .wh-ap-btn {
        outline: none;
        width: 50px;
        height: 50px;
        border: 0;
        background-color: #25d366;
        padding: 0;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        cursor: pointer;
        transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
        font-size: 1.5em;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wh-ap-btn::after {
        /*content: "";
        background-image: url("//i.imgur.com/cAS6qqn.png");*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60%;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
    }
    .wh-ap-btn:hover {
        opacity: 1;
        background-color: #20bf6b;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .wh-api {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
    .wh-fixed {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .wh-fixed > a {
        display: block;
        text-decoration: none;
        width: 50px;
        height: 50px;
    }
    .wh-ap-btn::before {
        content: "Talk to us";
        display: block;
        position: absolute;
        margin-right: -110px;
        margin-top: 16px;
        height: 25px;
        background: #25d366;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        border-radius: 3px;
        width: 0;
        opacity: 0;
        padding: 0;
        transition: opacity 0.4s, width 0.4s, padding 0.5s;
        padding-top: 7px;
        border-radius: 30px;
        /*box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);*/
        line-height: 1;
        font-size: 13px;
    }
    .wh-fixed > a:hover .wh-ap-btn::before {
        opacity: 1;
        width: auto;
        padding-top: 7px;
        padding-left: 10px;
        padding-right: 10px;
        width: 90px;
    }
    .whatsapp-pulse {
        width: 50px;
        height: 50px;
        left: 10px;
        bottom: 45px;
        background: #10b418;
        position: fixed;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        border-radius: 50%;
        z-index: 99;
        display: inline-block;
        line-height: 50px;
    }
    .whatsapp-pulse:before {
        position: absolute;
        content: " ";
        z-index: -1;
        bottom: -15px;
        right: -15px;
        background-color: #10b418;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        opacity: 0.6;
        -webkit-animation: pulse 1s ease-out;
        animation: pulse 1.8s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
        25% {
            -webkit-transform: scale(0.3);
            opacity: 1;
        }
        50% {
            -webkit-transform: scale(0.6);
            opacity: 0.6;
        }
        75% {
            -webkit-transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 0;
        }
    }

    @keyframes pulse {
        0% {
            transform: scale(0);
            opacity: 0;
        }
        25% {
            transform: scale(0.3);
            opacity: 1;
        }
        50% {
            transform: scale(0.6);
            opacity: 0.6;
        }
        75% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    .sociallink-footer a{display: inline-block;min-width: 30px;text-align: center;}
    .newsletter .input{border: solid 2px #d6d6d6; height: 45px;}
    .newsletter-signup-form .input-group {border:solid 1px var(--bs-primary);padding:2px;}

/*  =======================================================
    Internal Pages
    ======================================================= */
    .breadcrumb-hold {background-color:#f9f8f3; font-size: 14px;}
    .breadcrumb {justify-content: start;}

    /*------- Category Page-------*/
    .category-banner {
        background-size: cover;
        background-position: center;
    }
    .category-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media screen and (max-width:767px) {
        .category-banner {aspect-ratio: 16 / 4}
        .breadcrumb-hold {font-size: 12px;}
    }

    @media screen and (max-width:767px) {
        .subcategory { margin-bottom:1em;}
        .categorycaption { font-size: 13px; line-height: 1.4;}
        .mobile-filtericon button, .custom-select {border: none !important; background-color: #f0eddd !important; text-align: center; border-redius:3px !important;}
    }
    /* MOBILE ONLY */
    @media (max-width: 767.98px) {
        .mobile-scroll {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }
        .mobile-scroll > [class*="col"] {
            flex: 0 0 auto;
            scroll-snap-align: start;
        }
    }
    .bar-icon {
        min-width: 37px;
        height: 37px;
        margin-left: 7px;
        position: relative;
        cursor: pointer;
        background: rgba(255,255,255,0.53);
        border-radius: 2px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-box,
    .show-two .category-box,
    .show-three .category-box,
    .ctgr-list .category-box
    {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .show-two .category-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .show-three .category-box {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .bar-icon {color:#393b3a; background-color: #f0eddd; border-radius: 6px;}
    .bar-icon.active {color:#fff; background-color: #dd7f41 !important;}
    
    .soldout-tag{
        position: absolute;
        background: #e00101;
        font-size: 11px;
        padding: 0.2rem 0.4rem;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        margin: 0.1rem;
        z-index: 22;
        top: 5px;
		right:5px;
    }

    .category-box-product {
        background-color: #f9f8f3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 8px; 
        overflow: hidden;
        border: solid 1px #e2e2e2;
    }
	
    .category-box-product .discount { /*color:#FF0000;*/ color:#DC200F;}
    .category-box-product .product-size-mm { /*color: #6a6967;*/    color: #535456; font-size: 14px; padding-bottom: 3px;}
    .product-card-slider {
        display: block;
        aspect-ratio: 3 / 4;
        position: relative;
        overflow: hidden;
    }
    .product-card-slider .swiper {
        height: 100%;
    }
    .product-card-slider figure {
        display: flex;
        align-items: center;
        height: 100%;
    }

    @media (max-width: 767.98px) {
        .category-box-product .category-products-caption .cat-product-name{ 
            font-size:17px;
        }
         .category-box-product .category-products-caption  .cat-product-price{
            font-size:15px;
        }
    }
    .control {
        position: relative;
        padding-left: 28px;
        margin-bottom: 20px;
        cursor: pointer;
	/*color:#4a4a4a;*/
	font-weight:400 !important;
    }
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0 !important;
    }
    .control__indicator {
        position: absolute;
        top:0;
        left: 0;
        height: 20px;
        width: 20px;
        background: #fff;
        border-radius:3px;
        border: solid 1px #d9d9d9;
    }
    .checkout-wrapper .control__indicator{
            border: solid 1px #c1c1c1;
    }
    .control:hover input ~ .control__indicator,
    .control input:focus ~ .control__indicator {
        background: #ffffff;
        border: solid 2px #ef7722;
    }
    .control input:checked ~ .control__indicator {
        background: #ef7722;
        border-radius:3px;
        border: solid 2px #ef7722;
    }
    .control:hover input:not([disabled]):checked ~ .control__indicator,
    .control input:checked:focus ~ .control__indicator {
        background: #ef7722;
    }
    .control input:disabled ~ .control__indicator {
        background: #e6e6e6;
        opacity: 0.6;
        pointer-events: none;
    }
    .control__indicator:after {
        content: '';
        position: absolute;
        display: none;
    }
    .control input:checked ~ .control__indicator:after {display: block;}
    .control--checkbox .control__indicator:after {
        left: 5px;
        top: 1px;
        width: 6px;
        height: 11px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .control--checkbox input:disabled ~ .control__indicator:after {border-color: #7b7b7b;}
    .sub-category-hold .subcategory {max-width: 240px;}
    .subcategory .categorycaption {}
    .sub-category-hold .subcategory .figure-hold figure, 
    .sub-category-hold .subcategory .figure-hold figure img{
        border-radius:51px 10px 51px 10px;
    }
    .sub-category-hold .subcategory .figure-hold figure{
        position:relative;
        overflow:hidden;
        padding-bottom:100%;
    }
    .sub-category-hold .subcategory .figure-hold figure img {
        position:absolute;
        top:0px;
        left:0px;
        max-width:100%;
        max-height:100%;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
        -webkit-transition: all .7s ease;
        transition: all .5s ease;
    }
    .sub-category-hold .subcategory .figure-hold:hover figure img {transform: scale(1.09);}

    /*---- pagination ---*/
    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link,
    .pagination .page-link {background: none !important; border:none !important; border-radius: 4px;}
    .pagination .page-item { margin: 0 1px;}
    .pagination .page-item .page-link:hover {background: #dddddd !important; color: #000;}
    .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {background-color:var(--primary-color) !important;}

    .category-home{margin-bottom: 1rem;}
    .category-home > p > a{text-transform: uppercase; border-bottom: solid 1px #ef7722; font-size: 14px; color: #ef7722}
    .category-home figure{overflow: hidden;}
    .category-home figure img{-webkit-transition: all 0.7s ease; transition: all 0.5s ease;}
    .category-home:hover figure img{transform:scale(1.09);}
    .category-home:hover{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .category-home:hover a{color: #000000; border-bottom: solid 1px #000000}
    /* .newsletter .submit{background: #003bde; border: solid 1px #003bde; height: 45px} */
    
    
    /*============*/
    .faq-panel-section 
    .faq-panel-section .btn-link {}
    .faq-panel-section .btn-link.collapsed::after {
        transform: rotate(-90deg);
    }
    .faq-panel-section .transition-icon {
        transition: transform 0.3s ease;
    }
   /* Rotate when collapsed */
    .faq-panel-section .btn-link.collapsed .transition-icon {
        transform: rotate(-90deg);
    }

    /* Point up when expanded */
     .faq-panel-section .btn-link:not(.collapsed) .transition-icon {
        transform: rotate(0deg);
    }
    

/*  ===========================================================
    Product Page
    ===========================================================------*/
    /* Product Mobile Carousel with zoom */
    .product-mobile-image-slide img,
    .product-mobile-image-slide .video-wrapper,
    .product-mobile-image-slide .video-wrapper iframe {
        width:100%;
        height:500px;
        object-fit:cover;
    }

    .product-mobile-image-slide .video-wrapper {
        position:relative;
        cursor:pointer;
    }

    .product-mobile-image-slide .productMobileVideo figure .play-btn {
        position:absolute;
        top:50%; left:50%;
        transform:translate(-50%,-50%);
        width:15px; height:15px;
        border-radius:50%;
        z-index: 1;
        color: red;
        font-size: 13px;
    }

    /* DOTS */
    .productMobileSwiper2 .swiper-pagination-bullet { border:solid 1px #fff;height:10px; width: 10px;}
    .productMobileSwiper .swiper-wrapper {  justify-content: center;}
    .productMobileSwiper2 .swiper-pagination-bullet-active {background: var(--bs-primary);}
    .swiper-pagination { bottom:15px!important; }

    /* FRACTION */
    .product-mobile-image-slide .swiper-fraction {
        position:absolute;
        bottom:10px;
        right:15px;
        background: #323441;
        background: linear-gradient(173deg, rgba(50, 52, 65, 1) 0%, rgba(74, 78, 107, 1) 100%);
        padding:4px 10px;
        font-weight: bold;
        z-index: 10;
        border-radius: 25px;
        color: #fff;
        font-size: 11px;
    }

    /* THUMBS */
    .product-mobile-image-slide .thumb-slider {  margin-top:10px;   padding:0 10px;   }
    .product-mobile-image-slide .thumb-slider .swiper-slide { opacity:1; cursor:pointer;}
    .product-mobile-image-slide .thumb-slider .swiper-slide-thumb-active { opacity:.8; }
    .product-mobile-image-slide .thumb-slider img { width:100%; height:100%; object-fit:cover;}
    /*=================================*/

    .product-des-hold .media-box .ratio{
		    --bs-aspect-ratio: 133.33% !important;
	}

    .cut-price {text-decoration: line-through;}
    .color-brand{color:#EF7722;}
    .btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active{
        background-color:#000;
        border-color:#000;
    }
    .btn-bg-green,.btn-bg-green:hover {
        background-color:#219C03;
        border-color:#219C03;
        color: #ffffff;
        font-weight: 500;
    }
    .btn-bg-green:hover {
        background-color:#2fb30f;
        border-color:#2fb30f;
    }
    .custom-btn-css{
        color:#dd7f41;
        border-bottom:1px solid #dd7f41;
        text-transform:uppercase;
        font-size:14px;
        padding: 5px 0.1em;
    }
    .fw-500{
        font-weight:500;
    }
    .wishlist-share-hold {}
    .wishlist-share-hold .cartwishlist a,
    .wishlist-share-hold .sharebtn-hold button { display: flex; align-items: center;justify-content: center; border: none;font-size: 1.3em; font-weight: bold;width: 35px;height: 35px;}
    .wishlist-share-hold .sharebtn-hold .dropdown-toggle::after { display: none;}
    .wishlist-share-hold .sharebtn-hold .dropdown-menu {padding:6px 10px; border-radius: 25px !important; text-align: center;font-size: 1.4em;}
    .sharebtn-hold .dropdown-menu .bi:hover { position: relative; top: -1px;}
    .sharebtn-hold .bi-facebook {color:#1877F2;}
    .sharebtn-hold .bi-pinterest {color:#E60023;}
    .sharebtn-hold .bi-instagram { background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);  -webkit-background-clip: text;  background-clip: text;  -webkit-text-fill-color: transparent;}

    .price-calculator {background-color:#F9F8F3;border-radius:5px;}
    .price-calculator .table > :not(caption) > * > * { background: none;}
    .price-calculator .table {font-size: clamp(13px, 3vw, 11px);}
    .price-calculator table thead {
        background-color:#fcf1e8;
        border-radius:5px 5px 0px 0px;
    }
    .price-calculator table thead th {color: #fff;}
    .price-calculator table{
        border-radius:5px 5px 0px 0px;
    }

    .price-cut {text-decoration: line-through;}
    .price-calculator table tbody tr:nth-child(even) {background-color:var(--bg-lightncolor);}
    .price-calculator table tbody tr:nth-child(odd) {background-color:#f0eddd;}
    .price-table .discount {
        width: 100%;
        color: red;
    }
    .price-table .discount-price {color: #dd7f41; font-weight:700;}

    #add_wastage .switch input { display:none;}
    #add_wastage .switch {
        display:inline-block;
        width:52px;
        height:22px;
        transform:translateY(50%);
        position:relative;
    }
    #add_wastage  .slider {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        border-radius:30px;
        box-shadow:0 0 0 2px #ff0000, 0 0 4px #ff0000;
        cursor:pointer;
        border:4px solid transparent;
        overflow:hidden;
        transition:.4s;
    }
    #add_wastage .slider:before {
        position:absolute;
        content:"";
        width:100%;
        height:100%;
        background:#ff0000;
        border-radius:30px;
        transform:translateX(-30px);
        transition:.4s;
    }
    #add_wastage input:checked + .slider:before {
        transform:translateX(30px);
        background:limeGreen;
    }
    #add_wastage input:checked + .slider {
        box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
    }
    .item-details-hold .shop_confidence_box{
        background-color:var(--bg-lightncolor);
        border-color:var(--bg-lightncolor);
        border-radius:5px;
    }

    .item-details-hold .lisets-styles {padding-left: 1.9rem !important;}
    .item-details-hold .lisets-styles li {position: relative;list-style: none;margin-bottom: 0.4rem;} 
    .item-details-hold .lisets-styles li::before{
        content: '\F26A';
        font-family: bootstrap-icons !important;
        position: absolute;
        left: -1.6em;
        margin-right: .5em;
        color: #000;
        text-align: center;
        top: 1px;
        font-size: 16px;
    }
    .item-details-hold .payment-logo ul li img {height: 35px;}
    .item-details-hold .help-wrapper{
        border: 1px solid #E3E3E3;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
            rgba(0, 0, 0, 0.07) 0px 0px 1px 0px;
    }
	.item-details-hold .need-sample-box-sec{
		 border: 1px solid #E3E3E3;
        border-radius: 6px;
		    background: #f9f8f3;
	}
    .item-details-hold .chat-link{
        text-decoration: underline;
        font-weight: 600;
        color: #000;
    }
    .item-details-hold .question-link {color: #0D6EFD;text-decoration: underline;}
    .item-details-hold .help-wrapper .icon-circle img{max-width:26px;}

    .faq-hold {margin-bottom: 3em;}
    .faq-hold ul {margin-bottom: 0;}
    .faq-hold li {
        margin-bottom: 0.7em;
        padding-left: 0em;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 1rem;
    }
    .faq-hold .listinline li{border-bottom: none;
                             margin-bottom: 0px;
                             padding-bottom: 7px;
    }
    .faq-hold h2 {margin-top: 0;}
    .faq-quesion,
    .faq-quesion:hover {
        display: block;
        text-decoration: none;
        color: #333 !important;
        cursor: pointer;
        position: relative;
        /* font-size: 13px*/
        font-weight: 500; 
    }
    .faq-hold .detail {display: none;}
    .faq-hold .detail p {margin: 0;padding: 0.3em 1em 1em 0;}
    .faq-hold .right-arrow {
        position: absolute;
        right: 0px;
        z-index: 1;
        font-family: arial;
        font-weight: 400;
        font-size: 19px;
        color: #333;
    }

    .alsoava{display:block; border-radius: 6px;}
    .alsoava:hover{border:solid 1px #000 !important;}

    .delivery-time ul {padding-bottom: 0.8em; margin-bottom: 0.8em; border-bottom:solid 1px #ccc; padding-top: 0.2em;}
    .delivery-time ul li {padding:0.3rem 0};
    .delivery-time ul li:hover { background-color: #f8f8f8};

    .customers-reviews-sec .rating-number{
        font-size: 48px;
        font-weight: 700;
    }
    .customers-reviews-sec .review-card .bi-patch-check-fill{
        color:#25A704;
    }
    .customers-reviews-sec .nav-tabs .nav-link{
        border: none;
        color: #888;
        font-weight: 500;
    }
    .customers-reviews-sec .nav-tabs .nav-link.active{
        color: #dd7f41;
        border-bottom: 2px solid #dd7f41;
    }
    .customers-reviews-sec .review-card{
        border: 1px solid #E2E2E2;
        border-radius: 12px;
        padding: 20px;
        background: #fff;
        height: 100%;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 4px;
    }
    .customers-reviews-sec .review-card:hover{
        transform: translateY(-6px);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
    .customers-reviews-sec .review-user{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
    }
    .customer_fullname {font-size:0;}
    .customer_fullname span {
        /* background: rgba(131, 182, 221); */
        background-color: #221f1f;
        align-items:center;
        color:#ffffff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-flex;
        font-size: 16px;
        padding: 5px;
        vertical-align: middle;
        margin: 0;
        text-transform: uppercase;
        text-decoration: none;
    }
    .customer_fullname span i{
        width:max-content;
        font-style: normal;
        margin: 0 auto;
    }
    .labelimage {top:4px;left:10px;z-index: 3}
    .labelimage img {width: 100%; max-width: 80px; height: 80px;}

    .item-details-hold .real-homes-sec {background: #f9f8f3;}
    .item-details-hold .real-homes-sec .swiper {overflow: visible;}
    .item-details-hold .real-homes-sec .swiper-button-next,.item-details-hold .real-homes-sec .swiper-button-prev {position: absolute; top:-65px}
    .item-details-hold .swiper-button-next,.item-details-hold .swiper-button-prev {
        border: 1px solid #dd7f41;
        background-color: rgba(255, 255, 255, 0.64);
        color: #f26a21;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        font-size: 22px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    .item-details-hold .swiper-button-next, .item-details-hold .swiper-button-prev {
        & svg {
            color: var(--bs-primary);
        }
    }
	  .item-details-hold .swiper-button-next:hover, .item-details-hold .swiper-button-prev:hover{
        & svg {
            color: #fff;
        }
    }
	.item-details-hold .swiper-button-next:hover, .item-details-hold .swiper-button-prev:hover{
		background-color:#dd7f41;
	}
    .item-details-hold .swiper-button-prev { margin-right:8px;}
    .item-details-hold .real-homes-sec .swiper-button-next::after,.item-details-hold .real-homes-sec  .swiper-button-prev::after {font-size: 0.8em;}
    .item-details-hold .real-homes-sec .swiper-button-next {left: auto;right: 0;}
    .item-details-hold .real-homes-sec .swiper-button-prev {left: auto;right: 40px;}
    .item-details-hold .real-homes-sec .swiper-button-next.swiper-button-disabled,.item-details-hold .real-homes-sec .swiper-button-prev.swiper-button-disabled { background: none;}

    .swiper {width: 100%;overflow: hidden;}
    .swiper .swiper-wrapper {display: flex;}

    /*--------*/
    .video-section{background: #ffffff; padding: 1rem 0 2rem 0;}
    .shipping-block > ul > li{vertical-align: text-top; font-size: 15px;}
    .shipping-block{border-bottom: solid 1px #e5e5eb;}
    .shipping-block > ul{margin-bottom: 0.8rem;}
    .shipping-block > ul > li:nth-child(1){width: 18%;}
    .shipping-block > ul > li:nth-child(2){width: 18%;}
    .shipping-block > ul > li:nth-child(3){width: 28%;}
    .shipping-block > ul > li:nth-child(4){width: 22%;}
    .shipping-block > ul > li img{float: left;}

    
    
    
/*------------all-------css-------start------*/
    .showroom-section{
        overflow-x:hidden;
    }
    .our-collection-sec-home .home-category figure, .our-collection-sec-home .home-category figure img{
        border-radius:50px  15px 50px 15px;
    }
    .outdoor-paving-sec .home-category figure, .outdoor-paving-sec .home-category figure img{
        border-radius:10px;
    }
    .outdoor-paving-sec .home-category figure{
        position:relative;
        padding-bottom:106.66%;
        overflow:hidden;
    }
    .our-collection-sec-home .home-category figure{
        overflow:hidden;
        padding-bottom: 133.33%;
        position:relative;
    }
    .bathroomvanities-sec figure{
        overflow:hidden;
        padding-bottom:78.92%;
        position:relative;
    }
    .free-box-samples-sec .figure-hold{
        max-width:700px;
        margin:0px auto;
    }
    .free-box-samples-sec .figure-hold figure{
        position:relative;
        overflow:hidden;
        padding-bottom:86.20%;
    }
	.trade-accound-home-sec .figure-hold figure{
		padding-bottom:48.06%;
	}
    .review-text-col-image .figure-hold figure, .review-text-col-image .figure-hold figure img{
        border-radius:10px;
    }
    .review-text-col-image .figure-hold figure{
        position:relative;
        overflow:hidden;
        padding-bottom:86.53%;
    }
    .showroom-section  .showroom-card .figure-hold figure{
        position:relative;
        overflow:hidden;
        padding-bottom:74.34%;
    }
    .ratio-image{
        position:absolute;
        top:0px;
        left:0px;
        max-width:100%;
        max-height:100%;
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
        -webkit-transition: all .7s ease;
        transition: all .5s ease;
    }
    .home-category:hover {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .home-category figure img{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .home-category figure img:hover{
        transform: scale(1.09);
    }

    .bathroomvanities-sec .image-caption{
        height:100%;
        background-color:#221F1F;
        color:#fff;
        justify-content:center;
    }
    #ShopbyColour .home-category .caption-hold h3{

    }
    .color-box{
        width:18px;
        height:18px;
        display:inline-block;
        border-radius:50%;
        border:1px solid #E4E4E4;

    }
    .reviews-sec{
        background-color:var(--bg-lightncolor);
    }

    .review-text-col-image{	
        background-color:#FFFFFF;
        border-radius:10px;
        padding:1.2rem;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
        transition:all 0.4s ease;
        -webkit-transition:all 0.4s ease;
    }
    .review-text-col-image:hover{
        transform:translateY(-6px);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
    .text-light-gry{color:#6b6b6b;    }
    .showroom-section{
        background-color:var(--bg-lightncolor);
    }
    .showroom-section .showroom-caption  i{
        color:#dd7f41;
    }
	.showroom-section .arrow-hold{
		position:relative;
	}
    .showroom-section  .showroom-card .figure-hold figure, .showroom-section  .showroom-card .figure-hold figure img{
        border-radius:10px;
    }
    .showroom-section  .showroom-card{
        border:1px solid #f0eddd;
        border-radius:15px;
        padding:2rem;
        background-color:#f0eddd;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
        transition:all 0.4s ease;
        -webkit-transition:all 0.4s ease;
    }
	.showroom-section{
		position:relative;
	}
    .showroom-section  .showroom-card:hover{
        background-color:#fff;
    }

    .showroom-section .showroom-carousel { position: relative; }
    .showroom-section .glide__slide { padding: 10px 5px; }
    .showroom-section .swiper-button-next, .showroom-section .swiper-button-prev{
        border: 1px solid #dd7f41;
        background: #ffffffa3;
        color: #f26a21;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        font-size: 22px;
        transition:all 0.4s ease;
        -webkit-transition:all 0.4s ease;
		padding:8px;
    }
	.showroom-section .swiper-button-prev{
		    left: -122px;
	}
    .showroom-section .swiper-button-next:hover, .showroom-section .swiper-button-prev:hover{background-color:#dd7f41;color: #ffffff ;}
    .showroom-section .glide__arrow:hover i{color:#fff;}
    .showroom-section .swiper-showroom-arrow{
        position: absolute;
        top:0px;
        right: 0;
    }
   .showroom-section .swiper-pagination{
          bottom: 17px !important;
    }
    .showroom-section .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #5e5e5e;
        border-radius: 50%;
        margin: 0 4px;
        border: none;
		display:inline-block;
    }
	.showroom-section .swiper{
		overflow:visible;
	}
    .showroom-section .swiper-pagination-bullet-active { background: #f26a21; }
    .showroom-section .showroom-carousel {position: relative;}
    .showroom-section .glide__track {overflow: visible;}
    .showroom-section .swiper-slide {opacity: .5;transition: all .4s ease;}
    .showroom-section .swiper-slide-active {
        opacity: 1;
  
    }
    .real-homes-sec{
        overflow-x: hidden;
    }
	
	.explore-our-bathroom-collection, .instagram-script-sec{
		background: linear-gradient(179deg,rgba(249, 248, 243, 1) 10%, rgba(255, 255, 255, 1) 80%);
	}
	
	
	/*---------home-------page--------instagram-----------*/
	.insta-glide img{
  width:100%;
  object-fit:cover;
  border-radius:10px;
}

/* figure relative */
.insta-glide figure{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

/* black overlay */
.insta-glide figure::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

.insta-glide figure::before{
  content: "\F437";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
  font-family: bootstrap-icons !important;
  color:#fff;
  font-size:30px;
    transform: translate(-40%, -50%);
}

.insta-glide a:hover figure::after{
  opacity: 1;
}

.insta-glide a:hover figure::before{
  opacity: 1;
 transform: translate(-50%, -50%);
}

/*----------Product----Css-------Start----------*/
    .btn-custom-black{
        border-color:#000;
        color:#000;
        font-weight: 600;
    }
    .item-details-hold .usp-icon { line-height: 1.4;}
    .item-details-hold .usp-icon .icon-hold {
        width:35px;
        height:35px;
        border-radius:50%;
        background-color:#f0edddc7;
        align-content: center;
        text-align:center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .item-details-hold .usp-icon .icon-hold img{
        max-width:21px;
        margin:0px auto;
    }
    .item-details-hold .custom-radio .form-check-input{
        width:24px;
        height:24px;
        border:2px solid #f37321;
        border-radius:50%;
        appearance:none;
        -webkit-appearance:none;
        background:#fff;
        position:relative;
        cursor:pointer;
        margin-top:0;
    }
    .item-details-hold .custom-radio .form-check-input:checked{
        border-color:#f37321;
    }
    .item-details-hold .custom-radio .form-check-input:checked::after{
        content:'';
        width:12px;
        height:12px;
        background:#f37321;
        border-radius:50%;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
    }
    .item-details-hold .custom-radio .form-check-label{
        margin-left:10px;
        cursor:pointer;
    }
    .item-details-hold .form-check-input:focus{
        box-shadow:none;
    }
    .item-details-hold .input-box{
        border-color:#C0BCAB;
        outline:none;
        border-radius:5px;
    }
    .item-details-hold .input-box:focus{
        outline:0px;
        box-shadow:none;
    }	


    .item-details-hold .notes_box {
        background-color: #FFF7F2;
        padding: 13px 6px;
        border-radius: 6px;
        margin-top: 1rem;
    }
    .item-details-hold .product-desc-hold .product-desc-tab, .item-details-hold  .product-desc-tab{
        border:1px solid #E3E3E3;
        border-radius:5px;
        padding:1rem 1.5rem;
    }
    .item-details-hold  .product-desc-tab{
             padding:0.5rem 1.5rem;
             padding-right:0.7rem;
    }

    .product-desc-hold .product-desc-tab .table-striped>tbody>tr:nth-of-type(odd), .product-desc-hold .product-desc-tab .table>:not(caption)>*>*{
        border-color:#f0eddd;
        background-color:#f0eddd;
        --bs-table-striped-bg: #f0eddd;
    }
    .product-desc-hold .product-desc-tab .table>:not(caption)>*>*{
        background-color:#f9f8f3;
    }
    .product-desc-hold .product-desc-tab table tr td{
        padding-left:20px;
    }
    .product-desc-tab .offcanvas-heading{
        box-shadow:none;
        background-color:transparent;
        color:#212529;
		//color:#dd7f41;
    }
	.product-desc-tab .accordion-button:not(.collapsed){
		color:#212529;
		box-shadow:none;
        background-color:transparent;
	}
	.product-desc-tab .offcanvas-end .accordion-button::after{
		display:none;
	}
	.description .product-desc-hold .accordion-button::after{
		--bs-accordion-btn-icon-transform: rotate(-95deg);
	}
    .product-desc-tab .accordion-button:focus{
        box-shadow:none;
    }
    .product-desc-tab .accordion-item .accordion-body{
        padding-top:0.5rem;
    }

    .item-details-hold .next-link{
        text-decoration: none;
        font-weight: 600;
        color: #000;
    }
    .item-details-hold .recent-panel .teaser .teaser-item-div{
        background-color:#F9F8F3;
        border:1px solid #E2E2E2;
        border-radius:10px;
    }
    .item-details-hold .recent-panel .teaser .teaser-item-div figure, .item-details-hold .recent-panel .teaser .teaser-item-div figure img{
        border-radius:10px 10px 0 0;
    }
    .item-details-hold .recent-panel .teaser .teaser-item-div .product-list-title{
        padding:10px 10px 0px 15px;
    }
    .teaser .teaser-item-div figure{
        position:relative;
        padding-bottom:108.5%;
    }
    .teaser .teaser-item-div figure img{
        position:absolute;
        top:0px;
        left:0px;
        max-width:100%;
        max-height:100%;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }


.product-thumb-mobile .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #333;
}
.product-thumb-mobile .carousel-indicators .active {
    background-color: #333 !important;
}
.product-thumb-mobile .carousel-indicators {
    bottom: -2.2em;
}
.product-thumb-mobile .carousel{
    margin-bottom: 2em;
}
.product-thumb-mobile .video-youtube{
	border:1px solid #f0eddd;
	border-radius:6px;
	overflow:hidden;
	padding:2px;
}
.product-thumb-mobile .video-youtube img{
	border-radius:6px;
}
.video-youtube .video-play {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-youtube .button-play:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/play-icon.svg) no-repeat;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
}

/*---- Finish the look --*/
.finishthelook-panel .swiper-button-next, .finishthelook-panel .swiper-button-prev {top: 45% !important;}
.finishthelook-panel .swiper-button-next,.finishthelook-panel .swiper-button-prev {
        border: 1px solid #dd7f41;
        background-color: rgba(255, 255, 255, 1);
        color: #f26a21;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        font-size: 22px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
 .finishthelook-panel .swiper-button-next,.finishthelook-panel .swiper-button-prev {
    & svg {
        color: var(--bs-primary);
    }
}
.finishthelook-panel .swiper-button-next:hover, .finishthelook-panel .swiper-button-prev:hover{
    & svg {
        color: #fff;
    }
}
.finishthelook-panel .swiper-button-next:hover, .finishthelook-panel .swiper-button-prev:hover{
        background-color:#dd7f41;
}

  @media(max-width:767px){
      .finishthelook-panel .swiper-button-next,.finishthelook-panel .swiper-button-prev {display: none !important;}
  }



/*---- Finish the look --*/


/* ===============================
    Product----Css
   ================================-*/
   
    body.pd-page .notification-bar2,
    body.pd-page .header-stripe-new-hold { 
        display: none !important; visibility:0; 
    }
    .breadcrumb-bar-contact{
        background-color:#FFF7F2;
    }
    .contactpage-hold .contactpage-address-form-hold .field-form-hold{
        background-color:#F8F8F8;
        border-radius:10px;
        padding:2rem 1.5rem;
    }
    .contactpage-hold .field__input-wrapper {
        position: relative;
    }
    .contactpage-hold .field__label{
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }
    .contactpage-hold .field__label {
        position: absolute;
        z-index: 0;
        top: -13px;
        left: 6px;
        font-size: 78%;
        background-color: #F8F8F8;
        margin-top: 0;
        padding: 0 5px;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 0;
        font-weight: 400;
        color: inherit;
    }
    .contactpage-hold .field--show-floating-label .field__label, .contactpage-hold .field-contact-message label{
        z-index: 2;
    }
    .contactpage-hold .field--show-floating-label .field__label, .contactpage-hold .field-contact-message label{
        opacity: 1;
    }
    .contactpage-hold .field__input {
        width: 100%;
        height: auto;
        padding: 14px 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 1;
        border: solid 1px #C0BCAB;
        background-color: transparent;
    }

    .contactpage-hold .form-control:focus {
        border-color: #EF7722;
        box-shadow: none;
        background-color: transparent;
    }
    .contactpage-hold .field--show-floating-label .field__input:focus {
        outline: 0;
    }

    .contactpage-hold .showroom-loction-sec .showroom-card{
        border:1px solid #E2E2E2;
        border-radius:15px;
        padding:1.5rem;
        transition:all 0.4s ease;
        -webkit-transition:all 0.4s ease;
        height:100%;
    }
    .contactpage-hold .showroom-loction-sec .showroom-card:hover{
        border-color:#ef7722;
        transform:translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .contactpage-hold .showroom-loction-sec .showroom-card .icon-hold{
        min-width:28px;
    }
    .contactpage-hold  .google-iframe-hold iframe{
        border-radius:20px;
    }
    .install-matesr-prod-des-sec{
        background-color: #f0edde9e;
        padding-bottom:3.5rem !important;
    }
    .item-details-hold .product-desc-tab .heading-primary,
    .item-details-hold .product-desc-tab .accordion-button {
        font-size: 1.4rem;
    }
    .item-details-hold .product-desc-tab hr {margin:0;border-color: #aaaaaa}
	
	.offcanvas.offcanvas-end {
    width: 35em;
}

	
    @media(max-width:767px){
        .item-details-hold .product-desc-tab .heading-primary,
        .item-details-hold .product-desc-tab .accordion-button {
            font-size: 1rem;
        }
        .item-details-hold .product-desc-tab button {padding-bottom: 15px; padding-top: 15px;}
        
    }
        
/* =============== Checkout Pages ==============*/
    .register-checkbox { display: flex; align-items: start;}
    .register-checkbox ul { margin-bottom: 5px;; }
    .register-checkbox ul li { margin-right: 3px !important;}
    .register-checkbox input { margin-top: 5px;}

    .summary-bar { margin: 0.2rem 0 1.5rem 0;font-size: 14px;}
    .summary-bar ul li {
        padding: 1rem 1.4rem;
    }
    .summary-bar ul .active {
        border-bottom: solid 3px #dd7f41;
    }
    .summary-bar ul .active a{
        color:#dd7f41;
    }

    @media(max-width:767px){
        .summary-bar ul li{
            width: 100%;
            text-align: left;
            padding: 0.6rem 1.4rem;
            border-bottom: solid 1px #F2F2F2 !important;
        }
        .dashboard-body{display: block;}
        #dashboard{display: none;}
		.item-details-hold .real-homes-sec .swiper-button-next, .item-details-hold .real-homes-sec .swiper-button-prev{
			    top: -38px;

		}
    }


/*---------Showroom---Page---New---Css------Start-----Rmc*/
.pages-top-banner-sec-showroom .figure-hold figure{
	overflow:hidden;
	padding-bottom:66.68%;
}
         .icon-with-text-common-css .text-icon-hold {
         padding: 2.5rem;
         border-radius: 20px;
         border: 1px solid #F2E1D6;
         height: 100%;
         transition: all 0.4s ease;
         -webkit-transition: all 0.4s ease;
         }
         .icon-with-text-common-css .text-icon-hold .icon-hold {
         max-width: 60px;
         margin: 0px auto;
         }
         .icon-with-text-common-css .text-icon-hold:hover{
         transform: translateY(-5px);
         border-color: #EF7722;
         box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
         }
		 .turning-ideas-show-room-sec .text-col-with-img figure{
			overflow:hidden;
			padding-bottom:68.57%;
		 }
		 .turning-ideas-show-room-sec .text-col-with-img figure, .turning-ideas-show-room-sec .text-col-with-img figure img{
			 border-radius:10px;
		 }
		 .turning-ideas-show-room-sec .text-col-with-img{
			  padding: 1.5rem;
         border-radius: 10px;
         border: 1px solid #F2E1D6;
         height: 100%;
         transition: all 0.4s ease;
		 background-color:#ffffff;
         -webkit-transition: all 0.4s ease;
		 }
		 .turning-ideas-show-room-sec .text-col-with-img:hover{
			  transform: translateY(-5px);
         border-color: #EF7722;
         box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
		 }
		 .image-hover {
    transition: transform 0.4s ease !important;
    webkit-transition: transform 0.4s ease !important;
    animation: none;
    transform: scale(1);
    object-fit: cover;
    object-position: center;
}
.image-hover:hover {
    transform: scale(1.05);
}
        .lisets-styles-showroom-common{
         padding-left: 1.9rem !important;
         }
         .lisets-styles-showroom-common li{
         position: relative;
         list-style: none;
         margin-bottom: 0.7rem;
         }
         .lisets-styles-showroom-common li::before{
         content: '\F26A';
         font-family: bootstrap-icons !important;
         position: absolute;
         left: -1.6em;
         margin-right: .5em;
         color: #000;
         text-align: center;
         top: 0px;
         font-size: 16px;
         }
		 .imagewith-text-showroom-sec figure{
			 overflow:hidden;
			 padding-bottom:72.92%;
		 }
          .imagewith-text-showroom-sec figure, .imagewith-text-showroom-sec figure img{
			  border-radius:30px;
		  }
		  .trustpilot-sec-showroom  .trusted-logo img{
			  max-width:162px
		  }
		  
        .faq-hold-sec .accordion-button{
				font-weight:600;
			}
			.faq-hold-sec .accordion-button:not(.collapsed) {
				background-color: transparent;
				box-shadow: none;
			}
			.faq-hold-sec .accordion .accordion-item {
				margin-bottom:1rem;
				border: 1px solid #E2E2E2;
				border-radius: 12px;
				overflow: hidden;
				transition: all 0.4s 
			ease-in-out;
				-webkit-transition: all 0.4s 
			ease-in-out;
			}
			.faq-hold-sec .accordion-button{
				color:#888888 !important;
				
			}
			.faq-hold-sec .accordion-button:not(.collapsed){
				color:#000000 !important;
			}
			.faq-hold-sec .accordion .accordion-item .accordion-body {
				padding-top: 0px !important;
			}
		  
         @media(max-width:767px){
		  .icon-with-text-common-css .text-icon-hold {
         padding: 2rem 1.5rem;
         border-radius: 10px;
         }
         .icon-with-text-common-css .text-icon-hold .icon-hold {
         max-width: 50px;
         }
		 .turning-ideas-show-room-sec .text-col-with-img{
			 padding:1rem;
		 }
		  .imagewith-text-showroom-sec figure, .imagewith-text-showroom-sec figure img{
			  border-radius:15px;
		  }
		   .trustpilot-sec-showroom  .trusted-logo img{
			  max-width:140px
		  }
		  .faq-hold-showroom{
			  padding-top:2.5rem !important;
			  padding-bottom:2rem !important;
		  }
		 }
/*---------Showroom---Page---New---Css------End--*/
.header-trade-strip-wd{
	max-width:50px;
	max-height:50px;
	width:100%;
	height:100%;
	object-fit:content;
	object-position:center;
}
.header-trade-strip-tr{
	max-width:139px;
	width:100%;
	object-fit:content;
	object-position:center;
}
/*----------font-size----*/
    .fs-10 {font-size: clamp(10px, 3vw, 9px);}
    .fs-11 {font-size: clamp(11px, 3vw, 10px);}
	.fs-12 {font-size: clamp(10px, 3vw, 12px);}
    .fs-20 {font-size: clamp(16px, 3vw, 20px);}
    .fs-12 {font-size: clamp(11px, 3vw, 12px);}
    .fs-14 {font-size: clamp(13px, 3vw, 14px);}
    .fs-15 {font-size: clamp(13px, 3vw, 15px);}
    .fs-16 {font-size: clamp(14px, 3vw, 16px);}
	.fs-17 {font-size: clamp(17px, 3vw, 17px);}
    .fs-18 {font-size: clamp(15px, 3vw, 18px);}
    .fs-22 {font-size: clamp(18px, 3vw, 22px);}
    .fs-24 {font-size: clamp(20px, 3vw, 24px);}
    .fs-25 {font-size: clamp(20px, 3vw, 25px);}
	.fs-28 {font-size: clamp(21px, 3vw, 27px);}
    .fs-30 {font-size: clamp(23px, 3vw, 30px);}
	
		@media (max-width:1320px) and (min-width:768px) {
			h1, .h1, h2, .h2 {
			font-size: clamp(25px, 3vw, 28px);
		}
		.home-slider h2 {
    font-size: 3vmax;}
	     .showroom-caption h3 {
				font-size: clamp(21px, 3vw, 24px);
			}
			.fs-20 {
				font-size: clamp(16px, 3vw, 18px);
			}
			.fs-16 {
				font-size: clamp(14px, 3vw, 15px);
			}
			.showroom-section .showroom-card{
					padding: 1.5rem;
			}
			.price-calculator .table {
				font-size: clamp(11px, 3vw, 11px);
			}
			.btn{
				font-size:14px;
			}
			.fs-28 {font-size: clamp(21px, 3vw, 25px);}
		}
/*----------end ----*/

    .our-collection-sec-home, .showroom-section, .outdoor-paving-sec, .reviews-sec, .outdoor-paving-sec{
        padding-top:clamp(2rem, 3vw, 4.5rem) !important;
        padding-bottom:clamp(2rem, 3vw, 4.5rem) !important;
    }
    .bathroomvanities-sec{
        padding-bottom:clamp(2rem, 3vw, 4.5rem) !important;
    }

/*--------------desktop------------------*/
    @media(min-width:768px){
        #OutdoorPaving .col-md-3, #textColumnWithImage0044 .col-md-3{
            width:20%;
        }
		#OutdoorPaving .col-lg-3{
			 width:25%;
		}
        #ShopbyColour .col-md-3{
            width:16.66%;
        }
        #OutdoorPaving{
            --bs-gutter-x: 1.2rem;
            --bs-gutter-y: 2.3rem;
        }

        #textColumnWithImage0044{
            --bs-gutter-x: 2.3rem;
        }
        #recentProducts{
            --bs-gutter-x: 1.2rem;
        }
        .bathroomvanities-sec figure, .bathroomvanities-sec figure img{
            border-radius:20px 0 0 20px;
        }
        .bathroomvanities-sec .image-caption{
            border-radius:0px 20px 20px 0px;
            padding:1rem;
            padding-left:1.5rem
        }
        .free-box-samples-sec .image-caption{
            max-width:457px;
        }
        .review-text-col-image .figure-hold{
            min-width:156px;
            max-width:156px;
        }
        .sub-category-hold #subCategory .col-md-3{
            width:20%;	 
        }
        .item-details-hold .real-homes-sec{
            margin-top:4rem !important;
            padding-top:3.5rem !important;
            padding-bottom:4rem !important;
        }
        .item-details-hold .product-desc-hold{
            padding-top:4.5rem !important;
        }
        .item-details-hold .customers-reviews-sec{
            padding-bottom:4.5rem !important;
        }
        .wsmenu>.wsmenu-list>li>a{
            font-size:16px;
        }
		.footer-nav-tab{
			font-size:16px;
		}
    }
	
	@media(min-width:992px){
		    .bathroomvanities-sec .image-caption {
        border-radius: 0px 20px 20px 0px;
        padding: 2.5rem;
        padding-left: 4.5rem;
    }
	#OutdoorPaving .col-lg-3{
		        width: 20%;
	}
		
	}


@media(max-width:767px){
    #featuresCategories{--bs-gutter-y: 1.5rem;}
    .our-collection-sec-home .home-category figure, .our-collection-sec-home .home-category figure img{
        border-radius: 25px 10px 25px 10px;
    }
    .btn-primary, .btn-outline-primary{padding:7px 22px;}
    .outdoor-paving-sec .home-category figure, .outdoor-paving-sec .home-category figure img{
        border-radius:7px;
    }
    #OutdoorPaving, #textColumnWithImage0044, #ShopbyColour{
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 1.4rem;
    }
    #recentProducts{
        --bs-gutter-x: 0.6rem;
        --bs-gutter-y:0.6rem;
    }

    #OutdoorPaving .home-category h3 {
        margin-bottom: 0.1rem;
    }
    #OutdoorPaving .home-category .caption-hold{
        padding-top:0px !important;
    }
    .bathroomvanities-sec .image-caption{
        padding:1.5rem;
        border-radius:0px 0px 14px 14px;
    }
    .bathroomvanities-sec figure, .bathroomvanities-sec figure img{
        border-radius:14px 14px 0 0px;
    }
    .review-text-col-image .figure-hold figure, .review-text-col-image .figure-hold figure img{
        border-radius:7px;
    }
    .review-text-col-image{
        padding:0.7rem;
        padding-bottom:1.5rem;
        text-align:center;
    }
    #revewScroll{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
    }
    #revewScroll::-webkit-scrollbar{
        height: 4px;
    }
    #revewScroll::-webkit-scrollbar-track{
        background: #e5e5e5;
        border-radius: 10px;
    }
    #revewScroll::-webkit-scrollbar-thumb{
        background: #111;
        border-radius: 10px;
    }
    #revewScroll .col-6{
        flex: 0 0 65%;
        max-width: 65%;
        scroll-snap-align: start;
    }
    #revewScroll::after{
        content: "";
        flex: 0 0 10px;
    }
    .showroom-section  .showroom-card .figure-hold figure, .showroom-section  .showroom-card .figure-hold figure img{
        border-radius:7px;
    }
    .showroom-section  .showroom-card{
        border-radius:12px;
        padding:0.8rem;
    }

    .showroom-section .glide__arrows{
        position: absolute;
        top: -15px;
        right: 0;
    }
    .showroom-section .glide__arrow{
        width:40px;
        height:40px;
        font-size:17px;
    }
    .sub-category-hold .subcategory .figure-hold figure, .sub-category-hold .subcategory .figure-hold figure img{
        border-radius: 25px 10px 25px 10px;
    }
    .usp-icon .icon-hold {margin:0px auto;}
    .real-homes-sec .glide__arrow {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
    .item-details-hold .real-homes-sec .slider-arrows{top:-18px;}
    .real-homes-sec .glide__track {padding-top:3rem;}
    .product-desc-hold .product-desc-tab {padding:1rem;}
    .item-details-hold .rating-number {font-size: 38px;}
    .item-details-hold .custom-radio .form-check-input:checked::after{
        width:9px;
        height:9px;
    }
    .item-details-hold .custom-radio .form-check-input{
        width:20px;
        height:20px;
        margin-top:4px;			 
    }
    .item-details-hold .custom-radio .form-check-label{margin-left:6px;}
    .item-details-hold .lisets-styles li::before{top:0px;}
    .item-details-hold .real-homes-sec .glide__slide figure img, .item-details-hold .real-homes-sec .glide__slide figure{
        border-radius:8px;
    }
    .item-details-hold .rating-number{
        font-size:30px;
    }
    .item-details-hold #revewScroll .col-6{
        flex: 0 0 85%;
        max-width: 85%;
    }
    .item-details-hold .review-card .bi-patch-check-fill{
        font-size:13px;
    }
    .item-details-hold .recent-panel .teaser .teaser-item-div .product-list-title{
        padding: 5px 7px 0px 7px;
    }
    .contactpage-hold .contactpage-address-form-hold .field-form-hold{
        padding: 1.5rem 1rem;
        border-radius:8px;
    }
    .contactpage-hold .showroom-loction-sec .showroom-card, .contactpage-hold .google-iframe-hold iframe{
        border-radius:8px;
    }

    /*-------------space---------*/
    .reviews-sec {
        padding-top:2rem !important;
        padding-bottom:2rem !important;
    }
    .item-details-hold .real-homes-sec {
        padding-top:2.5rem !important;
        padding-bottom:2rem !important;
    }
    .item-details-hold .product-desc-hold {padding-top:1.5rem !important;}
    .item-details-hold .product-desc-hold .product-desc-tab, .item-details-hold .product-desc-tab {padding:0.5rem 0.7rem;}
    .customers-reviews-sec {padding-bottom:2.5rem !important;    }
    .outdoor-paving-sec {padding-top:2.5rem !important;}
	.product-des-hold #ps-gallery{
		    --bs-gutter-x: 0.5rem;
			    --bs-gutter-y: 0.5rem;
	}
	.breadcrumb-hold .breadcrumb .breadcrumb-item a{
		font-size:12px;
	}
	
	.notification-bar-2 .header-ann{
		font-size:12px;
	}
}

/*-----------new-------css---------start---------*/
.header-stripe-new>div:nth-child(2) {
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}
.header-stripe-new { }
@media(min-width:768px){
	    .header-stripe-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-stripe-new img {
        max-height: 40px;
    }
    .header-stripe-home-hold img { max-height: 50px;}
	.header-stripe-min-height{
		min-height:56px;
	}
	.notification-bar-2-min-height{
		min-height:32px;
	}
}


	@media (max-width:1120px) and (min-width:768px) {
       /* font-size: clamp(20px, 3vw, 20px); */
}

@media(max-width:767px){
	h1, .h1, h2, .h2{
		/*font-size:20px;*/
	}
	.prdct-name  h1{
		font-size:17px;
	}
	.fs-20 {
    font-size: clamp(15px, 3vw, 20px);
}
.showroom-caption h3 {
    font-size: clamp(18px, 3vw, 27px);
}
	    .header-stripe-new>div:nth-child(2) img {
        max-height: 40px;
		max-width:100px;
		margin:0px auto;
    }
	    .header-stripe-new img {
        max-height: 25px;
    }
	    .header-stripe-item span {
        display: block;
        font-size: 11px;
               padding-top: 4px;
        line-height: normal;
    }
	header .topbix{
		position: fixed;
        z-index: 9999;
        width: 100%;
		    background: #252120;
            padding: 0.1rem 1rem;
	}
	.product-breadcrumb nav{
            -ms-overflow-style: none;
            -webkit-overflow-scrolling: touch;
            border-bottom: 1px solid #f0eddd;
            display: block;
            overflow: auto;
            text-align: center;
            white-space: nowrap;
            font-size:11px;
	}
	.product-breadcrumb nav::-webkit-scrollbar {
            height: 0;
            width: 0
        }
	.product-breadcrumb .breadcrumb{
            display: -webkit-inline-box;
            display: inline-flex;
	    flex-wrap: nowrap;
	}
	.product-breadcrumb .breadcrumb .breadcrumb-item{
            display: -webkit-inline-box;
	}
	.product-breadcrumb .breadcrumb .breadcrumb-item a{
		
	}
        .product-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
		position:relative;
		top:3px;
	}
	.fypt-sec-home .figure-hold figure{
		margin-bottom:0.5rem;
	}
	.fypt-sec-home .home-category h3{
		margin-bottom:0.2rem;
	}
	.fypt-sec-home, .trendingStylesHome, .explore-our-bathroom-collection, .outdoorPavingHomeSec{
		padding-top:1.5rem !important;
	}
	.showroom-section{
		padding-bottom:2.5rem !important;
	}
	/*-----------Home---Page---Scroll------Css--Start----*/
	 .mobileScrollHome{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
		justify-content: start !important;
		        overflow-y: hidden;
    }
   .mobileScrollHome::-webkit-scrollbar{
        height: 4px;
		margin-top:20px;
    }
    .mobileScrollHome::-webkit-scrollbar-track{
        background: #f9f8f3;
        border-radius: 10px;
    }
    .mobileScrollHome::-webkit-scrollbar-thumb{
        background: #f0eddd;
        border-radius: 10px;
    }
    .mobileScrollHome .col-6{
        flex: 0 0 65%;
        max-width: 65%;
        scroll-snap-align: start;
    }
   .mobileScrollHome::after{
        content: "";
        flex: 0 0 10px;
    }
	.mobileScrollHome .home-category{
		position:relative;
	}
	.mobileScrollHome .caption-hold{
		position:absolute;
	    padding-top: 0px !important;
        top: 50%;
        left: 10px;
        right: 10px;
        margin: 0px auto;
        transform: translateY(-50%);
	}
	.mobileScrollHome .caption-hold h3{
		color:#fff !important;
		font-size:19px !important;
		padding-bottom:0.9rem;
	}
	.mobileScrollHome .caption-hold a{
		color:#ffffff !important;
		letter-spacing: 1px;
	}
	/*-----------Home---Page---Scroll------Css--end----*/
	
	.install-matesr-prod-des-sec{
		padding-bottom:2rem !important;
		padding-top:2rem !important;
	}
	.showroom-section .arrow-hold{
		display:none;
	}
	.showroom-section .showroom-card{
		min-height:603px;
		max-height:605px;
	}
	.showroom-section .swiper-pagination {
    bottom: 4px !important;
}
.instagram-script-sec .swiper-slide{
	margin-right:10px !important;
}
.instagram-script-sec{
	padding-bottom:0.7rem !important;
}
.essentialsNeed .swiper-slide{
	margin-right:6px !important;
}
#sticky-filter + .filters-div{
	    background: #ffffff;
    position: sticky;
    top: 59px;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    z-index: 9;
}
header .fixed-top{
        box-shadow: rgba(5, 5, 10, .08) 0 0 5px;
    }
	.home-slider .home-slider-caption{
		min-height:220px;
	}
	
.form-control, input{
	font-size:16px !important;
}
.header-stripe-min-height{
		min-height:48px;
	}	
	.notification-bar-2-min-height{
		min-height:32px;
	}
}



.mobile-fixed-height, .mobile-fixed-top {
    min-height: 59px;
}
