
/* CSS Document */

@import url(../fonts/iconsmind/iconsmind.css);
@import url(../fonts/FuturaStd-Light.eot/style.css);
@import url("../fonts/Pluto/stylesheet.css");
@import url("../fonts/rupeeforadian/styles.css");

body {
    font-family: FuturaStd-Light;
}

body.newdesign{background: url("../images/bg-img.png") no-repeat 0 0;}


.layout-sidebar-large .main-header {
    top:0px;
    height: 72px;
}

    .layout-sidebar-large .main-header .logo {
        width: 180px;
    }

        .layout-sidebar-large .main-header .logo img {
            width: 150px;
            margin: 0 auto;
            display: block;
        }

.logo-decowood {
    position: absolute;
    left: 15px;
    top: 15px;
}
.page-item.active .page-link{ background:#333; border:1px solid #333;}

.logo-greenlamb {
    position: absolute;
    right: 15px;
    top: 15px;
}

.custom-css-for-nav {
    font-family: FuturaStd-Light;
    font-weight: 400;
    color: #808285;
    font-size: 13px;
}
.textRight{ text-align:right;}

.navbar-expand-md .custom-css-for-nav .nav-link {
    color: #808285;
    padding: 0 8px;
    line-height: 34px;
}

.w100 {
    max-width: 116px;
}

.navbar-expand-md .custom-css-for-nav .nav-item.active .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #818284;    
    padding: 0 25px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
        color: #000;
    }

.navbar-expand-lg .navbar-nav .nav-item.bgnone .nav-link {
    background: none;
}

.dis-inline {
    display: inline-block !important;
    padding-right: 15px; margin-bottom: 0px;
}

.forgot, .forgot a {
    color: rgba(241, 91, 49, 1);
}

.main-container {
    padding: 115px 0 50px 0;
}

.main-container2 {
    padding: 100px 0 50px 0;
}

.login-area {
    background: rgba(242, 242, 242, 1)
}

.order-tracking {
    text-align: center;
    padding: 40px 0 15px;
    color: #808285;
    min-height: 180px;
    font-family: FuturaStd-Light;
    font-weight: normal;
}

.title-order {
    font-weight: bold;
}

.convenience-of-booking {
    background: #fcba62;
    -webkit-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
}

.convenience-of-booking1 {
    background: #fff;
    -webkit-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
}

.cost-saving {
    background: #fff;
    -webkit-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
    box-shadow: inset 14px 0px 32px 0px rgba(0,0,0,0.21);
}

.login-box {
    max-width: 600px;
    margin: 0 auto;
}

.login-area-input {
    width: 100%;
    position: relative;
    line-height: 34px;
    height: 34px;
    background: rgb(255,255,255);
    border: 1px solid rgba(219, 218, 217, 1);
    padding: 0 15px 0 40px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(86, 86, 89, 1);
}

.user-icon {
    background: url("../images/icon/user-icon.png") no-repeat 0 0;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 7px;
}

.password-icon {
    background: url("../images/icon/password.png") no-repeat 0 0;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 7px;
}

.loginbtn {
    background: rgba(241, 91, 49, 1);
   
    border: 0px;
    padding: 5px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    height: 38px;
    width: 100%;
    text-transform: uppercase;
}

.option-btn {
    background: rgb(235,235,236);
    background: linear-gradient(180deg, rgba(67,188,180,1) 0%, rgba(57,138,132,1) 100%);
    border: 0px;
    border-bottom: 3px solid #125450;
    min-width: 300px;
    padding: 15px 44px;
    margin: 0 10px;
    color: #a0d9d5;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}


    .option-btn:hover {
        color: #fff;
    }

.submenu input[type="checkbox"] {
    margin-right: 5px;
}

.breadcrumb {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #32291e;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb a {
        color: #32291e;
    }

.product_content {
    min-height: 800px;
    padding-top: 90px;
}

.green_theme .prod_category_thumb {
    border-bottom: 1px solid #aad18f;
}

.prod_category_thumb {
    text-align: center;
    background: #f7f7f7;
    margin: 2px 0 0 0;
    width: 100%;
}

    .prod_category_thumb ul {
        display: inline-block;
    }

        .prod_category_thumb ul li {
            display: inline-block;
            font-size: 18px;
            line-height: 20px;
            color: #000000;
        }

            .prod_category_thumb ul li:first-child a {
                border-left: 2px solid #fff;
            }

            .prod_category_thumb ul li a.active {
                color: #f05a30;
                border-left: 1px solid #f05a30;
                border-right: 1px solid #f05a30;
            }

            .prod_category_thumb ul li a.active {
                background: #fff;
                margin-left: -6px;
                position: relative;
            }

            .prod_category_thumb ul li a {
                display: inline-block;
                text-decoration: none;
                padding: 20px;
                min-width: 190px;
                border-right: 2px solid #fff;
                color: #32291e;
            }

                .prod_category_thumb ul li a.active::before {
                    background: #f05a30;
                }

                .prod_category_thumb ul li a.active::before {
                    width: 100%;
                    height: 4px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                }

                .prod_category_thumb ul li a.active::after {
                    width: 100%;
                    height: 1px;
                    background: #fff;
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    content: "";
                }

                .prod_category_thumb ul li a.active {
                    color: #f05a30;
                }

.prod_category {
    padding: 15px 0 35px 0;
}

    .prod_category .sticky {
        position: static;
    }

.filter_box {
    max-height: 400px;
}

.filter_box {
    display: block ;
}

.filter_box {
    background: #f7f7f7;
    padding: 20px 0;
    max-height: 570px;
    overflow: auto;
}

    .filter_box .clear_filter {
        background: #fcba62;
    }

    .filter_box .clear_filter {
        display: block;
        font-size: 17px;
        line-height: 42px;
        color: #ffffff;
        text-align: center;
        margin: 0 15px 15px;
    }

    .filter_box .filter_nav {
        width: 100%;
        float: left;
        display: block;
        border-top: 1px solid #eaeaea;
        padding-left: 16px;
    }

        .filter_box .filter_nav li {
            width: 100%;
            float: left;
            display: block;
            font-size: 15px;
            line-height: 18px;
            color: #2b241b;
            border-bottom: 1px solid #eaeaea;
        }

            .filter_box .filter_nav li a {
                display: block;
                text-decoration: none;
                padding: 15px;
                color: #2b241b;
                position: relative;
                outline: none;
            }

.submenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .submenu li {
        padding-left: 0px;
        list-style-type: none !important;
    }

.filter_box .filter_nav > li > a.submenu-indicator-minus::after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.submenu-indicator {
    display: none;
}

.filter_box .filter_nav > li > a::after {
    content: "+";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 28px;
    line-height: 30px;
    color: #2b241b;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.filter_box .filter_nav li ul {
    border: none;
    width: 100%;
    padding: 0 0 10px;
    float: left;
    display: none;
}

    .filter_box .filter_nav li ul li {
        font-size: 13px;
        line-height: 15px;
        color: #878787;
        border: none;
        position: relative;
    }

        .filter_box .filter_nav li ul li a {
            color: #878787;
            padding: 5px 15px;
            padding: 5px 2px;
            max-width: 187px;
        }

        .filter_box .filter_nav li ul li ul {
            display: none;
            padding: 0 10px;
        }

            .filter_box .filter_nav li ul li ul li {
                font-size: 12px;
                position: relative;
                list-style: circle;
                margin: 0 0 0 10px;
                display: list-item;
            }

.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu {
    width: 100%;
    display: none;
    position: static;
}

jquery-accordion-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 13px;
    background: #414956;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
}


