@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  src: url(/assets/fonts/Roboto-Bold.woff) format('woff');
  src: url(/assets/fonts/Roboto-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  src: url(/assets/fonts/Roboto-Light.woff) format('woff');
  src: url(/assets/fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  src: url(/assets/fonts/Roboto-Medium.woff) format('woff');
  src: url(/assets/fonts/Roboto-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  src: url(/assets/fonts/Roboto-Regular.woff) format('woff');
  src: url(/assets/fonts/Roboto-Regular.woff2) format('woff2');
}



*, ul{
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}

figure img{max-width: 100%;}
.mg-top-30{margin-top: 30px;}
.mg-top-50{margin-top: 50px;}
.mg-bottom-30{margin-bottom: 30px;}
.uppercase{text-transform: uppercase;}
.gray-bg{background: #737373;}
.padding-none{padding: 0!important;}
.padding-bottom-none{padding-bottom: 0!important;}


/* Header Top bar section start */
.top-bar-section{
    width: 100%;
    background: #000;
    display: inline-block;
    float: left;
}
.top-bar-right{
    float: right;
    padding: 7px 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.top-bar-nav{
    display: inline-block;
}
.top-bar-nav ul{margin: 0; padding: 0;}
.top-bar-nav ul li{
    list-style-type: none;
    float: left;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Regular';
}
.top-bar-nav ul li i{
    padding-right: 5px;
}
.top-bar-nav ul li a{
    color: #FAB702;
    text-decoration: none;
}
.top-bar-nav ul li a:hover{
    text-decoration: underline;
}
.top-bar-login{
    float: right;
}
.top-bar-login ul{margin: 0; padding: 0;}
.top-bar-login ul li{
    list-style-type: none;
    float: left;
    padding: 0 10px;
}
.top-bar-login ul li:last-child{
    padding-right: 0;
}
.top-bar-login ul li a{
    background: #878684;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    padding: 3px 15px;
    text-decoration: none;
}
.top-bar-login ul li a.login{
    background: #FAB702;
}
.top-bar-login .dropdown ul.dropdown-menu {
    background-color: #ffcd39;
    padding: 5px 7px;
}
.top-bar-login .dropdown ul.dropdown-menu li {
    padding: 3px 0;
    width: 100%;
}
.top-bar-login .dropdown ul.dropdown-menu li a {
    font-size: 14px;
    text-align: center;
}
/* Header section css start */
.header-section{
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-logo-wrapper{
    width: 100%;
    float: left;
    border-bottom: #EFEEEE solid 1px;
    padding: 10px 0;
}
.header-logo{
    display: inline-block;
}
.header-logo img{
    max-width: 100%;
}
.header-right{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: end;
    column-gap: 20px;
}
.header-search-section{
    display: inline-block;
    margin-right: 10px;
    width: 50%;
    position: relative;
}
.header-search-section input{
    width: 100%;
    display: inline-block;
    border: #EBEBEB solid 1px;
    border-radius: 5px;
    padding: 5px 10px 5px 40px;
    font-size: 16px;
    font-family: 'Roboto-Light';
    outline: none;
    height: 46px;
}
.header-search-section i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px;
}
.header-cart-section{
    float: right;
    font-size: 16px;
    font-family: 'Roboto-Light';
    color: #787878;
    display: flex;
    align-items: center;
    position: relative; /* mad */
}
/* mad start */
.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon-wrapper i {
    font-size: 20px;
    color: #f7b500; /* match your yellow theme */
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #f7b500;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
}
.cart-link {
    color: inherit;           /* keep same color as text */
}
.cart-link:hover {
    color: #f7b500;           /* highlight on hover if desired */
    text-decoration: none;
}
/* mad end*/
.header-cart-section span{
    color: #787878;
    font-family: 'Roboto-Medium';
}
.header-cart-section i{
    font-size: 28px;
    color: #FAB702;
    padding-left: 10px;
}
.header-main-menu {
    width: 100%;
    display: inline-block;
}
.header-main-menu ul.navbar-nav li a {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px !important;
}
.header-main-menu ul.navbar-nav li a:hover {
    color: #FAB702;
}
.header-main-menu .navbar-collapse{justify-content: center;}

/* slider section css start here */
.slider-section{
    width: 100%;
    float: left;
}
.slider-section .carousel .carousel-inner {
    height: 640px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-wrapper {
    width: 50%;
    float: left;
    background: #242127;
    height: 640px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content{
    padding: 40px;
    position: relative;
    z-index: 9;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content h5{
    font-size: 55px;
    font-family: 'Roboto-Bold';
    color: #fff;
    padding-bottom: 30px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content p{
    font-size: 20px;
    color: #B9B9B9;
    font-family: 'Roboto-Regular';
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content a{
    background-color: #FAB702;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 50px;
    width: 250px;
    color: #fff;
    margin-top: 40px;    
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content a:hover{
    background-color: #878684;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-img {
    width: 50%;
    overflow: hidden;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-img img{
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.slider-section .carousel button span {
    opacity: 1;
    filter: none;
    background-color: #FAB702;
    height: 50px;
}
.slider-section .carousel .carousel-indicators button{
    background-color: #fff;
}
.slider-section .carousel .carousel-indicators button.active{
    background-color: #FAB702;
}
.slider-section .carousel button {
    opacity: 0.8;
}
.slider-section .carousel .carousel-control-prev, .slider-section .carousel .carousel-control-next{
    width: auto;
}
/* Content section css start here */
.content-section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}
.title-section{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    font-size: 48px;
    font-family: 'Roboto-Bold';
    color: #000;
    text-align: center;
}
.title-section span{
    color: #FAB702;
}
.title-section p {
    font-size: 28px;
    font-family: 'Roboto-Light';
    padding-top: 10px;
}
.subtitle-section{
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.subtitle-section:before{
    content: '';
    width: 40%;
    height: 3px;
    background-color: #FAB702;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20%;
    margin-top: -1px;
}
.subtitle-section span{
    font-size: 28px;
    font-family: 'Roboto-Bold';
    color: #000;
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 20px;
}
.series-product-list {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
}
.series-product-list ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.series-product-list ul li {
    list-style-type: none;
    float: left;
    padding: 20px;
    position: relative;
    vertical-align: top;
}
.series-product-list ul li a figure {
    height: 240px;
}
 
.series-product-list ul li a figure img {
    object-fit: cover;
    height: 100%;
}
.series-product-list ul li:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #D3D3D3;
    position: absolute;
    top: 15px;
    left: 15px;
}
.series-product-list ul li:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #D3D3D3;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.series-product-list ul li a {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    text-decoration: none;
    width: 205px;
    position: relative;
    z-index: 9;
}
.series-product-title {
    color: #595959;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    min-height: 54px;
}
.series-product-list ul li:hover:before, 
.series-product-list ul li:hover:after {
    transition: all 0.3s ease;
    background-color: #fab702;
}
.series-product-list ul li:hover .series-product-title{
    color: #fab702;
}

/* Testimonial section css start here */
.testimonial-section{
    width: 100%;
    padding: 85px 0;
    background: url(/assets/images/frontend/pages/home/testimonial-section-bg.png) no-repeat;position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
}
.testimonial-section:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-section .carousel {
    width: 100%;
}
.testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption{
    position: static;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    min-height: 280px;
}
.testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption h5{
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 38px;
    padding-bottom: 50px;
}
.testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    color: #FAB702;
}
.testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption p{
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
.testimonial-section .carousel .carousel-indicators button{
    width: 30px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    margin: 0;
}
.testimonial-section .carousel .carousel-indicators button.active{
    background-color: #FAB702;
}
.testimonial-section .carousel .carousel-indicators{
    bottom: -25%;
}
#carouselExampleDark-testimonial button span {
    filter: none;
}
/* Home about us section css start here */
.about-img-section{
    width: 554px;
    height: 438px;
    float: left;
    position: relative;
    margin: 30px 0 70px;
}
.about-img-section img{
    width: 100%;
    height: 438px;
    object-fit: cover;
    border-radius: 20px;
}
.about-img-overlay{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
}
.about-img-overlay img{
    width: 100%;
    height: 438px;
    object-fit: cover;
    border-radius: 20px;
}
.about-content{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.about-content-inner{
    display: block;
    padding: 20px 0 20px 80px;
}
.about-content-inner h2{
  font-size: 45px;
  color: #FAB702;  
  font-family: 'Roboto-Bold';
  padding-bottom: 10px;
}
.about-content-inner h4{
  font-size: 31px;
  color: #000;  
  font-family: 'Roboto-Medium';
  padding-bottom: 20px;
}
.about-content-inner p{
  font-size: 16px;
  color: #203A42;  
  font-family: 'Roboto-Light';
}
/* Why Us section css start here */
.why-us-section{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #F8F8F8;
}
.why-us-box{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    border: #F2F0F0 solid 1px;
    padding: 30px 10px;
}
.why-us-box:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.why-us-icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F4F3F3;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-us-box-content{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.why-us-box-content h3{
    font-size: 24px;
    font-family: 'Roboto-Medium';
    color: #000;
    margin-bottom: 20px;
}
.why-us-box-content p{
    font-size: 16px;
    color: #575555;
    font-family: 'Roboto-Light';
    margin: 0;
}

/* Newsletter section css start here */
.newsletter-section{
    width: 100%;
    float: left;
    background-image: url(/assets/images/frontend/pages/footer/newsletter-bg.png);
    background-repeat: no-repeat;    
    height: 164px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
}
.newsletter-section:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.newsletter-content{
    width: 100%;
    display: inline-block;
    position: relative;
}
.newsletter-content h4{
    font-size: 28px;
    color: #FAB702;
    font-family: 'Roboto-Medium';
}
.newsletter-content p{
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #fff;
    margin: 0;
}
.newsletter-form{
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.newsletter-form input{
    width: 55%;
    height: 60px;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    color: #787878;
    font-family: 'Roboto-Light';
    border: 0;
    outline: none;
    padding: 5px 20px;
}
.newsletter-form button{
    background: #FAB702;
    height: 60px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    text-transform: uppercase;
    width: 30%;
    border: 0;
    outline: none;
}

/* Footer section css start here */
.footer-section{
    width: 100%;
    display: inline-block;
    background-color: #2F2E2E;
}
.footer-inner{
    width: 100%;
    display: inline-block;    
    padding: 50px 0;
}
.footer-col{
    width: 100%;
    display: inline-block;
}
.footer-col h4{
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
}
.footer-nav{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.footer-nav ul{margin: 0; padding: 0;}
.footer-nav ul li{
    list-style-type: none;
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}
.footer-nav ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #878684;
    font-family: 'Roboto-Regular';
}

/* 19-08-2025 start */
.footer-social-list{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.footer-social-list ul{
    margin: 0; padding: 0;
}
.footer-social-list ul li{
    list-style-type: none;
    float: left;
    /* padding-right: 6px; */
    padding: 5px 6px 5px 0;
}
.footer-social-list ul li a{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: #fff solid 1px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    
}

.footer-social-list ul li a i {
    font-family: 'FontAwesome';
}

.footer-social-list ul li a.facebook-circul:hover{
    background-color: #3a589d;
    border: #3a589d solid 1px;
}
.footer-social-list ul li a.instagram-circul:hover{
    background-color: #3b6994;
    border: #3b6994 solid 1px;
}
.footer-social-list ul li a.twitter-circul:hover{
    background-color: #2478ba;
    border: #2478ba solid 1px;
}
.footer-social-list ul li a.envelope-circul:hover{
    background-color: #000;
    border: #000 solid 1px;
}
.footer-social-list ul li a.pinterest-circul:hover{
    background-color: #cb2320;
    border: #cb2320 solid 1px;
}
.footer-social-list ul li a.linkedin-circul:hover{
    background-color: #0072b7;
    border: #0072b7 solid 1px;
}
.footer-social-list ul li a.youtube-circul:hover{
    background-color: #c33223;
    border: #c33223 solid 1px;
}
/* 19-08-2025 end */

.footer-nav ul li a:hover{
    color: #FAB702;
}
.footer-copyright-section{
    width: 100%;
    display: inline-block;
    background-color: #000;
    padding: 25px 0;
}
.footer-copyright-nav{
    width: 100%;
    display: inline-block;
}
.footer-copyright-nav ul{margin: 0; padding: 0;}
.footer-copyright-nav ul li{
    list-style-type: none;
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.footer-copyright-nav ul li a{
    font-size: 14px;
    color: #878684;
    font-family: 'Roboto-Regular';
    text-decoration: none;
}
.footer-copyright-nav ul li a:hover{
    color: #FAB702;
    text-decoration: underline;
}
.footer-copyright-content{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto-Regular';
    text-align: center;
}
.footer-copyright-social{
    display: inline-block;
    float: right;
}
.footer-copyright-social ul{margin: 0; padding: 0;}
.footer-copyright-social ul li{
    list-style-type: none;
    float: left;
    padding: 0 5px;
}
.footer-copyright-social ul li a{
    text-decoration: none;
}

/* Product section css start here 25Augu2025 */
.product-section{
    width: 100%;
    display: inline-block;
    background-color: #f8f8f8;
    padding: 40px 0;
}
.product-list-heading {
    width: 100%;
    display: inline-block;
    background-color: #fab702;
    font-size: 24px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Roboto-Bold';
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-list-section{
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 50px;
}
.product-list-details {
    padding: 30px 20px;
    margin-bottom: 30px;
}
.product-list-img {
    display: inline-block;
    width: 100%;
}
.product-list-img img {
    width: 100%;
    object-fit: contain;
    height: 160px;
}
.product-list-content {
    display: flex;
}
.product-list-content-title {
    width: 60%;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto-Regular';
}
.product-list-content-info {
    width: 40%;
    display: inline-block;
}
.product-list-content-info ul {
    margin: 0;
    padding: 0;
}
.product-list-content-info ul li {
    list-style-type: none;
    float: left;
    padding-right: 15px;
}
.product-list-content-info ul li a {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto-Regular';
}
.product-list-enter-items {
    display: inline-block;
    width: 100%;
}
.product-list-item-title {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto-Bold';
    padding-bottom: 10px;
}
.product-list-item-form {
    width: 100%;
    display: flex;
}
.product-list-item-form-col {
    width: 100%;
    padding-right: 10px;
    display: inline-block;
}
.product-list-item-form-col:first-child {
    width: 30%;
}
.product-list-item-form-col input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: #ddd solid 1px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #000;
}
.product-other-section{
    width: 100%;
    display: inline-block;
    border-top: #ddd solid 1px;
    padding: 30px 20px;
}
.product-other-section table tbody tr {
    border-bottom: #efefef solid 2px;
}
.product-other-section table thead tr th {
    font-size: 14px;
    color: #585858;
    font-family: 'Roboto-Bold';
    padding: 5px 10px;
}
.product-other-section table tbody tr td {
    font-size: 14px;
    color: #585858;
    font-family: 'Roboto-Regular';
    padding: 10px;
}
.product-other-section table tbody tr td.qty-col{
   width: 70px; 
}
.product-other-section table tbody tr td.description-col{
   width: 300px; 
}
.product-other-section table tbody tr td input{
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    border: #ddd solid 1px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #000;
}
.side-select {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}
.side-select ul {
    margin: 0;
    padding: 0;
}
.side-select ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
}
.side-select ul li:last-child {
    padding-right: 0;
}
.side-select ul li a {
    background-color: #ddd;
    color: #585858;
    text-decoration: none;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.side-select ul li a:hover, .side-select ul li a.active {
    background-color: #FAB702;
    color: #fff;
}
.product-other-section table tbody tr td button.cart-button {
    border: 0;
    width: auto;
    height: 32px;
    display: inline-block;
    background-color: #000;
    padding: 5px 15px;
    border-radius: 4px;
}
.product-other-section table tbody tr td button.cart-button i {
    color: #fff;
}
.product-other-section table tbody tr td button.cart-button:hover {
    background-color: #FAB702;  
}

.buy-cart-section {
    width: 100%;
    display: flex;
    flex-direction: column;   /* icons on top, assembly below */
    align-items: flex-end;    /* ✅ right-align inside cell */
    gap: 8px;
}

.buy-icons {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.buy-cart-section ul {
    margin: 0;
    padding: 0;
}
.buy-cart-section ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
}
.buy-cart-section ul li a {
    text-decoration: none;
    color: #585858;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    border: #efefef solid 1px;
}
 
.buy-cart-section ul li a:hover {
    background: #efefef;
}
/* Product section css end here */

/* Shopping cart section start here */
.shopping-cart-process-section{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.shopping-cart-process-nav{
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px;
}
.shopping-cart-process-nav ul{
    margin: 0;
    padding: 0;
}
.shopping-cart-process-nav ul li{
    list-style-type: none;
    float: left;
    padding: 10px 20px;
}
.shopping-cart-process-nav ul li a{
    text-decoration: none;
    color: #c6c5c5;
    font-family: 'Roboto-Regular';
    font-size: 26px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.count-circul{
    width: 26px;
    height: 26px;
    display: flex;
    background-color: #c6c5c5;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    float: left;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.shopping-cart-process-nav ul li a.process-active{
    color: #000;
}
.shopping-cart-process-nav ul li a.process-active .count-circul{
    background-color: #000;
}
.shopping-cart-product{
    width: 100%;
    display: flex;
    float: left;
    align-items: center;
    column-gap: 20px;
    margin: 20px 0;
}
.shopping-cart-product-icon{
   display: inline-block;
}
.shopping-cart-product-img{
    display: inline-block;
    text-align: center;
}
.shopping-cart-product-img img {
    height: 110px;
}
.shopping-cart-product-title{
    display: inline-block;
}
.shopping-cart-product-icon a i {
    font-size: 16px;
    color: #a9a3a3;
}
.shopping-cart-product-icon a i:hover {
    color: #fab702;
}
.border-left{
    border-left: #ddd solid 1px;
}
.shopping-cart-summary-section {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
}
.shopping-cart-product-footer{
    width: 100%;
    display: inline-block;
    padding: 0px 20px 30px;
}
.shopping-cart-product-footer ul{
    margin: 0;
    padding: 0;
}
.shopping-cart-product-footer ul li{
    list-style-type: none;
    float: left;
    padding-right: 20px;
    margin: 5px 0;
}
.shopping-cart-product-footer ul li:last-child{
    padding-right: 0;
}
.shopping-cart-product-footer ul li a{
    text-decoration: none;
    background: #FAB702;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    display: inline-block;
    border: #FAB702 solid 2px;
    letter-spacing: 1px;
}
.shopping-cart-product-footer ul li a:hover, .shopping-cart-product-footer ul li a.active{
    color: #FAB702;
    background-color: #fff;
}
.shopping-cart-product-footer ul li a i{
    padding-right: 10px;
}
.shopping-cart-table table thead tr {
    border-bottom: #ddd solid 2px;
}
.shopping-cart-table table thead tr th {
    text-transform: uppercase;
}
/* Shopping cart section end here */

/* Express Colors Shakers section start here */
.cabinets-offer-section {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fab702;
    margin: 30px 0 40px;
    padding: 40px;
    background: #C49A25;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 50%);
}
.cabinets-offer-section h2 {
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-family: 'Roboto-Regular';
    text-align: center;
}
 
.cabinets-offer-section h4 {
    color: #fab702;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-family: 'Roboto-Bold';
    padding-top: 20px;
}
.offer-highlited {
    background-color: #f00;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    margin-top: 30px;
}
/* Express Colors Shakers section end here */

/* by Madhulika Shaker white and gray page css for modal also START */

.hinge-side .disabled {
    pointer-events: none; /* prevent clicks */
    opacity: 0.5;         /* greyed out */
    cursor: not-allowed;
}
.finished-end .disabled {
    pointer-events: none; /* prevent clicks */
    opacity: 0.5;         /* greyed out */
    cursor: not-allowed;
}
.product-list-content-title {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.title-label {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.title-label span {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}

.title-value {
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    display: flex;
    align-items: center;
    margin-top: 4px; /* spacing after the line */
}
/* Overlay */
    .assembly-label {
        display: inline-flex;    /* keeps checkbox + text on one line */
        align-items: center;     /* vertical alignment */
        gap: 6px;                /* space between checkbox and text */
        font-size: 14px;
        cursor: pointer;
    }

    .assembly-label input[type="checkbox"] {
        margin: 0;               /* remove default spacing */
        width: 15px;
    }

    .assembly-wrap {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .product-row {
        align-items: flex-start;  /* top-align table and image */
    }

    .product-image-section {
        text-align: center;
    }

     .subcategory-image {
        width: 250px;      
        height: 350px;     
        object-fit: cover; 
        /* border: 1px solid #ddd; */
        border-radius: 4px;
    } 

    /* ===== Loader Overlay ===== */
    .loader-overlay {
        position: fixed;
        inset: 0;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }
    .loader-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .loader-spinner {
        width: 50px;
        height: 50px;
        border: 5px solid #ccc;
        border-top-color: #000;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }
    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    /* Base style used by your yellow buttons */
    .shopping-cart-product-footer ul li a,
    .shopping-cart-coupon .apply-coupon-btn {
    background: #FAB702;
    color: #fff;
    border: 2px solid #FAB702;
    padding: 12px 25px;       /* Match the yellow links */
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;           /* Keep same vertical rhythm */
    transition: all 0.3s ease;
    }

    .shopping-cart-coupon .coupon-input {
    height: 40px;             /* Force same height as button */
    border: 2px solid #FAB702;
    border-right: none;
    padding: 0 15px;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    outline: none;
    }

    .shopping-cart-coupon .apply-coupon-btn:hover,
    .shopping-cart-product-footer ul li a:hover {
    background: #fff;
    color: #FAB702;
    }

    .config-popup {
        position: fixed;
        top: 0;
        right: -400px; /* hidden off-screen */
        width: 400px;
        height: 100%;
        background: #fff;
        box-shadow: -3px 0 6px rgba(0,0,0,0.2);
        z-index: 1050;
        transition: right 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
      }
      .config-popup.open {
        right: 0; /* slide in */
      }
      
      .config-popup-header {
        background: #fab702;
        color: #fff;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .config-popup-header h4 {
        margin: 0;
      }
      .config-popup-header .config-close {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
      }
      .config-popup-tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
      }
      .config-popup-tabs .tab {
        flex: 1;
        padding: 10px;
        text-align: center;
        background: #f9f9f9;
        border: none;
        cursor: pointer;
      }
      .config-popup-tabs .tab.active {
        background: #fff;
        border-bottom: 2px solid #00a2e8;
      }
      .config-popup-body {
        flex: 1;
        overflow-y: auto;
        padding: 15px;
      }
      .config-popup-body .tab-content {
        display: none;
      }
      
      .config-popup-body .tab-content.active {
        display: block;
      }
      .config-overlay {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 1040;
      }
      .config-overlay.show {
        display: block;
      }

      #modificationList {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      #modificationList li {
        background: #f9f9f9;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        margin-bottom: 10px;
        padding: 12px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: 0.2s ease;
        cursor: pointer;
      }
      
      #modificationList li:hover {
        background: #f1faff;
        border-color: #00a2e8;
      }
      /*
      #modificationList li::before {
        content: "⚙️"; /* Tool emoji for customization 
        margin-right: 10px;
        font-size: 18px;
      }
      */
            
      #modificationList li span.title {
        flex: 1;
        font-weight: 500;
        color: #333;
      }
      
      #modificationList li span.price {
        font-weight: 600;
        color: #00a2e8;
      }

      #modificationList .custom-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background: #f9f9f9;
        padding: 10px 12px;
        margin-bottom: 8px;
        border-radius: 8px;
    }
    
    #modificationList .custom-left {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
    }
    
    #modificationList .custom-left .fa-cog {
        color: #555;
    }
    
    #modificationList .custom-right {
        text-align: right;
    }
    
    #modificationList .price {
        font-weight: 600;
        color: #0099ff;
    }
    
    #modificationList .conditions {
        font-size: 12px;
        color: #666;
        margin-top: 4px;
        white-space: nowrap;
    }

    #modificationList .custom-count {
        background: #007bff;
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        padding: 2px 5px;
        position: relative;
        top: -8px;
        left: 2px;
      }
      
      
  

/* by Madhulika Shaker white and gray page css for modal also END */

/* ----------------------------- Responsive css start here ------------------------------------------- */

/* Show dropdown on hover for desktop screens only */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional - removes the delay gap */
  }
  .header-main-menu .navbar .navbar-brand{display: none;}
}

@media screen and (max-width:1499px){
   .series-product-list ul{width: 100%;}
   .series-product-list ul li{margin: 0 auto;display: inline-block;float: none;}
   .series-product-list ul li a{width: 100%;}
}


@media screen and (max-width:1199px){
   .header-main-menu ul.navbar-nav li a{padding: 10px 14px!important;}
   .about-img-section{width: 100%;}
}

@media screen and (max-width:991px){
    .header-main-menu ul.navbar-nav li a{padding: 10px 0!important;}
    .header-main-menu .navbar button.navbar-toggler{box-shadow: none;}
    .header-main-menu .navbar .container-fluid{padding: 0!important;}
    .top-bar-login{width: 252px;}
    .top-bar-login ul li{width: 100%; padding: 3px 0;}
    .top-bar-login ul li a{text-align: center;}
    .why-us-box{height: 100%;}
}

@media screen and (max-width:767px){
 .header-search-section{margin-right: 0;width: 55%;}
 .header-right{justify-content: space-between;column-gap: 10px;margin-top: 5px;}
 .header-search-section input{height: 36px; font-size: 12px;padding: 5px 5px 5px 22px;}
 .header-search-section i{top: 9px; left: 5px;font-size: 16px;}
 .title-section, .about-content-inner h2{font-size: 32px;}
 .about-content-inner h4{font-size: 24px;}
 .slider-section .carousel .carousel-inner .carousel-item .carousel-content h5{font-size: 32px;}
 .testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption{width: 100%;}
 .testimonial-section .carousel .carousel-inner .carousel-item .carousel-caption h5{font-size: 30px;}
 .about-img-section{width: 85%; height: auto;margin: 30px 0 60px;}
 /* .about-img-overlay{position: relative; top: 10px; left: 0;} */
 .about-img-section img, .about-img-overlay img{height: 300px;}
 .about-content-inner{padding-left: 0;}
 .why-us-box{margin: 10px 0;height: auto;}
 .newsletter-form{margin-top: 20px;}
 .newsletter-form input{width: 100%;}
 .newsletter-section{padding: 40px 0; height: auto;}
 .footer-col{margin-bottom: 30px;}
 .footer-col h4{text-align: center;}
 .footer-nav{text-align: center;margin-top: 10px;}
 .footer-nav ul{margin: 0 auto; display: inline-block;}
 .footer-social-list{text-align: center;}
 .footer-social-list ul{margin: 0 auto; display: inline-block;}
 .footer-copyright-nav{text-align: center;}
 .footer-copyright-nav ul{margin: 0 auto; display: inline-block;}
 .footer-copyright-nav ul li{padding-right: 20px;}
 .footer-copyright-social{width: 100%; text-align: center; margin-top: 10px;}
 .footer-copyright-social ul{margin: 0 auto; display: inline-block;}
}

@media screen and (max-width:520px){
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content h5{font-size: 26px;}
    .series-product-list ul li{width: 100%;}
    .series-product-list ul li a{width: 100%;}
    .top-bar-right{display: inline-block;width: 100%;}
    .top-bar-nav{width: 100%; text-align: center;}
    .top-bar-nav ul{margin: 0 auto; display: inline-block;}
    .top-bar-nav ul li{float: none; font-size: 12px;padding: 2px;}
    .top-bar-login{text-align: center;margin-top: 5px;width: 100%;}
    .top-bar-login ul{margin: 0 auto; display: inline-block;}
    .top-bar-login ul li a{font-size: 12px;}
    .top-bar-login ul li {width: auto;padding: 3px 10px;}
}
