/* Minification failed. Returning unminified contents.
(2396,29): run-time error CSS1030: Expected identifier, found ';'
(3316,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(3357,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
: run-time error CSS1066: Unexpected end of file encountered
 */
html {
    height: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    background-color: #FFFFFF;
    position: relative;
}

.content {
    margin: 0 8px;
}

.remove-row-margin {
    margin-left: 0;
    margin-right: 0;
}

.remove-col-padding {
    padding-left: 0;
    padding-right: 0;
}

.form-control:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}

.btn-view-all, .btn-view-all:hover {
    border: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 6px 12px;
    background-color: #03bb85;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.logo {
    height: 32px;
}

.logo2 {
    height: 50px;
}

.btn-view-price, .btn-view-price:hover {
    margin-top: 12px;
    padding: 8px 8px 8px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #708090;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
}

.login .text-danger, .register .text-danger, .forgot-password .text-danger {
    color: orangered !important;
}

.wish {
    float: right;
    color: #ff4343;
    font-size: small;
    cursor: pointer;
}

.no-wish {
    float: right;
    color: #c2c2c2;
    font-size: small;
    cursor: pointer;
}

.darkgray-color {
    color: #616161;
}

.litekgray-color {
    color: #908e8e;
}

/*.cart-count {
    background-color: #FF0000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: -11px;
    left: -43px;
    display: inline-block;
    line-height: 16px;
}*/

.cart-count {
    background-color: #FF0000;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: -11px;
    left: -43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}


.sales-enquiry-count, .service-request-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
}

.icon-reward img {
    width: 24px;
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 0) {
    .navbar {
        display: flex;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 100%;
    }

    .navbar li:nth-child(1) {
        order: 1;
    }

    .navbar li:nth-child(2) {
        order: 2;
    }

    .navbar li:nth-child(3) {
        order: 7;
    }

    .navbar li:nth-child(4) {
        order: 3;
    }

    .navbar li:nth-child(5) {
        order: 4;
    }

    .navbar li:nth-child(6) {
        order: 5;
    }

    .navbar li:nth-child(7) {
        order: 6;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: inherit;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by .relevance,
        .search-result .search-sort-by .price-low,
        .search-result .search-sort-by .price-high,
        .search-result .search-sort-by .newest {
            color: #2874f0;
            cursor: pointer;
        }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }
}

.add-to-cart-btn {
    display: none;
    background-color: #61B776;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 80%;
    transition: all 0.3s ease;
    margin-top: -40px;
}
.add-to-contact-btn {
    display: none;
    background-color: red;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 80%;
    transition: all 0.3s ease;
    margin-top: -40px;
}