.prod_adbox {
    background: #aad18f;
}

.prod_adbox {
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto 35px;
    width: 100%;
}

#filtered_prdts > div {
    padding: 0;
}

.fixed-title {
    top: 146px;
    width: 870px;
}

.fixed-title {
    position: fixed;
    z-index: 1000;
    padding: 0;
}

.prod_category_items {
    padding: 0 0 30px;
}

.prod_adbox strong {
    display: block;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.prod_category_items ul {
    margin: 0 -15px;
}

    .prod_category_items ul li .prod_item:hover {
        background: #fff;
        -moz-box-shadow: 0 0 6px #ccc;
        -webkit-box-shadow: 0 0 6px #ccc;
        box-shadow: 0 0 6px #ccc;
    }

    .prod_category_items ul li .prod_item {
        background: #f7f7f7;
        padding: 15px;
        text-align: center;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        position: relative;
        min-height: 410px;
        overflow: hidden;
    }

    .prod_category_items ul li {
        padding-bottom: 35px;
        list-style-type: none;
    }

        .prod_category_items ul li.subcategory .prod_item {
            background: #aad18f;
        }

        .prod_category_items ul li .prod_item {
            background: #f7f7f7;
            padding: 15px;
            text-align: center;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
            position: relative;
            min-height: 410px;
            overflow: hidden;
        }


        .prod_category_items ul li.subcategory .prod_subtitle {
            font-size: 18px;
            line-height: 24px;
            color: #2b241b;
            border: none;
            margin: 100% 0 0 0;
            padding: 0;
        }

.green_theme .prod_category_items ul li .prod_subtitle {
    color: #f05a30;
}

.prod_category_items ul li .prod_subtitle {
    display: block;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
   
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.prod_category_items ul li .prod_item {
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    min-height: 410px;
    overflow: hidden;
}

a {
    color: rgba(241, 91, 49, 1);
    text-decoration: none;
}

a {
    background-color: transparent;
}

.prod_category_items ul li .prod_title {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #2b241b;
    margin: 30px 0 5px 0;
    max-height: 37px;
    overflow: hidden;
}
.prod_category_items ul li .prod_title2 {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #2b241b;
    margin: 5px 0 5px 0;
    max-height: 37px;
    overflow: hidden;
}

.prod_category_items ul li .prod_subtitle {
    color: #f05a30;
}

.prod_category_items ul li .add_compare {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    color: #32291e;
    border-top: 1px solid #e3e2e1;
    width: 83%;
    display: block;
    padding-top: 8px;
    position:absolute;
    bottom: 11px;
}

.prod_category_items ul li .favourite {
    background: url("../images/sprite.png") no-repeat -344px -33px;
}

.prod_category_items ul li .favourite {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
    text-decoration: none;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

.prod_category_items ul li .prod_item:hover .favourite {
    opacity: 1;
}


.prod_detail_top {
    padding: 45px 0;
}

.prod_detail_txt {
    font-family: FuturaStd-Light;
}

    .prod_detail_txt .head_title {
        font-size: 24px;
        line-height: 26px;
        color: #000000;
        text-transform: uppercase;
        padding: 0 0 30px;
    }


    .prod_detail_txt .head_subtitle {
        color: #a3d7de;
    }

    .prod_detail_txt .head_subtitle {
        display: block;
        font-size: 14px;
        line-height: 16px;
        padding: 5px 0 0 0;
    }

    .prod_detail_txt .size_available {
        padding: 0 0 20px;
    }

        .prod_detail_txt .size_available strong {
            display: block;
            font-size: 14px;
            line-height: 16px;
            color: #666666;
            font-weight: bold;
            text-transform: uppercase;
            padding: 0 0 8px;
        }

        .prod_detail_txt .size_available span {
            display: block;
            font-size: 14px;
            line-height: 16px;
            color: #a4a4a4;
            padding: 0 0 4px;
        }

            .prod_detail_txt .size_available span b {
                color: #666666;
            }

    .prod_detail_txt .pattern_available {
        padding: 0 0 40px;
    }

        .prod_detail_txt .pattern_available strong {
            display: block;
            font-size: 14px;
            line-height: 16px;
            color: #666666;
            font-weight: bold;
            text-transform: uppercase;
            padding: 0 0 10px;
        }

        .prod_detail_txt .pattern_available .vert_patt, .prod_detail_txt .pattern_available .hori_patt {
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            line-height: 16px;
            color: #666666;
            margin-right: 20px;
        }

            .prod_detail_txt .pattern_available .vert_patt span {
                display: inline-block;
                float: left;
                width: 32px;
                height: 32px;
                background: url(../images/sprite.png) no-repeat -127px -28px;
                margin: 0 5px 0 0;
            }

    .prod_detail_txt .button_box {
        padding: 0 0 30px;
    }

        .prod_detail_txt .button_box .pink_but:hover {
            background: #e0f9fc;
        }

        .prod_detail_txt .button_box .pink_but {
            border: 2px solid #a3d7de;
            color: #a3d7de;
        }

        .prod_detail_txt .button_box .pink_but {
            font-size: 14px;
            line-height: 20px;
            padding: 12px 0;
            text-decoration: none;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
        }

        .prod_detail_txt .button_box .add_fav_but {
            width: 70%;
            float: left;
            margin: 0 1% 10px 0;
            text-align: center;
        }

            .prod_detail_txt .button_box .add_fav_but span {
                background: url(../images/sprite.png) no-repeat -221px -28px;
            }

            .prod_detail_txt .button_box .add_fav_but span {
                width: 18px;
                height: 16px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 12px;
            }

.product_specification {
    padding: 0 0 50px;
    font-family: FuturaStd-Light;
}

    .product_specification th {
        background: #ebebeb;
        padding: 15px 30px;
        font-size: 24px;
        line-height: 26px;
        color: #333333;
        text-transform: uppercase;
    }

    .product_specification .download_pdf {
        float: right;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        padding: 0 35px 0 0;
        background: url(../images/pdf_icon.png) no-repeat right center;
        text-transform: none;
        margin: 3px 0 0 0;
        display: block;
    }

    .product_specification td:first-child {
        border-right: 1px solid #e1e1e1;
    }

    .product_specification td {
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 30px;
        font-size: 14px;
        line-height: 16px;
        color: #a4a4a4;
    }

        .product_specification td span {
            color: #32291e;
        }
.mw250 {
    min-width: 270px !important;
}

footer .copyright {
    font-family: FuturaStd-Light;
    background: #fff;
    padding: 15px 0;
    font-size: 10px;
    line-height: 18px;
    color: #333;
    text-transform: uppercase;
    -moz-box-shadow: 0 -5px 6px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 -5px 6px rgba(0,0,0,0.09);
    box-shadow: 0 -5px 6px rgba(0,0,0,0.09);
}

.fs25 {
    font-size: 25px;
}

.custom-btn {
    background: #aad18f;
    color: #000;
}

.navbar-brand {
    display: none;
}

.selected_prod_box {
    width: auto;
    background: #32291e;
    position: fixed;
    top: 40%;
    right: 0;
    padding: 20px;
    z-index: 9;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    display: none;
}

.select_prod_item {
    width: 110px;
    float: left;
    margin: 0 40px 0 0;
    text-align: center;
}

    .select_prod_item img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto 15px;
    }

    .select_prod_item strong {
        display: block;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
        padding: 0 0 5px;
    }

    .select_prod_item span {
        display: block;
        font-size: 11px;
        line-height: 14px;
        color: #42d1de;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        padding: 0 0 4px;
    }

    .select_prod_item .remove_item {
        font-size: 11px;
        line-height: 14px;
        color: #8b8a89;
        display: inline-block;
        text-decoration: none;
    }

.selected_prod_box .compare_but {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    color: #f3f3f3;
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0 0 0;
}

.selected_prod_box .close_box {
    width: 18px;
    height: 18px;
    border: 1px solid #f7f7f7;
    font-size: 12px;
    line-height: 18px;
    color: #f7f7f7;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.selected_prod_box .sel_prod_showhide {
    opacity: 0;
}

.product_compare {
    overflow-x: auto;
    margin: 50px 0;
}

    .product_compare .height1 {
        padding-top: 0;
        border-bottom: none;
    }

    .product_compare .headline {
        padding: 0;
    }

    .product_compare th {
        text-align: left;
        padding-left: 20px;
        border-right: 1px solid #e1e1e1;
    }

    .product_compare th, .product_compare td {
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        padding: 20px 10px;
        font-size: 14px;
        line-height: 16px;
        color: #a4a4a4;
        text-align: center;
        vertical-align: top;
    }

    .product_compare .height1 {
        padding-top: 0;
        border-bottom: none;
    }

    .product_compare th, .product_compare td {
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        padding: 20px 10px;
        font-size: 14px;
        line-height: 16px;
        color: #a4a4a4;
        text-align: center;
        vertical-align: top;
    }

    .product_compare .bg_color2 {
        background: #fcfcfc;
    }

    .product_compare .head b {
        font-size: 18px;
    }

    .product_compare td b {
        color: #32291e;
    }

    .product_compare h2 {
        height: 310px;
        background: #fcfcfc;
        margin: 0 30px 30px 0;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
        text-transform: uppercase;
        padding: 38% 0 0 14%;
    }

    .product_compare .prod_item {
        background: #f7f7f7;
        padding: 18px;
        text-align: center;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        position: relative;
        max-width: 200px;
        margin: 0 auto;
    }

        .product_compare .prod_item .closeitem {
            float: right;
            margin: -5px 0 10px;
            color: #000;
            font-size: 18px;
            display: none;
        }


.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

    #custCarousel .carousel-indicators > li {
        width: 87px;
        height: 177px;
        overflow: hidden;
        line-height: 20px;
        font-size: 12px;
    }

    #custCarousel .carousel-indicators li img { height:115px;
        display: block;
        opacity: 0.5
    }

    #custCarousel .carousel-indicators li.active img {
        opacity: 1
    }

    #custCarousel .carousel-indicators li:hover img {
        opacity: 0.75
    }

