    /*styleFront.css v2.21 30-11-23*/
    @font-face {
        font-family: 'BrownStd';
        src: url('../fonts/BrownStd-Bold.woff2') format('woff2'), url('../fonts/BrownStd-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }

    @font-face {
        font-family: 'BrownStd';
        src: url('../fonts/BrownStd-Light.woff2') format('woff2'), url('../fonts/BrownStd-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'BrownStd';
        src: url('../fonts/BrownStd-Regular.woff2') format('woff2'), url('../fonts/BrownStd-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .logobox {
        text-align: left;
    }



    body {
        font-family: 'BrownStd';
        font-size: 14px;
        color: #333;
        margin-top: 0px;
        padding-top: 136px;
    }

    /* Impersonating User */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.9);
        }

        100% {
            transform: scale(1);
        }
    }

    html[data-impersonating="True"]::before {
        content: ' ';
        border: 3px solid #ffc107;
        width: 100%;
        height: 100vh;
        pointer-events: none;
        z-index: 9999;
        position: fixed;
    }

    .impersonating-user-container {
        z-index: 9999;
        position: fixed;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 50%);
        margin: 0 auto;
        background-color: #ffc107;
        padding: 5px 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    @media (max-width: 768px) {
        html[data-impersonating="True"]::before {
            border-width: 6px;
            border-color: rgba(255, 193, 7, 0.95);
        }

        body.scroll .impersonating-user-container {
            display: none;
        }

        .impersonating-user-container {
            width: 100%;
            transform: none;
            bottom: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            background-color: rgba(255, 193, 7, 0.95);
        }
    }

    /*top-header-stripe*/


    .top-header-stripe {
        height: 34px;
        transition: all 0.5s;
    }

        .top-header-stripe li {
            position: relative;
            padding-left: 15px;
        }

            .top-header-stripe li:before {
                margin-right: 8px;
                content: '';
                display: inline-block;
                top: 8px;
                position: absolute;
                left: 5px;
            }

            .top-header-stripe li.samples:before {
                width: 14px;
                height: 13px;
                background: url(../../images/icon_sample.svg) no-repeat left top;
            }

            .top-header-stripe li.locations:before {
                width: 10px;
                height: 14px;
                background: url(../../images/icon_location.svg) no-repeat left top;
            }


            .top-header-stripe li.contact:before {
                width: 12px;
                height: 12px;
                background: url(../../images/icon_phone.svg) no-repeat left top;
                top: 10px;
            }

            .top-header-stripe li a {
                font-size: 15px;
                line-height: 18px;
                color: #231f20;
                font-weight: bold;
            }


    /*logo-header*/

    .logo-header {
        background: #231f20;
        padding: 32px 20px 0;
    }

        .logo-header .main-header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

            .logo-header .main-header .serachbox {
                width: 100%;
                min-width: 180px;
                max-width: 210px;
                display: block;
                margin-left: 20px;
            }

                .logo-header .main-header .serachbox .form-inline {
                    position: relative;
                }

                .logo-header .main-header .serachbox .form-control, .logo-header .main-header .serachbox .form-control:focus {
                    border-color: #5b676e;
                    background: #5b676e;
                    font-size: 14px;
                    line-height: 46px;
                    height: 46px;
                    border-radius: 50px;
                    color: #fff;
                    width: 100%;
                    padding: 2px 20px 0 19px;
                    box-shadow: none;
                    font-weight: normal;
                }

    div#searchbox1::placeholder {
        color: #fff;
        opacity: 1;
    }


    .logo-header .main-header .serachbox .form-inline .btn, .logo-header .main-header .serachbox .form-inline .btn:focus, .logo-header .main-header .serachbox .form-inline .btn.active {
        width: 15px;
        height: 15px;
        top: 15px;
        right: 22px;
        background: url(../../images/sprite-icons.png) no-repeat -10px -138px;
        position: absolute;
        border: none;
        font-size: 0px;
        box-shadow: none;
    }


    .logo-header .main-header .serachbox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #999;
        font-size: 15px;
    }

    .logo-header .main-header .serachbox .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #999;
        font-size: 15px;
    }

    .logo-header .main-header .serachbox .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #999;
        font-size: 15px;
    }

    .logo-header .main-header .serachbox .form-control:-moz-placeholder { /* Firefox 18- */
        color: #999;
        font-size: 15px;
    }

    .logo-header .main-header {
        /*margin-bottom: 25px;*/
    }

        .logo-header .main-header .header_active_btn_box {
            float: right;
        }

            .logo-header .main-header .header_active_btn_box ul {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                padding: 0px;
                margin: 0px;
                justify-content: flex-end;
                list-style: none;
            }

                .logo-header .main-header .header_active_btn_box ul li {
                    padding-left: 0 !important;
                    width: auto;
                    /*height: 80px;*/
                    /*border-top: solid 1px #484747;
        border-bottom: solid 1px #484747;
        border-right: solid 1px #484747;*/
                    padding: 15px 0;
                    padding-left: 0px;
                    min-width: inherit;
                    text-align: center;
                }

                    .logo-header .main-header .header_active_btn_box ul li:before {
                        /*content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        left: 0;
        top: 0;*/
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart,
                    .logo-header .main-header .header_active_btn_box ul li.document,
                    .logo-header .main-header .header_active_btn_box ul li.login {
                        /*background-position: center top 10px !important;
        background-size: 30px 30px;*/
                        position: relative;
                        margin-right: 0px;
                        padding: 0 10px !important;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart {
                        /*background-position: center top 10px !important;
        background-size: 30px 30px;*/
                        position: relative;
                        margin-right: 0px;
                        /*padding-left: 30px;*/
                    }

                    .logo-header .main-header .header_active_btn_box ul li a {
                        color: #fff;
                        font-weight: normal;
                        font-size: 13px;
                        line-height: 28px;
                        position: relative;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart a:hover,
                    .logo-header .main-header .header_active_btn_box ul li.document a:hover {
                        text-decoration: none !important;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.login a {
                        line-height: 28px !important;
                        margin-left: 0px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        max-width: 100% !important;
                        display: block;
                        text-align: center;
                    }

                        .logo-header .main-header .header_active_btn_box ul li.login a#dropdownMenuLink {
                            line-height: 28px;
                            word-break: break-all;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            max-width: 200px !important;
                            display: block;
                            text-align: left;
                            text-transform: lowercase;
                        }

                        .logo-header .main-header .header_active_btn_box ul li.login a::before {
                            background: url(../../images/account_icon.svg) no-repeat left top;
                            content: '';
                            display: block;
                            width: 24px;
                            height: 24px;
                            position: relative;
                            left: 0;
                            top: 0;
                            float: none;
                            margin: 0px auto;
                        }

                    .logo-header .main-header .header_active_btn_box ul li.login .dropdown-menu a::before {
                        background: none;
                        width: 0;
                        height: 0px;
                    }


                    .logo-header .main-header .header_active_btn_box ul li.document a::before {
                        background: url(../../images/assignment_icon.svg) no-repeat left top;
                        content: '';
                        display: block;
                        width: 24px;
                        height: 24px;
                        position: relative;
                        left: 0;
                        top: 0;
                        float: left;
                        margin: 0px auto;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.document a {
                        display: inline-block !important;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.document .dropdown-menu a::before {
                        background: none;
                        width: 0;
                        height: 10px;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart a {
                        display: inline-block !important;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart a {
                        white-space: inherit;
                    }

                        .logo-header .main-header .header_active_btn_box ul li.cart a.add-to-cart {
                            white-space: inherit;
                            background: #000;
                            border-radius: 50px;
                            width: 50px;
                            color: #fff !important;
                            display: flex !important;
                            align-items: center;
                            justify-content: center;
                            height: 30px;
                        }


                        .logo-header .main-header .header_active_btn_box ul li.cart a:before {
                            background: url(../../images/cart_icon.svg) no-repeat left top;
                            content: '';
                            display: block;
                            width: 24px;
                            height: 24px;
                            position: relative;
                            left: 0;
                            top: 0;
                            float: left;
                            margin: 0px auto;
                        }



                    .logo-header .main-header .header_active_btn_box ul li::after {
                        position: absolute;
                        bottom: 4px;
                        left: 0px;
                        width: 100%;
                        /*height: 30px;*/
                        color: #FFF;
                        right: 0;
                        text-transform: lowercase;
                        font-size: 13px;
                        text-align: center;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.login:after {
                        /*content: "log in";*/
                    }

                    .logo-header .main-header .header_active_btn_box ul li.document:after {
                        content: "favourites";
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart:after {
                        content: "cart";
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart .dropdown-menu a::before {
                        background: none;
                        width: 0;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart .dropdown-menu #tab_default_2 .secondary a::before {
                        background: none;
                        width: 0;
                        display: none;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.document .counter {
                        color: #fff;
                        background: #818181;
                        border-radius: 28px;
                        padding: 0 8px;
                        display: inline-block;
                        margin-top: 0;
                        height: 24px;
                        min-width: 34px;
                        line-height: 24px;
                        padding-top: 0px;
                        font-size: 13px;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .logo-header .main-header .header_active_btn_box ul li.cart .counter {
                        color: #fff;
                        background: #5b676e;
                        border-radius: 28px;
                        padding: 0 8px;
                        display: inline-block;
                        margin-top: 0px;
                        height: 24px;
                        min-width: 34px;
                        /*margin-left: 9px;*/
                        text-align: center;
                        /*font-weight: bold;*/
                        line-height: 24px;
                        font-size: 13px;
                        padding-top: 0px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }



    /*head-menu*/

    .head-menu {
        /*border-top: solid 1px #333030;*/
        margin: 0 -20px;
        position: relative;
        width: 100%;
    }

        .head-menu .bg-light {
            background-color: #231f20 !important;
            padding: 0px;
        }

        .head-menu .navbar-dark .navbar-nav .nav-item {
            margin-right: 38px;
        }

            .head-menu .navbar-dark .navbar-nav .nav-item:last-child {
                margin-right: 0px;
            }

            .head-menu .navbar-dark .navbar-nav .nav-item.about a:after {
                display: none;
            }

            .head-menu .navbar-dark .navbar-nav .nav-item .dropdown-menu {
                padding: 0px 0;
                background: #ffffff;
                -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
                -o-transition: -o-transform 0.3s, opacity 0.3s;
                -ms-transition: -ms-transform 0.3s, opacity 0.3s;
                -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                min-width: 310px;
                border-radius: 0;
            }

                .head-menu .navbar-dark .navbar-nav .nav-item .dropdown-menu a {
                    color: #777777;
                    padding: 12px 20px;
                    display: block;
                    line-height: normal;
                }

                .head-menu .navbar-dark .navbar-nav .nav-item .dropdown-menu li:hover > a {
                    color: #4d4d4d;
                }

        .head-menu .navbar-dark .navbar-nav .nav-link:first-child {
            padding-left: 0px;
        }

        .head-menu .navbar-dark .navbar-nav .active > .nav-link,
        .head-menu .navbar-dark .navbar-nav .nav-link.active,
        .head-menu .navbar-dark .navbar-nav .nav-link.show,
        .head-menu .navbar-dark .navbar-nav .show > .nav-link,
        .head-menu .navbar-dark .navbar-nav .nav-link {
            line-height: 66px;
            padding: 0 0px;
            letter-spacing: .5px;
            position: relative;
            top: 4px;
            font-weight: normal;
            opacity: 1;
            font-size: 15px;
            text-transform: lowercase;
            color: #FFFFFF;
        }

        .head-menu .navbar-dark .navbar-nav .nav-link {
            /*padding-bottom: 4px;*/
            position: relative;
        }

            .head-menu .navbar-dark .navbar-nav .nav-link:hover {
                color: #00AAE4;
            }

            .head-menu .navbar-dark .navbar-nav .nav-link:after {
                content: '\f107';
                font-family: 'Font Awesome\ 5 Free';
                font-size: 15px;
                color: #8f8f8f;
                position: absolute;
                top: 0px;
                right: -15px;
                font-weight: 900;
                border: 0;
                margin: 0;
                display: unset;
            }

        .head-menu .navbar-dark .navbar-nav li:last-child .nav-link:after {
            display: none;
        }

        .head-menu .navbar-dark .navbar-nav .nav-link:hover:after {
            content: '\f106';
            font-family: fontawesome;
            font-size: 15px;
            color: #00aae4;
            font-weight: 900;
            font-family: 'Font Awesome\ 5 Free';
        }


        .head-menu .navbar-dark .navbar-nav li:hover .menudrop-dwonbox {
            display: block;
        }



    .menudrop-dwonbox {
        position: absolute;
        width: 100%;
        top: 100%;
        border-bottom: solid 1px #dddddd;
        display: none;
        z-index: 5;
        background-color: #FFF;
        max-height: unset;
        overflow: auto;
    }

        .menudrop-dwonbox .lefttab {
            border-right: solid 1px #dddddd;
            padding-right: 0px;
        }

        .menudrop-dwonbox [class*="col-"] {
            min-height: 315px;
            padding-top: 25px;
            padding-bottom: 25px;
        }

            .menudrop-dwonbox [class*="col-"] [class*="col-"] {
                min-height: inherit;
                padding-bottom: 0px;
            }

                .menudrop-dwonbox [class*="col-"] [class*="col-"] ul {
                    padding: 0px;
                }

                    .menudrop-dwonbox [class*="col-"] [class*="col-"] ul li {
                        list-style: none;
                    }

        .menudrop-dwonbox .righttab {
            padding-left: 38px;
        }

            .menudrop-dwonbox .righttab h3 {
                color: #231f20;
                font-size: 16px;
                font-weight: 700;
                text-transform: capitalize;
                margin-bottom: 0px;
            }

            .menudrop-dwonbox .righttab .nominHeight {
                padding-bottom: 0px;
                padding-top: 0px;
            }

            .menudrop-dwonbox .righttab ul li {
                padding: 3px 0;
            }

                .menudrop-dwonbox .righttab ul li a {
                    color: #777;
                    font-size: 15px;
                    line-height: 24px;
                    font-weight: 300;
                }

                    .menudrop-dwonbox .righttab ul li a:hover {
                        color: #000;
                    }

            .menudrop-dwonbox .righttab .hardware-right-menu .img {
                position: relative;
            }

                .menudrop-dwonbox .righttab .hardware-right-menu .img img {
                    width: 100%;
                }

                .menudrop-dwonbox .righttab .hardware-right-menu .img .img-content {
                    position: absolute;
                    width: 100%;
                    bottom: 25px;
                    padding-left: 30px;
                    padding-right: 31px;
                }

                    .menudrop-dwonbox .righttab .hardware-right-menu .img .img-content a {
                        font-weight: 400;
                        color: #fff;
                        font-size: 15px;
                        margin-bottom: 0;
                        position: absolute;
                        right: 31px;
                        bottom: 0;
                    }

                        .menudrop-dwonbox .righttab .hardware-right-menu .img .img-content a:after {
                            content: '';
                            display: inline-block;
                            width: 14px;
                            height: 14px;
                            background: url(../../images/sprite-icons.png) no-repeat -8px -80px;
                            background-size: 34px;
                            margin-left: 7px;
                            position: relative;
                            top: 2px;
                        }

        .menudrop-dwonbox .lefttab .nav a {
            font-size: 16px;
            font-weight: 700;
            position: relative;
            padding: 13px 0;
            text-indent: 0;
        }

            .menudrop-dwonbox .lefttab .nav a:after {
                content: '\f105';
                font-family: 'Font Awesome\ 5 Free';
                font-size: 18px;
                color: #aaa;
                position: absolute;
                right: 31px;
                top: 6px;
                font-weight: 900;
            }

        .menudrop-dwonbox .lefttab .nav-pills a,
        .menudrop-dwonbox .lefttab .nav-pills .show {
            color: #777777;
            background-color: transparent;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            padding-left: 0;
            border-right: 3px solid #FFF;
            text-decoration: none;
        }


            .menudrop-dwonbox .lefttab .nav-pills a.active,
            .menudrop-dwonbox .lefttab .nav-pills .show > .nav-link {
                color: #4d4d4d;
                background-color: transparent;
                border-right: 3px solid #00aae4;
                padding-left: 0;
                text-decoration: none;
            }


    .fixed {
        background: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        transition: 0.5s;
    }

    /*banner*/

    .banner {
    }

        .banner ul {
            padding: 0px;
            margin: 0px;
        }

            .banner ul li {
                /*list-style: none; position: relative;*/
                width: 100%;
                float: left;
                display: block;
            }

                .banner ul li img {
                    max-width: 100%;
                    width: 100%;
                }

                .banner ul li .caption-box {
                    position: absolute;
                    z-index: 2;
                    top: 50%;
                    margin-top: -75px;
                    text-align: center;
                    width: 100%;
                    height: 150px;
                }

                    .banner ul li[data-text="Mónte Collection"] .caption-box>.container {
						background: rgba(0, 0, 0, 0.05);
					}

					.banner ul li .caption-box>.container {
						background: rgba(0, 0, 0, 0.3);
						padding-top: 16px;
						padding-bottom: 32px;
						border-radius: 16px;
					}

                    .banner ul li .caption-box h2 {
                        font-size: 94px;
                        color: #fff;
                        /*letter-spacing: -5.2px;*/
                        letter-spacing: -3px;
                        font-weight: normal;
                        line-height: normal;
                        margin-bottom: 5px;
                        text-transform: lowercase;
						text-shadow: 2px 2px 8px #404040;
                    }


                    .banner ul li .caption-box .btn {
                        color: #fff;
                        font-size: 16px;
                        font-weight: bold;
                        line-height: 60px;
                        padding: 0 35px;
                        border-radius: 60px;
                        height: 60px;
                        display: inline-block;
                        background: #30393f;
                    }

        .banner .owl-slider .owl-nav {
            position: absolute;
            top: 50%;
            z-index: 5;
            width: 100%;
        }

            .banner .owl-slider .owl-nav .owl-prev {
                left: 20px;
                position: absolute;
            }

            .banner .owl-slider .owl-nav .owl-next {
                right: 20px;
                position: absolute;
            }

            .banner .owl-slider .owl-nav [class*="owl-"] {
                width: 50px;
                height: 50px;
                background: #fff;
                font-size: 0px;
                border-radius: 50%;
                margin-top: -25px;
            }


                .banner .owl-slider .owl-nav [class*="owl-"]:after {
                    content: '';
                    width: 13px;
                    height: 19px;
                    display: inline-block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -9.5px;
                    margin-left: -6.5px;
                }

            .banner .owl-slider .owl-nav .owl-prev:after {
                background: url(../../images/sprite-icons.png) no-repeat -10px -279px;
                margin-left: -7px;
            }

            .banner .owl-slider .owl-nav [class*="owl-"]:focus {
                outline: none;
            }

            .banner .owl-slider .owl-nav .owl-next:after {
                background: url(../../images/sprite-icons.png) no-repeat -10px -250px;
                margin-left: -7px;
            }


    .header-brochures {
        position: absolute;
        bottom: 15px;
        right: 20px;
        background: #2d2a2b;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        border-radius: 40px;
        padding: 2px 20px 0;
        min-width: 180px;
        line-height: 40px;
        z-index: 100;
    }

        .header-brochures:hover {
            text-decoration: none;
            color: #fff;
            background: #343132;
        }


    .banner .owl-carousel .owl-item img, .banner .owl-carousel .owl-item video {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }
    /*inner-banner*/
    .inner-banner {
        width: 100%;
        position: relative;
    }

        .inner-banner:before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            background-color: rgba(0,0,0,0.5);
        }

        .inner-banner.aboutus {
            background: url(../../images/about-banner-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.faq {
            background: url(../../images/faq_banner.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.contact {
            background: url(../../images/contact-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.terms {
            background: url(../../images/about-banner-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.hardwarebanner {
            background: url(../../images/hardwarebanner.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.download_bg {
            background: url(../../images/download_bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.gallery_bg {
            background: url(../../images/galllery-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.service_bg {
            background: url(../../images/services-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.serviceIndex_bg {
            background: url(../../images/serviceIndex-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.benchtops_bg {
            background: url(../../images/Benchtop_Banner2.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.cutto-bg {
            background: url(../../images/Benchtop_Banner2.png) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.tutorials-bg {
            background: url(../../images/dsadsadsadsadsa.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.egger_bg {
            background: url(../../images/egger.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.grass_bg {
            background: url(../../images/grass.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }


        .inner-banner.MadeToOrder_bg {
            background: url(../../images/MadeToOrder.png) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.product_bg {
            background: url(../../images/Products.png) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.discover_bg {
            background: url(../../images/Discover.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.forgetpass-bg {
            background: url(../../images/forgotpassword-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }


        .inner-banner.feelwood-bg {
            background: url(../../images/Feelwood.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }


        .inner-banner.perfectSense-bg {
            background: url(../../images/PerfectSense.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }


        .inner-banner.splashbacks-bg {
            background: url(../../images/Splashback_Banner_.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.nexis-bg {
            background: url(../../images/NEXUS_HEADER.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }


        .inner-banner.one-brand-bg {
            background: url(../../images/Nikpol.jpg) no-repeat;
            background-size: cover;
            min-height: 100vh;
            background-position: center bottom;
        }

        .inner-banner.branding-bg {
            background: url(../../images/NIKPOLBUILDING_21_.jpg) no-repeat;
            background-size: cover;
            min-height: 360px;
            background-position: center bottom;
        }

        .inner-banner.specification-bg {
            background: url(../../images/wistlist-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 360px;
            background-position: center bottom;
        }

        .inner-banner.contact-bg {
            background: url(../../images/contact-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 360px;
            background-position: center bottom;
        }

        .inner-banner.MyOrders-bg {
            background: url(../../images/MYorders.jpg) no-repeat;
            background-size: cover;
            min-height: 360px;
            background-position: center bottom;
        }

        .inner-banner.orderplaced_bg {
            background: url(../../images/order-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 360px;
            background-position: center bottom;
        }

        .inner-banner.vinyldoor_bg {
            background: url(../../images/3DVinyl_Banner.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }

        .inner-banner.pagenotfound_bg {
            background: url(../../images/serviceIndex-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 420px;
            background-position: center bottom;
        }



        .inner-banner.benchtops_bg:before, .inner-banner:before {
            display: none;
        }

        .inner-banner .caption-panel {
            text-align: center;
            position: absolute;
            bottom: 0px;
            top: 0px;
            left: 0px;
            right: 0px;
            display: flex;
            align-items: center;
        }

            .inner-banner .caption-panel .btn {
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                line-height: 60px;
                padding: 0 35px;
                border-radius: 60px;
                height: 60px;
                display: inline-block;
                background: #30393f;
            }

            .inner-banner .caption-panel h2, .inner-banner .caption-panel p {
                width: 100%;
            }

            .inner-banner .caption-panel h2 {
                font-size: 40px;
                font-weight: bold;
                color: #FFF;
                text-transform: uppercase;
				text-shadow: 1px 1px 4px #808080;
            }

                .inner-banner .caption-panel h2.dark {
                    color: #000;
                }

            .inner-banner .caption-panel p {
                font-size: 16px;
                font-weight: normal;
                color: #FFF;
            }

        .inner-banner .caption-background {
            padding: 16px;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 16px;
        }
    /*bradcrambox*/

    .bradcrambox {
    }

        .bradcrambox ul {
            padding: 20px 0px;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .bradcrambox ul li {
                list-style: none;
                padding: 5px 15px 5px 12px;
                background: url(../../images/bradcram-border.jpg) no-repeat right center;
            }

                .bradcrambox ul li:first-child {
                    padding: 5px 15px 5px 0px;
                }

                .bradcrambox ul li:last-child {
                    background: none;
                }

                .bradcrambox ul li, .bradcrambox ul li a {
                    color: #231f20;
                    font-size: 13px;
                    font-weight: normal;
                }

    /*containerbox*/
    .containerbox {
        padding-top: 20px;
    }

    /*about-sub-heading*/

    .about-sub-heading {
        font-size: 30px;
        font-weight: bold;
        color: #5a676f;
        text-align: center;
    }

    .about-videobox {
        background-color: #000;
        margin: 85px 0;
        padding: 40px 0;
    }

        .about-videobox iframe {
            width: 100% !important;
            height: 550px !important;
        }


	
	/*vision_mission*/


    .vision_mission {
        margin-top: 85px;
    }

        .vision_mission .vision, .vision_mission .mission {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .vision_mission [class*="col-"] {
            padding-top: 80px;
            padding-bottom: 80px;
            text-align: center;
        }

            .vision_mission [class*="col-"] p {
                font-size: 24px;
                font-weight: normal;
            }

            .vision_mission [class*="col-"].vision {
                background-color: #231f20;
            }

                .vision_mission [class*="col-"].vision p {
                    color: #FFF;
                }

        .vision_mission .vision .heading {
            color: #fff;
        }

            .vision_mission .vision .heading span {
                color: #5a676f;
            }


    .heading {
        color: #231f20;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 25px 0 48px;
    }

        .heading span {
            color: #5a676f;
        }


    /*environmental_box*/


    .environmental_box {
        background-color: #f3fbf1;
        padding: 55px 0;
    }

        .environmental_box .environmental-img, .environmental_box .environmental-text {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .environmental_box p {
            font-size: 24px;
            font-weight: 300;
            color: #5a676f;
        }




    /*testimonial_box*/

    .testimonial_box {
        padding: 80px 0;
    }

        .testimonial_box .testimonial-img {
        }

            .testimonial_box .testimonial-img img {
                width: 130%;
            }


        .testimonial_box .testimonial-img, .testimonial_box .testimonial-text {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

            .testimonial_box .testimonial-img, .testimonial_box .testimonial-text p {
                font-weight: 300;
                font-size: 20px;
            }

            .testimonial_box .testimonial-text .testimonial-inner {
                background-color: rgba( 255,255,255,0.5);
                height: 80%;
                display: flex;
                align-items: center;
                padding: 35px;
                flex-wrap: wrap;
            }

            .testimonial_box .testimonial-text .client-name {
                font-weight: bold;
                font-size: 20px;
                font-style: italic;
                text-align: right;
                margin-bottom: 60px;
            }

            .testimonial_box .testimonial-text .testimonial-bottom-txt {
                font-weight: normal;
                font-size: 14px;
                text-align: center;
            }



    /*our_products*/
    .our_products {
    }

        .our_products .product-imgbox {
            position: relative;
            margin-bottom: 30px;
        }

        .our_products.gallerysection .product-imgbox .imgholder img {
            max-height: 344px;
            min-height: 344px;
        }

        .our_products .product-imgbox img {
            width: 100%;
        }

        .our_products .product-imgbox .product-name {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            background-color: #231f20;
            height: 60px;
            position: absolute;
            bottom: 0;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

            .our_products .product-imgbox .product-name .product-title {
                font-size: 24px;
                font-weight: normal;
                color: #FFF;
                text-transform: uppercase;
                cursor: pointer;
                width: calc(100% - 70px);
                line-height: normal;
                padding-top: 0;
            }

                .our_products .product-imgbox .product-name .product-title a {
                    font-size: 24px;
                    font-weight: normal;
                    color: #FFF;
                    text-transform: uppercase;
                }

            .our_products .product-imgbox .product-name .more-btn {
                position: relative;
                transition: 0.5s;
                padding-right: 34px;
            }

                .our_products .product-imgbox .product-name .more-btn a {
                    font-size: 12px;
                    font-weight: normal;
                    color: #FFF;
                    text-transform: uppercase;
                }

                .our_products .product-imgbox .product-name .more-btn:hover a {
                    text-decoration: none;
                }

                .our_products .product-imgbox .product-name .more-btn:after {
                    content: "";
                    transition: 0.5s;
                    background: url(../../images/more-arrow.png) no-repeat;
                    width: 27px;
                    height: 9px;
                    position: absolute;
                    right: 0px;
                    top: 6px;
                }

                .our_products .product-imgbox .product-name .more-btn:hover:after {
                    right: -8px;
                }

        .our_products .product-imgbox .imgholder {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

            .our_products .product-imgbox .imgholder img {
                transition: 0.5s;
                -webkit-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);
            }

            .our_products .product-imgbox .imgholder:hover img {
                -webkit-transform: rotate(15deg) scale(1.4);
                transform: rotate(15deg) scale(1.4);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

            .our_products .product-imgbox .imgholder:before {
                position: absolute;
                top: 0;
                left: -75%;
                z-index: 2;
                display: block;
                content: '';
                width: 50%;
                height: 100%;
                background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
            }

            .our_products .product-imgbox .imgholder:hover::before {
                -webkit-animation: shine .75s;
                animation: shine .75s;
            }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    /*productSlider*/
    .productSlider {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        padding-right: 70px;
        padding-left: 70px;
        background: #444;
        border-top: 1px solid #aaa;
        padding-top: 1px;
        box-shadow: 0 -2px 2px rgba(50, 50, 50, 0.2);
    }

        .productSlider ul {
            padding: 0px;
            margin: 0px;
        }

            .productSlider ul li {
                list-style: none;
                position: relative;
                border-right: 1px solid #aaa;
            }

                .productSlider ul li p {
                    font-size: 12px;
                    overflow: hidden;
                    padding: 0.5em;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 0px;
                    color: #FFF;
                    width: 100%;
                }

        .productSlider .owl-nav .owl-prev {
            position: absolute;
            left: -55px;
            top: -26px;
        }

        .productSlider .owl-nav .owl-next {
            position: absolute;
            right: -55px;
            top: -26px;
        }

        .productSlider .owl-nav span {
            font-size: 90px;
            color: #FFF;
        }

        .productSlider .owl-nav button:focus {
            outline: none;
            box-shadow: 0px;
        }

    /*services_box*/

    .our_products.services_box {
        padding: 70px 0 0;
    }

        .our_products.services_box .heading {
            margin-bottom: 20px;
        }

        .our_products.services_box p {
            margin-bottom: 45px;
            color: #777777;
            font-size: 16px;
            font-weight: 300;
        }




    /*projects_box*/
    .projects_box {
        padding: 70px 0 0;
    }

        .projects_box .heading {
            margin-bottom: 20px;
        }

        .projects_box p {
            margin-bottom: 45px;
            color: #777777;
            font-size: 16px;
            font-weight: 300;
        }

        .projects_box .project_imgbox {
            margin-bottom: 30px;
        }

            .projects_box .project_imgbox img {
                max-width: 100%;
            }



    /*instagram_box*/
    .instagram_box {
        /*padding: 50px 0 125px;*/
		padding: 50px 0px;
    }

        .instagram_box .instagram-logobox {
            font-size: 36px;
            font-weight: bold;
            color: #000000;
            text-transform: uppercase;
        }

            .instagram_box .instagram-logobox i {
                font-size: 56px;
                font-weight: bold;
                color: #3a3d45;
                text-transform: uppercase;
            }

        .instagram_box .instagram_username {
            /*margin-bottom: 125px;*/
			margin-bottom: 25px;
        }

            .instagram_box .instagram_username span {
                font-size: 18px;
                font-weight: 300;
                color: #3a3d45;
                margin-right: 30px;
            }

            .instagram_box .instagram_username .arrow-btn {
                display: inline-block;
            }

                .instagram_box .instagram_username .arrow-btn a {
                    font-size: 18px;
                    font-weight: normal;
                    color: #5a676f;
                    text-transform: uppercase;
                }

                .instagram_box .instagram_username .arrow-btn img {
                    margin-left: 17px;
                }

                .instagram_box .instagram_username .arrow-btn:hover a {
                    text-decoration: none;
                }

    .btn-default {
        background-color: #5a676f;
        padding: 18px 50px;
        border-radius: 0px;
        font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: normal;
        transition: 0.5s;
    }

        .btn-default:hover {
            color: #FFF;
            border-radius: 55px;
        }

    /*cloned*/


    .copy {
        width: 100%;
        background-color: #FFF;
    }

        .copy .logo-header {
            display: flex;
            flex-wrap: wrap;
        }

        .copy .allcopyhead {
            position: relative;
        }

        .copy .download-btn {
            right: 0px;
            top: 10px;
        }

        .copy .logo-header > .container {
            max-width: 200px;
        }

        .copy .bacopy {
            background: #231f20;
        }

        .copy .head-menu {
            border: none;
        }

            .copy .head-menu > .container {
                width: auto;
                min-width: inherit;
                max-width: inherit;
            }

        .copy .logo-header .main-header {
            margin-right: 50px;
        }

        .copy .nav-pills {
            padding-left: 20px;
        }

    .download-btn {
        position: absolute;
        top: 0px;
        right: -20px;
    }

        .download-btn .header-brochures {
            position: absolute;
            bottom: -56px;
            right: 20px;
            background: #2d2a2b;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            height: 40px;
            border-radius: 40px;
            padding: 2px 20px 0;
            min-width: 181px;
            line-height: 40px;
            z-index: 100;
        }

            .download-btn .header-brochures:hover {
                text-decoration: none;
                color: #fff;
                background: #343132;
            }

    #side-btn-panel {
        position: fixed;
        background-color: #333030;
        top: 300px;
        right: -100%;
        transition: 1s ease;
        padding: 10px;
        width: 100px;
        z-index: 999;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

        #side-btn-panel.open {
            right: 0;
        }


        #side-btn-panel .serachbox {
            width: 60px;
            max-width: 400px;
            height: 40px;
            margin-bottom: 0px;
            position: relative;
            background: url(../../images/search_icon.png) no-repeat 25px center;
            background-size: auto;
            background-size: 45%;
        }


    svg {
        fill: #fff;
    }

    #side-btn-panel .serachbox:after {
        position: absolute;
        width: 80px;
        height: 1px;
        background-color: #FFF;
        left: 0px;
        right: 0px;
        bottom: -8px;
        z-index: 9;
        content: "";
    }

    #side-btn-panel .serachbox .form-inline {
        position: relative;
    }

    #side-btn-panel .serachbox .form-control {
        position: absolute;
        top: -3px;
        right: -40px;
        transition: 0.5s;
    }

        #side-btn-panel .serachbox .form-control, #side-btn-panel .serachbox .form-control:focus {
            border-color: #000000;
            background: #000000;
            font-size: 14px;
            line-height: 46px;
            height: 46px;
            border-radius: 50px;
            color: #ddd;
            width: 100%;
            opacity: 0;
            padding: 2px 20px 0 8px;
            box-shadow: none;
            font-weight: normal;
        }

    #side-btn-panel .serachbox:hover .form-control {
        width: 400px;
        padding: 2px 20px 0 15px;
        opacity: 1;
    }

    #side-btn-panel .serachbox:hover #hits-containerslide {
        opacity: 1;
    }

    #side-btn-panel .serachbox .form-inline .btn, #side-btn-panel .serachbox .form-inline .btn:focus, #side-btn-panel .serachbox .form-inline .btn.active {
        width: 15px;
        height: 15px;
        top: 15px;
        right: -3px;
        background: url(../../images/sprite-icons.png) no-repeat -10px -138px;
        position: absolute;
        border: none;
        font-size: 0px;
        box-shadow: none;
    }


    #side-btn-panel .serachbox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #999;
        font-size: 15px;
    }

    #side-btn-panel .serachbox .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #999;
        font-size: 15px;
    }

    #side-btn-panel .serachbox .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #999;
        font-size: 15px;
    }

    #side-btn-panel .serachbox .form-control:-moz-placeholder { /* Firefox 18- */
        color: #999;
        font-size: 15px;
    }



    #side-btn-panel .header_active_btn_box ul {
        max-width: 278px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
    }

        #side-btn-panel .header_active_btn_box ul li {
            list-style: none;
            min-width: 75px;
            position: relative;
            margin-bottom: 15px;
            margin-left: 0px;
            height: 50px;
            min-width: 34px;
            width: 100%;
            text-align: center;
        }

            #side-btn-panel .header_active_btn_box ul li:after {
                position: absolute;
                width: 80px;
                height: 1px;
                background-color: #FFF;
                left: 0px;
                right: 0px;
                bottom: -7px;
                z-index: 9;
                content: "";
            }

            #side-btn-panel .header_active_btn_box ul li:last-child:after {
                display: none;
            }

            #side-btn-panel .header_active_btn_box ul li.document:after {
                bottom: -8px;
            }

            #side-btn-panel .header_active_btn_box ul li a {
                color: #fff;
                font-size: 13px;
                line-height: 28px;
            }

            #side-btn-panel .header_active_btn_box ul li .dropdown-menu a {
                color: #555;
                font-weight: bold;
                font-size: 13px;
                line-height: 28px;
            }

            #side-btn-panel .header_active_btn_box ul li:before {
                content: '';
                position: absolute;
                width: 26px;
                height: 26px;
                left: 0;
                top: 0;
                display: none;
            }

            #side-btn-panel .header_active_btn_box ul li.login {
                background: url(../../images/account_icon.svg) no-repeat center top;
                padding-left: 0px;
                margin-right: 0px;
                background-size: 35%;
                padding-top: 30px;
            }

                #side-btn-panel .header_active_btn_box ul li.login a {
                    font-size: 14px;
                }

                    #side-btn-panel .header_active_btn_box ul li.login a#dropdownMenuLinkSideMenu {
                        word-break: break-all;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        max-width: 120px !important;
                        display: block;
                    }

                    #side-btn-panel .header_active_btn_box ul li.login a#dropdownMenuLink {
                        font-size: 14px;
                        word-break: break-all;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        max-width: 200px !important;
                        display: block;
                    }

            #side-btn-panel .header_active_btn_box ul li.document {
                background: url(../../images/assignment_icon.svg) no-repeat center center;
                padding-left: 0px;
                margin-right: 0px;
                background-size: 35%;
            }

            #side-btn-panel .header_active_btn_box ul li.cart {
                background: url(../../images/cart_icon.svg) no-repeat center center;
                padding-left: 0px;
                background-size: 35%;
                margin-bottom: 0;
            }



            #side-btn-panel .header_active_btn_box ul li.document .counter {
                color: #fff;
                background: #818181;
                border-radius: 28px;
                padding: 0 8px;
                display: inline-block;
                margin-top: 0;
                height: 28px;
                min-width: 34px;
                line-height: 24px;
                padding-top: 4px;
                font-size: 13px;
                text-align: center;
                margin-left: 30px;
            }


            #side-btn-panel .header_active_btn_box ul li.cart .counter {
                color: #fff;
                background: #5b676e;
                border-radius: 28px;
                padding: 0 8px;
                display: inline-block;
                margin-top: -1px;
                height: 28px;
                min-width: 34px;
                margin-left: 3px;
                text-align: center;
                font-weight: bold;
                line-height: 24px;
                font-size: 13px;
                padding-top: 4px;
                margin-left: 30px;
            }




            #side-btn-panel .header_active_btn_box ul li.document .counter, #side-btn-panel .header_active_btn_box ul li.cart .counter {
                display: inline-block;
                transition: 1s;
            }

            #side-btn-panel .header_active_btn_box ul li.document:hover .counter, #side-btn-panel .header_active_btn_box ul li.cart:hover .counter {
                /*display: inline-block;*/
            }


    #top-btn-panel {
        position: unset;
        background-color: transparent;
        top: 300px;
        right: -100%;
        transition: 1s ease;
        padding: 0px;
        z-index: 999;
        display: none;
        margin-left: 60px;
    }

        #top-btn-panel.open {
            right: 0;
        }


        #top-btn-panel .serachbox {
            width: 1.5em;
            height: 1.5em;
            position: relative;
            background: url(../../images/search_icon.png) no-repeat center center;
            background-size: 100%;
            margin: 5px 0 0 0;
        }

        #top-btn-panel #side-btnbox {
            position: relative;
            height: 80px;
            width: 50px;
            padding: 15px 0;
            display: flex;
            justify-content: center;
            height: 100%;
            align-items: center;
        }

            #top-btn-panel #side-btnbox:after {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                height: 30px;
                color: #FFF;
                right: 0;
                text-transform: lowercase;
                font-size: 12px;
                text-align: center;
                content: "search";
                line-height: 1;
                display: none;
            }


        #top-btn-panel .serachbox .form-inline {
            position: relative;
        }

        #top-btn-panel .serachbox .form-control {
            position: absolute;
            top: -3px;
            left: 0px;
            transition: 0.5s;
        }

            #top-btn-panel .serachbox .form-control, #top-btn-panel .serachbox .form-control:focus {
                border-color: #5b676e;
                background: #5b676e;
                font-size: 14px;
                line-height: 46px;
                height: 46px;
                border-radius: 50px;
                color: #ddd;
                width: 100%;
                opacity: 0;
                padding: 2px 20px 0 8px;
                box-shadow: none;
                font-weight: normal;
                max-width: 190px;
                margin-top: -10px;
            }

    /*
            #top-btn-panel .serachbox:hover .form-control {
                width: 400px;
                padding: 2px 20px 0 15px;
                opacity: 1;
            }

            #top-btn-panel .serachbox:hover #hits-containerslide {
                opacity: 1;
            }
            */

    .searchShow {
        width: 400px !important;
        padding: 2px 20px 0 15px !important;
        opacity: 1 !important;
        margin-left: 25px !important;
    }

    #top-btn-panel .serachbox .form-inline .btn, #top-btn-panel .serachbox .form-inline .btn:focus, #top-btn-panel .serachbox .form-inline .btn.active {
        width: 15px;
        height: 15px;
        top: 15px;
        right: -3px;
        background: url(../../images/sprite-icons.png) no-repeat -10px -138px;
        position: absolute;
        border: none;
        font-size: 0px;
        box-shadow: none;
    }


    #top-btn-panel .serachbox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #999;
        font-size: 15px;
    }

    #top-btn-panel .serachbox .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #999;
        font-size: 15px;
    }

    #top-btn-panel .serachbox .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #999;
        font-size: 15px;
    }

    #top-btn-panel .serachbox .form-control:-moz-placeholder { /* Firefox 18- */
        color: #999;
        font-size: 15px;
    }


    /*color page */
    .colortabs {
        margin-bottom: 80px;
    }

        .colortabs .tab-panel {
        }

            .colortabs .tab-panel .nav-tabs {
                padding: 0px;
                margin: 0px;
                border: 0px !important;
            }

                .colortabs .tab-panel .nav-tabs .nav-item {
                    border-radius: 0px !important;
                    -webkit-border-radius: 0px !important;
                    -moz-border-radius: 0px !important;
                    border-color: #444 !important;
                }

                    .colortabs .tab-panel .nav-tabs .nav-item a.active {
                        background-color: #444;
                        color: #fff;
                        font-size: 16px;
                        padding: 0.75rem 1.5rem;
                        border-radius: 0px !important;
                        -webkit-border-radius: 0px !important;
                        -moz-border-radius: 0px !important;
                        border-color: #444 !important;
                    }

                    .colortabs .tab-panel .nav-tabs .nav-item a {
                        background-color: #e9e9e9;
                        color: #222;
                        font-size: 1em;
                        padding: 0.75rem 1.5rem;
                        border-radius: 0px !important;
                        -webkit-border-radius: 0px !important;
                        -moz-border-radius: 0px !important;
                        font-size: 16px;
                    }

    .animate-imgbox {
        border: 1px solid #e9e9e9;
        border-top: 0px;
        border-bottom: none;
        height: 380px;
        overflow: hidden;
    }

        .animate-imgbox .animateObject {
            width: 100%;
            position: relative;
            animation: slideUpDown 21s linear infinite;
            visibility: visible;
        }

            .animate-imgbox .animateObject.pausedanimation {
                -webkit-animation-play-state: paused;
                animation-play-state: paused;
            }

    div.animate-loder .animate-imgbox {
        background-image: url(../../images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding: 0;
        position: relative;
    }

    .animate-imgbox h1 {
        background-color: rgba(255,255,255,0.6);
        border-bottom-right-radius: 3px;
        box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
        color: #222;
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
        padding: 0.5rem 1rem;
        position: absolute;
        right: 0;
        text-shadow: 0 1px 1px #ccc;
        top: 0;
        width: auto;
    }

    div.animate-loder div.animateObject img {
        display: block;
        margin: 0 auto;
        visibility: hidden;
        width: 100%;
    }

        div.animate-loder div.animateObject img.animateObject {
            animation: slideUpDown 24s linear infinite;
            visibility: visible;
        }

            div.animate-loder div.animateObject img.animateObject.paused {
                -webkit-animation-play-state: paused;
                animation-play-state: paused;
            }

    @-webkit-keyframes slideUpDown {
        0% {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        50% {
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
        }

        100% {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }
    }

    @keyframes slideUpDown {
        0% {
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        50% {
            -ms-transform: translate(0,-50%); /* IE 9 */
            -webkit-transform: translate(0,-50%); /* Safari */
            transform: translate(0,-50%);
        }

        100% {
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }
    }

    @-webkit-keyframes slideUpDownSmall {
        0% {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        50% {
            -webkit-transform: translate(0,-25%); /* Safari */
            transform: translate(0,-25%);
        }

        100% {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }
    }

    @keyframes slideUpDownSmall {
        0% {
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        50% {
            -ms-transform: translate(0,-25%);
            -webkit-transform: translate(0,-25%);
            transform: translate(0,-25%);
        }

        100% {
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }
    }

    div.product-hero h1 {
        background-color: rgba(255,255,255,0.6);
        border-bottom-right-radius: 3px;
        box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
        color: #222;
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
        padding: 0.5rem 1rem;
        position: absolute;
        right: 0;
        text-shadow: 0 1px 1px #ccc;
        top: 0;
        width: auto;
    }
    /*products-info*/
    .products-title {
        padding: 0.75rem 0rem 0rem 0rem;
    }

        .products-title h1 {
            color: #000;
            margin: 0;
        }

    ul#product-type {
        display: block;
        margin: 20px 0 20px;
        padding: 0;
        list-style: none;
    }

        ul#product-type li {
            margin-right: 10px;
            display: inline-block;
            height: 30px !important;
            margin-bottom: 15px;
        }

            ul#product-type li a {
                background: #fff;
                border-radius: 5px;
                width: 50px;
                color: #000;
                border: 1px solid #000;
                padding: 10px 20px;
                text-decoration: none;
            }


                ul#product-type li a:hover, ul#product-type li a.active {
                    background: #000;
                    color: #fff;
                }

    .products-info {
        /*border: 1px solid #e9e9e9;*/
        padding: 0.75rem 0rem 1rem 0rem;
    }

        .products-info .fa-truck {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .products-info p {
            margin: 0.4em 0 0 0;
            color: #afafaf;
            font-weight: 300;
        }

        .products-info .product-char {
            font-weight: bold;
            margin-right: 30px;
            display: inline;
            color: #afafbb;
        }

        .products-info .product-char-value {
            display: inline;
            color: #afafbb;
        }

        .products-info .btnrow {
            margin: 1em 0 0 0;
        }

    .products_otherinfo {
        margin-bottom: 20px;
    }

    .outlinebtn.green {
        border: 1px solid #43ac6a;
        color: #43ac6a;
    }

    .outlinebtn.blue {
        border: 1px solid #1fb6ff;
        color: #1fb6ff;
    }

    .outlinebtn.grey {
        border: 1px solid #c7c7c7;
        color: #aeaeae;
        margin-bottom: 5px;
    }

        .outlinebtn.grey:hover {
            background: #ededed;
            color: #888;
        }

            .outlinebtn.grey:hover i {
                color: #888;
            }

        .outlinebtn.grey i {
            color: #c7c7c7;
        }

    /*products_otherinfo*/
    .products_otherinfo .panel-title > a:before {
        float: right !important;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f068";
        padding-right: 5px;
        font-weight: 900;
        color: #c7c7c7;
        border: 1px solid #c7c7c7;
        border-radius: 25px;
        padding-right: 0;
        width: 24px;
        height: 24px;
        line-height: 22px;
        text-align: center;
    }

    .products_otherinfo .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f067";
        color: #c7c7c7;
        border: 1px solid #c7c7c7;
        border-radius: 25px;
        padding-right: 0;
        width: 24px;
        height: 24px;
        line-height: 22px;
        text-align: center;
    }

    .products_otherinfo .panel-title > a:hover,
    .products_otherinfo .panel-title > a:active,
    .products_otherinfo .panel-title > a:focus {
        text-decoration: none;
    }

    ul#tech-info {
        display: block;
        margin: 10px 0 10px;
        padding: 0;
        list-style: none;
    }

        ul#tech-info li {
            display: block;
            text-align: left;
        }

            ul#tech-info li a {
                color: #c7c7c7;
                padding: 10px 20px;
                text-decoration: underline;
            }

                ul#tech-info li a:hover {
                    text-decoration: none;
                }

    .products_otherinfo .panel-default {
        display: block;
        border: 1px solid #c7c7c7;
        /*border-top: none;*/
    }

        .products_otherinfo .panel-default .panel-heading {
            padding: .75rem 1rem;
            background: #ededed;
        }

            .products_otherinfo .panel-default .panel-heading i {
                color: #888;
                padding-right: 0.5rem;
            }

            .products_otherinfo .panel-default .panel-heading h4, .products_otherinfo .panel-default .panel-heading h4 a {
                color: #afafaf;
                font-size: 14px;
            }

        .products_otherinfo .panel-default .panel-body {
            padding: 0rem 1rem;
            background-color: #FFF
        }

        .products_otherinfo .panel-default .panel-collapse {
            border-top: 1px solid #e6e6e6;
        }

    .imggallerybox {
        margin-top: 30px;
    }

    .products_otherinfo .panel-default .panel-body .imggallerybox img {
        height: 210px;
    }

    .products_otherinfo .panel-default .panel-body .panel-heading {
        border: none;
        background: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    .products_otherinfo .panel-default .panel-body .panel {
        border-left: none;
        border-right: none;
        background: none;
        padding-right: 0px;
        padding-left: 0px;
    }

        .products_otherinfo .panel-default .panel-body .panel:last-child {
            border: none;
        }

    .products_otherinfo .panel-default .panel-body .panel-body, .products_otherinfo .panel-default .panel-body .panel-collapse {
        padding: 0px;
        border: none;
    }

    .products_otherinfo .panel-default .panel-body .panel-title a {
        font-weight: bold;
    }

    .range-item-detail {
        color: #afafaf;
    }


        .range-item-detail ul {
            padding: 0px;
            margin: 0px;
        }

            .range-item-detail ul li {
                list-style: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: solid 1px #CCC;
                padding-bottom: 15px;
                padding-top: 0px;
                margin-bottom: 15px;
            }

                .range-item-detail ul li div.two p.product-hd {
                    font-size: 16px;
                    word-break: break-all;
                }

                .range-item-detail ul li div.three {
                    color: #aeaeae;
                    font-weight: 500;
                }

                    .range-item-detail ul li div.three p span {
                        font-weight: 300;
                        display: inline !important;
                        width: 50px;
                        margin-right: 20px;
                    }


                .range-item-detail ul li:last-child {
                    border: none;
                    margin-bottom: 0;
                }

                .range-item-detail ul li div.four {
                    max-width: 150px;
                }

                .range-item-detail ul li div p {
                    margin-bottom: 5px;
                }

                    .range-item-detail ul li div p span {
                        display: block;
                    }

                .range-item-detail ul li div.tow p span {
                    float: right;
                }

    .btnBlack {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 60px;
        padding: 0 35px;
        border-radius: 60px;
        height: 60px;
        display: inline-block;
        background: #30393f;
    }

        .btnBlack:hover {
            color: #fff;
            background: #151a1d;
        }

    .boldtxt {
        font-weight: bold;
    }

    .products_otherinfo .panel-default .panel-body .btnBlack {
        line-height: 40px;
        height: 40px;
    }

    .products_otherinfo .panel-default .panel-body .btn-addtocart {
        line-height: 30px;
        height: 32px;
        border: 1px solid #c7c7c7;
        background: #fff;
        color: #aeaeae;
        border-radius: 20px;
        width: 132px;
        font-size: 12px;
        font-weight: 300;
        line-height: 19px;
        margin-bottom: 5px;
    }

        .products_otherinfo .panel-default .panel-body .btn-addtocart:hover {
            background: #ededed;
            color: #888;
        }
    /*btn-holder*/
    .btn-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }

    .btn-grey {
        color: #000;
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
        padding: 0 20px;
        margin: 4px;
        cursor: pointer;
        height: 50px;
        display: inline-block;
        background: #eaeceb;
    }

        .btn-grey:hover {
            background: #30393f;
            color: #fff !important;
        }

        .btn-grey small {
            display: block;
        }

        .btn-grey.autoheight {
            height: auto;
            padding: 20px 20px;
            line-height: 100%;
        }

    .mg-top25 {
        margin-top: 25px;
    }

    .imggallerybox .col-12 {
        /*margin-bottom: 30px;*/
    }

    .pdbm40 {
        padding-bottom: 40px;
    }

    .side-heading {
        color: #313239;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 25px;
        border-bottom: solid 1px #dee1e2;
    }
    /*slide menu list*/
    .categories-list {
    }

        .categories-list ul {
            padding: 0px;
            margin: 0px 0 70px 0;
        }

            .categories-list ul li {
                list-style: none;
                margin-bottom: 15px;
                background: url('../../images/side-arrow.png') no-repeat;
                background-position: right 10px top 5px;
                padding-right: 25px;
                transition: 0.5s;
            }

                .categories-list ul li:hover {
                    background-position: right 0px top 5px;
                }

                    .categories-list ul li:hover a {
                        text-decoration: none;
                    }

                .categories-list ul li a {
                    color: #313239;
                    font-size: 18px;
                }

    .filter-list {
    }

        .filter-list > ul {
            padding: 0px;
            margin: 0px 0 70px 0;
        }

            .filter-list > ul > li:first-child {
                border-top: none;
            }

            .filter-list > ul > li {
                list-style: none;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: solid 1px #dddddd;
            }

                .filter-list > ul > li.filter-submenu {
                    background: url('../../images/down-arrow.png') no-repeat;
                    background-position: right 10px top 20px;
                    padding-right: 25px;
                    transition: 0.5s;
                }

                    .filter-list > ul > li.filter-submenu.active {
                        background: url('../../images/up-arrow.png') no-repeat;
                        background-position: right 10px top 20px;
                        padding-right: 25px;
                    }

                .filter-list > ul > li:hover a {
                    text-decoration: none;
                }

                .filter-list > ul > li a {
                    color: #313239;
                    font-size: 18px;
                }

                .filter-list > ul > li.filter-submenu .sub_item {
                    display: none;
                    transition: 2s;
                }

                .filter-list > ul > li.filter-submenu.active .sub_item {
                    display: block;
                    padding: 15px 15px;
                    border-top: solid 1px #dddddd;
                    margin-top: 15px;
                    margin-right: -25px;
                    background: #f1f1f1;
                }

                    .filter-list > ul > li.filter-submenu.active .sub_item li {
                        list-style: none;
                        padding-top: 5px;
                        padding-bottom: 5px;
                    }

                        .filter-list > ul > li.filter-submenu.active .sub_item li:last-child {
                            padding-bottom: 0px;
                        }

                        .filter-list > ul > li.filter-submenu.active .sub_item li a {
                            font-size: 16px;
                        }
    /*top-filter-bar*/
    .top-filter-bar {
        margin-bottom: 25px;
        border-bottom: solid 1px #dee1e2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 10px;
        font-size: 18px;
        color: #5a676f;
        font-weight: 300;
    }

    .product-item-list {
    }

        .product-item-list ul {
            padding: 0px;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .product-item-list ul li {
                list-style: none;
                width: 25%;
                padding: 15px;
                text-align: center;
            }

                .product-item-list ul li .imgbox {
                    border: 1px solid #ddd;
                }

                .product-item-list ul li.list-group-item {
                    border: 0;
                }

                .product-item-list ul li .imgbox a {
                    width: 100%;
                    display: block;
                }

                .product-item-list ul li img {
                    max-width: 100%;
                    width: 100%;
                    max-height: 205px;
                    height: 205px;
                }

                .product-item-list ul li .product-title a {
                    font-weight: 700;
                    font-size: 14px;
                    color: #231f20;
                    line-height: 22px;
                    text-align: center;
                    display: block;
                    text-transform: uppercase;
                }

        .product-item-list .panel-footer {
            padding: 20px 0px 0;
        }

            .product-item-list .panel-footer ul.pagination {
                float: right;
            }

                .product-item-list .panel-footer ul.pagination li {
                    width: auto;
                    padding: 0;
                }

                .product-item-list .panel-footer ul.pagination > li > a, .product-item-list .panel-footer ul.pagination > li > span {
                    position: relative;
                    float: left;
                    padding: 6px 12px;
                    margin-left: -1px;
                    line-height: 1.42857143;
                    color: #337ab7;
                    text-decoration: none;
                    background-color: #fff;
                    border: 1px solid #ddd;
                }

                .product-item-list .panel-footer ul.pagination > li:first-child > a, .product-item-list .panel-footer ul.pagination > li:first-child > span {
                    margin-left: 0;
                    border-top-left-radius: 4px;
                    border-bottom-left-radius: 4px;
                }

                .product-item-list .panel-footer ul.pagination > li > a, .product-item-list .panel-footer ul.pagination > li > span {
                    position: relative;
                    float: left;
                    padding: 6px 12px;
                    margin-left: -1px;
                    line-height: 1.42857143;
                    color: #337ab7;
                    text-decoration: none;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    border-top-color: rgb(221, 221, 221);
                    border-right-color: rgb(221, 221, 221);
                    border-bottom-color: rgb(221, 221, 221);
                    border-left-color: rgb(221, 221, 221);
                }


                .product-item-list .panel-footer ul.pagination > .active > a,
                .product-item-list .panel-footer ul.pagination > .active > a:focus,
                .product-item-list .panel-footer ul.pagination > .active > a:hover,
                .product-item-list .panel-footer ul.pagination > .active > span,
                .product-item-list .panel-footer ul.pagination > .active > span:focus,
                .product-item-list .panel-footer ul.pagination > .active > span:hover {
                    z-index: 3;
                    color: #fff;
                    cursor: default;
                    background-color: #5a676f;
                    border-color: #5a676f;
                }

    /*onpage-navigation*/
    .onpage-navigation {
        margin-bottom: 55px;
    }

        .onpage-navigation ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            background: #59666e;
            min-height: 93px;
            padding: 15px;
            padding: 0px;
        }

            .onpage-navigation ul li {
                list-style: none;
                padding: 0 15px;
            }

                .onpage-navigation ul li a {
                    font-weight: bold;
                    color: #FFF;
                    font-size: 16px;
                    text-decoration: underline;
                }
    /*downloadsAll-section*/
    .downloadsAll-section {
    }

        .downloadsAll-section .item_title {
            font-size: 32px;
            line-height: 36px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 30px;
        }

    .download-list:before {
        content: "";
        width: 1px;
        height: 180px;
        display: block;
        margin-top: -180px;
    }

    .download-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px;
        margin: 0px;
        margin-bottom: 55px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .download-list ul li {
            width: 25%;
            padding: 15px;
            list-style: none;
        }

            .download-list ul li .imgbox {
                text-align: center;
            }

                .download-list ul li .imgbox img {
                    max-width: 100%;
                    width: 100%;
                    max-height: 395px;
                }

            .download-list ul li .info_txt {
                text-align: center;
                padding-top: 28px;
            }

                .download-list ul li .info_txt .download-list ul li .info_txt h3 {
                    margin: 0px;
                }

                .download-list ul li .info_txt h3 a {
                    font-weight: bold;
                    font-size: 18px;
                    line-height: 22px;
                    color: #231f20;
                    display: block;
                    margin-bottom: 6px;
                }
    /*our_servies*/
    .our_servies {
    }

        .our_servies [class*="col-"] {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
        }

        .our_servies .row.secondrow {
            margin-top: 25px;
        }

            .our_servies .row.secondrow .col-12:first-child {
                order: 2;
                display: flex;
                justify-content: flex-end;
            }

            .our_servies .row.secondrow .col-12:last-child {
                order: 1;
            }

        .our_servies .service-imgboxbox {
        }

            .our_servies .service-imgboxbox img {
                width: 750px;
            }

        .our_servies .service-textbox {
            background: rgba(255,255,255,0.5);
            height: 90%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 25px;
        }

            .our_servies .service-textbox .title {
                font-size: 24px;
                color: #231f20;
                text-transform: uppercase;
                font-weight: bold;
                margin-bottom: 25px;
            }

            .our_servies .service-textbox p {
                margin-bottom: 20px;
                color: #231f20;
                font-size: 16px;
                font-weight: normal;
            }

            .our_servies .service-textbox ul, .our_servies .service-textbox ol {
                margin: 0px;
                padding: 0px 0 0 15px;
            }

                .our_servies .service-textbox ol li, .our_servies .service-textbox ul li {
                    padding-left: 15px;
                    color: #231f20;
                    font-size: 16px;
                    font-weight: normal;
                    margin-bottom: 20px;
                }
    /*colourConsultants*/
    .colourConsultants {
        margin-top: 120px;
        background: #5a676f;
        padding: 65px 0;
    }

        .colourConsultants .heading {
            width: 100%;
            text-align: left;
            margin-bottom: 0px;
        }

            .colourConsultants .heading span {
                color: #FFF;
            }

        .colourConsultants .sub-title {
            color: #FFF;
            font-weight: bold;
            font-size: 24px;
        }

        .colourConsultants p {
            font-size: 16px;
            color: #FFF;
            margin-bottom: 20px;
        }
    /*formbox*/
    .formbox {
        margin: 90px 0;
    }

        .formbox .heading {
            margin: 0px;
            margin-bottom: 34px;
        }

        .formbox small {
            color: #5a676f;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 25px;
            display: block;
        }

        .formbox p {
            color: #5a676f;
            font-size: 16px;
            font-weight: normal;
            text-transform: uppercase;
        }

        .formbox .txtbox {
            margin-bottom: 75px;
            width: 100%;
        }

    form {
        width: 100%;
    }

    .formbox .form-control {
        height: 50px;
        width: 100%;
        border-radius: 0px;
        font: 300 15px/48px BrownStd,Arial,Sans-serif;
        color: #777777;
        border: solid 1px #eeeeee;
        background: #f8f8f8;
        padding: 3px 20px 0;
        box-sizing: border-box;
    }

    .formbox label sup {
        color: red;
    }

    .formbox .form-control option {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .formbox textarea.form-control {
        height: 200px;
    }

    .formbox .daterow {
        display: flex;
        flex-wrap: wrap;
    }

        .formbox .daterow [class*="option-"] {
            padding-right: 35px;
            text-align: center;
            position: relative;
        }

            .formbox .daterow [class*="option-"] label {
                font-size: 18px;
            }

            .formbox .daterow [class*="option-"] .form-control {
                text-align: center;
            }

            .formbox .daterow [class*="option-"]:after {
                content: "/";
                position: absolute;
                top: 10px;
                right: 12px;
                font-size: 24px;
                color: #888;
            }

            .formbox .daterow [class*="option-"]:last-child:after {
                display: none;
            }

        .formbox .daterow .option-three {
            background: url(../../images/calendar.png) no-repeat;
            background-position: top 18px right;
        }

        .formbox .daterow .option-one {
            width: 100px;
        }

        .formbox .daterow .option-two {
            width: 100px;
        }

        .formbox .daterow .option-three {
            width: 200px;
        }

    .formbox .btn {
        margin-top: 50px;
    }

    .formbox .btn-primary {
        background-color: #5a676f;
        border-color: #5a676f;
        color: #FFF;
        font-size: 24px;
        font-weight: normal;
        padding: 22px 80px;
        border-radius: 0px;
        text-transform: uppercase;
    }
    /*product-detail*/
    .product-detail {
        padding-bottom: 90px;
    }

        .product-detail .project-detail-imgbox {
            text-align: center;
        }

            .product-detail .project-detail-imgbox img {
                max-width: 100%;
                width: 100%;
            }

        .product-detail .project-detail-textbox {
            margin-bottom: 20px;
            width: 100%;
            display: inline-block;
            background: #f4f4f4;
            padding: 50px;
            position: relative;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
        }

            .product-detail .project-detail-textbox .title {
                font-weight: bold;
                font-size: 24px;
                color: #231f20;
                letter-spacing: 1px;
                text-transform: inherit;
                display: inline-block;
                line-height: 30px;
            }

            .product-detail .project-detail-textbox .product-attribute-sku {
                display: inline-block;
                width: 100%;
                padding: 0;
                text-align: left;
                margin-top: -2px;
                padding-bottom: 21px;
                border-bottom: solid 1px #ddd;
                margin-bottom: 20px;
            }

                .product-detail .project-detail-textbox .product-attribute-sku strong:after {
                    content: ":";
                }

                .product-detail .project-detail-textbox .product-attribute-sku strong, .product-detail .project-detail-textbox .product-attribute-sku .value {
                    display: inline-block;
                }

            .product-detail .project-detail-textbox .product-info-price {
                margin-top: 27px;
            }

                .product-detail .project-detail-textbox .product-info-price a {
                    color: #000;
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 24px;
                }

            .product-detail .project-detail-textbox .quantity {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 35px 0;
            }

                .product-detail .project-detail-textbox .quantity .quantity-up-dwon {
                    /*max-width: 150px;*/
                    max-width: 200px;
                }

                    .product-detail .project-detail-textbox .quantity .quantity-up-dwon .input-group-prepend button {
                        border-radius: 55px 0 0 55px;
                        background-color: #FFF;
                        font-size: 24px;
                    }

                    .product-detail .project-detail-textbox .quantity .quantity-up-dwon .input-group-append button {
                        border-radius: 0px 55px 55px 0px;
                        background-color: #FFF;
                        font-size: 24px;
                    }

                    .product-detail .project-detail-textbox .quantity .quantity-up-dwon .form-control {
                        border-color: #6c757d;
                        font-size: 20px;
                        height: 50px;
                    }

                    .product-detail .project-detail-textbox .quantity .quantity-up-dwon .input-group-prepend button:hover, .product-detail .project-detail-textbox .quantity .quantity-up-dwon .input-group-append button:hover {
                        background-color: #f4f4f4;
                        color: #000;
                    }

                .product-detail .project-detail-textbox .quantity .quantity-totle {
                    display: inline-block;
                    font-weight: bold;
                    font-size: 24px;
                    color: #777;
                    line-height: 36px;
                    margin-right: 10px;
                    padding-top: 10px;
                    text-transform: uppercase;
                }

            .product-detail .project-detail-textbox .actions-btnrow {
                margin: 25px 0;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .product-detail .project-detail-textbox .actions-btnrow .btn-tocart {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 100%;
                    color: #fff;
                    text-transform: none;
                    letter-spacing: 0;
                    border-radius: 55px;
                    -webkit-border-radius: 55px;
                    -moz-border-radius: 55px;
                    width: 49.5%;
                    padding: 15px 15px;
                    background: #30393f;
                    margin-bottom: 0;
                }

                .product-detail .project-detail-textbox .actions-btnrow .btn-towishlist {
                    float: right;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 100%;
                    background-color: #fff;
                    position: relative;
                    border-radius: 55px;
                    -webkit-border-radius: 55px;
                    -moz-border-radius: 55px;
                    width: 49.5%;
                    padding: 15px 15px;
                    border: solid 2px #ddd;
                }

                    .product-detail .project-detail-textbox .actions-btnrow .btn-towishlist:hover {
                        background-color: #f4f4f4;
                    }

            .product-detail .project-detail-textbox p {
                font-size: 15px;
                line-height: 24px;
                font-weight: 300;
                color: #777;
            }
			.product-detail .project-detail-textbox .product-attribute-shortdesc {
			    font-size: 15px;
				line-height: 24px;
				font-weight: bold;
				color: #231f20;
				padding-bottom: 10px;
				display: block;
			}

    .like_product {
        background: #f4f4f4;
        margin-top: 35px;
        padding: 35px 0 78px;
    }

        .like_product .title-txt {
            margin: 0;
            font-weight: bold;
            font-size: 24px;
            color: #231f20;
            padding-bottom: 18px;
            border-bottom: solid 3px #ddd;
            margin-bottom: 10px;
            display: inline-block;
        }

        .like_product .like_product-row {
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .like_product .like_product-row .item {
                width: 20%;
                padding-right: 15px;
                height: 100%;
            }

                .like_product .like_product-row .item .inner-item {
                    background-color: #FFF;
                    padding: 15px;
                    min-height: 280px;
                }

                    .like_product .like_product-row .item .inner-item .item-img {
                        height: 199px;
                        text-align: center;
                    }

                        .like_product .like_product-row .item .inner-item .item-img img {
                            max-height: 199px;
                            max-width: 100%;
                        }

                    .like_product .like_product-row .item .inner-item .product-name a {
                        font-weight: bold;
                        text-align: center;
                        display: block;
                        font-size: 14px;
                        color: #231f20;
                        line-height: 22px;
                    }
    /*product-more-detail*/
    .product-more-detail {
    }

        .product-more-detail .nav-tabs .nav-item {
        }

            .product-more-detail .nav-tabs .nav-item .nav-link {
                font-weight: bold;
                font-size: 18px;
                color: #777;
                line-height: 54px;
                height: 62px;
                border: solid 1px #ddd;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
            }

            .product-more-detail .nav-tabs .nav-item:first-child .nav-link {
                border-radius: 10px 0px 0 0px;
                -webkit-border-radius: 10px 0px 0 0px;
                -moz-border-radius: 10px 0px 0 0px;
            }

            .product-more-detail .nav-tabs .nav-item .nav-link.active {
                color: #231f20;
                border-bottom: solid 2px #dabf22;
            }

        .product-more-detail .tab-content {
            padding: 43px 38px 46px 50px;
            border: solid 1px #ddd;
        }












    /*certification_box*/

    .certification_box {
        background-color: #f3fbf1;
        padding: 15px 0 15px;
    }

        .certification_box [class*="col-"] {
            display: flex;
            align-items: center;
        }

        .certification_box .certification-row {
            display: flex;
            align-items: center;
        }

            .certification_box .certification-row .certification_text {
                padding-left: 20px;
                width: 80%;
            }

                .certification_box .certification-row .certification_text.addpd {
                    padding-bottom: 40px;
                }

    /*stay_touch_box*/

    .stay_touch_box {
        background-color: #231f20;
        padding: 30px 0;
    }

        .stay_touch_box .heading {
            color: #FFF;
            font-size: 24px;
            margin: 0px;
            text-align: left;
        }

            .stay_touch_box .heading span {
                color: #5a676f;
            }

        .stay_touch_box .stay_touch_text p {
            font-size: 12px;
            font-weight: 300;
            color: #FFF;
            margin-bottom: 0px;
            text-align: left;
        }

        .stay_touch_box .stay_touch-form .form-control {
            flex: 1;
            height: 48px;
        }

        .stay_touch_box .stay_touch-form .btn {
            min-width: 265px;
            background-color: #5a676f;
            position: relative;
            margin-left: 30px;
            border-color: #5a676f;
            border-radius: 3px;
            font-size: 18px;
            text-transform: uppercase;
            color: #FFF;
            font-weight: normal;
            height: 48px;
        }

            .stay_touch_box .stay_touch-form .btn:after {
                content: '';
                background: url(../../images/sprite-icons.png) no-repeat;
                background-position: top -106px left -10px;
                position: absolute;
                width: 22px;
                height: 22px;
                margin-left: 15px;
            }


    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #5a676f;
        border-color: #5a676f;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .btn-outline-success.focus, .btn-outline-success:focus, .form-control:focus {
            box-shadow: none;
        }

    /*we_accept_box*/

    .we_accept_box {
        padding: 35px 0;
    }

        .we_accept_box .heading {
            margin: 0px;
        }

    /*color listing page*/

    .colors-listing {
        padding: 50px 0;
    }

    .colors-list {
        border: 1px solid #eee;
    }

        .colors-list ul {
            padding: 0px;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .colors-list ul li {
                list-style: none;
                width: 16.6%;
                border-bottom: 1px solid #eee;
                border-right: 1px solid #eee;
                padding: 0.5rem;
                position: relative;
            }

                .colors-list ul li .imgbox img {
                    max-width: 100%;
                    width: 100%;
                }

                .colors-list ul li .newTag {
                    background: #ec1424;
                    color: #fff;
                    font-size: 0.7rem;
                    font-weight: 600;
                    line-height: 1;
                    padding: 0.125rem 0.375rem;
                    position: absolute;
                    right: 0.8rem;
                    top: 0.8rem;
                }

                .colors-list ul li .color-title p {
                    color: #666;
                    font-size: 0.75em;
                    font-weight: 600;
                    margin: 0;
                    padding: 0.5em 0 0 0;
                }





    /*end of color listing page*/


    /*footer*/

    footer {
        background-color: #231f20;
        padding: 55px 0 85px;
    }

        footer h3 {
            font-size: 30px;
            font-weight: bold;
            color: #FFF;
            margin: 0 0 40px 0;
        }

        footer ul {
            padding: 0px;
        }

            footer ul li {
                list-style: none;
                margin-bottom: 20px;
            }

                footer ul li a {
                    font-size: 18px;
                    color: #FFF;
                    font-weight: normal;
                    line-height: 100%;
                }

                footer ul li:hover a {
                    color: #00AAE4;
                    text-decoration: none;
                }

        footer .social-media {
            margin-bottom: 60px;
        }

            footer .social-media ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                footer .social-media ul li {
                    width: 50px;
                    height: 50px;
                    background-color: #5a676f;
                    text-align: center;
                    border-radius: 55px;
                    -webkit-border-radius: 55px;
                    -moz-border-radius: 55px;
                    margin-bottom: 10px;
                }

                    footer .social-media ul li a {
                        display: block;
                        margin-top: 10px;
                    }

                    footer .social-media ul li i {
                        font-size: 26px;
                    }

        footer p {
            font-size: 14px;
            color: #FFF;
            font-weight: 300;
        }


    /*banner-registration*/

    .registration {
        width: 100%;
        background: url(../../images/login-bg.jpg) no-repeat;
        background-size: cover;
        min-height: 420px;
        background-position: center bottom;
    }


    .inner-banner.registration:before {
        background-color: transparent;
    }

    .registration-info {
        padding: 100px 0;
        text-align: center;
        border-bottom: solid 1px #CCC;
        /*margin-bottom: 50px;*/
    }

        .registration-info p {
            max-width: 80%;
            margin: 0 auto;
            font-size: 18px;
        }


    .registration-formbox {
        padding: 100px 0;
    }

    /*login-card-body*/

    .login-card-body {
        max-width: 50%;
        margin: 35px auto;
        box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 45px;
        text-align: left;
        width: 50%;
    }

        .login-card-body label {
            color: #5a676f;
            font-size: 18px;
            font-weight: 500;
        }

        .login-card-body .form-control {
            min-height: 60px;
        }


        .login-card-body .btn-secondary {
            background-color: #5a676f;
            padding: 12px 50px;
            border-radius: 0px;
            font-size: 24px;
            text-transform: uppercase;
            color: #FFF;
            font-weight: normal;
            transition: 0.5s;
        }

        .login-card-body .form-group {
            margin-bottom: 30px;
        }

    .btn-txt {
        color: #5a676f !important;
        font-size: 16px;
        text-decoration: underline;
        font-weight: 600;
    }

    .login-bottom-txt {
        max-width: 50%;
        margin: 55px auto;
    }

        .login-bottom-txt h3 {
            font-size: 30px;
            font-weight: bold;
            color: #5a676f;
        }

        .login-bottom-txt p {
            font-size: 16px;
            font-weight: 300;
            color: #5a676f;
        }

            .login-bottom-txt p a {
                color: #231f20;
                font-weight: bold;
            }


    .login-card-body .btn-secondary {
        background-color: #5a676f;
        padding: 12px 50px;
        border-radius: 0px;
        font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: normal;
        transition: 0.5s;
    }

    .login-card-body .form-group {
        margin-bottom: 30px;
    }





    .lg-toolbar .lg-download, .lg-toolbar .lg-autoplay-button, .lg-toolbar #lg-fullscreen, .lg-toolbar #lg-share {
        display: none;
    }

    .search-filter-row {
        justify-content: flex-end;
    }

    .search-filter {
        display: flex;
        max-width: 450px;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

        .search-filter .btn {
            margin: 0 0px 0 5px;
            border-radius: 0px;
        }

        .search-filter .form-control {
            border-radius: 0px;
        }

    .color::after {
        display: none;
    }






    table th, table td {
        font-size: 0.8rem;
    }

    .menudrop-dwonbox .lefttab .nav a::after {
        content: '\f105';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 18px;
        color: #aaa;
        position: absolute;
        right: 31px;
        top: 6px;
        font-weight: normal;
        font-weight: 900;
    }

    .adminname {
    }

        .adminname a {
        }

    .login-card-body .btn-secondary.resetPass-btn {
        padding: 12px 20px;
        margin-right: 15px;
    }

    .login.dropdown {
    }

    .idpostiontag {
        position: relative;
    }

        .idpostiontag .fixedID {
            position: absolute;
            top: -150px;
            left: 0;
            visibility: hidden;
        }

    .login.dropdown .dropdown-menu {
        top: 78px !important;
        border-radius: 0;
        box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
        padding: 20px 0;
    }

        .login.dropdown .dropdown-menu .dropdown-item {
            color: #231f20;
            padding: 5px 45px;
        }

    .Tutorialstable {
        width: 100%;
        margin-bottom: 85px;
    }

        .Tutorialstable td {
            padding: 10px 15px;
            vertical-align: top;
        }



    .menudrop-dwonbox .lefttab .nav a::after {
        content: '\f105';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 18px;
        color: #aaa;
        position: absolute;
        right: 31px;
        top: 10px;
        font-weight: normal;
        font-weight: 900;
    }

    .heading {
        font-size: 24px;
    }

    .registration-formbox .heading {
        font-size: 24px;
    }

    .registration-formbox .btn-default {
        padding: 14px 20px;
        font-size: 16px;
    }


    .adminname {
    }

        .adminname a {
        }

    .flexbox .row:first-child {
        padding-top: 0px;
    }

    .flexbox .row .row {
        padding: 0px;
    }

    .flexbox .row {
        padding: 100px 20px;
    }

        .flexbox .row.datacenter [class*="col-"] {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flexbox .row [class*="col-"] p {
            font-size: 18px;
        }

        .flexbox .row [class*="col-"] strong {
            font-size: 24px;
            line-height: 36px;
            font-weight: bold;
        }

        .flexbox .row [class*="col-"] ul {
            padding-left: 15px;
        }

            .flexbox .row [class*="col-"] ul li {
                font-weight: 300;
                font-size: 18px;
                line-height: 26px;
                color: #777;
                width: 100%;
                margin-bottom: 5px;
            }



    /*fullimg-withText*/

    .fullimg-withText {
        position: relative;
    }

        .fullimg-withText img {
            width: 100%;
        }

        .fullimg-withText .txt-holder {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .fullimg-withText .txt-holder .inner-txt {
                margin: 0 auto;
                padding: 75px 80px 71px;
                background: #b5bab9;
            }

                .fullimg-withText .txt-holder .inner-txt.darkbg {
                    background: #616567;
                }

                .fullimg-withText .txt-holder .inner-txt p, .fullimg-withText .txt-holder .inner-txt li {
                    margin: 0 0 20px 0;
                    font-size: 18px;
                    font-weight: 300;
                    color: #FFF;
                    line-height: 26px;
                }

                .fullimg-withText .txt-holder .inner-txt h2 {
                    font-size: 24px;
                    line-height: 36px;
                    font-weight: bold;
                    color: #FFF;
                }

                .fullimg-withText .txt-holder .inner-txt ul {
                    padding: 0px;
                }

                .fullimg-withText .txt-holder .inner-txt li:before {
                    content: '';
                    width: 5px;
                    height: 5px;
                    background: #fff;
                    border-radius: 50%;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 9px;
                }

                .fullimg-withText .txt-holder .inner-txt li {
                    list-style: none;
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 26px;
                    margin-bottom: 4px;
                    color: #fff;
                    position: relative;
                    padding-left: 17px;
                }



    /*end of fullimg-withText*/


    /*multiActionbox*/
    .multiActionbox {
        padding: 40px 0 71px;
    }

        .multiActionbox .cta-block {
            padding: 0px;
            border-radius: 10px;
            background: #f4f4f4;
            display: inline-block;
            width: 100%;
        }

            .multiActionbox .cta-block .flexboxView {
                display: flex;
                justify-content: flex-start;
                position: relative;
            }


                .multiActionbox .cta-block .flexboxView .positionRight {
                    position: absolute;
                    right: 0px;
                }


            .multiActionbox .cta-block .download-link {
                float: none;
                line-height: 48px;
                padding-top: 2px;
                position: relative;
                padding-left: 27px;
                letter-spacing: .1px;
                padding-right: 10px;
                color: #41515c;
                margin: 0 auto;
                max-width: 260px;
                display: block;
            }


                .multiActionbox .cta-block .download-link:before {
                    content: '';
                    width: 14px;
                    height: 17px;
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 17px;
                    background: transparent url(../../images/download-icon.png) no-repeat center center;
                }

                .multiActionbox .cta-block .download-link.sample-swatch-download {
                    margin-right: 40px;
                }

            .multiActionbox .cta-block .action.primary {
                float: none;
                margin-right: 40px;
                min-width: 260px;
                padding: 0 20px;
                background: #30393f;
                line-height: 50px;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                -o-border-radius: 30px;
                font-size: 16px;
                font-weight: 700;
                color: #FFF;
                text-align: center;
                margin: 0 auto;
                max-width: 260px;
                display: block;
                margin-bottom: 10px;
            }


            .multiActionbox .cta-block .price {
                font-weight: bold;
                font-size: 24px;
                color: #777;
            }

            .multiActionbox .cta-block .actionenquiry {
                float: none;
                margin-right: 40px;
                border: 2px solid #ddd;
                min-width: 260px;
                padding: 0 20px;
                background: #FFF;
                line-height: 50px;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                -o-border-radius: 30px;
                font-size: 16px;
                font-weight: 700;
                color: #30393f;
                text-align: center;
                margin: 0 auto;
                max-width: 260px;
                display: block;
                margin-bottom: 10px;
            }



    /*end of multiActionbox*/

    /*OneBrandOption*/


    .OneBrandOption {
    }

        .OneBrandOption [class*="col-"] {
            margin-bottom: 25px;
        }

            .OneBrandOption [class*="col-"] img {
                width: 100%;
            }

            .OneBrandOption [class*="col-"] a {
                color: #353535;
                margin-top: 5px;
                display: inline-block;
                width: 100%;
                font-size: 15px;
                line-height: 24px;
                font-weight: 300;
            }

            .OneBrandOption [class*="col-"] h2 {
                font-weight: bold;
                font-size: 24px;
                line-height: 30px;
                color: #231f20;
                margin-bottom: 0;
                margin-top: 10px;
                text-align: center;
            }






    /*end of OneBrandOption*/



    /*samples-detailbox*/

    .samples-detailbox {
        position: relative;
    }

        .samples-detailbox .samples-detail-txt {
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 0px;
            right: 0px;
        }

            .samples-detailbox .samples-detail-txt .samples-detail-txt-inner {
                max-height: 480px;
                overflow: auto;
                position: absolute;
                top: 67px;
                right: 60px;
                background: #f4f4f4;
                padding: 36px 40px 30px;
                width: 460px;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
            }






                .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .page-title {
                    padding-bottom: 3px;
                    line-height: 30px;
                    font-size: 24px;
                }


                .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .sku {
                    font-size: 13px;
                    line-height: 24px;
                    font-weight: normal;
                    color: #555;
                    padding-bottom: 20px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 24px;
                    text-transform: uppercase;
                }

                    .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .sku strong {
                        text-transform: capitalize;
                        font-weight: normal;
                        display: inline-block;
                        margin-left: 2px;
                        float: left;
                    }

                        .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .sku strong:after {
                            content: ':';
                            margin-right: 4px;
                        }

                .samples-detailbox .samples-detail-txt .samples-detail-txt-inner a {
                    font-weight: 300;
                    font-size: 15px;
                    line-height: 24px;
                    color: #41515c;
                    text-decoration: none;
                }












                .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .additional-attributes-wrapper {
                    line-height: 26px;
                    display: inline-block;
                    width: 100%;
                    padding-top: 24px;
                    border-top: 1px solid #ddd;
                    margin-top: 29px;
                }





                    .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .additional-attributes-wrapper h5 {
                        font-size: 15px;
                        line-height: 22px;
                        color: #231f20;
                        font-weight: bold;
                        text-transform: none;
                        margin-bottom: 0px;
                        display: inline-block;
                        width: 100%;
                    }









                    .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .additional-attributes-wrapper ul {
                        list-style: none;
                        max-width: 50%;
                        width: auto;
                        float: left;
                        margin-bottom: 0;
                    }



                        .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .additional-attributes-wrapper ul li {
                            list-style: none;
                            color: #555;
                            font-size: 15px;
                            line-height: 26px;
                            padding-left: 13px;
                            padding-right: 10px;
                            position: relative;
                            margin-bottom: 0;
                        }

                            .samples-detailbox .samples-detail-txt .samples-detail-txt-inner .additional-attributes-wrapper ul li:before {
                                content: '';
                                width: 5px;
                                height: 5px;
                                border-radius: 50%;
                                background: #555;
                                display: inline-block;
                                position: absolute;
                                left: 0;
                                top: 9px;
                            }




    /*end of samples-detailbox*/



    /*brandingimg-page*/

    .brandingimg-page [class*="col-"] {
        margin-bottom: 30px;
    }







    /*end of brandingimg-page*/

    /*numberbox*/


    .numberbox {
        /*max-width: 130px;
        min-width: 130px;*/
        max-width: 140px;
        min-width: 140px;
        text-align: center !important;
    }

        .numberbox input:last-child {
            border-radius: 20px;
            border: 1px solid #555;
            margin-top: 5px;
            box-shadow: none;
            padding: 5px 0px;
            position: relative;
            right: 0px;
            font-size: 13px;
            width: 80px;
            background: #fff;
            z-index: 9;
            top: 0;
        }

    #mini-cart .numberbox input:last-child {
        border-radius: 20px;
        border: 1px solid rgba(0,0,0,0.1) margin-top: -42px;
        box-shadow: none;
        padding: 5px 0px;
        position: absolute;
        right: 0px;
        font-size: 12px;
        width: 54px;
        background: #ddd;
        z-index: 9;
        top: 0px;
    }

    .numberbox .btn-outline-secondary {
        border-radius: 10.25rem;
    }

    .numberbox .form-control {
        border-color: #6c757d;
        padding: 0.375rem 0.3rem;
    }

    .trashbox td {
        border: none;
        padding-bottom: 35px;
    }

        .trashbox td a {
            color: red;
        }

    .cardTable td, .cardTable tr th {
        vertical-align: top;
        font-size: 14px;
    }

        .cardTable tr th:last-child, .cardTable tr td:last-child {
            text-align: left;
        }



    .wishlist-sumary {
        width: 100%;
        background: #f4f4f4;
        border-radius: 10px;
        padding: 20px 20px 20px 20px;
        min-height: 204px;
        text-align: left;
    }

        .wishlist-sumary h2 {
            font-size: 20px;
            line-height: 28px;
            padding-bottom: 21px;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
            text-align: left;
        }

        .wishlist-sumary.shopping-cart h2 {
            margin-bottom: 0px;
        }

        .wishlist-sumary #block-discount-heading strong {
            cursor: pointer;
        }

        .wishlist-sumary #block-discount-heading {
            position: relative;
            border-bottom: 1px solid #ddd;
        }

            .wishlist-sumary #block-discount-heading:focus {
                outline: none;
            }

    #discountform {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
    }

        #discountform .input-text {
            color: #555;
            border: 1px solid #ddd;
            font: 300 15px/48px BrownStd,Arial,Sans-serif;
            padding: 3px 20px 0;
            outline: 0;
            border-radius: 55px 0 0 55px;
            -webkit-border-radius: 55px 0 0 55px;
            -moz-border-radius: 55px 0 0 55px;
            -o-border-radius: 55px 0 0 55px;
            flex-grow: 1;
            height: 50px;
            background: #f8f8f8;
        }

        #discountform .apply {
            background: #30393f;
            color: #fff;
            font: 700 16px/42px BrownStd,Arial,Sans-serif;
            border: 0;
            box-shadow: none;
            outline: 0;
            border-radius: 0 30px 30px 0;
            padding-top: 1px;
            padding: 0 20px;
            top: 0;
        }

        #discountform .holder {
            display: flex;
            justify-content: center;
        }

            #discountform .holder .productVaiant, #discountform .holder .productVaiant {
                height: normal;
            }


    .wishlist-sumary #block-discount-heading:after {
        position: absolute;
        right: 10px;
        top: 18px;
        content: '';
        width: 14px;
        height: 14px;
        background: transparent url(../../images/plus-icon.png) no-repeat center center;
        margin: 0;
    }

    .wishlist-sumary #block-discount-heading.open:after {
        background: transparent url(../../images/minus-icon.png) no-repeat center center;
    }

    .wishlist-sumary .totals {
        margin-top: 15px;
    }

        .wishlist-sumary .totals strong {
            padding: 0px !important;
        }

        .wishlist-sumary .totals th {
            background: none !important
        }

        .wishlist-sumary .totals .noboderline td, .wishlist-sumary .totals .noboderline th {
            border: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .wishlist-sumary .noboderline .totals-tax-details td, .wishlist-sumary .totals-tax-details th {
        padding-bottom: 25px !important;
    }

    .wishlist-sumary .totals td {
        text-align: right;
    }


    .payment-block {
        margin-top: 33px;
        text-align: center;
    }

        .payment-block .title {
            font-weight: 700;
            font-size: 18px;
            line-height: 30px;
            color: #231f20;
            margin-bottom: 13px;
        }

        .payment-block .content {
            text-align: center;
        }

        .payment-block .imgholder {
            margin-bottom: 15px;
        }

    .wishlist-sumary .dowload {
        max-width: 270px;
        height: 50px;
        line-height: 50px;
        background: #30393f;
        color: #fff;
        display: inline-block;
        text-align: center;
        border-radius: 25px;
        font-weight: 700;
        margin: 30px auto 0;
        letter-spacing: .5px;
        font-size: 16px;
        width: 100%;
    }



    .bottom-customer-service-help-center-block {
        background: #f4f4f4;
        padding: 60px 60px 55px;
        margin-top: 60px;
        margin-bottom: 9px;
        display: inline-block;
    }


        .bottom-customer-service-help-center-block .block-title {
            font-weight: 700;
            font-size: 32px;
            color: #231f20;
            line-height: 28px;
            padding-bottom: 34px;
            border-bottom: 1px solid #ddd;
        }

        .bottom-customer-service-help-center-block h4 {
            font-size: 18px;
            margin-top: 25px;
            line-height: 34px;
            font-weight: bold;
        }

        .bottom-customer-service-help-center-block [class*="col-"] {
            color: #555;
            font-size: 15px;
            line-height: 24px;
            font-weight: 300;
            margin-bottom: 25px;
        }

            .bottom-customer-service-help-center-block [class*="col-"] a {
                color: #41515c;
                font-weight: 300;
            }

    /*end of numberbox*/









    .carousel-inner img {
        width: 100%;
        height: 100%
    }

    #custCarousel .carousel-indicators {
        position: static;
        margin-top: 20px;
    }

        #custCarousel .carousel-indicators > li {
            width: 33%;
            max-width: 75px;
            /*   flex: 0 0 auto;*/
            height: auto;
            max-height: 75px;
        }

        #custCarousel .carousel-indicators li img {
            display: block;
            opacity: 0.5;
            /*height:75px;*/
            height: auto;
        }

        #custCarousel .carousel-indicators li.active img {
            opacity: 1
        }

        #custCarousel .carousel-indicators li:hover img {
            opacity: 0.75
        }

    .carousel-item {
        /*max-height: 458px;*/
    }

        .carousel-item img {
            width: 100%;
        }





    /*categories-list*/
    #divSelectedFilters:empty {
        display: none;
    }

    #divSelectedFilters {
        border: solid 1px #CCC;
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        width: 100%;
    }

        #divSelectedFilters .selectedfilters {
            border: solid 1px #CCC;
            padding: 5px 10px;
            margin: 5px;
            border-radius: 30px;
        }




    .top-filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: inherit;
        right: 5px;
    }

    /* end of */


    .list-sort {
        display: flex;
        align-items: center;
    }

        .list-sort span {
            min-width: 80px;
        }



    #block-collapsible-nav ul {
        padding: 0px;
        margin: 0px;
    }

        #block-collapsible-nav ul li {
            width: 100%;
            font-size: 15px;
            margin: 0 0 15px;
        }

            #block-collapsible-nav ul li a {
                font-size: 18px;
                font-weight: 300;
                line-height: 15px;
                color: #777;
                padding: 0;
            }

            #block-collapsible-nav ul li.current strong {
                font-size: 18px;
                font-weight: 300;
                line-height: 15px;
                color: #231f20;
                padding: 0;
                display: inline-block;
                border-bottom: solid 2px #8f8e8e;
            }


    .addressesbook .block-title {
        padding-bottom: 7px;
        border-bottom: solid 1px #ddd;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .addressesbook .block-title .action {
            font-size: 15px;
            font-weight: 300;
            line-height: 24px;
            color: #41515c;
        }

    .addressesbook address .action {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        color: #41515c;
    }

    .addressesbook .block-title strong {
        font-size: 24px;
        line-height: 38px;
        font-weight: 700;
        color: #231f20;
    }

    .addressesbook .box-title {
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        color: #231f20;
    }

    .addressesbook address {
        color: #777;
    }


    /*newcustomecheckbox*/

    .newcustomecheckbox {
        display: block;
        position: relative;
        padding-left: 0px;
        margin-bottom: 30px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .newcustomecheckbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .spanSelectAllCartItems {
        display: flex;
        align-items: center;
    }

        .spanSelectAllCartItems .newcustomecheckbox {
            width: 35px;
            margin-right: 10px;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 30;
        left: 0;
        height: 35px;
        width: 35px;
        background-color: transparent;
        border: solid 1px #CCC;
    }

    /* On mouse-over, add a grey background color */
    .newcustomecheckbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .newcustomecheckbox input:checked ~ .checkmark {
        background-color: transparent;
        border: solid 1px #CCC;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .newcustomecheckbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .newcustomecheckbox .checkmark:after {
        left: 15px;
        top: 7px;
        width: 7px;
        height: 15px;
        border: solid #000;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .newcustomecheckbox i {
        display: block;
        font-style: normal;
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        min-width: 70px;
    }

    /*end of newcustomecheckbox*/

    ul.ShoppingCart {
        width: 100%;
        flex-wrap: wrap;
        padding: 0px;
        margin: 40px 0 0 0;
        list-style: none;
    }

        ul.ShoppingCart li {
            display: flex;
            width: auto;
            border-bottom: 3px solid #d9d9d9;
            padding: 20px 0;
            flex-direction: column;
        }

            ul.ShoppingCart li .chkCartItem-selectbox {
                width: 20px;
                margin-right: 20px;
            }

                ul.ShoppingCart li .chkCartItem-selectbox .trashbox {
                    position: absolute;
                    bottom: 0;
                    color: red;
                }

                    ul.ShoppingCart li .chkCartItem-selectbox .trashbox a i {
                        color: red;
                    }

            ul.ShoppingCart li .chkCartItem-itemimage {
                width: 120px;
                margin-right: 20px;
                position:relative;
            }

            ul.ShoppingCart li .chkCartItem-itemdetails {
                display: flex;
                flex-direction: column;
                width: calc(100% - 160px);
            }

                ul.ShoppingCart li .chkCartItem-itemdetails .productSubTotal {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-top: 10px;
                }

                    ul.ShoppingCart li .chkCartItem-itemdetails .productSubTotal span p {
                        margin-bottom: 0px;
                    }

                ul.ShoppingCart li .chkCartItem-itemdetails .productSubInfo {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-top: 10px;
                }

    .cardTable.ShoppingCart th {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        border-top: none;
        vertical-align: bottom;
    }



    #block-discount-heading strong {
        font-size: 15px;
        line-height: 20px;
        color: #231f20;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 18px 0 12px;
        font-weight: 700;
    }

    /*Cursor Pointer*/
    .tablinks {
        cursor: pointer;
    }

    /*End Cursor Pointer*/

    .advanced-search, .advanced-search:hover {
        color: #ffffff;
        border-radius: 0px;
    }


    /* data Table for front end*/

    body table.dataTable {
    }

    body table.dataTable {
        border: solid 1px #ddd !important;
    }

        body table.dataTable th {
            background: #f8f8f8 !important;
            border-right: solid 1px #ddd !important;
            border-bottom: 0px !important;
            border-top: 0px !important;
            padding: 0 20px !important;
            color: #FFF;
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: 52px;
            height: 53px;
            color: #231f20;
        }

            body table.dataTable th:last-child {
                border-right: 0px !important;
            }

        body table.dataTable td {
            height: 33px;
            color: #aaaaaa;
            font-weight: 300 !important;
            font-size: 16px !important;
            border-right: solid 1px #ddd !important;
            border-top: solid 1px #ddd !important;
            background: #FFF !important
        }

            body table.dataTable td:last-child {
                border-right: 0px !important;
            }

            body table.dataTable td a {
                color: #aaaaaa;
                font-size: 16px !important;
            }

            body table.dataTable td.startcol, body table.dataTable th.startcol {
                text-align: center;
            }

                body table.dataTable td.startcol .fa-star {
                    font-size: 18px;
                    color: #aaaaaa;
                }







    .dataTables_paginate .pagination .disabled, .dataTables_paginate .pagination .disabled:hover {
        background: #939596 !important;
        color: #000 !important;
        border: solid 1px #939596 !important;
    }

    .dataTables_paginate .pagination .paginate_button.disabled a {
        color: #d3d3d4 !important;
        cursor: no-drop;
    }

    .dataTables_paginate .pagination .active {
        background: #5a676f !important;
    }

    .dataTables_paginate .pagination .paginate_button.active a {
        color: #FFF !important;
        text-decoration: none !important;
    }

    .dataTables_paginate .pagination .paginate_button {
        border: solid 1px #5a676f !important;
    }

        .dataTables_paginate .pagination .paginate_button:hover {
            border: solid 1px #5a676f !important;
            background: #5a676f !important;
        }

            .dataTables_paginate .pagination .paginate_button:hover a {
                color: #d3d3d4 !important
            }

        .dataTables_paginate .pagination .paginate_button a {
            color: #5a676f !important;
        }

    .dataTables_paginate .pagination .next a {
        color: #FFF !important;
    }

    .dataTables_paginate .pagination .next, .dataTables_paginate .pagination .previous {
        background: #5a676f !important;
        color: #FFF !important;
    }

        .dataTables_paginate .pagination .previous.disabled, .dataTables_paginate .pagination .next.disabled {
            cursor: no-drop;
            border: solid 1px #939596 !important;
            background: #939596 !important;
            color: #FFF !important;
        }

            .dataTables_paginate .pagination .previous.disabled:hover, .dataTables_paginate .pagination .next.disabled:hover {
                cursor: no-drop;
                border: solid 1px #939596 !important;
                background: #939596 !important;
                color: #d3d3d4 !important;
            }


    .dataTables_paginate .pagination .paginate_button#example2_ellipsis {
        background: none !important;
        border: solid 1px #5a676f !important;
    }


    .block-title .btn {
        padding: 8px 30px;
    }





    .contact-map-item iframe {
        max-width: 100%;
        width: 100%;
        max-height: 350px;
        border: none;
    }



    .contact-map-item .address h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .contact-map-item .address p {
        max-width: 150px;
        color: #777;
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 300px;
        line-height: 24px;
    }

        .contact-map-item .address p a {
            color: #777;
        }





    /**/







    .clearFilter {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #616161;
        margin-top: 5px;
        display: inline-block;
    }

    .advanceColorpage .product-item-list ul li {
        width: 20%;
    }

        .advanceColorpage .product-item-list ul li img {
            max-height: 140px; /*height: 140px;*/
            height: auto;
        }

        .advanceColorpage .product-item-list ul li .product-title a {
            color: #666;
            font-size: 0.75em;
            text-align: left;
            font-weight: 600;
            margin: 0;
            padding: 0.5em 0 0 0;
        }


    .payment-page-title.seconde {
        margin-top: 55px;
    }

    .payment-page-title {
        border-bottom: solid 1px #ddd;
        font-size: 44px;
        line-height: 32px;
        font-weight: 700;
        color: #231f20;
        text-transform: capitalize;
        display: block;
        margin-bottom: 25px;
        margin-top: 15px;
        padding-bottom: 18px;
    }



    .checkout-page {
        padding-top: 30px
    }

        .checkout-page address {
            border: solid 2px #231f20;
            position: relative;
            max-width: 320px;
            padding-top: 33px;
            padding-bottom: 20px;
            padding-left: 38px;
            padding-right: 38px;
            transition: 0.5s;
            min-height: 190px;
        }


            .checkout-page address:after {
                height: 28px;
                width: 28px;
                background: #231f20 url('../../images/checkout-ticked.png') no-repeat center center;
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                transition: 0.5s;
            }

            .checkout-page address.inactiveAddress {
                border: solid 2px #ced4da;
            }

                .checkout-page address.inactiveAddress:after {
                    background: none;
                }

            .checkout-page address.activeAddress a {
                display: none;
            }

            .checkout-page address.inactiveAddress a {
                color: #2c2d1f;
                float: right;
                font-weight: 600;
            }


        .checkout-page .fieldset-address > .col-lg-12 {
            border-top: solid 1px #ddd;
            padding-top: 15px;
            margin-top: 15px;
        }


    .shippingMethods .newcustomecheckbox {
        padding-left: 50px;
        font-weight: 300 !important;
        font-size: 14px;
        padding-top: 12px;
        width: unset;
    }

        .shippingMethods .newcustomecheckbox .checkmark {
            border-radius: 50%;
            width: 35px;
            height: 35px;
        }

            .shippingMethods .newcustomecheckbox .checkmark:after {
                top: 10px;
                left: 10px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #FFF;
            }

        .shippingMethods .newcustomecheckbox:hover input ~ .checkmark {
            background-color: #242b2f;
        }

        .shippingMethods .newcustomecheckbox input:checked ~ .checkmark {
            background-color: #242b2f;
        }



    .shippingMethods {
    }

    #Submitbtn, #checkout2, #checkout {
        margin: 0;
    }

    #alertBtn {
        margin: 0;
    }

    .deliveryDate {
        margin-top: 15px;
    }





    #checkout-pageprogressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey;
        padding-left: 0px
    }

        #checkout-pageprogressbar .active {
            color: #673AB7
        }

        #checkout-pageprogressbar li {
            list-style-type: none;
            font-size: 15px;
            width: 25%;
            float: left;
            position: relative;
            font-weight: 400;
        }

            #checkout-pageprogressbar li span {
                position: absolute;
                z-index: 1;
                font-size: 20px;
                top: 8px;
                color: #000;
                left: 94px;
                /*left:42%;*/
            }

            #checkout-pageprogressbar li:last-child {
                border-left: solid 5px #FFF;
            }


        #checkout-pageprogressbar .step0:before {
            content: ""
        }

        #checkout-pageprogressbar li:before {
            width: 40px;
            height: 40px;
            line-height: 45px;
            display: block;
            font-size: 20px;
            background: #E0E0E0;
            border-radius: 50%;
            margin: auto;
            padding: 2px
        }

        #checkout-pageprogressbar li:after {
            content: '';
            width: 100%;
            height: 10px;
            background: #E0E0E0;
            position: absolute;
            left: 0;
            top: 17px;
            z-index: -1
        }

        #checkout-pageprogressbar li:last-child:after {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px
        }

        #checkout-pageprogressbar li:first-child:after {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px
        }

        #checkout-pageprogressbar li.active:before {
            background: #FFF;
            border: solid 5px #231f20;
        }

        #checkout-pageprogressbar li.active:after {
            background: #231f20;
        }





    .back-to-cart {
        background: #242b2f;
        color: #fff;
        letter-spacing: 0;
        text-transform: none;
        height: 50px;
        border: 2px solid #ddd;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 0 42px;
        text-align: center;
        transition: all .1s;
        font-size: 16px;
        line-height: 48px;
        font-weight: 700;
        display: inline-block;
        box-shadow: none;
    }

    .braintree-nikpol {
        background: #ffc439;
        color: #fff;
        letter-spacing: 0;
        text-transform: none;
        height: 50px;
        border: 2px solid #ffc439;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 0 42px;
        text-align: center;
        transition: all .1s;
        font-size: 16px;
        line-height: 48px;
        font-weight: 700;
        display: inline-block;
        box-shadow: none;
    }



    .checkoutpage-right {
        margin-top: 0px;
    }

    .pd-r10 {
        padding-right: 10px;
    }

    #paymentDiv.formbox {
        margin: 20px 0 0 0 !important;
    }


    .Child-Product-heading {
        background: #CCC;
        height: 30px;
        padding: 5px 15px;
        position: relative;
        border: none;
    }

    #myDIV .minicart-items-wrapper .product .Child-Product-heading {
        background: none;
        height: 30px;
        padding: 5px 0px;
        position: relative;
        /*border-bottom: 1px solid #ddd;*/
    }

        #myDIV .minicart-items-wrapper .product .Child-Product-heading span {
            text-transform: capitalize;
            color: #007bff;
            font-size: 13px;
        }

    .Child-Product-heading span:first-child {
        font-size: 10px;
        text-transform: uppercase;
    }

    .Child-Product-heading span.action {
        position: absolute;
        top: 8px;
        right: 5px;
        cursor: pointer;
    }

    .Child-Product-Holder {
        height: auto;
        padding-top: 10px;
        display: none;
        border-top: 1px solid #ddd;
    }

        .Child-Product-Holder.showchild-product-info {
            display: block;
        }

        .Child-Product-Holder ul li {
            display: flex;
        }

        .Child-Product-Holder .childOptionTitle,
        .Child-Product-Holder .childProductName,
        .Child-Product-Holder .childProductPrice,
        .Child-Product-Holder .childProductImage,
        .Child-Product-Holder .childProductImage img {
            display: none;
        }

        .Child-Product-Holder.showchild-product-info .childOptionTitle,
        .Child-Product-Holder.showchild-product-info .childProductName,
        .Child-Product-Holder.showchild-product-info .childProductPrice,
        .Child-Product-Holder.showchild-product-info .childProductImage,
        .Child-Product-Holder.showchild-product-info .childProductImage img {
            display: block;
        }

            .Child-Product-Holder.showchild-product-info .childOptionTitle,
            .Child-Product-Holder.showchild-product-info .childProductName,
            .Child-Product-Holder.showchild-product-info .childProductPrice,
            .Child-Product-Holder.showchild-product-info .childProductImage,
            .Child-Product-Holder.showchild-product-info .childProductImage img {
                display: block;
            }

        .Child-Product-Holder.showchild-product-info .childProductImage {
            margin-right: 10px;
        }

        .Child-Product-Holder.showchild-product-info .childProductInfo span {
            text-align: left;
            margin-bottom: 5px;
            font-size: 11px;
        }

            .Child-Product-Holder.showchild-product-info .childProductInfo span:last-child {
                margin-bottom: 0px;
            }

    ul#checkout-childitems {
        border-top: 1px solid #d9d9d9;
        margin-top: 20px;
    }

        ul#checkout-childitems li {
            display: flex;
            flex-direction: row;
            border-bottom: 1px solid #d9d9d9;
        }

            ul#checkout-childitems li:last-child {
                border-bottom: 0px;
                padding-bottom: 0px;
            }

        ul#checkout-childitems .checkout_childProductImage {
            margin-right: 10px;
            width: 50px;
        }

        ul#checkout-childitems .checkout_childProductInfo {
            display: flex;
            flex-direction: column;
        }




    table td img.product-image-photo {
        width: 100%;
        object-fit: contain;
        min-width: 60px;
        height: 60px;
    }


    .productSubTotal {
        vertical-align: top;
    }

    .Child-Product-heading span.action [class*="fa-"] {
        font-size: 18px;
    }

    .Child-Product-heading span.action .fa-angle-up {
        display: none;
    }

    .Child-Product-heading span.action .fa-angle-down {
        display: block;
    }

    .Child-Product-heading span.action.show .fa-angle-down {
        display: none;
    }

    .Child-Product-heading span.action.show .fa-angle-up {
        display: block;
    }

    .logobox a img {
        max-width: 132px !important;
    }

    /* FAQ Content */

    .faq-content {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .faq-content .left {
            display: inline-block;
            width: 50%;
            float: left;
            margin-bottom: 80px
        }

            .faq-content .left .question {
                display: inline-block;
                width: 100%;
                float: left
            }

                .faq-content .left .question .title {
                    font: 700 16px/20px BrownStd, Arial, Sans-serif;
                    color: #231f20;
                    padding: 30px 40px 27px 0;
                    border-top: solid 1px #ddd;
                    /*background: url('../../images/plus-icon.png') no-repeat right 20px center;*/
                    /*cursor: pointer*/
                }

                .faq-content .left .question .content {
                    /*display: none;*/
                    padding: 25px 0 23px;
                    border-top: solid 1px #ddd;
                    font: 300 15px/24px BrownStd, Arial, Sans-serif;
                    color: #777
                }

                .faq-content .left .question:last-child .title {
                    border-bottom: solid 1px #ddd
                }

                .faq-content .left .question:last-child .content {
                    border-top: 0;
                    border-bottom: solid 1px #ddd
                }

                .faq-content .left .question.active .title {
                    background: url('../../images/minus-icon.png') no-repeat right 20px center;
                }

                .faq-content .left .question.active .content {
                    display: inline-block;
                    width: 100%;
                    float: left
                }

        .faq-content .right {
            display: inline-block;
            width: 43.55%;
            float: right;
            margin-bottom: 66px
        }

            .faq-content .right > h3 {
                text-transform: initial;
                margin-top: -8px;
                margin-bottom: 10px
            }

            .faq-content .right > p {
                line-height: 20px;
                margin-bottom: 25px
            }

            .faq-content .right .embed.safari {
                display: none
            }



    header.original {
        position: relative;
    }
    /*section.banner{margin-top: 0;}*/
    .top-header-stripe {
        background: #fff;
    }

    .list-title {
        margin-bottom: 0;
    }

    #side-btnbox .ais-InfiniteHits-item, #side-btnbox .ais-InfiniteResults-item, #side-btnbox .ais-Hits-item, #side-btnbox .ais-Results-item {
        margin-top: 1rem !important;
        margin-left: 1rem !important;
        padding: 1rem !important;
        width: calc(50% - 1rem) !important;
        border: 1px solid #c4c8d8 !important;
        -webkit-box-shadow: 0 2px 5px 0px #e3e5ec !important;
        box-shadow: 0 2px 5px 0px #e3e5ec !important;
    }

    .navbar-dark .navbar-toggler-icon {
        width: 1.75em !important;
        height: 1.75em !important;
    }

    .btn-towishlist {
        float: right;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        background-color: #fff;
        position: relative;
        border-radius: 55px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        width: auto;
        padding: 15px 20px;
        border: solid 2px #ddd;
    }

    .nik-cart-overlay {
        height: 100%;
        width: 100%;
        background: #000000;
        opacity: 0.7;
        position: fixed;
        z-index: 998;
        left: 0px;
        top: 0px;
        display: none;
    }

        .nik-cart-overlay.nik-open {
            display: block;
        }

    body.scroll {
        overflow: hidden;
    }

    button:focus {
        outline: none !important;
    }

    .ais-SearchBox-reset {
        background: #5b676e !important;
    }


    /*28/09/22*/

    .wishlist-sumary.wish .dowload {
        margin: 0 auto;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .wish .wishlist-sumary {
        min-height: 103px;
        background: #fff;
        resize: none;
        border-radius: 0px;
        padding: 10px 10px;
        color: #555;
    }

    .wish table.table.cardTable.ShoppingCart.table-responsive {
        display: inline-table;
    }

    .wish-list table.table.cardTable.ShoppingCart.table-responsive {
        display: inline-table;
    }

    .wish textarea#txtsummary::placeholder {
        color: #d4d4d4 !important;
    }

    .wishlist-sumary .form-horizontal #txtreferrername::placeholder,
    .wishlist-sumary .form-horizontal #txtbusinessname::placeholder {
        color: #d4d4d4 !important;
    }

    .styled-select {
        width: 100%;
        height: 34px;
        overflow: hidden; 
        border: 1px solid #ccc;
        margin: auto;
        border-radius: 6px;
    }

    #styled-select select {
        background: transparent;
        width: 282px;
        padding: 5px;
        font-size: 15px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        font-family: helvetica-roman;
        color: #9C9C9C;
    }

    /* Large desktops and laptops */
    @media (max-width: 1366px) {
        #side-btn-panel {
            top: 250px;
        }
    }


    @media (min-width: 1200px) {
        .container {
            max-width: 1280px;
        }

        #checkout-pageprogressbar li span {
            position: absolute;
            z-index: 1;
            font-size: 20px;
            top: 8px;
            color: #000;
            left: 94px;
            /*left:42%;*/
        }

        .multiActionbox .cta-block .action.primary {
            float: left;
            margin-right: 40px;
            min-width: 260px;
            padding: 0 20px;
            background: #30393f;
            line-height: 50px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -o-border-radius: 30px;
            font-size: 16px;
            font-weight: 700;
            color: #FFF;
            text-align: center;
            max-width: none;
            display: block;
        }

        .multiActionbox .cta-block .actionenquiry {
            float: left;
            margin-right: 40px;
            border: 2px solid #ddd;
            min-width: 260px;
            padding: 0 20px;
            background: #FFF;
            line-height: 50px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -o-border-radius: 30px;
            font-size: 16px;
            font-weight: 700;
            color: #30393f;
            text-align: center;
            max-width: none;
            display: block;
        }


        .multiActionbox .cta-block .download-link {
            float: right;
            line-height: 48px;
            padding-top: 2px;
            position: relative;
            padding-left: 27px;
            letter-spacing: .1px;
            padding-right: 10px;
            color: #41515c;
            max-width: none;
            display: block;
        }

        .multiActionbox .cta-block {
            padding: 50px;
        }

        #accordion .range-item-detail .qty {
            text-align: center;
        }

            #accordion .range-item-detail .qty .qty-value {
                display: block;
            }

                #accordion .range-item-detail .qty .qty-value .form-control {
                    padding: 0;
                    max-width: 64px;
                    height: 30px;
                }
    }

    @media (max-width: 1199px) {
        .multiActionbox .cta-block {
            padding-top: 20px;
        }
    }

    /* Landscape tablets and medium desktops */
    @media (min-width: 992px) and (max-width: 1199px) {
        .our_products .product-imgbox .product-name .product-title {
            font-size: 18px;
        }

        .copy .download-btn {
            right: -30px;
            top: 30px;
        }

        #checkout-pageprogressbar li span {
            /*left: 28px;*/
            left: 43%;
        }

        #checkout-pageprogressbar li#step2 span {
            left: 43% !important;
        }

        body header .header {
            padding-left: 30px;
        }

        .product-item-list ul li {
            width: 33.33%;
        }

        .contact-map-wrap .contact-map .contact-map-item {
            width: calc((100% - 20px*2)/2) !important;
            margin-bottom: 20px !important;
        }

            .contact-map-wrap .contact-map .contact-map-item:last-child {
                margin-bottom: 0px !import;
            }

            .contact-map-wrap .contact-map .contact-map-item .address {
                min-height: 220px;
            }

        #accordion .range-item-detail .qty {
            text-align: center;
        }

            #accordion .range-item-detail .qty .qty-value {
                display: block;
            }

                #accordion .range-item-detail .qty .qty-value .form-control {
                    padding: 0;
                    max-width: 64px;
                    height: 30px;
                }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .multiActionbox {
            padding: 70px 0 71px;
        }

        .fullimg-withText .txt-holder .inner-txt {
            padding: 20px;
        }

        .login-card-body {
            width: 70%;
            margin: 35px auto;
            box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            padding: 45px;
            text-align: left;
            max-width: 460px;
        }
    }

    /* Oversized banner text fix for tablets */
    @media (min-width: 768px) and (max-width: 1280px) {
        .banner ul li .caption-box h2 {
            font-size: 70px;
        }
    }
    /* Portrait tablets and small desktops */
    @media (max-width: 991px) {

        /*header.copy .top-header-stripe{display: none;}*/



        #discountform {
            display: none;
        }



        .head-menu .navbar-dark .navbar-nav .nav-link:after {
            right: 0px;
        }

        .head-menu .navbar-dark .navbar-nav .nav-item {
            margin-right: 0px;
            border-bottom: 1px solid #e5e5e5;
        }

        .menudrop-dwonbox {
            width: auto !important;
        }

        #side-btn-panel {
            display: none;
        }

        header.copy {
            display: none !important;
        }

        header.original {
            position: relative; /*top: 0px; margin-top: 0px; z-index: 500; width:100%; max-height: 100vh; overflow: auto;*/
        }
        /*section.banner{margin-top: 329px;}*/

        .menudrop-dwonbox {
            position: absolute;
            width: 100%;
            top: 100%;
            border-bottom: solid 0px #dddddd;
            display: none;
            z-index: 5;
            background-color: #FFF;
            max-height: 300px;
            overflow: auto;
        }

        body {
            margin-top: 0px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .certification_box .certification-row {
            flex-wrap: wrap;
            justify-content: center;
        }

            .certification_box .certification-row .certification_text {
                padding-left: 0px;
                text-align: center;
            }

            .certification_box .certification-row .certification-img img {
                max-height: 250px;
            }

        .we_accept_box img {
            max-width: 100%;
        }

        .projects_box .project_imgbox img {
            width: 100%;
        }

        .certification_text .heading {
            text-align: center;
            margin: 15px 0 18px;
            font-size: 20px;
        }

        .logo-header {
            padding: 0px 0px 0;
        }

        .logobox {
            /*width: 100%;*/
            text-align: center;
            /*margin-left: 50px;*/
        }

        .head-menu {
            margin: 0px;
        }



        .download-btn {
            position: static;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }

            .download-btn .header-brochures {
                position: static;
                padding: 15px 20px;
            }

        .menudrop-dwonbox {
            position: static;
        }

        body .top-header-stripe .nav.justify-content-end {
            justify-content: center !important;
        }

        .our_products [class*="col-sm-8"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .our_products [class*="col-sm-4"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .our_products .product-imgbox .imgholder {
            max-height: 300px;
        }

        .our_products .product-imgbox .product-name .product-title {
            font-size: 18px;
        }

        .projects_box [class*="col-sm-12"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .projects_box [class*="col-sm-4"] {
            width: 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .instagram_box .instagram_username {
            margin-bottom: 50px;
        }

        .instagram_box .btn-default {
            padding: 10px 30px;
            font-size: 18px;
        }

        footer [class*="col-"] {
            width: 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        body .stay_touch_box .stay_touch-form .btn {
            min-width: 160px;
            background-color: #5a676f;
            position: relative;
            margin-left: 5px;
            border-color: #5a676f;
            border-radius: 3px;
            font-size: 14px;
            text-transform: uppercase;
            color: #FFF;
            font-weight: normal;
            height: 48px;
            text-align: left;
        }

            body .stay_touch_box .stay_touch-form .btn:after {
                background-position: top -79px left -6px;
                position: absolute;
                width: 22px;
                height: 22px;
                margin-left: 9px;
                background-size: 35px auto;
            }

        .banner ul li .caption-box h2 {
            font-size: 50px;
        }

        .banner ul li .caption-box .btn {
            font-size: 12px;
            line-height: 40px;
            height: auto;
        }

        .range-item-detail ul li {
            flex-wrap: wrap;
        }

            .range-item-detail ul li div.one, .range-item-detail ul li div.two {
                width: 100%;
            }

            .range-item-detail ul li div.three, .range-item-detail ul li div.four, .range-item-detail ul li div.five {
                width: 33.33%
            }

            .range-item-detail ul li div.five {
                text-align: right;
            }

        .product-item-list ul li {
            /*width: 33.33%;*/
            width: 50%;
        }

        .download-list:before {
            height: 20px;
            margin-top: 20px;
        }

        .onpage-navigation ul li {
            padding: 0 10px;
        }

        .download-list ul li {
            width: 50%;
        }

        .our_servies .service-imgboxbox img {
            width: 100%;
        }

        .our_servies [class*="col-"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .our_servies > .container [class*="col-"] img, .our_servies .service-imgboxbox {
            width: 100%;
        }

        .our_servies .row.secondrow .col-12:first-child {
            order: 1;
        }

        .our_servies .row.secondrow .col-12:last-child {
            order: 2;
        }

        .product-detail [class*="col-"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .colors-list ul li {
            width: 20%;
        }

        .advanceColorpage .product-item-list ul li {
            width: 20%;
        }

        .menudrop-dwonbox .products-submenu .container {
            margin: 0;
        }

        #checkout-pageprogressbar li span {
            /*left: 28px;*/
            left: 42%;
        }

        #checkout-pageprogressbar li#step2 span {
            left: 42% !important;
        }

        body header .header {
            padding-left: 30px;
        }

        .our_products.services_box {
            padding: 0;
        }

        .our_products .product-imgbox .product-name .product-title a {
            font-size: 22px;
        }

        .checkoutpage-right {
            margin-top: 50px;
        }

        .head-menu {
            border-top: solid 1px #333030;
            margin: 0px;
            position: relative;
            width: 100%;
        }

        .login.dropdown .dropdown-menu {
            top: 78px !important;
            border-radius: 0;
            box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
            padding: 20px 0;
        }



        .contact-map-wrap .contact-map .contact-map-item {
            width: calc((100% - 20px*2)/1) !important;
            margin-bottom: 20px !important;
        }

            .contact-map-wrap .contact-map .contact-map-item:last-child {
                margin-bottom: 0px !important;
            }

            .contact-map-wrap .contact-map .contact-map-item .address {
                min-height: unset;
            }

        #head-navrow {
            overflow: hidden !important;
        }

            #head-navrow .products-submenu .container {
                padding-right: 50px !important;
            }

        [id^="frontSubMenuUL_"] li {
            width: 100% !important;
            float: left;
        }



        .menudrop-dwonbox .lefttab .nav a::after {
            content: '\f105';
            font-family: 'Font Awesome\ 5 Free';
            font-size: 18px;
            color: #aaa;
            position: absolute;
            right: 10px;
            top: 10px;
            font-weight: normal;
            font-weight: 900;
        }

        .menudrop-dwonbox .lefttab .nav a {
            padding-right: 20px;
        }

        div#hits-container {
            min-width: 100% !important;
            right: 0% !important;
        }


        div#hits-containerslide {
            width: calc(100vw - 58px) !important;
            min-width: calc(100vw - 58px) !important;
            max-width: calc(100vw - 58px) !important;
            right: 0 !important;
            left: -65px !important;
        }

        .logo-header .main-header .header_active_btn_box ul li a, .logo-header .main-header .header_active_btn_box ul li.document .counter, .logo-header .main-header .header_active_btn_box ul li.cart .counter {
            /*display: none;*/
        }


        .logo-header .main-header .header_active_btn_box ul li.document .counter {
            color: #fff;
            background: #818181;
            border-radius: 28px;
            padding: 0 8px;
            display: inline-block;
            margin-top: 0;
            height: 28px;
            min-width: 34px;
            line-height: 24px;
            padding-top: 0px;
            font-size: 13px;
            text-align: center;
            right: -20px;
            top: -5px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-header .main-header .header_active_btn_box ul li.cart .counter {
            color: #fff;
            background: #5b676e;
            border-radius: 28px;
            padding: 0 8px;
            display: inline-block;
            margin-top: -1px;
            height: 28px;
            min-width: 34px;
            margin-left: 9px;
            text-align: center;
            font-weight: bold;
            line-height: 24px;
            font-size: 13px;
            padding-top: 0px;
            right: -20px;
            top: -5px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .navbar-toggler {
            position: relative;
            top: 0px;
            left: 0px;
            z-index: 2;
            border-radius: 0;
            height: auto;
            width: 40px;
            padding: 15px 0;
            display: flex;
            justify-content: center;
        }

        .logo-header .main-header .header_active_btn_box ul li.cart, .logo-header .main-header .header_active_btn_box ul li.document, .logo-header .main-header .header_active_btn_box ul li.login {
            position: relative;
            margin-right: 0px;
            padding: 15px 10px !important;
        }

        .logo-header .main-header .header_active_btn_box ul li {
            height: 80px;
        }

        .logo-header .main-header .header_active_btn_box ul li {
            width: 65px;
            min-width: 65px;
        }

            .logo-header .main-header .header_active_btn_box ul li::after {
                position: absolute;
                bottom: 4px;
                left: 0px;
                width: 100%;
                height: 30px;
                color: #FFF;
                right: 0;
                text-transform: lowercase;
                font-size: 13px;
                text-align: center;
            }

        .logo-header .main-header .serachbox {
            display: none;
            min-width: unset !important;
        }

        .logo-header .main-header .serachbox {
            display: none;
            min-width: unset !important;
        }

        .logo-header .main-header .serachbox {
            display: none;
            min-width: unset !important;
        }

        #top-btn-panel {
            display: block;
            margin-left: 40px;
        }
    }


    /* Landscape phones and portrait tablets */
    @media (max-width: 767px) {


        #side-btnbox .ais-InfiniteHits-item, #side-btnbox .ais-InfiniteResults-item, #side-btnbox .ais-Hits-item, #side-btnbox .ais-Results-item {
            margin-top: 1rem !important;
            margin-left: 1rem !important;
            padding: 1rem !important;
            width: calc(100% - 1rem) !important;
            border: 1px solid #c4c8d8 !important;
            -webkit-box-shadow: 0 2px 5px 0px #e3e5ec !important;
            box-shadow: 0 2px 5px 0px #e3e5ec !important;
        }

        .logo-header .main-header .header_active_btn_box ul li {
            height: 80px;
            padding: 15px 0;
        }


            .logo-header .main-header .header_active_btn_box ul li a, .logo-header .main-header .header_active_btn_box ul li.document .counter, .logo-header .main-header .header_active_btn_box ul li.cart .counter {
                /*display: none;*/
            }

            .logo-header .main-header .header_active_btn_box ul li.cart, .logo-header .main-header .header_active_btn_box ul li.document, .logo-header .main-header .header_active_btn_box ul li.login {
                padding: 15px 10px !important;
            }

            .logo-header .main-header .header_active_btn_box ul li::after {
                position: absolute;
                bottom: 4px;
                left: 0px;
                width: 100%;
                height: 30px;
                color: #FFF;
                right: 0;
                text-transform: lowercase;
                font-size: 13px;
                text-align: center;
            }



            .logo-header .main-header .header_active_btn_box ul li.document .counter {
                color: #fff;
                background: #818181;
                border-radius: 28px;
                padding: 0 8px;
                display: inline-block;
                margin-top: 0;
                height: 28px;
                min-width: 34px;
                line-height: 24px;
                padding-top: 0px;
                font-size: 13px;
                text-align: center;
                right: -20px;
                top: -5px;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .logo-header .main-header .header_active_btn_box ul li.cart .counter {
                color: #fff;
                background: #5b676e;
                border-radius: 28px;
                padding: 0 8px;
                display: inline-block;
                margin-top: -1px;
                height: 28px;
                min-width: 34px;
                margin-left: 9px;
                text-align: center;
                font-weight: bold;
                line-height: 24px;
                font-size: 13px;
                padding-top: 0px;
                right: -20px;
                top: -5px;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .logobox a img {
            max-width: 111px !important;
        }

        .logo-header .main-header .header_active_btn_box {
            margin-left: 0 !important;
        }

            .logo-header .main-header .header_active_btn_box ul li {
                width: 55px;
                min-width: 55px;
            }

                .logo-header .main-header .header_active_btn_box ul li::after,
                .logo-header .main-header .header_active_btn_box ul li a {
                    font-size: 11px;
                }


        .logo-header .main-header .serachbox {
            display: none;
            min-width: unset !important;
        }

        #top-btn-panel {
            display: block;
            margin-left: 10px;
        }

        .container {
            max-width: 95%;
        }

        .certification_box .certification-row {
            flex-wrap: wrap;
            justify-content: center;
        }

            .certification_box .certification-row .certification_text {
                padding-left: 0px;
                text-align: center;
            }

            .certification_box .certification-row .certification-img img {
                max-height: 250px;
            }

        .we_accept_box img {
            max-width: 100%;
        }

        .projects_box .project_imgbox img {
            width: 100%;
        }

        .certification_text .heading {
            text-align: center;
            margin: 15px 0 18px;
            font-size: 20px;
        }

        .logo-header {
            padding: 0px 0px 0;
        }

        .logobox {
            /*width: 100%;*/
            text-align: left;
            margin-left: 0px;
        }

        .serachbox {
            display: none;
        }


        .navbar-toggler {
            position: relative;
            top: 0px;
            left: 0px;
            z-index: 2;
            border-radius: 0;
            height: 100%;
            width: auto;
            padding: 15px 0 15px 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .head-menu {
            margin: 0px;
        }

            .head-menu .navbar-collapse {
                position: fixed;
                overflow: auto;
                background-color: #fff;
                z-index: 9999;
                top: 0%;
                left: 0;
                height: 100%;
                width: 365px;
                max-width: 365px;
                background-color: #fff;
                /*z-index: 9;*/
                box-shadow: 0px 15px 20px 0px rgba(88, 91, 96, 0.1);
                padding: 5px 12px;
                transition: all .5s;
            }

        .collapse:not(.show) {
            -webkit-transform: translate3d(-120%, 0, 0);
            transform: translate3d(-120%, 0, 0);
            /* display: block !important; */
        }



        .download-btn {
            position: static;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }

            .download-btn .header-brochures {
                position: static;
                padding: 15px 20px;
            }

        .menudrop-dwonbox {
            position: static;
            background: #f2f2f2;
        }

        body .top-header-stripe .nav.justify-content-end {
            justify-content: center !important;
        }

        .our_products [class*="col-sm-8"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .our_products [class*="col-sm-4"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .our_products .product-imgbox .imgholder {
            max-height: 300px;
        }

        .our_products .product-imgbox .product-name .product-title {
            font-size: 18px;
            line-height: 20px;
            padding-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
            -webkit-box-orient: vertical;
        }

        .projects_box [class*="col-sm-12"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .projects_box [class*="col-sm-4"] {
            width: 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .instagram_box .instagram_username {
            margin-bottom: 50px;
        }

        .instagram_box .btn-default {
            padding: 10px 30px;
            font-size: 18px;
        }

        footer [class*="col-"] {
            width: 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        body .stay_touch_box .stay_touch-form .btn {
            min-width: 160px;
            background-color: #5a676f;
            position: relative;
            margin-left: 5px;
            border-color: #5a676f;
            border-radius: 3px;
            font-size: 14px;
            text-transform: uppercase;
            color: #FFF;
            font-weight: normal;
            height: 48px;
            text-align: left;
        }

            body .stay_touch_box .stay_touch-form .btn:after {
                background-position: top -79px left -6px;
                position: absolute;
                width: 22px;
                height: 22px;
                margin-left: 9px;
                background-size: 35px auto;
            }

        .banner ul li .caption-box h2 {
            font-size: 50px;
        }

        .banner ul li .caption-box .btn {
            font-size: 12px;
            line-height: 20px;
            height: auto;
			padding:16px;
        }

        .range-item-detail ul li {
            flex-wrap: wrap;
        }

            .range-item-detail ul li div.one, .range-item-detail ul li div.two {
                width: 100%;
            }

            .range-item-detail ul li div.three, .range-item-detail ul li div.four {
                width: 100%
            }

            .range-item-detail ul li div.five {
                text-align: right;
            }

            .range-item-detail ul li div.four {
                text-align: center;
                width: 100%;
                max-width: inherit;
                margin-top: 15px;
            }

            .range-item-detail ul li div.one {
                order: 1;
            }

            .range-item-detail ul li div.two {
                order: 2;
            }

            .range-item-detail ul li div.three {
                order: 3;
            }

            .range-item-detail ul li div.four {
                order: 5;
            }

            .range-item-detail ul li div.five {
                order: 4;
            }

        .animate-imgbox .animateObject {
            width: auto;
        }

        .testimonial_box .testimonial-img img {
            max-width: 100%;
        }

        .product-item-list ul li {
            width: 50%;
        }

        .download-list:before {
            height: 20px;
            margin-top: 20px;
        }

        .onpage-navigation ul li {
            padding: 0 10px;
        }

        .download-list ul li {
            width: 50%;
        }

        .our_servies .service-imgboxbox img, .our_servies .service-imgboxbox {
            width: 100%;
        }

        .our_servies .row.secondrow .col-12:first-child {
            order: 1;
        }

        .our_servies .row.secondrow .col-12:last-child {
            order: 2;
        }

        .product-detail .project-detail-textbox {
            padding: 15px;
        }

            .product-detail .project-detail-textbox .actions-btnrow .btn {
                font-size: 13px;
                padding: 15px;
            }

        .like_product .like_product-row .item {
            width: 50%;
            margin-bottom: 15px;
        }

        .product-detail .project-detail-textbox {
            margin-top: 35px;
        }

        .like_product .like_product-row .item:nth-child(2n+0) {
            padding-right: 0px;
        }

        .colors-list ul li {
            width: 20%;
        }

        .login-card-body, .login-bottom-txt {
            width: 100%;
            padding: 15px;
            max-width: inherit;
        }

        #checkout-pageprogressbar li span {
            /*left: 28px;*/
            left: 42%;
        }

        #checkout-pageprogressbar li#step2 span {
            left: 42% !important;
        }

        body header .header {
            text-align: center;
        }

        .our_products.services_box {
            padding: 50px 0 0;
        }

        .projects_box {
            padding: 50px 0 0;
        }

        .instagram_box {
            padding: 50px 0 50px;
        }

        .registration-info {
            padding: 50px 0;
        }

        .registration-formbox {
            padding: 20px 0;
        }

        .heading {
            margin: 0px 0 48px;
        }

        .bottom-customer-service-help-center-block {
            margin-top: 0px;
        }

        #Submitbtn, #checkout2, #checkout {
            margin: 0 auto;
            display: block;
        }

        #alertBtn {
            margin: 0 auto;
        }

        .checkoutpage-right {
            margin-top: 50px;
        }

        .fullimg-withText .txt-holder {
            position: relative;
            margin: 30px 0px;
        }


        .head-menu {
            border-top: solid 1px #333030;
            margin: 0;
            position: relative;
            width: 100%;
        }



        .login.dropdown .dropdown-menu {
            top: 78px !important;
            border-radius: 0;
            box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
            padding: 20px 0;
        }



        .addressesbook .btn-towishlist {
            float: none;
        }

        .contact-map-wrap .contact-map .contact-map-item {
            width: calc((100% - 20px*2)/1) !important;
            margin-bottom: 20px !important;
        }

            .contact-map-wrap .contact-map .contact-map-item:last-child {
                margin-bottom: 0px !important;
            }

            .contact-map-wrap .contact-map .contact-map-item .address {
                min-height: unset;
            }

        .left-panel {
            width: 100% !important;
        }

        #hits-container .right-panel {
            width: 100% !important;
        }

        div#hits-container {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            right: 0 !important;
        }

        div#hits-containerslide {
            width: calc(100vw - 58px) !important;
            min-width: calc(100vw - 58px) !important;
            max-width: calc(100vw - 58px) !important;
            right: 0 !important;
            left: -130px !important;
        }

        .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Hits-item, .ais-Results-item {
            width: calc(100% - 1rem) !important;
        }

        #hits-containerslide .right-panel {
            width: 100% !important;
            float: left;
            padding: 10px;
            border-left: 0px solid #231f20;
            max-width: none;
        }

        .head-menu .navbar-dark .navbar-nav .active > .nav-link,
        .head-menu .navbar-dark .navbar-nav .nav-link.active,
        .head-menu .navbar-dark .navbar-nav .nav-link.show,
        .head-menu .navbar-dark .navbar-nav .show > .nav-link,
        .head-menu .navbar-dark .navbar-nav .nav-link {
            line-height: 66px;
            padding: 0 0px;
            letter-spacing: .5px;
            position: relative;
            top: 4px;
            font-weight: normal;
            opacity: 1;
            font-size: 15px;
            text-transform: lowercase;
            color: #909090;
        }


        .menudrop-dwonbox .lefttab .nav-pills a,
        .menudrop-dwonbox .lefttab .nav-pills .show {
            color: #777777;
            background-color: transparent;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            padding-left: 0;
            border-right: 0px solid #FFF;
            text-decoration: none;
        }

            .menudrop-dwonbox .lefttab .nav-pills a.active,
            .menudrop-dwonbox .lefttab .nav-pills .show > .nav-link {
                color: #4d4d4d;
                background-color: transparent;
                border-right: 0px solid #00aae4;
                padding-left: 0;
                text-decoration: none;
            }

        .menudrop-dwonbox .righttab {
            display: none;
        }

        .inner-banner.specification-bg {
            min-height: 102px;
        }

        /* Create a custom checkbox */

        .newcustomecheckbox {
            width: 25px;
        }

        .checkmark {
            position: absolute;
            top: 30;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: transparent;
            border: solid 1px #CCC;
        }

        .newcustomecheckbox .checkmark:after {
            left: 8px;
            top: 2px;
        }

        table.ShoppingCart thead tr th:first-child {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        .table td, .table th {
            padding: 0.75rem;
            padding-left: 0;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }

        .spanSelectAllCartItems .newcustomecheckbox {
            width: 25px;
            margin-right: 10px;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {


        .our_products .product-imgbox .product-name .product-title a {
            font-size: 15px !important;
        }

        div.animate-loder .animate-imgbox {
            height: 345px;
        }

        .colors-list ul li {
            width: 25%;
        }

        .advanceColorpage .product-item-list ul li {
            width: 25%;
        }
    }

    @media (max-width: 575px) {

        .banner ul li .caption-box h2 {
            font-size: 44px;
        }

        .logo-header .container {
            max-width: 100%;
        }

        .logo-header .main-header .header_active_btn_box ul li::after,
        .logo-header .main-header .header_active_btn_box ul li a {
            font-size: 10px;
        }

        .logobox a img {
            max-width: 111px !important;
        }

        .logo-header .main-header .header_active_btn_box {
            margin-left: 0 !important;
        }

            .logo-header .main-header .header_active_btn_box ul li {
                width: 50px;
                min-width: 50px;
            }

        .darkHeader {
            height: 0 !important;
            overflow: hidden;
        }

        body {
            /*margin-top: 113px;*/
        }

        header.original {
            position: relative; /*top: 0px; margin-top: 0px; z-index: 500; width:100%; max-height: 100vh;*/
        }

        div.animate-loder .animate-imgbox {
            height: 258px;
        }

        .colors-list ul li {
            width: 50%;
        }

        .advanceColorpage .product-item-list ul li {
            width: 50%;
        }
    }

    /* Portrait phones and smaller */
    @media (max-width: 480px) {
        .nik-menu-content > ul > li.active > .menu-toggle::before {
            content: '\f078';
            font-family: 'Font Awesome\ 5 Free';
            font-size: 22px;
            line-height: 22px !important;
            z-index: 999999;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li a {
            font-size: 15px;
            width: 275px;
        }

        div#hits-containerslide {
            position: absolute;
            z-index: 999999;
            background: #fff;
            top: 49px;
            min-width: 860px;
            /* min-width: 620px; */
            /* right: -50%; */
            overflow: auto;
            max-height: 490px !important;
            border: 2px solid #ddd !important;
            opacity: 0;
            left: 0;
        }

        #side-btnbox .ais-InfiniteHits-item, #side-btnbox .ais-InfiniteResults-item, #side-btnbox .ais-Hits-item, #side-btnbox .ais-Results-item {
            margin-top: 1rem !important;
            margin-left: 1rem !important;
            padding: 1rem !important;
            width: calc(50% - 1rem) !important;
            border: 1px solid #c4c8d8 !important;
            -webkit-box-shadow: 0 2px 5px 0px #e3e5ec !important;
            box-shadow: 0 2px 5px 0px #e3e5ec !important;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li {
            line-height: inherit;
            position: relative;
            margin: 10px 0px;
        }

            .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li a {
                text-transform: capitalize;
                padding-left: 15px;
                padding-right: 15px;
                display: inline;
                border-bottom: 1px solid #ededed;
                font-size: 14px;
                font-weight: 500;
                color: #777;
            }

        .logo-header .main-header .header_active_btn_box ul li.login a#dropdownMenuLink {
            max-width: 40px !important;
        }

        .banner ul li .caption-box h2 {
            font-size: 36px;
        }

        /*.navbar div.d-flex, .navbar div.logobox, .navbar div#divActiveBtnBox{flex: unset !important;}*/

        .logo-header .main-header .header_active_btn_box ul li::after,
        .logo-header .main-header .header_active_btn_box ul li a {
            font-size: 10px;
        }

        .logo-header .main-header .header_active_btn_box ul li.document .counter {
            color: #fff;
            background: #818181;
            border-radius: 28px;
            padding: 0;
            padding-top: 0px;
            display: inline-block;
            margin-top: 0;
            height: 16px;
            min-width: 24px;
            line-height: 16px;
            padding-top: 0px;
            font-size: 9px;
            text-align: center;
            right: -8px;
            top: -5px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-header .main-header .header_active_btn_box ul li.cart .counter {
            color: #fff;
            background: #5b676e;
            border-radius: 28px;
            padding: 0;
            padding-top: 0px;
            display: inline-block;
            margin-top: 0px;
            height: 16px;
            min-width: 24px;
            margin-left: 9px;
            text-align: center;
            font-weight: bold;
            line-height: 16px;
            font-size: 9px;
            padding-top: 0px;
            right: -8px;
            top: -5px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logobox a img {
            max-width: 80px !important;
        }

        .logo-header .main-header .header_active_btn_box {
            margin-left: 0 !important;
        }

            .logo-header .main-header .header_active_btn_box ul li {
                width: 50px;
            }

        .instagram_box .btn-default {
            width: 100%;
            margin-bottom: 10px;
        }

        .heading {
            font-size: 28px;
        }

        .projects_box [class*="col-"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        footer [class*="col-"] {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .product-item-list ul li {
            width: 100%;
        }

        .download-list ul li {
            width: 100%;
        }

            .download-list ul li .imgbox img {
                height: auto;
                object-fit: contain;
            }

        .product-detail .project-detail-textbox .quantity .quantity-up-dwon, .product-detail .project-detail-textbox .quantity .quantity-totle {
            width: 100%;
        }

        .like_product .like_product-row .item {
            width: 100%;
            margin-bottom: 15px;
            padding: 0px;
        }

        .product-detail .project-detail-textbox .actions-btnrow .btn {
            width: 100%;
            margin-bottom: 15px;
        }

        .colors-list ul li {
            width: 50%;
        }

        .advanceColorpage .product-item-list ul li {
            width: 50%;
        }

        .colors-list ul li .imgbox img {
            width: 100%;
        }

        .colors-listing .container {
            width: 100%;
        }

        .resetPass-btnrow .btn {
            font-size: 16px;
            padding: 10px 20px;
        }

        .loginbtn-row .btn {
            font-size: 16px;
            padding: 10px 20px;
        }

        #checkout-pageprogressbar li span {
            /*left: 28px;*/
            left: 42%;
        }

        #checkout-pageprogressbar li#step2 span {
            left: 42% !important;
        }

        .top-header-stripe .container {
            max-width: 100%;
        }

        .top-header-stripe .nav-link {
            display: block;
            padding: .5rem 8px;
        }

        .payment-page-title {
            font-size: 34px;
        }

        .fullimg-withText .txt-holder .inner-txt {
            padding: 20px;
        }



        div.animate-loder .animate-imgbox {
            height: 144px;
        }

        .logo-header .main-header .header_active_btn_box ul li.cart,
        .logo-header .main-header .header_active_btn_box ul li.document,
        .logo-header .main-header .header_active_btn_box ul li.login {
            /*background-position: center top 10px !important;
        background-size: 30px 30px;*/
            position: relative;
            margin-right: 0px;
            /* padding: 15px 4px !important; */
        }

        .logo-header .main-header .header_active_btn_box ul li {
            width: auto !important;
            min-width: unset !important;
        }

            .logo-header .main-header .header_active_btn_box ul li.login a::before {
                background: url(../../images/account_icon.svg) no-repeat left top;
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                position: relative;
                left: 0;
                top: 0;
                float: none;
                margin: 0px auto;
            }
    }

    @media (max-width: 450px) {
        .stay_touch_box .heading {
            text-align: center;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
            padding: 7px 0px;
            font-size: 16px;
            width: 250px;
        }

        .stay_touch_box .stay_touch_text p {
            font-size: 12px;
            font-weight: 300;
            color: #FFF;
            margin-bottom: 10px;
            text-align: center;
        }

        body .stay_touch_box .stay_touch-form {
            flex-direction: column;
        }

            body .stay_touch_box .stay_touch-form .btn {
                margin: 10px auto 0;
            }

        .btn-tocart {
            width: 100% !important;
            margin-bottom: 15px;
        }

        #AddProductToCartModel .btn-towishlist {
            width: 100% !important;
        }

        .our_products .product-imgbox .product-name .product-title a {
            font-size: 18px !important;
        }

        .login-card-body .btn-secondary.resetPass-btn {
            padding: 12px 12px;
            margin-right: 10px;
        }

        .resetPass-btnrow .btn {
            font-size: 16px;
            padding: 10px 12px;
        }

        #myDIV {
            /*width: 320px !important;*/
        }


        .block-minicart .minicart-items li.product-item > .product {
            padding: 20px 0px 30px 10px !important;
        }

        .minicart-items-wrapper .minicart-items .product-item-details .actions {
            margin: 0px 25px 0 0 !important;
        }

        #mini-cart .numberbox input:last-child {
            top: 0px !important;
            right: 15px !important;
        }

        .ais-SearchBox-input {
            padding: 0.3rem 1.4rem;
        }

        .logo-header .main-header .serachbox .form-control, .logo-header .main-header .serachbox .form-control:focus {
            padding: 2px 10px 0 10px;
        }

        .ais-SearchBox-input {
            padding: 0.3rem 1.7rem 0.3rem 0 !important;
        }

        .ais-SearchBox-submit {
            left: auto !important;
        }

        .right-panel {
            padding: 10px 0 !important;
        }
    }

    @media (min-width: 320px) and (max-width: 420px) {

        .banner ul li .caption-box h2 {
            font-size: 24px;
            letter-spacing: -2px;
        }

        ul.ShoppingCart li .chkCartItem-itemdetails .productSubInfo {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            flex-direction: column;
            align-items: start;
        }
        .bradcrambox ul li, .bradcrambox ul li a {
            color: #231f20;
            font-size: 11px;
            font-weight: normal;
        }
    }

    @media (max-width: 428px) {

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li a {
            font-size: 15px;
            width: 275px;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
            padding: 7px 0px;
            font-size: 16px;
            width: 250px;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
            padding: 7px 0px;
            font-size: 16px;
            width: 250px;
        }
    }

    @media (max-width: 420px) {

        .list-title {
            margin-bottom: 10px;
        }

        .btn-towishlist {
            font-size: 14px;
        }
    }


    @media (max-width: 375px) {



        .logo-header .main-header .header_active_btn_box ul li {
            width: auto !important;
            min-width: unset !important;
        }

            /*.navbar div.d-flex, .navbar div.logobox, .navbar div#divActiveBtnBox{flex: unset !important;}*/

            .logo-header .main-header .header_active_btn_box ul li::after,
            .logo-header .main-header .header_active_btn_box ul li a {
                font-size: 10px;
            }


            .logo-header .main-header .header_active_btn_box ul li.login a::before {
                background: url(../../images/account_icon.svg) no-repeat left top;
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                position: relative;
                left: 0;
                top: 0;
                float: none;
                margin: 0px auto;
            }


            .logo-header .main-header .header_active_btn_box ul li.document a::before {
                background: url(../../images/assignment_icon.svg) no-repeat left top;
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                position: relative;
                left: 0;
                top: 0;
                float: left;
                margin: 0px auto;
            }


            .logo-header .main-header .header_active_btn_box ul li.cart a::before {
                background: url(../../images/cart_icon.svg) no-repeat left top;
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                position: relative;
                left: 0;
                top: 0;
                float: left;
                margin: 0px auto;
            }


            .logo-header .main-header .header_active_btn_box ul li.document .counter {
                color: #fff;
                background: #818181;
                border-radius: 28px;
                padding: 0;
                display: inline-block;
                margin-top: 0;
                height: 16px;
                min-width: 24px;
                line-height: 16px;
                padding-top: 0px;
                font-size: 9px;
                text-align: center;
                right: -8px;
                top: -5px;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .logo-header .main-header .header_active_btn_box ul li.cart .counter {
                color: #fff;
                background: #5b676e;
                border-radius: 28px;
                padding: 0;
                display: inline-block;
                margin-top: 0px;
                height: 16px;
                min-width: 24px;
                margin-left: 9px;
                text-align: center;
                font-weight: bold;
                line-height: 16px;
                font-size: 9px;
                padding-top: 0px;
                right: -8px;
                top: -5px;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #top-btn-panel .serachbox {
            width: 20px;
            height: 20px;
            position: relative;
            background: url(../../images/search_icon.png) no-repeat center center;
            background-size: auto;
            background-size: 100%;
            margin: 0;
        }

        .navbar-toggler-icon {
            display: inline-block;
            width: 1.75em !important;
            height: 1.75em !important;
            vertical-align: middle;
            content: "";
            background: no-repeat center center;
            background-image: none;
            background-size: auto;
            background-size: 100% 100%;
        }

        #top-btn-panel #side-btnbox::after {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 30px;
            color: #FFF;
            right: 0;
            text-transform: lowercase;
            font-size: 10px;
            text-align: center;
            content: "search";
            line-height: 1;
        }

        .logo-header .main-header .header_active_btn_box ul li {
            padding-left: 0 !important;
            width: auto;
            height: 80px;
            /*border-top: solid 1px #484747;
        border-bottom: solid 1px #484747;
        border-right: solid 1px #484747;*/
            padding: 15px 0;
            min-width: inherit;
            text-align: center;
        }

            .logo-header .main-header .header_active_btn_box ul li.cart, .logo-header .main-header .header_active_btn_box ul li.document, .logo-header .main-header .header_active_btn_box ul li.login {
                /*background-position: center top 10px !important;
        background-size: 30px 30px;*/
                position: relative;
                margin-right: 0px;
                /* padding: 15px 5px !important; */
            }

            .logo-header .main-header .header_active_btn_box ul li::after {
                position: absolute;
                bottom: 4px;
                left: 0px;
                width: 100%;
                height: 30px;
                color: #FFF;
                right: 0;
                text-transform: lowercase;
                font-size: 10px;
                text-align: center;
            }
    }

    /* Portrait phones and smaller */
    @media (max-width: 320px) {
        body {
            margin-top: 319px;
        }

        .container {
            max-width: 100%;
        }



        .navbar-toggler {
            top: 6px;
            height: 69px;
            width: 69px;
        }

        .top-header-stripe li a.nav-link {
            padding: .5rem 8px;
        }

        #checkout-pageprogressbar li span {
            left: 28px;
            /*left:42%;*/
        }

        #checkout-pageprogressbar li#step2 span {
            left: 28px !important;
        }

        .top-header-stripe li {
            padding-left: 0px;
        }

            .top-header-stripe li a.nav-link {
                padding: .5rem 8px .5rem 18px
            }

            .top-header-stripe li::before {
                left: 0px;
            }

        div.animate-loder .animate-imgbox {
            height: 144px;
        }

        #myDIV {
            width: 320px !important;
        }

        .block-minicart .minicart-items li.product-item > .product {
            padding: 20px 0px 30px 10px !important;
        }

        .minicart-items-wrapper .minicart-items .product-item-details .actions {
            margin: 0px 25px 0 0 !important;
        }

        #mini-cart .numberbox input:last-child {
            top: 55px !important;
            right: 15px !important;
        }
    }

    .hide {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .text-bold {
        font-weight: bold !important;
    }

    .btn-towishlist {
        float: right;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 100%;
        background-color: #fff;
        position: relative;
        border-radius: 55px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        width: auto;
        padding: 15px 20px;
        border: solid 2px #ddd;
    }

    .btn-tocart {
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        color: #fff;
        text-transform: none;
        letter-spacing: 0;
        border-radius: 55px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        width: 49.5%;
        padding: 15px 15px;
        background: #30393f;
        margin-bottom: 15px;
    }

    .btn-towishlist:hover {
        background-color: #f4f4f4;
    }

    [id^="divBundleOption_"] {
        margin-bottom: 20px;
    }

    [id^="divSelectedProductImage_"] {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    [id^="divConfigureOption_"] {
        margin-bottom: 20px;
    }

    .childShortQtyMessage {
        color: red;
    }

    #AddProductToCartModel .btn-towishlist {
        width: 49.5%;
    }

    .btn-tocart:hover {
        color: #fff !important;
    }

    [id^="frontSubMenuUL_"] li {
        width: 50%;
        float: left;
    }

    .order-placed {
        font-size: 15px;
        font-weight: 700;
        margin: 30px 0;
    }

    .our_products .product-imgbox .product-name .product-title a {
        font-size: 24px;
    }

    }

    .products-info p {
        color: #afafaf;
    }

    .ais-RefinementList-list li {
        margin-bottom: 8px;
        font-weight: 300;
    }

        .ais-RefinementList-list li label {
            align-items: baseline;
        }

        .ais-RefinementList-list li .ais-RefinementList-checkbox {
            margin-right: 5px;
        }

        .ais-RefinementList-list li .ais-RefinementList-labelText {
            margin-right: 5px;
        }

    .qty {
        margin-bottom: 0px;
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: flex-start;
        flex-direction: column;
    }

        .qty .qty-value .numberbox {
            max-width: 135px;
            min-width: 40px;
        }

        .qty .qty-hd {
            display: inline;
            margin-bottom: 10px;
            margin-right: 0px;
        }

        .qty .qty-value {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 0px;
        }

    #accordion .range-item-detail .qty .qty-value {
        display: block;
    }

        #accordion .range-item-detail .qty .qty-value .form-control {
            padding: 0;
            max-width: 85px;
            height: 30px;
        }

    .qty .qty-value .form-control {
        padding: 0;
        max-width: 30px;
        height: 30px;
    }

    .qty .qty-value .btn-decrement, .qty .qty-value .btn-increment {
        padding: 0 .25rem;
        min-width: 1.5rem !important;
        border-color: #c7c7c7;
        color: #c7c7c7;
    }

    .qty .qty-value .numberbox .form-control {
        border-color: #c7c7c7;
        color: #c7c7c7;
    }

    .dataTables_paginate .pagination .previous a {
        color: #FFF !important;
    }

    #divPriceRange {
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        color: #777;
        line-height: 36px;
        margin-right: 10px;
        padding-top: 10px;
        margin-bottom: 20px;
    }



    /*Shubham Sharma*/
    .imggallerybox .owl-slider .owl-nav {
        position: absolute;
        top: 50%;
        z-index: 5;
        width: 100%;
    }

        .imggallerybox .owl-slider .owl-nav .owl-prev {
            left: -15px;
            position: absolute;
        }

        .imggallerybox .owl-slider .owl-nav .owl-next {
            right: -15px;
            position: absolute;
        }

    #lightgalleryy .owl-nav .owl-prev {
        left: -9px;
        position: absolute;
    }

    #lightgalleryy .owl-nav .owl-next {
        right: -9px;
        position: absolute;
    }

    .imggallerybox .owl-slider .owl-nav [class*="owl-"] {
        width: 30px;
        height: 30px;
        background: #fff;
        font-size: 0px;
        border-radius: 50%;
        margin-top: -15px;
    }


        .imggallerybox .owl-slider .owl-nav [class*="owl-"]:after {
            content: '';
            width: 13px;
            height: 19px;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -9.5px;
            margin-left: -6.5px;
        }

    .imggallerybox .owl-slider .owl-nav .owl-prev:after {
        background: url(../../images/sprite-icons.png) no-repeat -10px -279px;
        margin-left: -7px;
    }

    .imggallerybox .owl-slider .owl-nav [class*="owl-"]:focus {
        outline: none;
    }

    .imggallerybox .owl-slider .owl-nav .owl-next:after {
        background: url(../../images/sprite-icons.png) no-repeat -10px -250px;
        margin-left: -7px;
    }

    .imggallerybox .owl-carousel .owl-item img, .imggallerybox .owl-slider .owl-item video {
        display: block;
        width: 100%;
        height: 115px;
    }

    .right-panel {
        width: 80%;
        float: left;
        padding: 10px;
        border-left: 0px solid #231f20;
        margin: 0 auto;
    }

    .serachbox .right-panel {
        width: 100%;
        float: none;
        padding: 0px;
        border-left: 0px solid #231f20;
        margin: 0 auto;
        max-width: 860px !important;
    }

    /* View Cart Pop-up */

    #myDIV {
        border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
        /*border-top: 3px solid #1979c3;*/
        margin-top: 0;
        width: 100%;
        padding: 20px 0;
        right: 0;
        top: 0px;
        z-index: 101;
        position: relative;
        background: #fff;
        border: 0;
    }

    .block-minicart {
        position: relative;
    }

        .block-minicart::before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 11px 12px 11px;
            border-color: transparent transparent #1979c3 transparent;
            top: -15px;
            right: 44px;
            position: absolute;
        }

        .block-minicart .items-total {
            float: left;
            margin: 0 10px;
            display: none;
        }

            .block-minicart .items-total, .block-minicart .items-total .count {
                font-size: 15px;
                line-height: 24px;
                color: #777;
                font-weight: 300;
                margin: 0;
            }

        .block-minicart .subtotal {
            margin: 0 10px;
            text-align: right;
        }

        .block-minicart .subtotal {
            margin: 0 2px;
            display: flex;
            align-content: center;
            justify-content: space-between;
        }

            .block-minicart .subtotal .label {
                color: #777;
                line-height: 24px;
                display: inline-block;
            }

            .block-minicart .subtotal .amount {
                margin-top: 0px;
                display: flex;
                align-items: center;
            }

                .block-minicart .subtotal .amount .price-wrapper:first-child .price {
                    font-weight: bold;
                    font-size: 15px;
                    line-height: 20px;
                    color: #231f20;
                }

        .block-minicart .block-content .subtotal + .actions {
            margin: 13px 3px 0;
        }

            .block-minicart .block-content .subtotal + .actions .primary {
                margin: 0;
            }

        .block-minicart .block-content > .actions > .primary .action.primary {
            display: block;
            width: 100%;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .block-minicart .btn {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            line-height: 50px;
            padding: 0 35px;
            border-radius: 60px;
            height: 40px;
            display: inline-block;
            background: #30393f;
        }

        .block-minicart .product-item-pricing .btn {
            min-width: 2.5rem;
            color: #6c757d;
            border-color: #ddd;
            background: transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            min-width: 1.5rem !important;
        }



    .minicart-items-wrapper {
        border: 0px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
        margin: 0 -20px;
        border-left: 0;
        border-left-color: currentcolor;
        border-right: 0;
        border-right-color: currentcolor;
        overflow-x: auto;
        padding: 15px;
    }

    .minicart-items-wrapper {
        margin: 0 !important;
        padding: 0 20px 0 0;
        border-color: #ddd;
        min-height: 179px !important;
        height: calc(100vh - 220px);
    }

    #tab_default_2 .minicart-items-wrapper {
        margin: 0 !important;
        padding: 0 20px 0 0;
        border-color: #ddd;
        min-height: 179px !important;
        height: 100%;
    }

    .minicart-items {
        margin: 0;
        padding: 0;
        list-style: none none;
    }

        .minicart-items ul li {
            list-style: none;
            min-width: 75px;
            position: relative;
            padding: 0;
            margin: 0 !important;
        }

    #mini-cart li {
        margin-right: 0 !important;
    }

    #mini-cart li {
        border-bottom: 1px solid #ddd;
    }

        #mini-cart li:last-child {
            border-bottom: 0px solid #ddd;
        }

    .block-minicart .minicart-items li.product-item > .product {
        padding: 10px 0px 10px 0px;
        display: flex;
    }

        .block-minicart .minicart-items li.product-item > .product .rank {
            align-items: inherit;
            display: flex;
            background: #777;
            border: 1px solid #777;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            min-width: 20px;
            justify-content: center;
            margin-right: 5px;
            font-size: 12px;
            color: #fff !important;
            line-height: 20px;
        }

    .minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
        float: left;
    }

    .minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
        float: left;
    }

    .product-image-container {
        display: inline-block;
        max-width: 100%;
    }

    .product-image-wrapper {
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .minicart-items .product-image-wrapper {
        height: auto;
        padding: 0 !important;
    }

    .minicart-items .product-item-details {
        padding-left: 10px;
        text-align: left;
        position: relative;
        width: 100%;
    }

    .product-item-name {
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        display: block;
        hyphens: auto;
        margin: 5px 0;
        word-wrap: break-word;
    }

    .minicart-items .product-item-name {
        font-weight: 400;
        margin: 0 0 10px;
    }

    .block-minicart .minicart-items .product-item-details .product-item-name {
        margin: -3px 18px 0px 0;
        line-height: 22px;
    }

        .block-minicart .minicart-items .product-item-details .product-item-name a {
            font-weight: bold;
            font-size: 15px;
            line-height: 22px;
            color: #231f20;
        }

    .details-qty {
        position: relative;
    }

    .block-minicart .block-content > .actions > .secondary {
        text-align: center;
        display: none;
    }

        .block-minicart .block-content > .actions > .secondary a::before {
            display: none !important;
        }

    .block-minicart a:visited, .block-minicart .alink:visited, .block-minicart a, .block-minicart .alink, .block-minicart a {
        font-size: 14px !important;
        color: #777 !important;
        text-decoration: none;
        font-weight: normal !important;
    }

    .block-minicart .block-content > .actions {
        margin: 26px 0 0;
    }

    .details-qty .qty-minus-btn, .details-qty .qty-plus-btn {
        width: 46px;
        height: 50px;
        display: inline-block;
        float: left;
        border: solid 1px #ddd;
        border-right-color: rgb(221, 221, 221);
        border-right-style: solid;
        border-right-width: 1px;
        cursor: pointer;
    }

    .details-qty .qty-minus-btn {
        border-right: 0;
        border-radius: 25px 0 0 25px;
        background: #fff url(../../images/minus-icon.png) no-repeat right 13px center;
    }

    .details-qty .qty-plus-btn {
        border-left: 0;
        border-radius: 0 25px 25px 0;
        background: #fff url(../../images/plus-icon.png) no-repeat left 13px center;
    }

    .details-qty input[type="text"], .details-qty input[type="password"], .details-qty input[type="url"], .details-qty input[type="tel"], .details-qty input[type="search"], .details-qty input[type="number"], .details-qty input[type="datetime"], .details-qty input[type="email"], .details-qty input.input-text {
        color: #555;
        border: 1px solid #ddd;
        font: 300 15px/48px BrownStd,Arial,Sans-serif;
        padding: 3px 10px 0;
        outline: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        height: 40px;
        background: #f8f8f8;
    }

    .details-qty input {
        padding: 5px 0 0 0;
        -webkit-padding-before: 6px;
        text-align: center;
        margin: 0;
        float: left;
        width: 82px;
        background: #fff;
        box-shadow: none;
    }

        .details-qty input[type="number"] {
            -moz-appearance: textfield;
        }

    .page-footer .footer-content .footer-top p img {
        margin-bottom: 10px;
    }

    .word-break {
        word-break: break-all;
    }

    .contact-map-wrap {
        max-width: 1240px;
        margin: 0 auto
    }

        .contact-map-wrap .contact-map {
            float: left;
            width: 100%
        }

            .contact-map-wrap .contact-map .contact-map-item {
                width: calc((100% - 20px*2)/3);
                float: left;
                margin-left: 20px;
                margin-bottom: 0;
            }

                .contact-map-wrap .contact-map .contact-map-item:first-child {
                    margin-left: 0
                }

                .contact-map-wrap .contact-map .contact-map-item iframe {
                    width: 100%;
                    max-height: 320px;
                    border: 0
                }

                .contact-map-wrap .contact-map .contact-map-item .address {
                    margin-top: 12px;
                    margin-left: -1px
                }

                    .contact-map-wrap .contact-map .contact-map-item .address h3 {
                        font-size: 20px;
                        margin-bottom: 7px
                    }

                    .contact-map-wrap .contact-map .contact-map-item .address p {
                        max-width: 390px;
                        /*max-width: 150px;*/
                        margin-bottom: 6px
                    }

                        .contact-map-wrap .contact-map .contact-map-item .address p a {
                            color: #777
                        }

                        .contact-map-wrap .contact-map .contact-map-item .address p:last-child {
                            max-width: 390px;
                            /*max-width: 170px*/
                        }

        .contact-map-wrap .contact-map {
            margin-top: 80px;
            margin-bottom: 67px;
        }

    @media  (max-width: 990px)  {
        .contact-map-wrap .contact-map .contact-map-item:first-child {
        margin-left:20px;
        }
    }


        .term-cond-wrap div p {
            margin-bottom: 24px;
        }

        .term-cond-wrap div h3 {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 6px;
            text-transform: uppercase;
            font-weight: bold;
        }

    .divUserName {
        white-space: nowrap;
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    li.cart a.dropdown-toggle::after {
        content: none !important;
    }

    /* Cart Popup Action button CSS*/

    .minicart-items-wrapper .product .actions {
        float: right;
        margin: -24px 0 0;
    }

    .minicart-items-wrapper .minicart-items .product-item-details .actions {
        margin: 0 !important;
        position: absolute;
        right: 0;
        top: 5px;
        height: 100%;
    }

    .minicart-items-wrapper .product .actions > .primary, .minicart-items-wrapper .product .actions > .secondary {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .minicart-items-wrapper .product .actions > .primary:not(:last-child), .minicart-items-wrapper .product .actions .secondary:not(:last-child) {
            margin-right: 5px;
        }

    .minicart-items-wrapper .product .actions .action.edit,
    .minicart-items-wrapper .product .actions .action.delete {
        display: inline-block;
        text-decoration: none;
    }



        .minicart-items-wrapper .product .actions .action.edit > span, .minicart-items-wrapper .product .actions .action.delete > span {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .minicart-items-wrapper .product .actions .action.edit::after {
            -webkit-font-smoothing: antialiased;
            font-size: 18px;
            line-height: 20px;
            color: #8f8f8f;
            content: '\f044';
            font-family: 'Font Awesome\ 5 Free';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center;
            position: absolute;
            top: -20px;
            left: -20px
        }

        .minicart-items-wrapper .product .actions .action.delete::after {
            content: '';
            display: inline-block;
            width: 14px;
            height: 18px;
            background: url('../../images/sprite-icons.png') no-repeat -10px -199px;
        }

    /*.minicart-items-wrapper .product .actions .action.add-to-cart::after {
            content: '\f217';
            display: inline-block;
            width: 14px;
            height: 18px;
            background: none;
            font-family: 'Font Awesome 5 Free';
        }
        */

    .sample-product-item-details {
        margin-top: 10px;
        position: relative;
        word-break: break-word;
    }

        .sample-product-item-details .product-title {
            margin: 0 !important;
            text-align: left;
            max-width: calc(100% - 75px) !important;
        }

            .sample-product-item-details .product-title a {
                font-weight: 700;
                font-size: 14px;
                color: #231f20;
                line-height: 22px;
                text-align: left;
                display: block;
                text-transform: uppercase;
                text-align: left !important;
            }

        .sample-product-item-details .product-price {
            font-weight: 700;
            font-size: 14px;
            color: #777;
            text-align: left;
            display: block;
        }

        .sample-product-item-details .product-item-actions {
            clip: inherit;
            overflow: inherit;
            /*width: 100%;*/
            top: 0px;
            right: 0;
            height: 0;
            text-align: right;
            box-shadow: none;
            border: 0;
            background: transparent;
            margin: 0;
            padding: 0;
            position: absolute;
        }

            .sample-product-item-details .product-item-actions button {
                border: 0;
                font: 700 16px/50px BrownStd, Arial, Sans-serif;
                color: #ffffff;
                text-transform: none;
                letter-spacing: 0;
                height: 50px;
                padding: 0 42px;
                background: #30393f;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                -o-border-radius: 30px;
                padding: 0;
                height: 36px;
                width: 70px;
                position: relative;
                display: flex !important;
                align-items: center;
                justify-content: center;
            }

                .sample-product-item-details .product-item-actions button::before {
                    width: 40px;
                    position: absolute;
                    background: url(../../images/cart_icon.svg) no-repeat left 14px top 4px;
                    background-size: auto;
                    top: 4px;
                    left: 18px;
                    content: '+';
                    font-size: 20px;
                    line-height: 28px;
                    font-weight: 700;
                    text-align: left;
                    background-size: 18px;
                }

                .sample-product-item-details .product-item-actions button span {
                    display: none;
                }

    #mini-cart li {
        padding: 0 !important;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        margin-right: 0 !important;
        height: auto !important;
    }

        #mini-cart li .product .product-item-pricing {
            text-align: left;
        }

            #mini-cart li .product .product-item-pricing .price-container {
                margin-bottom: 5px;
            }

                #mini-cart li .product .product-item-pricing .price-container .price-wrapper .price-excluding-tax span {
                    font-size: 20px;
                }

        #mini-cart li .product .productVaiant:first-child {
            margin-top: 10px;
        }

    .ais-SearchBox-submit {
        right: 22px !important;
        left: auto;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #656364 !important;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #656364 !important;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #656364 !important;
    }

    ul#installation {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul#installation li {
            margin: 0;
            padding: 0;
            display: block;
            margin-bottom: 10px;
        }

            ul#installation li a {
                font-family: 'BrownStd';
                font-size: 14px;
                color: #333;
                text-decoration: none;
                cursor: pointer;
            }

                ul#installation li a:hover {
                    text-decoration: none;
                    cursor: pointer;
                }

    .shippingMethods .input-group-addon {
        border: 1px solid #ced4da;
        border-left-color: rgb(206, 212, 218);
        border-left-style: solid;
        border-left-width: 1px;
        border-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0px solid #ced4da;
    }

        .shippingMethods .input-group-addon .fa-calendar::before {
            color: #5a676f;
        }

    .SfQLQb-dIxMhd-bN97Pc-b3rLgd .i4ewOd-pzNkMb-tJHJj {
        height: 64px !important;
    }

    .dIxMhd-bN97Pc-b3rLgd-fmcmS {
        white-space: break-spaces !important;
    }

    .ais-SearchBox-input:focus, input:focus, li:focus {
        outline: none !important;
    }

    .childShortQtyMessage {
        padding: 10px 10px 10px 44px !important;
        color: #7b551a !important;
        font-weight: 400;
        background: url(../../images/alert.png) no-repeat 10px 10px #fdf0d5;
        margin-top: 10px;
        height: auto;
    }

    #colorPageProductRangeSKU {
        color: #bbb;
        text-decoration: none;
    }

        #colorPageProductRangeSKU:hover {
            color: #000;
            text-decoration: underline;
        }


    .discountSection #CategoryCollespe:after {
        position: absolute;
        right: 25px;
        top: 10px;
        content: '';
        width: 20px;
        height: 14px;
        background: transparent url(../../images/down-arrow.png) no-repeat center center;
        margin: 0;
    }

    .discountSection #CategoryCollespe.open:after {
        background: transparent url(../../images/up-arrow.png) no-repeat center center;
    }

    .discountSection #divSubCateList .holder {
        display: block !important;
    }



    .divFilterSection #ProductFilterCollespe:after {
        position: absolute;
        right: 25px;
        top: 10px;
        content: '';
        width: 20px;
        height: 14px;
        background: transparent url(../../images/down-arrow.png) no-repeat center center;
        margin: 0;
    }

    .divFilterSection #ProductFilterCollespe.open:after {
        background: transparent url(../../images/up-arrow.png) no-repeat center center;
    }

    .divFilterSection #divProductFilterList .holder {
        display: block !important;
    }

    #ProductFilterCollespe {
        position: relative;
    }

    .divFilterSection #ProductFilterCollespe::after {
        right: 10px;
    }

    .DivClearFilter {
        display: inline-block;
        width: 100%;
    }

    .cartSummaryImg {
        max-width: 75px;
        position:relative;
    }


    .chkSelectAllCartItems i {
        min-width: 55px !important;
    }

    table.ShoppingCart thead tr th:first-child {
        padding-right: 0 !important;
    }

    table.ShoppingCart thead tr th:nth-child(2) {
        padding: .75rem .75rem .75rem 0 !important;
    }

    table.ShoppingCart td img.product-image-photo {
        max-width: 100% !important;
        object-fit: contain;
        min-width: 60px;
        height: 60px;
        width: auto !important;
    }

    body #orderLists th {
        padding: 0 10px !important;
    }

    .navbar-expand-lg {
        justify-content: space-between !important;
    }

    .SubCategoriesThumbnail {
        background: #f4f4f4;
        padding: 50px 0 75px;
    }

        .SubCategoriesThumbnail.services_box .heading {
            margin-bottom: 20px;
        }

    SubCategoriesThumbnail.services_box p {
        margin-bottom: 45px;
        color: #777777;
        font-size: 16px;
        font-weight: 300;
    }

    .navbar div.d-flex,
    .navbar div.logobox,
    .navbar div#divActiveBtnBox {
        /*flex: 1;*/
    }

    .dropdown-menu#divcartdata {
        padding: 0 !important;
        position: fixed;
        overflow: auto;
        z-index: 9999;
        top: 0%;
        right: 0;
        height: 100%;
        width: 365px;
        max-width: 365px;
        background-color: #fff;
        box-shadow: 0px 15px 20px 0px rgba(88, 91, 96, 0.1);
        padding: 5px 12px;
        transition: all .5s;
        margin: 0;
        border-radius: 0;
        border: none;
    }

    #divcartdata:not(.show) {
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
        display: block !important;
    }

    #btnOnCategoryImage {
        border: 1px solid #fff;
        border-radius: 25px;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
        transition: all 0.5s;
    }

        #btnOnCategoryImage:hover {
            text-decoration: none;
            background: #000;
            border-color: #000;
            color: #fff;
            transition: all 0.5s;
        }

    #btnOnCategoryImage2 {
        border: 1px solid #000;
        border-radius: 25px;
        color: #000;
        text-decoration: none;
        padding: 5px 10px;
		text-shadow:1px 1px 1px #ddd;
        transition: all 0.5s;
    }

        #btnOnCategoryImage2:hover {
            text-decoration: none;
            background: #000;
            border-color: #000;
            color: #fff;
			text-shadow:1px 1px 1px #666;
            transition: all 0.5s;
        }

    #mobnavrow > ul > li {
        position: relative;
    }

        #mobnavrow > ul > li .menu-toggle {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            width: 24px;
            height: 44px;
            cursor: pointer;
            background-color: transparent;
        }

    /*----  Side Cart & Side Menu Toggle  ----*/
    body.nik-open {
        overflow: hidden;
    }

        body.nik-open:before {
            height: 100%;
            width: 100%;
            background: #000000;
            opacity: 0.7;
            position: absolute;
            z-index: 998;
            content: "";
        }

    .nik-side-cart-overlay {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 16;
    }

    .nik-side-cart {
        font-size: 14px;
        font-weight: 400;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        left: auto;
        display: block;
        width: 365px;
        height: 100%;
        padding: 15px 10px 20px 10px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: auto;
        opacity: 0;
    }

        .nik-side-cart .text-right {
            font-weight: 700;
        }

        .nik-side-cart .nik-cart-inner {
            position: relative;
            z-index: 9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: start;
        }

            .nik-side-cart .nik-cart-inner .nik-cart-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%;
                padding: 0 0 10px 0;
                border-bottom: 2px solid #eeeeee;
                margin-bottom: 20px;
                align-items: center;
            }

                .nik-side-cart .nik-cart-inner .nik-cart-title .cart_title {
                    font-size: 17px;
                    color: #919191;
                    font-weight: 600;
                }

            .nik-side-cart .nik-cart-inner .nik-close {
                position: relative;
                border: 0;
                font-size: 30px;
                line-height: 1;
                color: #555;
                background: transparent;
            }

                .nik-side-cart .nik-cart-inner .nik-close:focus {
                    outline: none;
                }

        .nik-side-cart .nik-menu-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding: 0 0 10px 0;
            border-bottom: 2px solid #eeeeee;
            margin-bottom: 30px;
            margin-bottom: 10px;
        }

            .nik-side-cart .nik-menu-title .menu_title {
                font-size: 18px;
                color: #919191;
                font-weight: 600;
            }

            .nik-side-cart .nik-menu-title .nik-close {
                position: relative;
                border: 0;
                font-size: 30px;
                line-height: 1;
                color: #555;
                background: transparent;
            }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul {
            margin: 0;
            padding: 0;
        }

            .nik-side-cart .nik-menu-inner .nik-menu-content ul li {
                position: relative;
                display: block;
                line-height: 28px;
            }

                .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
                    display: block;
                    padding: 10px 0px;
                    text-transform: capitalize;
                    color: #444444;
                    border-bottom: 1px solid #ededed;
                    font-size: 15px;
                    font-weight: 500;
                    width: 250px;
                }

                .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu {
                    background: #f2f2f2;
                    position: static;
                    top: auto;
                    display: none;
                    visibility: visible;
                    width: 100%;
                    min-width: auto;
                    padding: 0;
                    -webkit-transition: none;
                    transition: none;
                    opacity: 1;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li {
                        line-height: inherit;
                        position: relative;
                    }

                        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li a {
                            text-transform: capitalize;
                            padding-left: 15px;
                            padding-right: 15px;
                            display: block;
                            border-bottom: 1px solid #ededed;
                            font-size: 14px;
                            font-weight: 500;
                            color: #777;
                        }

                        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li .sub-menu li a {
                            font-weight: 300;
                            padding-left: 30px;
                            font-size: 14px;
                        }

                        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li .sub-menu li .sub-menu li a {
                            font-weight: 300;
                            padding-left: 45px;
                            font-size: 14px;
                        }

                        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
                            font-weight: 300;
                            padding-left: 60px;
                            font-size: 14px;
                        }

                .nik-side-cart .nik-menu-inner .nik-menu-content ul li:hover > a {
                    color: #555;
                }

                .nik-side-cart .nik-menu-inner .nik-menu-content ul li:hover > span.menu-toggle:before {
                    color: #555;
                }

        .nik-side-cart .nik-menu-inner .nik-social li {
            display: inline-block;
            margin: 0 10px 0px 0;
            line-height: 40px;
            padding: 0;
        }

            .nik-side-cart .nik-menu-inner .nik-social li a {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                color: #ffffff;
                background: #555;
                font-size: 16px;
                padding: 0;
                line-height: 40px;
                width: 40px;
                height: 40px;
                border-radius: 100%;
                text-align: center;
                border: none;
                z-index: 1;
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
            }

                .nik-side-cart .nik-menu-inner .nik-social li a:hover {
                    background: #212121;
                    color: #ffffff;
                }

    .nik-menu-content > ul > li .menu-toggle {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 10px;
        width: 24px;
        height: 44px;
        cursor: pointer;
        background-color: transparent;
    }

        .nik-menu-content > ul > li .menu-toggle::before {
            width: 100%;
            content: '\f054';
            font-family: 'Font Awesome 5 Free';
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            color: #444444;
            font-size: 22px;
            font-weight: 900;
            line-height: 22px !important;
        }

    .nik-menu-content > ul > li.active > .menu-toggle::before {
        content: '\f078';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 22px;
        line-height: 22px !important;
    }

    .nik-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
        content: '\f078';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 22px;
        line-height: 22px !important;
    }

    .nik-menu-content > ul > li.active > ul > li.active > ul > li.active > .menu-toggle::before {
        content: '\f078';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 22px;
        line-height: 22px !important;
    }

    .nik-menu-content > ul > li.active > ul > li.active > ul > li.active > ul > li.active > .menu-toggle::before {
        content: '\f078';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 22px;
        line-height: 22px !important;
    }

    .nik-side-cart.nik-mobile-menu {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 340px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .nik-side-cart.nik-mobile-menu.nik-open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .nik-side-cart.nik-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .nik-side-cart.nik-cart .nik-cart-inner .nik-cart-title {
        margin-bottom: 30px;
        padding: 0;
    }

        .nik-side-cart.nik-cart .nik-cart-inner .nik-cart-title .cart_title {
            font-size: 20px;
        }

    .nik-side-cart.nik-wishlist .nik-cart-inner .nik-cart-title {
        margin-bottom: 30px;
        padding: 0;
    }

        .nik-side-cart.nik-wishlist .nik-cart-inner .nik-cart-title .cart_title {
            font-size: 20px;
        }


    /*---------------------------------------------------------------------------------
        Responsive
    -----------------------------------------------------------------------------------*/
    /*-----  Responsive Media Quary  -----*/

    @media only screen and (max-width: 767px) {

        .nik-side-cart .nik-cart-inner .nik-cart-bottom .cart_btn a {
            padding: 10px;
            line-height: 20px;
            font-size: 13px;
        }

        .nik-side-cart .nik-cart-inner .nik-cart-title .cart_title {
            font-size: 18px;
        }

        .nik-side-cart .nik-menu-title .menu_title {
            font-size: 18px;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
            width: 250px;
        }
    }

    @media only screen and (max-width: 575px) {

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li a {
            padding: 7px 0px;
            font-size: 16px;
            width: 250px;
        }

        .nik-side-cart .nik-menu-inner .nik-menu-content ul li .sub-menu li a {
            font-size: 15px;
        }

        .nik-side-cart .nik-cart-inner .nik-cart-title {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
        }
    }

    /* Tabs panel */

    /* Default mode */
    #nik-side-cart .tabbable-line > .nav-tabs {
        border-bottom: 2px solid #7f7f7f !important;
        display: flex !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        #nik-side-cart .tabbable-line > .nav-tabs > li {
            margin-right: 2px !important;
            width: unset !important;
            height: unset !important;
            min-width: unset !important;
            padding: 8px 15px !important;
            border: 0 !important;
            margin-bottom: 0px !important;
        }

            #nik-side-cart .tabbable-line > .nav-tabs > li > a {
                border: 0 !important;
                margin-right: 0 !important;
                font-size: 14px !important;
                color: #919191 !important;
                font-weight: 600 !important;
                border: 0 !important;
            }

                #nik-side-cart .tabbable-line > .nav-tabs > li > a > i {
                    color: #a6a6a6 !important;
                }

            #nik-side-cart .tabbable-line > .nav-tabs > li.open, #nik-side-cart .tabbable-line > .nav-tabs > li:hover {
            }

                #nik-side-cart .tabbable-line > .nav-tabs > li.open > a, #nik-side-cart .tabbable-line > .nav-tabs > li:hover > a {
                    border: 0 !important;
                    background: none !important;
                    color: #333333 !important;
                }

                    #nik-side-cart .tabbable-line > .nav-tabs > li.open > a > i, #nik-side-cart .tabbable-line > .nav-tabs > li:hover > a > i {
                        color: #a6a6a6 !important;
                    }

                #nik-side-cart .tabbable-line > .nav-tabs > li.open .dropdown-menu, #nik-side-cart .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                    margin-top: 0px !important;
                }

            #nik-side-cart .tabbable-line > .nav-tabs > li.active {
                position: relative !important;
                background: #333;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                #nik-side-cart .tabbable-line > .nav-tabs > li.active > a {
                    border: 0 !important;
                    color: #fff !important;
                    background: #333333;
                }

                    #nik-side-cart .tabbable-line > .nav-tabs > li.active > a > i {
                        color: #404040 !important;
                    }

    #nik-side-cart .tabbable-line > .tab-content {
        background-color: #fff !important;
        border: 0 !important;
        border-top: 0px solid #eee !important;
        padding: 0 0 15px 0 !important;
    }

    #nik-side-cart .portlet .tabbable-line > .tab-content {
        padding-bottom: 0 !important;
    }

    header {
        height: 136px;
        position: fixed;
        top: 0;
        transition: top 0.2s ease-in-out;
        width: 100%;
        z-index: 999;
    }

    .headerMoveDown {
        top: -136px;
    }

    @media (max-width: 991px) {

        body {
            font-family: 'BrownStd';
            font-size: 14px;
            color: #333;
            margin-top: 0px;
            padding-top: 115px;
        }

        header {
            height: 115px;
            position: fixed;
            top: 0;
            transition: top 0.2s ease-in-out;
            width: 100%;
            z-index: 999;
        }

        .headerMoveDown {
            top: -115px;
        }
    }

    .UpdateCartPopupItemValue {
        display: flex;
        align-items: center;
        line-height: 1px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        box-shadow: none !important;
    }

    .UpdateFavPopupItemValue {
        display: flex;
        align-items: center;
        line-height: 1px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {

        .qty {
            margin-bottom: -2px;
            display: flex;
            width: 100%;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        }

            .qty .qty-hd {
                display: inline;
                margin-bottom: 0px;
                margin-right: 10px;
            }

            .qty .qty-value {
                display: inline-block;
                margin-bottom: 5px;
                margin-right: 10px;
            }
    }


    .dropdown-menu > li.kopie > a {
        padding-left: 5px;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu > a:after {
            /*border-color: transparent transparent transparent #333;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      content: " ";
      display: block;
      float: right;  
      height: 0;     
      margin-right: -10px;
      margin-top: 5px;
      width: 0;
      border: 0;
      */
            content: '\f105';
            font-family: 'Font Awesome\ 5 Free';
            font-size: 15px;
            color: #8f8f8f;
            position: absolute;
            top: 9px;
            right: 20px;
            font-weight: 900;
            border: 0;
            margin: 0;
            display: unset;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #555;
        }

    .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
        text-decoration: none;
        background-color: #2e292a;
        color: #fff !important;
    }

    @media (max-width: 767px) {

        .navbar-nav {
            display: inline;
        }

        .navbar-default .navbar-brand {
            display: inline;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-nav .dropdown-menu > li > a {
            color: red;
            background-color: #ccc;
            border-radius: 4px;
            margin-top: 2px;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                background-color: #ccc;
            }

        .navbar-nav .open .dropdown-menu {
            border-bottom: 1px solid white;
            border-radius: 0;
        }

        .dropdown-menu {
            padding-left: 10px;
        }

            .dropdown-menu .dropdown-menu {
                padding-left: 20px;
            }

                .dropdown-menu .dropdown-menu .dropdown-menu {
                    padding-left: 30px;
                }

        li.dropdown.open {
            border: 0px solid red;
        }
    }

    @media (min-width: 768px) {
        ul.nav li:hover > ul.dropdown-menu {
            display: block;
        }

        #navbar {
            text-align: center;
        }
    }

    @media (max-width: 991px) {
        #navbar {
            display: none;
        }
    }

    / Forms /
    .containerbox-form {
        padding: 100px 0 80px;
    }

    .text-green {
        color: green !important;
    }

    span.select2-container--default .select2-selection--single {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .checkpos .multiselect {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        min-height: 60px;
    }

        .checkpos .multiselect::after {
            right: 6px !important;
            position: absolute !important;
            top: 50% !important;
        }

    .multiselect-item input.form-control {
        min-height: 54px;
    }


    span.multiselect-selected-text {
        text-transform: capitalize;
    }


    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 54px !important;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            transform: rotate(45deg) !important;
            -webkit-transform: rotate(45deg) !important;
            border-width: 0px 1.5px 1.5px 0px !important;
            padding: 2.5px;
            display: inline-block !important;
            border-color: #000 !important;
        }

    @media(max-width:991px) {
        .containerbox iframe {
            width: 100%;
        }
    }

    @media(max-width:767px) {
        .containerbox iframe {
            width: 100%;
        }
        /*Modified content 20-01-23*/
        .banner ul li .caption-box h2 {
            font-size: 34px;
			line-height: 40px;
            letter-spacing: -2px;
            /* padding-bottom: 14px; */
            padding-top: 10px;
        }

        .banner .caption-box .container h2 {
            padding-bottom: 10px;
        }

        .our_products .product-imgbox img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        /*Added content 20-01-2023*/
        .banner .owl-carousel .owl-item img, .banner .owl-carousel .owl-item video {
        
            height: 40vh;
        
        }

	.product-item-list ul li img {
	  object-fit: contain;
        }
    }


    @media(max-width:320px) {
        #top-btn-panel {
            display: block;
            margin-left: -10px;
        }
    }

	@media (min-width: 1280px) { #mini-consult { height:80px !important; } }
	@media (min-width: 992px) and (max-width: 1279px) { #mini-consult { height:120px !important; } }
	@media (max-width: 991px) { #mini-consult { height:170px !important; } }



    .titleBox {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        padding: 5px 10px 5px 10px;
        height: auto;
        background: #000;
        z-index: 10;
    }

    .titleBox.right {
        top: initial;
        bottom: 0;
        left: initial;
        right: 0;
    }

    .titleBox::before {
        background: linear-gradient(120deg, #000 57%, transparent 60%);
        display: block;
        height: 31px;
        width: 30px;
        position: absolute;
        content: '';
        right: -20px;
        top: 0;
        z-index: 10;
    }

    .titleBox.right::before {
        background: linear-gradient(290deg, #000 57%, transparent 60%);
        content: '';
        left: -20px;
    }

    .project-detail-imgbox .carousel-item.active {
        border: 1px solid #ddd;
    }

    .titleBoxMd {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        padding: 2px 5px 2px 5px;
        height: auto;
        background: #000;
        z-index: 10;
        font-size: 12px;
    }

    .titleBoxMd::before {
        background: linear-gradient(120deg, #000 57%, transparent 60%);
        display: block;
        height: 22px;
        width: 20px;
        position: absolute;
        content: '';
        right: -15px;
        top: 0;
        z-index: 10;
    }

    .titleBoxMd.right::before {
        background: linear-gradient(290deg, #000 57%, transparent 60%);
        content: '';
        left: -15px;
    }

    .titleBoxSm {
        position: absolute;
        left: 5px;
        top: 5px;
        color: #fff;
        padding: 2px 2px;
        height: auto;
        background: #000;
        z-index: 10;
        font-size: 6px;
    }

    .titleBoxSm::before {
        background: linear-gradient(120deg, #000 57%, transparent 60%);
        display: block;
        height: 13px;
        width: 10px;
        position: absolute;
        content: '';
        right: -10px;
        top: 0;
        z-index: 10;
    }

    .titleBoxSm.right::before {
        background: linear-gradient(290deg, #000 57%, transparent 60%);
        content: '';
        left: -10px;
    }

    .titleBoxSl {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #fff;
        padding: 2px 2px;
        height: auto;
        background: #000;
        z-index: 10;
        font-size: 6px;
        line-height: 8px;
    }

    .titleBoxSl::before {
        background: linear-gradient(120deg, #000 57%, transparent 60%);
        display: block;
        height: 12px;
        width: 10px;
        position: absolute;
        content: '';
        right: -10px;
        top: 0;
        z-index: 10;
    }

    .titleBoxSl.right::before {
        background: linear-gradient(290deg, #000 57%, transparent 60%);
        content: '';
        left: -10px;
    }