.add-to-buy-btn {
    display: none;
    background-color: #61b776;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 80%;
    transition: all 0.3s ease;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.add-to-cart-btn:hover {
    display:block;
    background-color: #4a9b5e;
}*/

/*product-img-holder:hover {
    display: block;
}

.product-img-holder:hover ~ .add-to-cart-btn {
    display: block;*/ /* Show when hovering on .class-a */
/*}*/
/*.add-to-cart-btn {
    display: none; 
}*/

.product-img-holder:hover ~ .product-content-holder .add-to-cart-btn,
.product-content-holder:hover .add-to-cart-btn {
    display: block !important; /* Show button when hovering on image or content */
}

.product-img-holder:hover ~ .product-content-holder .add-to-contact-btn,
.product-content-holder:hover .add-to-contact-btn {
    display: block !important; /* Show button when hovering on image or content */
}

@media (max-width: 768px) {
    .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 576px) {
    .navbar {
        display: flex;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 100%;
    }

    .navbar li:nth-child(1) {
        order: 1;
    }

    .navbar li:nth-child(2) {
        order: 2;
    }

    .navbar li:nth-child(3) {
        order: 4;
    }

    .navbar li:nth-child(4) {
        order: 3;
    }

    .navbar li:nth-child(5) {
        order: 5;
    }

    .navbar li:nth-child(6) {
        order: 6;
    }

    .navbar li:nth-child(7) {
        order: 7;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}


@media (min-width: 576px) {
    .product-list .product-img-holder {
        width: 90%;
        height: 195px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-img-holder.product-card {
        width: 90%;
        height: 195px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar {
        display: inline-block;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }

    .product-list .product-img-holder {
        width: 90%;
        height: 195px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-img-holder.product-card {
        width: 90%;
        height: 195px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .Rewardpadding {
        padding: 5px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navbar {
        display: inline-block;
    }

    .fixed-top {
        position: fixed;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: block;
    }

    .footer-bottom .col-sm-12 p {
        text-align: right;
    }

    .search-result .search-sort-by {
        display: block;
    }

        .search-result .search-sort-by ul {
            display: ruby;
            display: flex;
        }

    .specification table tr td:first-child {
        white-space: nowrap;
    }

    .product-list .product-img-holder {
        width: 90%;
        height: 217px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-img-holder.product-card {
        width: 90%;
        height: 217px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .Rewardpadding {
        padding: 6px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 110px;
        padding: 21px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar {
        display: block;
    }

    .fixed-top {
        position: fixed;
    }

    /* .content {
        padding: 87px 0 64px 0;
    }*/
    @media (min-width: 1200px) {
        .content {
            padding: 0px 0 64px 0;
            background-color: white;
        }
    }
    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 0px !important;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: block;
    }

    .footer-bottom .col-sm-12 p {
        text-align: right;
    }

    .search-result .search-sort-by {
        display: block;
    }

        .search-result .search-sort-by ul {
            display: ruby;
            display: flex;
        }

    .specification table tr td:first-child {
        white-space: nowrap;
    }

    .product-list .product-img-holder {
        width: 90%;
        height: 235px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-img-holder.product-card {
        width: 90%;
        height: 235px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .Rewardpadding {
        padding: 16px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}


@media (min-width: 1300px) {

    .product-list .product-img-holder {
        width: 90%;
        height: 251px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-img-holder.product-card {
        width: 90%;
        height: 251px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

@media (min-width: 1400px) {

    /*    .product-list .product-img-holder {
        width: 90%;
        height: 245px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }*/
    .product-img-holder.product-card {
        width: 90%;
        height: 245px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}



@media (min-width: 1500px) {

    /*        .product-list .product-img-holder {
            width: 90%;
            height: 280px;
            text-align: center;
            margin: 10px 10px 10px 10px;
        }*/
    .product-img-holder.product-card {
        width: 90%;
        height: 280px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .Rewardpadding {
        padding: 20px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

   /* .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }*/
    .aligntext {
        justify-content: flex-start;
        margin-left: 89px;
    }

    .cat-widh {
        max-width: 1351px;
    }

    .cat-styles {
        padding: 21px;
        font-size: 14px;
        line-height: 23px;
        background-color: white;
        border-radius: 17px;
        box-shadow: 0 4px 8px rgba(4, 25, 0, 0.2);
        text-align: center;
        width: 92%;
        min-height: 153px !important;
        cursor: pointer;
    }




}

@media (min-width: 1600px) {

    /*    .product-list .product-img-holder {
        width: 90%;
        height: 280px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }*/
    .product-img-holder.product-card {
        width: 90%;
        height: 280px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

@media (min-width: 1700px) {

    /*    .product-list .product-img-holder {
        width: 90%;
        height: 314px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }
*/
    .product-img-holder.product-card {
        width: 90%;
        height: 314px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

@media (min-width: 1900px) {

    /*    .product-list .product-img-holder {
        width: 90%;
        height: 349px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }*/
    .product-img-holder.product-card {
        width: 90%;
        height: 349px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .Rewardpadding {
        padding: 21px;
    }

    .btn-add-cart, .btn-add-cart:hover {
        border: 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 7px 10px;
        background-color: #03bb85;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 38px;
        margin-top: -26px;
        width: 45%;
        margin-left: 57px;
    }

    .aligntext {
        justify-content: flex-start;
        margin-left: 154px;
    }
}

/* navbar start */
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #03bb85;
    width: 100%;
}

    .navbar li {
        float: left;
    }

        .navbar li .search-container {
            padding: 14px 16px;
        }

        .navbar li a {
            display: block;
            color: #fff;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

.nav-tabs {
    border-bottom: 0;
}

.bg-success {
    background-color: #58BC8C !important;
}
/* navbar end */

/* menu-categories start */
.menu-categories {
    padding: 0;
    margin: 0;
    border: 0;
}

    .menu-categories ul, .menu-categories li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu-categories ul {
        position: relative;
        z-index: 597;
        float: left;
    }

        .menu-categories ul li {
            float: left;
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
        }

            .menu-categories ul li span img, .menu-categories ul li span i {
                width: 25px;
                margin-right: 6px;
            }

            .menu-categories ul li.hover, .menu-categories ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        .menu-categories ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
        }

            .menu-categories ul ul li {
                float: none;
            }

        .menu-categories ul li:hover > ul {
            visibility: visible;
        }

        .menu-categories ul ul {
            top: 0;
            left: 100%;
        }

        .menu-categories ul li {
            float: none;
        }

.menu-categories {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    width: 230px;
}

    .menu-categories span, .menu-categories a {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

    .menu-categories:after, .menu-categories ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .menu-categories > ul > li:first-child {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .menu-categories > ul > li:last-child {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .menu-categories > ul > li ul ul {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .menu-categories > ul > li ul ul li:first-child {
            -moz-border-radius: 0 5px 0 0;
            -webkit-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .menu-categories > ul > li ul ul li:last-child {
            -moz-border-radius: 0 0 5px 0;
            -webkit-border-radius: 0 0 5px 0;
            border-radius: 0 0 5px 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    .menu-categories ul, .menu-categories li {
        width: 100%;
    }

    .menu-categories li {
        background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=) repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
        background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(#ffffff, #ffffff);
    }

        .menu-categories li:hover {
            background: #ffffff;
        }

    .menu-categories a {
        color: #666666;
        line-height: 160%;
        padding: 11px 28px 11px 20px;
        width: 100%;
    }

    .menu-categories ul ul {
        width: 200px;
        border: 1px solid #dddddd;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

        .menu-categories ul ul li {
            background: #ffffff;
        }

            .menu-categories ul ul li:hover {
                background: #ffffff;
            }

                .menu-categories ul ul li:hover a {
                    color: #2874f0;
                }

            .menu-categories ul ul li ul li {
                background: #ffffff;
            }

                .menu-categories ul ul li ul li:hover {
                    background: #ffffff;
                }

    .menu-categories .has-sub {
        position: relative;
    }

        .menu-categories .has-sub:after, .menu-categories .has-sub > ul > .has-sub:hover:after {
            content: '';
            display: block;
            width: 10px;
            height: 9px;
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -5px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .menu-categories .has-sub > ul > .has-sub:after, .menu-categories .has-sub:hover:after {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3e3t729vbx8fHq6urd3d3z8/Pj4+Pv7+/h4eHm5ub09PTn5+f19fXt7e3g4ODi4uLUsVdlAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
        }
/* menu-categories end */

/* search start */
#txtSearch {
    border-radius: 0;
    border-left-width: 0;
}

.search-container i {
    background-color: white;
    border: 1px solid #ced4da;
    padding: 4px 12px 4px 12px;
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 300px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.btn-search {
    border: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 3px 12px;
    background-color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
/* search end */

/* menu-more start */
.menu-more {
    list-style-type: none;
    width: 150px;
    padding-left: 0;
    margin-bottom: 0;
}

    .menu-more li:not(:last-child) {
        border-bottom: 1px solid gray;
    }

    .menu-more li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0 10px 10px;
        color: #03bb85;
    }

        .menu-more li a:hover {
            background-color: #fafafa;
            text-decoration: none;
        }
/* menu-more end */

/* menu-profile start */
.menu-profile {
    list-style-type: none;
    width: 150px;
    padding-left: 0;
    margin-bottom: 0;
}

    .menu-profile li:not(:last-child) {
        border-bottom: 1px solid gray;
    }

    .menu-profile li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0 10px 10px;
        color: #03bb85;
    }

        .menu-profile li a:hover {
            background-color: #fafafa;
            text-decoration: none;
        }
/* menu-profile end */

/* home-banner start */
.carousel .carousel-inner img {
    width: 100%;
}
/* home-banner end */

/* home-product-list start */
.new-products, .offer-products {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

.home-title {
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.new-products .col-md-2, .offer-products .col-md-2 {
    padding: 25px 1px;
    color: green;
    background-color: #f0f1f2;
    /*background-color: white;*/
    /* border-radius: 50%;*/
}
/* home-product-list end */

/* product-list start */
.no-result {
    display: none;
    text-align: center;
}

.search-result {
    display: none;
}

    .search-result .filter-container, .search-result .search-result-container {
        background-color: #fff;
        padding: 10px;
    }

    .search-result .bread-crumb {
        margin-left: 10px;
        font-size: 11px;
    }

    .search-result .product-count {
        margin-left: 10px;
        font-weight: bold;
    }

.product-list {
    margin-top: 8px;
}

    .product-list .row {
        margin: 0;
    }

    .product-list .col-md-3 {
        margin-bottom: 30px;
    }

    .product-list a {
        text-decoration: none;
    }


    .product-list .product-img-holder {
        /*         width: 120px;
        height: 120px;*/
        /*        width: 90%;*/
        height: 150px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

.product-img-holder.product-card {
    width: 90%;
    height: 280px;
    text-align: center;
    margin: 10px 10px 10px 10px;
}

.product-list .product-img-holder img {
    max-width: 100%;
    max-height: 100%;
}

.product-list .product-content-holder {
    margin-top: 20px;
    text-align: center;
}

.product-content-holders {
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
}

.product-list .product-name {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    color: darkcyan;
    text-overflow: ellipsis;
}

.product-list .final-price {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.product-list .price {
    margin-top: 10px;
    font-size: 14px;
    text-decoration: line-through;
    color: #878787;
}

.product-list .discount {
    margin: 10px 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #388e3c;
}

.search-result .search-sort-by {
    border-bottom: 1px solid #f0f0f0;
}

    .search-result .search-sort-by ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .search-result .search-sort-by ul li:first-child {
            font-weight: 500;
        }

        .search-result .search-sort-by ul li {
            list-style-type: none;
            float: left;
            padding: 8px 0 4px;
            margin: 0 10px;
        }

.filter-specification .specification-value ul {
    padding-left: 0;
}

    .filter-specification .specification-value ul li {
        list-style-type: none;
    }

    .filter-specification .specification-value ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .filter-specification .specification-value ul li input[type=checkbox] {
            margin-right: 5px;
        }


.filter-specification .specification-count {
    color: grey;
}

.filter-price {
    margin-bottom: 10px;
    padding: 18px;
}

    .filter-price .price-title, .filter-specification .specification-title {
        font-size: 15px;
        font-weight: 500;
    }

    .filter-price .ui-slider-range {
        background: #2874f0;
    }

    .filter-price #PriceRange {
        margin-top: 25px;
        border: 1px solid #2874f0;
    }

    .filter-price .price-value {
        padding: 0 18px;
        margin-bottom: 1rem;
    }

.filter-specification .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .filter-specification .active, .filter-specification .accordion:hover {
        background-color: #fff;
        background-color: #f5faff;
        color: #2874f0;
    }

    .filter-specification .accordion:focus {
        outline: 0;
    }

    .filter-specification .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.filter-specification .active:after {
    content: "\2212";
}

.filter-specification .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #f0f0f0;
}

.page-link:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
/* product-list end */

/* product-detail start */
.product-detail {
    background-color: #fff;
    padding: 10px;
}

    .product-detail .sticky-top {
        top: 98px;
        z-index: auto;
    }

.image-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .image-list ul li {
        border: 1px solid transparent;
        margin-bottom: 5px;
    }

.image-list .nav-link {
    padding: 4px 2px 4px 2px;
}

    .image-list .nav-link:hover {
        border: 1px solid #e9ecef;
        border-radius: 0;
    }

    .image-list .nav-link.active {
        border: 1px solid #f0f0f0;
        border-radius: 0;
    }

.image-list .tab-pane {
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
    height: 400px;
    text-align: center;
}

    .image-list .tab-pane img {
        max-width: 100%;
        max-height: 100%;
    }

.btn-enquiry, .btn-enquiry:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ff9f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.btn-buy-now, .btn-buy-now:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ff9f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.btn-add-to-cart, .btn-add-to-cart:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #708090;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.out-of-stock {
    display: none;
    text-align: center;
    color: gray;
    margin-top: 10px;
}

.product-detail .sub-title {
    color: #878787;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail .product-name {
    font-size: 18px;
    font-weight: bold;
}

.product-detail .product-price, .tblPrice {
    margin-top: 20px;
}

.product-detail .price-list {
    cursor: pointer;
    color: #0992d5;
    font-size: 16px;
    margin-left: 20px;
}

.related-products .col-md-5 {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    margin: 10px;
    padding: 20px;
}

.tblPrice tr:first-child {
    background-color: gainsboro;
}

.tblPrice .quantity {
    margin-right: 10px;
}

.tblPrice .final-price {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.modal-cart #txtQuantity {
    width: 100px;
}

.product-detail .final-price {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.product-detail .price, .tblPrice .price {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    color: #878787;
}

.product-detail .discount, .tblPrice .discount {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #388e3c;
}

.product-detail .product-variant {
    margin-top: 20px;
}

.product-detail .product-variant-message {
    color: red;
    animation: blinkingText 0.8s infinite;
}

.product-detail .product-highlight {
    margin-top: 20px;
}

.product-detail .highlight {
    margin-bottom: 0;
    padding-left: 17px;
}

    .product-detail .highlight li {
        list-style-type: none;
    }

        .product-detail .highlight li::before {
            content: "\2022";
            color: #c2c2c2;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.product-detail .product-note {
    margin-top: 20px;
}

.product-detail .note {
    margin-bottom: 0;
}

.product-detail .product-description {
    margin-top: 20px;
}

.product-detail .hide-description {
    display: none;
    width: 100%;
    height: 16px;
    background: linear-gradient(hsla(0,0%,100%,.5),#fff);
    position: absolute;
    top: 78px;
}

.product-detail #btnReadMore {
    display: none;
    color: #2874f0;
    cursor: pointer;
    font-weight: 500;
    float: right;
}

.product-detail .description {
    margin-bottom: 0;
    overflow: hidden;
    text-align: justify;
}

.product-detail .specification {
    border: 1px solid #f0f0f0;
    margin-top: 20px;
}

    .product-detail .specification table {
        width: 100%;
    }

    .product-detail .specification div {
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .product-detail .specification table tr td {
        padding: 0 30px 10px 10px;
        text-align: justify;
        vertical-align: top;
    }

        .product-detail .specification table tr td[colspan="2"] {
            color: inherit !important;
        }

        .product-detail .specification table tr td:first-child {
            color: grey;
        }

        .product-detail .specification table tr td:last-child {
            text-align: justify;
        }

        .product-detail .specification table tr td div {
            margin-top: 24px;
            padding: 0;
            font-size: 18px;
            font-weight: bold;
        }

.product-detail .specification-group {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 0 10px;
    font-weight: bold;
}

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

    .lightbox .modal-content {
        border: 0;
        display: block;
        position: relative;
        background-color: transparent;
        margin: auto;
        padding: -10px;
        width: 100%;
        height: 100%;
    }

    .lightbox .close {
        position: absolute;
        right: -0;
        color: #fff;
        float: inherit;
        font-size: 35px;
        font-weight: bold;
        text-shadow: 0 0 0;
    }

        .lightbox .close:hover,
        .lightbox .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

.lightbox {
    display: none;
}

    .lightbox .prev,
    .lightbox .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    .lightbox .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        .lightbox .prev:hover,
        .lightbox .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .lightbox .image-slide {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
    }

        .lightbox img.hover-shadow {
            transition: 0.3s;
        }

    .lightbox .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
/* product-detail end */

/* enquire-now start */
.modal-enquiry .modal-header {
    display: block;
    text-align: center;
}

    .modal-enquiry .modal-header img {
        width: 100px;
    }

.modal-enquiry .modal-body {
    text-align: center;
}

.modal-enquiry .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-enquiry #txtMobile, .modal-enquiry #txtOtp, .modal-enquiry #txtPincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-enquiry input[type=text]:focus {
    outline: none;
}

.modal-enquiry .validate-otp, .modal-enquiry .select-dealer, .modal-enquiry .enquiry-success {
    display: none;
}

.modal-enquiry .modal-body {
    font-size: 12px;
}

.enquiry-success img {
    width: 100px;
}

.enquiry-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-enquiry .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* enquire-now end */

/* help start */
.help {
    background-color: #fff;
    padding: 10px;
}

    .help .help-title {
        padding-left: 15px;
    }

    .help ul li {
        margin-bottom: 20px;
        list-style-type: none;
    }

    .help .accordion {
        background-color: #fff;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

        .help .active, .help .accordion:hover {
            background-color: #fff;
            background-color: #f5faff;
            color: #2874f0;
        }

        .help .accordion:focus {
            outline: 0;
        }

        .help .accordion:after {
            content: '\002B';
            color: #777;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

    .help .active:after {
        content: "\2212";
    }

    .help .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border-bottom: 1px solid #f0f0f0;
    }
/* help end */

/* request-now start */
.modal-request .modal-header {
    display: block;
    text-align: center;
}

    .modal-request .modal-header img {
        width: 100px;
    }

.modal-request .modal-body {
    text-align: center;
}

.modal-request .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-request #txtMobile, .modal-request #txtOtp, .modal-request #txtPincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-request input[type=text]:focus {
    outline: none;
}

.modal-request .validate-otp, .modal-request .select-dealer, .modal-request .request-success {
    display: none;
}

.modal-request .modal-body {
    font-size: 12px;
}

.request-success img {
    width: 100px;
}

.request-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-request .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* request-now end */
/* enquiry-now start */
.modal-enquiry .modal-header {
    display: block;
    text-align: center;
}

    .modal-enquiry .modal-header img {
        width: 100px;
    }

.modal-enquiry .modal-body {
    text-align: center;
}

.modal-enquiry .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-enquiry #txt_Mobile, .modal-enquiry #txt_Otp, .modal-enquiry #txt_Pincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-enquiry input[type=text]:focus {
    outline: none;
}

.modal-enquiry .validate-otp, .modal-enquiry .select-dealer, .modal-enquiry .requestenquiry-success {
    display: none;
}

.modal-enquiry .modal-body {
    font-size: 12px;
}

.enqyuiry-success img {
    width: 100px;
}

.enquiry-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-enquiry .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* enquiry-now end */


/* privacy-policy start */
.privacy-policy {
    background-color: #fff;
    padding: 10px;
}

    .privacy-policy p {
        text-align: justify;
    }
/* privacy-policy end */

/* about start */
.about img {
    max-width: 100%;
}

.about .about-title {
    text-align: left;
    margin: 25px 0 25px 25px;
    color: black;
}

.about p {
    margin: 0 25px 0 25px;
    text-align: justify;
}

.our-values {
    margin: 25px 0 25px 10px;
}

    .our-values p {
        margin: 0 25px 0 16px;
        text-align: justify;
    }

.our-values-title {
    margin-top: 10px;
    font-weight: initial;
    color: #5FC19F;
}

#carouselExample {
    border-radius: 10px;
    overflow: hidden;
    width: 630px;
    height: 305px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -18px !important;
    right: -225px;
}

.carousel-item.tab-pane img {
    object-fit: contain;
    /*     width: 50px;*/
    /* height: 80%;*/
    border-radius: 0%;
    max-height: 290px; /* Adjust as needed */
    max-width: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: -20px;
    /*    left: 50%;*/
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-enquired {
    background-color: #3CC881;
    color: white;
    border: none;
    width: 200px;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.no-bullets {
    list-style-type: none;
    padding-left: 0;
}

.carousel-inner {
    position: relative;
}

.carousel-item iframe {
    width: 100%;
    height: 350px;
}

.carousel-indicators.video-indicators {
    bottom: 10px;
    text-align: center;
}

@media (max-width: 576px) {
    .carousel-item iframe {
        height: 250px;
        width: 100%;
    }

    #carouselExample {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .carousel-item iframe {
        height: 300px;
    }

    #carouselExample {
        width: 250px;
        margin-left: -40px;
    }
}

@media (min-width: 425px) {
    .carousel-item iframe {
        width: auto;
    }

    #carouselExample {
        margin-left: -45px;
    }
}

@media (max-width: 320px) {
    .content {
        justify-content: center;
    }

    .carousel-item iframe {
        width: 100%;
    }

    .responsive-map {
        width: 100%;
        margin-top: 10px;
        margin-left: -15px !important;
    }

    #carouselExample {
        width: 194px;
        margin-left: -223px;
        margin-bottom: 31px;
        margin-top: 20px;
    }

    .image-indicators {
        margin-left: 40.5px !important;
        margin-right: -1px;
    }
}

@media (min-width: 320px) {
    .carousel-item iframe {
        height: 350px;
        width: 100%;
    }
}

@media (min-width:375px) {
    .carousel-item iframe {
        height: 350px;
        width: 100%;
    }

    #carouselExample {
        margin-left: -205px;
    }

    .image-indicators {
        margin-left: 60px;
    }

    .responsive-map {
        margin-top: 20px;
        margin-left: -15px !;
    }
}

@media(max-width:375px) {
    #carouselExample {
        margin-left: -248px;
    }

    .image-indicators {
        margin-left: 60px;
    }
}

@media(max-width:1024px) {
    .text-container {
        margin-left: -85px; /* Moves the text left */
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    #carouselText {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #carouselExample {
        width: 273px;
    }

    .image-indicators {
        margin-left: 81px !important;
    }
}

@media (max-width: 768px) {
    .text-container {
        margin: 20px 0 0 0;
        text-align: center;
    }

    #carouselText {
        font-size: 14px;
    }

    .carousel-item iframe {
        width: auto;
    }
}

.custom-card {
    width: 100%;
    background: #fff; /* White background */
    border-radius: 10px; /* Smooth rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 20px;
    text-align: justify;
    margin-bottom: 10px;
}

.card-body {
    padding: 20px;
}

.about-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-text {
    font-size: 16px;
    color: #555; /* Slightly dark text */
    line-height: 1.6;
}

/* about end */
/* wish-list start */
.wish-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .wish-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .wish-list .no-result {
        padding-bottom: 25px;
    }

    .wish-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .wish-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .wish-list .col-md-1, .wish-list .col-md-10 {
        padding: 25px 15px;
    }

    .wish-list .product-img-holder {
        text-align: left;
        width: 100%;
        height: 100px;
    }

        .wish-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }

    .wish-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }
/* wish-list end */



/* order-list start */
.order-success {
    display: none;
}

.order-list {
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
}

    .order-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
        background-color: #fff;
    }

    .order-list .no-result {
        padding-bottom: 25px;
    }

    .order-list .list .product {
        border-radius: 2px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
        border-top: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        margin-bottom: 20px;
    }

    .order-list .price {
        margin-left: 10px;
    }

    .order-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .order-list .col-md-1, .order-list .col-md-10 {
        padding: 25px 15px;
    }

        .order-list .col-md-10 .quantity {
            color: black;
        }

    .order-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .order-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .order-list .product-img-holder img {
        max-width: 100%;
        max-height: 100px;
        height: auto;
    }
/* order-list end */

/* cart-list start */
#modalOrder .autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.cart-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .cart-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .cart-list .no-result {
        padding-bottom: 25px;
    }

    .cart-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .cart-list .price {
        margin-left: 10px;
    }

    .cart-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .cart-list .col-md-1, .cart-list .col-md-10 {
        padding: 25px 15px;
    }

    .cart-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .cart-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .cart-list .product-img-holder img {
        max-width: 100%;
        max-height: 100px;
        height: auto;
    }

    .cart-list .txtQuantity {
        width: 50px;
        margin: 0 10px 0 10px;
        text-align: center;
    }

    .cart-list .minus, .cart-list .plus, .cart-list .add-gift {
        cursor: pointer;
        font-size: 20px;
    }

    .cart-list .summary {
        display: none;
        padding: 16px 23px;
        border-top: 1px solid #f0f0f0;
        box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    }

        .cart-list .summary .total {
            font-size: 25px;
        }

    .cart-list .btn-place-order, .cart-list .btn-place-order:hover {
        padding: 15px 30px;
        min-width: 250px;
        border-radius: 2px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
        border: none;
        background-color: #ff9f00;
        color: #fff;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

    .cart-list .btn-reward, .cart-list .btn-reward:hover {
        padding: 14px 30px;
        min-width: 250px;
        border-radius: 2px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
        border: none;
        background-color: #fff;
        color: #000;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

    .cart-list .gdp-list .col-md-2, .cart-list .gdp-list .col-md-10 {
        padding: 25px 15px;
    }

    .cart-list .gdp-list .product-img-holder {
        text-align: left;
        width: 100px;
        height: auto;
    }

    .cart-list .gdp-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

.modal-order .modal-header {
    background-color: #03bb85;
    color: white;
    font-weight: bold;
}

.modal-order #lblMessage {
    animation: blinkingText 0.8s infinite;
    width: 100%;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    50% {
        color: red;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.modal-success .modal-body {
    text-align: center;
}

.modal-success img {
    width: 100px;
}
/* cart-list end */

/* enquiry-list start */
.enquiry-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
}

    .enquiry-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
        background-color: #fff;
    }

    .enquiry-list .no-result {
        padding-bottom: 25px;
    }

    .enquiry-list .list .product {
        border-radius: 2px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
        border-top: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        margin-bottom: 20px;
    }

    .enquiry-list .col-md-1, .enquiry-list .col-md-10 {
        padding: 25px 15px;
    }

    .enquiry-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .enquiry-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .enquiry-list .product-img-holder img {
        max-width: 100%;
        max-height: 100px;
        height: auto;
    }

    .enquiry-list .consumer-mobile, .enquiry-list .enquiry-date {
        color: dimgrey;
        font-weight: bold;
    }
/* enquiry-list end */

/* request-list start */
.request-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .request-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .request-list .no-result {
        padding-bottom: 25px;
    }

    .request-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .request-list .col-md-1, .request-list .col-md-8, .request-list .col-md-3 {
        padding: 25px 15px;
    }

    .request-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .request-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .request-list .product-img-holder img {
        max-width: 100%;
        max-height: 100px;
        height: auto;
    }

    .request-list .consumer-mobile, .request-list .request-date, .request-list .service-type, .request-list .service-desc {
        color: dimgrey;
        font-weight: bold;
    }
/* request-list end */

/* item-list start */
.item-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .item-list .order-success {
        display: none;
    }

    .item-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .item-list .no-result {
        padding-bottom: 25px;
    }

    .item-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .item-list .col-md-4, .item-list .col-md-3, .item-list .col-md-5 {
        padding: 25px 15px;
    }

    .item-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .item-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .item-list .product-name, .item-list .item-type, .item-list .stock {
        padding-left: 13px;
        color: dimgrey;
        font-weight: bold;
    }

    .item-list .edit, .item-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .item-list .accordion {
        background-color: #f5faff;
        color: #2874f0;
        cursor: pointer;
        padding: 18px;
        margin: 5px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

        .item-list .active, .item-list .accordion:hover {
            background-color: #fff;
            background-color: #f5faff;
            color: #2874f0;
        }

        .item-list .accordion:focus {
            outline: 0;
        }

        .item-list .accordion:after {
            content: '\002B';
            color: #777;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

    .item-list .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
/* item-list end */

/* invoice-list start */
.invoice-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .invoice-list .order-success {
        display: none;
    }

    .invoice-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .invoice-list .no-result {
        padding-bottom: 25px;
    }

    .invoice-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .invoice-list .col-md-8, .invoice-list .col-md-4 {
        padding: 0 15px 25px 15px;
    }

    .invoice-list .product-content-holder {
        text-align: left;
        height: auto;
    }

    .invoice-list .updated-dt {
        margin-top: 20px;
        text-align: right;
    }
/* invoice-list end */

/* quotation-list start */
.quotation-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .quotation-list .order-success {
        display: none;
    }

    .quotation-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .quotation-list .no-result {
        padding-bottom: 25px;
    }

    .quotation-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .quotation-list .col-md-8, .quotation-list .col-md-4 {
        padding: 0 15px 25px 15px;
    }

    .quotation-list .product-content-holder {
        text-align: left;
        height: auto;
    }

    .quotation-list .updated-dt {
        margin-top: 20px;
        text-align: right;
    }
/* quotation-list end */

/* e-catalogue-list start */
.e-catalogue-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .e-catalogue-list .title {
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .e-catalogue-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .e-catalogue-list .col-md-8, .e-catalogue-list .col-md-3 {
        padding: 25px 15px;
    }

    .e-catalogue-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }
/* e-catalogue-list end */

/* reward start */
.reward .btn-reward, .reward .btn-reward:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.reward .list .col-md-2, .reward .list .col-md-10 {
    padding: 25px 15px;
}

.reward .list .product-img-holder {
    text-align: left;
    width: 100px;
    height: auto;
}

.reward .list .product-content-holder {
    margin-top: 0;
    text-align: left;
}
/* reward end */

/* footer start */
/* .footer-contact {
        padding: 50px 0 75px 0;
        background-color: #e0e0e0;
        border-bottom: 1px solid #fff;
    }

        .footer-contact .sub-title {
            color: #0992d5;
            font-weight: 400;
            border-bottom: 1px solid green;
        }

        .footer-contact ul {
            padding-left: 0;
        }

        .footer-contact .col-2 {
            padding: 0;
        }

        .footer-contact ul li {
            list-style-type: none;
        }

    .footer-bottom {
        padding: 15px 0 15px 0;
        background-color: #e0e0e0;
        border-top: 1px solid #fff;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .footer-bottom ul {
            margin-bottom: 0;
            padding-left: 10px;
        }

            .footer-bottom ul li {
                float: left;
                list-style-type: none;
                margin: 0 10px;
            }

        .footer-bottom a {
            color: #000;
        }

        .footer-bottom p {
            margin-bottom: 0;
            padding-right: 10px;
        }*/

.footer-contact {
    background-color: #E0E0E0;
    padding: 50px 0 10px 0;
    background-color: #E0E0E0;
    border-bottom: 1px solid #fff;
    /*    margin-bottom: 20px;*/
}

    .footer-contact .sub-title {
        color: black;
        font-weight: bold;
        padding-bottom: 10px;
        /*            border-bottom: 1px solid green;*/
    }

.footer-design {
    justify-content: flex-start;
}

.footer-contact ul {
    padding-left: 0;
}

.footer-contact .col-2 {
    padding: 0;
}

.footer-contact ul li {
    list-style-type: none;
}

.col-md-2 ul li a {
    color: black;
    text-decoration: none;
}

.custom-img {
    width: 130px;
    height: 95px;
    background: none !important;
}

.custom-img1 {
    width: 130px;
    height: 95px;
    background: none !important;
}

.text-start {
    justify-content: flex-start;
}

.text-end {
    text-align: right;
    font-size: 14px;
    color: #333;
    justify-content: flex-end;
}

.footer-bottom .col-md-2 {
    text-align: left; /* Aligns the text and items to the left */
    padding-left: 50px; /* Removes any default padding */
}

.footer-bottom {
    padding: 15px 0 15px 0;
    background-color: white;
    border-top: 1px solid #fff;
    width: 100%;
    /*        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;*/
    padding-left: 15px;
    position: relative;
}

    .footer-bottom ul {
        margin-top: 10px;
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

    .footer-bottom .sub-title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px;
    }

.fotmorm {
    margin-left: 230px;
}

.footer-bottom ul li {
    /*                float: left;*/
    list-style-type: none;
    /*                margin: 0 10px;*/
    margin-bottom: 5px;
}

.footer-bottom a {
    color: #000;
}

.footer-bottom p {
    margin-bottom: 0;
    padding-right: 10px;
}

.footer-finall {
    list-style-type: none;
}

.footer-bottom ul li a {
    text-decoration: none; /* Removes the underline from the links */
    color: #000; /* Set text color (adjust as needed) */
}

/* footer end */

body {
    /*height: 2000px;*/
    position: relative;
}

.intro-copy {
    padding: 1em;
    margin: 50vh auto;
    max-width: 15em;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
}

.top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1.5em 0;
    border-radius: 50%;
    padding: .25em;
    width: 80px;
    height: 80px;
    &.show

{
    visibility: visible;
    opacity: 1;
}

&.hide {
    visibility: hidden;
    opacity: 0;
}

svg {
    fill: #000;
    width: 24px;
    height: 12px;
}

&:hover {
    background-color: #E8E8E8;
    svg

{
    fill: #000000;
}

}
}

// Text meant only for screen readers.
.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    &:focus

{
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    // Above WP toolbar clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important;
}

@media (max-width: 767px) {
    .second-navbar {
        position: relative; /* Makes the second navbar stack under the first one */
    }

    .menu-categories-container {
        display: block;
    }
}
/*New nav Css*/
#firstNavbar {
    /* Assuming you want this navbar to be fixed */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#secondNavbar {
    height: 10%;
}

/* For smaller screens */
@media (max-width: 767px) {
    #firstNavbar {
        /*position: fixed;*/
        top: 0;
        width: 100%;
        display: block; /* Ensure it shows up on small screens */
    }
    /* Adjust the second navbar for smaller screens */
    #secondNavbar {
        margin-top: 0 px !important; /* Adjust as necessary for smaller screens */
        width: 100%;
        display: block;
        position: fixed;
    }
}

/* Default styles for larger screens */
@media (min-width: 768px) {
    #firstNavbar {
        position: fixed;
        top: 0;
        width: 100%;
    }

    #secondNavbar {
        margin-top: 6px; /* Adjust to fit below the first navbar */
        position: fixed;
    }
}

@media (max-width: 768px) {
    #firstNavbar {
        position: relative;
        top: -25px;
        width: 100%;
    }

    #secondNavbar {
        margin-top: 6px; /* Adjust to fit below the first navbar */
        position: fixed;
    }
}

@media (min-width: 420px) and (max-width: 768px) {
    #firstNavbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; /* Optional: to ensure it stays on top */
    }

    #secondNavbar {
        position: fixed;
        top: 0px; /* Adjust this based on the height of firstNavbar */
        width: 100%;
        z-index: 999; /* Slightly lower to stay below firstNavbar if needed */
        margin-top: 0; /* No need for margin-top since we’re positioning */
    }

    body {
        margin-top: 80px !important;
    }
}

@media (max-width:320px) {
    #secondNavbar {
        position: fixed;
        margin-top: 0px;
    }
}

@media(max-width: 320px) {
    #carouselExample1 {
        width: 84%;
        margin-top: 53px;
        height: 230px;
        margin-left: 24px;
        box-sizing: border-box;
    }
}

/*
    @media(max-width:1024px) {
        .
    
        firstitem img {
            margin-top: 70px !important;
        }
    }

    @media(max-width:320px) {
        .firstitem img {
            margin-top: 14px !important;
            height: 180px;
        }
    }*/