.carousel-item img {
    width: 100%
}

.add_control {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/opacity_bg.png") repeat;
    padding: 10px 15px;
}

    .add_control .fancybox span.fs {
        background: url(../images/sprite.png) no-repeat -202px -70px;
        height: 22px;
    }

    .add_control .fancybox span {
        width: 18px;
        height: 18px;
        background: url(../images/sprite.png) no-repeat -55px -28px;
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
    }

    .add_control .fancybox {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        line-height: 18px;
        color: #2b241b;
        margin: 0 10px 0 0;
    }


.list-inline-item a img {
    width: 100%;
    height: auto;
    display: block;
}

#custCarousel .carousel-indicators > li.active .imgbx1:after {
    width: 100%;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #000;
    content: "";
    z-index: 99;
}



.add_button_box .download_link {
    width: 31px;
    height: 29px;
    background: url(../images/sprite.png) no-repeat 0 -67px;
}

.add_button_box a {
    display: inline-block;
    text-decoration: none;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.add_button_box .print_link {
    width: 29px;
    height: 30px;
    background: url(../images/sprite.png) no-repeat -36px -67px;
}

.add_button_box .email_link {
    width: 28px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat -70px -67px;
}

.add_button_box .call_link {
    width: 26px;
    height: 26px;
    background: url(../images/sprite.png) no-repeat -103px -67px;
}

.pattern_available .hori_patt span {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(../images/sprite.png) no-repeat -163px -28px;
    margin: 0 5px 0 0;
}


.filter-item {
    padding: 15px 0 0;
}

    .filter-item ul {
        margin: 0px;
        padding: 0px;
    }

        .filter-item ul li {
            list-style-type: none;
            display: inline-block;
        }

            .filter-item ul li a {
                color: #333;
                padding-right: 15px;
            }

.filter-search {
    padding: 5px 15px;
}

.sub-title {
    font-size: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 19px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    background: none;
    text-transform: uppercase;
    padding-right: 26px;
}

/*29-10-20*/


.user-detals {
    padding-right: 15px;
}

.user-icon-box {
    background: #f4f4f3;
    padding: 9px;
    border-radius: 100%;
    display: inline-block;
}

    .user-icon-box::after {
        border: 0px;
    }

.user-detals .dropdown-menu {
    background: #f4f4f3;
}

.ftitle {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0 15px;
    font-weight: 700;
}

ul.social li {
    float: left;
    display: block;
    padding: 0 12px 0 0;
}

    ul.social li:last-child {
        padding: 0;
    }

    ul.social li a {
        display: block;
        text-decoration: none;
        width: 30px;
        height: 30px;
        text-align: center;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    ul.social li .fb_icon {
        width: 12px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat -76px 0;
        display: inline-block;
    }

        ul.social li .fb_icon:hover {
            background: url(../images/sprite.png) no-repeat -92px 0;
        }

    ul.social li .tweet_icon {
        width: 24px;
        height: 22px;
        background: url(../images/sprite.png) no-repeat -108px 0;
        display: inline-block;
    }

        ul.social li .tweet_icon:hover {
            background: url(../images/sprite.png) no-repeat -136px 0;
        }

    ul.social li .youtube_icon {
        width: 20px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat -164px 0;
        display: inline-block;
    }

        ul.social li .youtube_icon:hover {
            background: url(../images/sprite.png) no-repeat -188px 0;
        }

    ul.social li .gplus_icon {
        width: 33px;
        height: 20px;
        background: url(../images/sprite.png) no-repeat -212px 0;
        display: inline-block;
    }

        ul.social li .gplus_icon:hover {
            background: url(../images/sprite.png) no-repeat -249px 0;
        }

    ul.social li .instagram_icon {
        width: 22px;
        height: 22px;
        background: url(../images/sprite.png) no-repeat -286px 0;
        display: inline-block;
    }

        ul.social li .instagram_icon:hover {
            background: url(../images/sprite.png) no-repeat -312px 0;
        }

    ul.social li .linkdin {
        width: 21px;
        height: 21px;
        background: url(../images/sprite.png) no-repeat -316px -75px;
        display: inline-block;
    }

        ul.social li .linkdin:hover {
            background: url(../images/sprite.png) no-repeat -346px -75px;
        }


    

.pb15 {
    padding-bottom: 15px;
}
.lightgreen {
    background: #fcba62 !important;
}

.newColor {
    background: #939598 !important;
}

.darkgreen {
    background: #fcba62 !important;
}

.lightpink {
    background: #fcba62 !important;
}

.lightblue {
    background: #fcba62 !important;
}


.prod_category_thumb ul li a#acat_157.active {
    color: #72BF44;
    border-left: 1px solid #f05a30;
    border-right: 1px solid #f05a30;
}

    .prod_category_thumb ul li a#acat_157.active::before {
        background: #f05a30;
    }

.prod_category_thumb ul li a#acat_157.active {
    color: #f05a30;
}

.prod_category_thumb ul li a#acat_158.active {
    color: #f05a30;
    border-left: 1px solid #f05a30;
    border-right: 1px solid #f05a30;
}

    .prod_category_thumb ul li a#acat_158.active::before {
        background: #f05a30;
    }

.prod_category_thumb ul li a#acat_158.active {
    color: #f05a30;
}

.prod_category_thumb ul li a#acat_159.active {
    color: #f05a30;
    border-left: 1px solid #f05a30;
    border-right: 1px solid #f05a30;
}

    .prod_category_thumb ul li a#acat_159.active::before {
        background: #f05a30;
    }

.prod_category_thumb ul li a#acat_159.active {
    color: #f05a30;
}



.downloadbtn { background:#a9a9a9;
    padding: 10px 15px;  margin: 0 auto;  color: #fff;  font-size: 20px;  font-weight: bold;  border-radius: 5px;  cursor: pointer;  display:inline-block; margin-bottom:10px;}

.btn3 {
    border: 0px;
    border: 1px solid #ef4123;
    padding: 10px;
    color: #ef4123;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    border-radius: 0px;
    max-width: 114px;
    margin: 0 auto 15px;
}
.btnicon {
    background: #a9a9a9;
    padding: 0 5px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

.dropdown-toggle:after {
    right: -25px !important;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

.dropdown-toggle {
   color:#333;
}

.cartquantity {
    color:#000 !important; font-weight:bold; font-size:14px;
}
.newuser{ text-align: center;}

.newuser a {
    color: #888888; font-size: 12px; 
}

.newuser a:hover {
    color: #25928c;
    text-decoration: underline;
}

.book-a-appointment {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.main-header2 {
    background: #fff;
    padding: 15px 0;
}

.search-bg {
    background: #f4f4f3;
    padding: 16px 20px;
}

.searchbox {
    width: 56%;
    float: left;
    display: block;
    background: #fff;
    padding: 6px 0;
    margin: 0 4% 0 0;
}

    .searchbox .searchbut {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat 0 0;
        border: none;
        cursor: pointer;
        margin: 0 8px;
        vertical-align: middle;
        float: right;
    }

    .searchbox .textbox {
        width: 75%;
        display: inline-block;
        background: none;
        border: none;
        outline: none;
        padding: 0 0 0 15px;
        font-size: 14px;
        color: #999999;
    }

.tollfree {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    max-width: 170px;
    width: 40%;
}

    .tollfree .icon {
        width: 24px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat -48px 0;
        display: inline-block;
        float: left;
        margin: 6px 10px 0 0;
    }

    .tollfree strong {
        display: block;
        font-size: 14px;
    }

.header_fixed {
    display: none !important;
}

    .header_fixed.active {
        display: flex !important;
    }

.filter_nav > li > a.active:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user-detals {
    padding-top: 15px;
}

    .user-detals a {
        color: #333;
    }



.top16 {
    top: 16px !important;
}

.fixed123 {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.filter_nav > li > a.active:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more {
    float: right;
    display: block;
    padding: 10px 15px;
    margin: 15px 15px 0;
    background: #939598;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}


#btnloadMore {
    border: 0px;
    border: 1px solid #ef4123;
    padding: 10px;
    color: #ef4123;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    border-radius: 0px;
}

.seles-login-title {
    font-size: 22px;
    padding-bottom: 15px;
}

.seles-login-title2 {
    font-size: 30px;
    padding-bottom: 25px;
    text-align: center;
}

.radio-primary input:checked ~ .checkmark {
    background-color: #333;
}

.fixddropdown {
    right: 0px;
    left: auto;
}

.doroli {
    position: relative;
}

.custom-css-for-nav li.nav-item {
    line-height: 50px;
}

.lh20 {
    line-height: 20px;
}
.main-block {
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    max-width: 475px;
    width: 100%;
    margin: 40px 0;
}
.green-check {
    background: url(../images/thank-you.png) center no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: top;
    width: 100%;
    min-height: 218px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #5b7bae;
}
    .green-check img {
        max-width: 90px;
        margin-top: 58px;
    }

.mobiledorpdown {
    position: static !important;
    width: 100%;
    background: #000;
    transform: translate3d(0px, 0px, 0px) !important;
    margin-bottom:15px;
}
#navbarDropdown13:after {
    right: 48px !important;
}
    .thank-pd {
    padding: 25px 20px;
    margin-top: 55px;
}

.loginbtn2 {
    background: rgb(235,235,236);
    background: linear-gradient(180deg, rgba(67,188,180,1) 0%, rgba(57,138,132,1) 100%);
    border: 0px;
    border-bottom: 3px solid #125450;
    display: inline-block;
    min-width: 300px;
    padding: 15px 0;
    margin: 0 auto;
    color: #a0d9d5!important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.img-box {
    position: relative;
}

.sold-img {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.7);
    text-transform: uppercase;
    padding-top: 105px;
    max-width: 165px;
}

.noofitem {
    font-size: 10px;
    background: #aad18f;
    color: #333;
    padding: 2px;
    border-radius: 100%;
    width: 24px;
    height: 21px;
    display: inline-block;
    top: -9px;
    text-align: center;
    line-height: 18px;
}
.prod_category .mob_filter {
    display: none;
    padding: 10px 15px;
    margin: 0;
    background: #dbdbdb;
    font-size: 16px;
    line-height: 18px;
    color: #2b241b;
    outline: none;
    position: relative;
    text-decoration: none;
}

    .prod_category .mob_filter:after {
        content: "+";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        line-height: 18px;
        color: #2b241b;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .prod_category .mob_filter.active:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.mobile_thumb_txt {
    display: none;
}
.humbergmenu {
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 20px 0 0;
    position: fixed;
    right: 16px;
    top: 10px;

    z-index: 99999999;
}

    .humbergmenu > div {
        height: 1.65em;
        width: 1.65em;
    }

        .humbergmenu > div > div {
            background-color: #2a231a;
            height: 3px;
            margin: 0 0 7px;
            transition-delay: 0s, 0s, 0s, 0s;
            transition-duration: 0.3s;
            width: 100%;
        }

.sliding_menu.menuopen {
    opacity: 1;
    height: 100%;
    padding: 20px;
}

.sliding_menu {
    width: 100%;
    height: 0%;
    position: fixed;
    top: 0;
    right: 0%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    padding: 0px;
    overflow-y: auto;
}

    .sliding_menu nav {
        padding-top: 70px;
    }

    .sliding_menu.menuopen .animation_effect {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .sliding_menu .searchbox.animation_effect {
        transition-delay: 600ms, 600ms;
    }

    .sliding_menu .searchbox {
        width: 100%;
        background: #fff;
        padding: 6px 0;
        margin: 20px 0;
    }

.animation_effect {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1) translateY(-24px);
    transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    transition-delay: 0s, 0s, 0s;
}

.sliding_menu .tollfree.animation_effect {
    transition-delay: 650ms, 650ms;
}

.sliding_menu .tollfree {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 0 0 20px;
}

    .sliding_menu .tollfree a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

.sliding_menu .social_icons.animation_effect {
    transition-delay: 750ms, 750ms;
}

.sliding_menu .social_icons {
    padding: 0 0 20px;
}

    .sliding_menu .social_icons ul li {
        float: left;
        display: block;
        padding: 0 20px 0 0;
    }

        .sliding_menu .social_icons ul li a {
            display: block;
            text-decoration: none;
            width: 30px;
            height: 30px;
            text-align: center;
        }

.sliding_menu nav ul li {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}

.sliding_menu.menuopen .animation_effect {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.sliding_menu nav ul li:nth-child(1) > a {
    transition-delay: 250ms, 250ms;
}

.sliding_menu nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

.sliding_menu nav ul li ul {
    width: 100%;
    display: none;
}

.humbergmenu.open > div > div:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    background-color: #000;
}

.humbergmenu.open > div > div:nth-child(2) {
    visibility: hidden;
}

.humbergmenu.open > div > div:nth-child(3) {
    transform: translateY(-11px) rotate(-50deg);
    width: 100%;
    background-color: #000;
}

.textRight {
    text-align: right;
}
#toTop {
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 9999;
}
.search_fx {
    float: right;
    position: relative;
    margin: 9px 0 0 0px;
    padding: 5px 15px 5px 12px;
    border-left: 1px solid #32291e;
}

    .search_fx .searchbut_icon {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat 0 0;
        text-decoration: none;
        font-size: 0;
    }

    .search_fx.searchopen .searchbut_icon {
        background: url(../images/sprite.png) no-repeat 0 -28px;
    }

    .search_fx .searchbox {
        position: absolute;
        width: 250px;
        white-space: nowrap;
        top: 63px;
        right: 0;
        border: 1px solid #32291e;
        padding: 10px;
        display: none;
        z-index: 999999;
    }

.w250 {
    width: 250px;
}

.pt9 {
    padding-top: 9px;
    display: block;
}

.search_page {   
    padding: 20px;  
    line-height: 26px;
    color: #333333;
    text-transform: uppercase;
}
.sidefixed {
    position: fixed;
    right: 0px;
    top: 50%;
    display:none;
}
#dvpromotionalOffer #dvPromotionalOfferDropdown {
    display: none !important;

}
.loading-spinner {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 1;
    position: relative;
    height: 100vh;
}
    .loading-spinner.-paused {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        opacity: 0.2;
        transition: opacity linear 0.1s;
    }

    .loading-spinner::before {
        -webkit-animation: 1.5s linear infinite spinner;
        animation: 1.5s linear infinite spinner;
        -webkit-animation-play-state: inherit;
        animation-play-state: inherit;
        border: solid 3px #dedede;
        border-bottom-color: #018f68;
        border-radius: 50%;
        content: "";
        height: 40px;
        left: 50%;
        opacity: inherit;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 40px;
        will-change: transform;
    }
.light-bg {
    background: rgba(0,0,0,0.5);
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}




.mobile_signin {
    position: fixed;
    top: 5px;
    right: 45px;
    z-index: 9999;
    display: none;
}

    .mobile_signin .loginbox {
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        position: relative;
    }

        .mobile_signin .loginbox .login_icon {
            outline: none;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            color: #666666;
        }

            .mobile_signin .loginbox .login_icon .icon {
                display: inline-block;
                padding: 10px;
                border-radius: 50%;
                background: rgba(0,0,0,0.1);
                position: relative;
            }


.manage{ padding:5px;}
.manage ul{ margin-top:0px; margin-bottom:5px; background:#f1f1f1;
}

    .manage ul li {
        line-height: 28px; list-style-type:none; 
    }

    .mb-10{ margin-bottom:10px;}
.ml10{ margin-left:-17px; color:#fff !important;}

.loginbox .login_icon .icon:after {
    width: 22px;
    height: 20px;
    background: url(../images/user_icon.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    content: "";
}

.mobile_signin .login_menu {
    background: #f4f4f3;
    width: auto;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    border-radius: 5px 0 5px 5px;
}

    .mobile_signin .login_menu .username {
        font-size: 14px;
        line-height: 18px;
        color: #33291e;
        display: block;
        text-align: center;
        text-transform: uppercase;
        padding: 0 0 10px;
    }

        .mobile_signin .login_menu .username strong {
            display: block;
            font-family: 'plutobold';
        }

    .mobile_signin .login_menu .view_fav_but, .mobile_signin .login_menu .logout_but, .mobile_signin .login_menu .login_but {
        background: #32291e;
        display: block;
        padding: 12px 15px;
        margin: 0 0 3px;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        min-width: 150px;
        text-decoration: none;
    }

    .mobile_signin .login_menu .logout_but {
        background: #c3bbaf;
    }

    .mobile_signin .login_menu .login_but, .mobile_signin .login_menu .logout_but {
        background: #c3bbaf;
    }

.sidefixed2 {
    position: fixed;
    right: 0px;
    top: 30%; display:none;
}

.modal-dialog-center {
    margin-top: 20%;
}

.bgn {
    background: none;
    border: 0px;
}

.searchbox2 {
    width: 100%;
    float: left;
    display: block;
    background: #fff;
    padding: 6px 0;
    margin: 0 4% 0 0;
}

    .searchbox2 .searchbut {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat 0 0;
        border: none;
        cursor: pointer;
        margin: 0 8px;
        vertical-align: middle;
        float: right;
    }

    .searchbox2 .textbox {
        width: 75%;
        display: inline-block;
        background: none;
        border: none;
        outline: none;
        padding: 0 0 0 15px;
        font-size: 14px;
        color: #333;
    }
.dowloadm {
    display: block;
}

.dowloadd {
    display: none;  
    float: right;
    position: relative;
    top: -81px;
}
.newProduct {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 17px;
    font-size: 11px;
}
    .newProduct span {
        background: #f05a30;
        color: #fff;
        padding: 4px;
    }

    @media (max-width: 767px) {
        .mobile_signin {
            display: block;
        }

        .sidefixed2 {
            display: block;
        }

        ul.social {
            padding-left: 0px;
            margin-left: 0px;
        }

            ul.social li {
                padding-right: 24px;
            }

        .mobilecss {
            padding-left: 0px;
            padding-right: 0px;
        }

        .mob_filter {
            text-align: center;
        }

        .book-a-appointment {
            text-align: center;
            position: static;
        }

        .dowloadm {
            display: none;
        }

        .dowloadd {
            display: block;
        }
    }


    @media (max-width:767px) {
        .mdn {
            display: none;
        }

        .navbar-brand {
            display: block;
        }

        .main-header .navbar-nav {
            flex-direction: column;
            background: #fff;
            text-align: left;
            padding: 5px 0px;
        }

        .custom-css-for-nav {
            margin-top: 0px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            background: none;
            border-bottom: 1px solid #ccc;
            padding: 7px 15px;
        }

        .w100 {
            max-width: 100%;
        }

        .main-header {
            padding: 0px !important;
        }
    }

    @media (max-width:767px) {
        .margint70 {
            margin-top: 70px;
        }

        .mtar {
            text-align: right;
        }

        .mfl {
            float: left;
        }

        .textRight {
            text-align: left;
            padding-top: 30px;
        }

        .btn3 {
            padding: 5px 5px;
        }

        .main-header2 {
            display: none;
        }

        .header_fixed {
            display: block !important;
        }

        .prod_category_thumb {
            margin-top: 36px;
        }

        .fixed123 {
            top: 36px;
        }

        .fixed-title {
            position: static !important
        }

        .prod_category .mob_filter {
            display: block;
        }

        .filter_box {
            display: none;
        }

            .filter_box .filter_nav li a {
                padding: 10px 15px;
            }

            .filter_box .filter_nav > li > a:after {
                font-size: 24px;
                top: 5px;
            }

        .prod_category_thumb .mobile_thumb_txt {
            display: block;
            padding: 15px;
            margin: 0;
            background: #dbdbdb;
            font-size: 16px;
            line-height: 18px;
            color: #2b241b;
            cursor: pointer;
            position: relative;
        }

            .prod_category_thumb .mobile_thumb_txt:after {
                content: "+";
                position: absolute;
                top: 8px;
                right: 20px;
                font-size: 28px;
                line-height: 30px;
                color: #2b241b;
                -moz-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

            .prod_category_thumb .mobile_thumb_txt.active:after {
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .prod_category_thumb ul, .prod_category_thumb ul li {
            display: block;
            font-size: 16px;
        }

            .prod_category_thumb ul li a, .prod_category_thumb ul li:first-child a {
                border: none;
                display: block;
                padding: 10px 20px;
            }

        .prod_category_thumb ul {
            display: none;
        }

            .prod_category_thumb ul li a.active {
                border: none !important;
            }

                .prod_category_thumb ul li a.active::before {
                    display: none;
                }

        .prod_category_items {
            margin-top: 35px;
        }

        .prod_adbox {
            margin-bottom: 20px;
            padding: 12px 10px 8px;
        }

            .prod_adbox strong {
                font-size: 20px;
                line-height: 24px;
            }

        .humbergmenu {
            display: block !important;
            top: 5px;
        }

        .mobile_thumb_txt {
            display: block;
        }

        .book-a-appointment {
            bottom: -90px;
            z-index: 9999;
        }
    }

    .headerPart{ text-align: center; padding: 0px 0 37px;}
.dote{ padding-bottom: 26px;}
.loginbox{ background: #2c1a14;}
.go-bottom{ padding: 28px 30px 0px 30px;}
.forgot {
    background: rgba(86, 87, 89, 1);
    color: #fff;
    font-size: 10px;
    padding: 11px 30px;
    display: flex;
    justify-content: space-between;
}


:focus-visible {
    out:1px solid #f00;
}
.checkbox .checkmark, .radio .checkmark {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    top: 3px;
}
.checkbox, .radio{ padding-left: 16px;}
.checkbox-primary input:checked ~ .checkmark {
    background-color: rgba(241, 91, 49, 1) !important;
}
.live-selectction{background: rgba(0,0,0,0.5); text-align: center; padding: 30px 0 0 0; min-height: 258px; }
.lineLeftRight:before{ width: 2px; background:url("../images/line.png") no-repeat 0 0;  height: 125px; position: absolute; top: 60px; left: 0px; content: '';}
.lineLeftRight:after{ width: 2px; background:url("../images/line.png") no-repeat 0 0;  height: 125px; position: absolute; top: 60px; right: 0px; content: '';}
.inside-banner{ padding-top: 94px;}
.insidebg{ background: url("../images/banner-bg.jpg") no-repeat 0 0; padding: 0 50px 40px;}
.btngroup{ position: absolute; bottom: 0px; width: 100%;}
.live-selectction2{position: relative;  margin-top: -75px;}
.light-black{ background: rgba(0,0,0,0.5); padding: 10px; text-align: center; display:block; margin-right: 2px; width: calc(100% - 2px);}
.light-black2{ background: rgba(0,0,0,0.5); padding: 10px; text-align: center; margin-left: 2px; width: calc(100% - 2px);}
.mt60{ margin-top: -60px;}
.booknowbtn {
    background: rgba(241, 91, 49, 1);
    border: 0px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    max-width: 150px;
    display: block;
}
.booknowbtn2 {
    background: rgba(241, 91, 49, 1);
    border: 0px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    max-width: 259px;
    display: block;
}
.booknowbtn3 {
    background: rgba(241, 91, 49, 1);
    border: 0px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-transform: uppercase;
    max-width: 259px;
    display: block;
}
.booknowbtn4 {
    background: #2c1a14;    
    color: #fff;
    font-size: 16px;
    cursor: pointer; font-weight: 400; text-align: center; letter-spacing: 10px;
	height: 50px; line-height: 50px; width: 100%; text-transform: uppercase; display: block;
}
.booknowbtn4:hover {
    background: #333;    
    color: #fff;
    font-size: 16px;
    cursor: pointer; font-weight: 400; text-align: center; letter-spacing: 10px;
	height: 50px; line-height: 50px; width: 100%; text-transform: uppercase; display: block;
}




.formPostition{ position: absolute;
    left: 50%;
    top: -6%;
    transform: translateX(-50%);
}

.formPostition2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.login-area-select {
    width: 100%;
    position: relative;
    line-height: 34px;
    height: 34px;
    background: rgb(235,235,236);
    background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    border: 0px;
    padding: 0 15px 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #81bdb9;
}
.fontS18{ font-size: 35px; color: #fff;   font-weight: bold;  }

@-webkit-keyframes fill {
  from { -webkit-text-fill-color: #fff; }
  to { -webkit-text-fill-color: #fff; }
}

.labelWhite{ color: #fff; text-align: left; font-size: 16px;}
.fontS18 .custom-control-label::before {
    position: absolute;
    top: 1.11rem;   
    width: 1.2rem;
    height: 1.2rem;
    content: "";
}

.fontS18 .custom-control-label::after {
    position: absolute;
    top: 1.11rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f05b31 !important;
    background-color: #f05b31 !important;
}
.floatingbtn {
    position: fixed;
    right: 0px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    bottom: 25%;
    background: #fff;
    padding: 5px 10px 0;
    z-index: 9999;
    font-size: 14px;
}

.Ctitle {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0 5px;
    font-weight: 700;
}

.floatingbtn a {
    color: #47404f;
}
@media (min-width:768px) {
    .underdsiktophide {
        display: none;
    }
    
}

@media (max-width:767px) {
    .zoomContainer{ display:none;}
    .btn3 {
        font-size: 13px;
    }
        .unermobilehide{ display:none;}
    .formPostition {
        position: static;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
        background: url(../images/new-bg.jpg);
    }
  .formPostition2 {
        position: inherit;
           left: 0;
    top: 0;
    transform: translate(0%, 0%);
    }
}

@media (max-width:595px) {
    .sbet {
        display: flex;
        justify-content: space-between;
       
    }
        .sbet #btnSearch, .sbet #btnClear, .textRight #btnExport, .textRight #btnExportAll {
            min-width: 136px;
        }
    .textRight {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .light-black, .light-black2 {
        padding: 6px 2px;
        background: #000;
        font-size: 9px;
    }
    .btngroup {
        position: static;
    }
    .booknowbtn2 {
        height: 21px;
        line-height: 23px;
        width: 97%;
        font-size: 9px;
    }

    .lineLeftRight:before, .lineLeftRight:after {
        display: none;
    }
    .mobile_signin .loginbox{ background:none;}
    .customdropDown{ background:none; position:static;}
    #dropdownMenuButton:after {
        right: 124px !important;
    }
    .tollfree { width:100%;}
    .tollfree a{color:#fff !important}
    }
}



