﻿/*@import url('fonts.css');*/
@import url('reset.css');
@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6;
    background: #fff;
    font-weight: 400;
}

.bg-dark {
    background: #000
}

.text-white {
    color: #fff
}

.py-2 {
    padding: 5px 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

a, button {
    transition: all .3s ease-in
}

    a:link {
        color: #646464;
        text-decoration: none;
        outline: none;
        font-size: 1em;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

a:visited {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333333;
    outline: none;
}

a:active {
    text-decoration: none;
    color: #000;
    outline: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nomargin {
    padding: 0 !important;
    margin: 0 !important;
}
/*.container { margin: auto; max-width: 1200px; clear: both; padding: 0px; }*/
button.btn {
    background: #00a99d;
    border: 1px solid #10997d;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    font-family: "Darker Grotesque'", sans-serif'; border-radius: 0px; text-transform: uppercase;
}

    button.btn:hover {
        background: #fff;
        border: 1px solid #10997d;
        cursor: pointer;
        color: #10997d;
    }

::-webkit-input-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label {
    font-weight: normal;
}

input[type="radio"], input[type="checkbox"] {
    margin: 10px 5px 0px 0px;
    position: relative;
    top: 2px;
}

.red {
    color: #F00 !important
}

.green {
    color: #060 !important
}
/*======================== HEADER HERE =========================*/

.carousel a.carousel-control, .btn, a.btn {
    color: #fff;
}

.header_main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0px 23px;
    border-bottom: 1px solid #e5e5e5;
}

    .header_main .logo {
        float: left;
    }

    .header_main .header_top {
        float: right;
        width: 100%;
    }

        .header_main .header_top ul {
            list-style: none;
            float: right;
            margin: -10px 20px 5px 0px;
        }

            .header_main .header_top ul li {
                list-style: none;
                float: left;
                margin: 0px 0px 0px 18px;
            }

                .header_main .header_top ul li img {
                    margin: 0px 4px 0px 0px;
                }

    .header_main .call span {
        font-size: 32px;
        display: block;
        float: left;
    }

    .header_main .call i {
        float: left;
        display: block;
        margin: 11px 10px 0px 0px
    }

nav.navigation_main {
    float: right;
    margin: 0;
    position: relative
}

    nav.navigation_main ul {
        padding: 0;
        float: left;
        margin: 11px 9px 0px 0px
    }

        nav.navigation_main ul li {
            list-style: none;
            display: block; /*display:inline-block; border-left: 1px solid #000; padding: 0px 0px 0px 12px; margin: 0px 0px 0px 12px;*/
            line-height: 18px;
        }

            nav.navigation_main ul li:first-child {
                border-left: 0px;
                padding: 0px;
                margin: 0px;
            }

            nav.navigation_main ul li a {
                color: #000;
                text-decoration: none;
                font-size: 14px;
            }

    nav.navigation_main .toggle {
        width: 50px;
        padding: 0px 0px;
        background: #000;
        text-align: center;
        box-sizing: border-box;
        color: #fff;
        font-size: 30px;
        display: none;
        float: right;
        margin: 0px 10px 0px 0px;
    }

    nav.navigation_main .search_box {
        width: 206px;
        float: right;
        position: relative;
    }

        nav.navigation_main .search_box .form-control {
            border: 1px solid #bcbdc0;
            width: 100%; /*border-radius: 4px;*/
            height: auto;
            padding: 5px 40px 5px 10px;
            font-size: 12px
        }

        nav.navigation_main .search_box .s-btn {
            background: url(../images/search.png) no-repeat 0px 0px;
            width: 17px;
            height: 17px;
            border: none;
            position: absolute;
            right: 5px;
            top: 6px;
        }

    nav.navigation_main .cart {
        float: left;
    }

        nav.navigation_main .cart a {
            display: block;
            background: url(../images/cart.png) no-repeat center 12px;
            padding: 20px 26px 20px 26px;
            margin: 0px 0px 0px 0px;
            background-size: 55%;
        }

.nav-member {
    padding-left: 0px;
    padding-right: 0px;
}
    /*.nav-member .nav > li > a { padding: 4px 6px 5px; }*/
    .nav-member .search_box {
        width: 206px;
        float: left;
        position: relative;
        margin: 0px 5px 0px 0px;
        display: none
    }

        .nav-member .search_box .form-control {
            border: 1px solid #000;
            width: 100%;
            border-radius: 0px;
            height: auto;
            padding: 2px 27px 2px 5px;
            margin: 3px;
        }

        .nav-member .search_box .s-btn {
            background: url(../images/search.png) no-repeat 0px 0px;
            width: 17px;
            height: 17px;
            border: none;
            position: absolute;
            right: 5px;
            top: 7px;
        }

    .nav-member .cart {
        float: left;
        margin: 0px 6px 0px 6px;
    }

        .nav-member .cart a {
            display: block;
            background: url(../images/cart.png) no-repeat center;
            padding: 16px 22px 15px;
            margin: 0px 0px 0px 0px;
            background-size: 55%;
        }

.banner {
    float: left;
    width: 100%;
    padding: 145px 0px 0px;
    margin: 0px 0px 40px 0px;
}

    .banner .title {
        display: inline-block;
        padding: 50px 50px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

        .banner .title h1 {
            color: #fff;
            font-size: 36px;
            text-transform: uppercase;
            margin: 0px 0px 10px 0px
        }

        .banner .title .head_line {
            height: 2px;
            width: 80px;
            background-color: #fff;
            margin: auto;
            margin-bottom: 5px;
        }

        .banner .title h2 {
            color: #fff;
            font-size: 72px;
            text-transform: uppercase;
        }

    .banner.cat_banner {
        background: url(/images/cat_banner.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 570px;
        text-align: center;
    }

    .banner.prd_banner {
        background: url(/images/prd_banner.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 570px;
        text-align: center;
    }

.bestseller {
    float: left;
    width: 100%;
    margin: 25px 0px 20px 0px;
}

    .bestseller h2 {
        color: #000;
        font-size: 42px;
        text-transform: uppercase;
        margin: 0px 0px 23px 0px;
        text-align: center;
    }

    .bestseller .head_line {
        height: 1px;
        width: 140px;
        background-color: #7f7f7f;
        margin: auto;
        margin-bottom: 47px;
    }

    .bestseller .category_row {
        float: left;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .bestseller .category_box {
        float: left;
        padding: 0px 5px;
    }

        .bestseller .category_box .thumb {
            float: left;
            width: 100%;
            max-height: 290px;
            overflow: hidden;
            text-align: center;
            border: 1px solid #dedede;
            margin: 0px 0px 5px 0px
        }

            .bestseller .category_box .thumb img {
                width: 100%
            }

        .bestseller .category_box a.title {
            float: left;
            width: 100%;
            padding: 20px 15px 20px 35px;
            display: block;
            background: url(../images/cat_arrow.jpg) no-repeat right 0px #000;
            color: #FFF;
            font-size: 20px;
        }

        .bestseller .category_box.small {
            width: 28%;
        }

        .bestseller .category_box.big {
            width: 44%;
        }

.featured {
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
}

.featured {
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
}

    .featured .breadbrumbs {
        float: left;
        width: 100%;
        margin: -30px 0px 0px 0px;
    }

    .featured h2 {
        color: #000;
        font-size: 42px;
        margin: 0px 0px 13px 0px;
        text-align: center;
    }

    .featured .head_line {
        height: 1px;
        width: 100px;
        background-color: #7f7f7f;
        margin: auto;
        margin-bottom: 33px;
    }

    .featured .thumb {
        float: left;
        width: 100%;
        max-width: 509px;
        text-align: center;
        position: relative;
        margin: 0px 0px 30px 0px;
        max-height: 527px;
        min-height: 527px;
        overflow: hidden;
    }

        .featured .thumb img {
            width: 100%;
        }

        .featured .thumb a.title {
            padding: 15px 50px;
            background: rgba(0, 0, 0, 0.8);
            text-align: center;
            font-size: 36px;
            color: #FFF;
            position: absolute;
            bottom: 25px;
            width: 92%;
            margin: 0px 25px;
            text-transform: uppercase;
            left: 0px;
        }

.prd_listing h2 {
    font-size: 36px;
    position: relative;
    margin: 0px 0px 55px 0px
}

    .prd_listing h2:after {
        height: 1px;
        content: "";
        background: #000;
        width: 90px;
        float: left;
        margin: 10px 0px;
        clear: both;
        position: absolute;
        left: 0px;
        bottom: -25px;
    }

.prd_listing .prd {
    float: left;
    width: 100%;
    min-height: 580px;
}

.prd_listing .thumb {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0px 0px 10px 0px;
    text-align: center;
    min-height: 360px;
    overflow: hidden;
    max-height: 360px;
}

.prd_listing h3 {
    font-size: 18px;
    position: relative;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    text-transform: none !important;
}

.prd_listing .line {
    height: 1px;
    content: "";
    background: #000;
    width: 60px;
    float: left;
    margin: 10px 0px;
    position: relative;
    left: 0px;
}

.prd_listing p {
    color: #636363;
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px
}

    .prd_listing p span {
        color: #c80000;
    }

.prd_listing .sep:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #ccc;
    margin: -10px 0px 35px;
}


.prd_listing.webpage .thumb {
    min-height: 344px;
    max-height: 344px;
    overflow: hidden;
}

.prd_listing.webpage .prd {
    float: left;
    width: 100%;
    min-height: 550px;
}


/* =================== SIDEBAR HERE ====================== */

.sidebar {
    float: left;
    width: 96%;
    border: 1px solid #CCC;
    border-bottom: 0px;
    margin: 0px 0px 20px 0px
}

    .sidebar h2 {
        float: left;
        width: 100%;
        background: url(../images/side_head.jpg) no-repeat 95% 32px #000;
        font-size: 24px;
        color: #FFF;
        padding: 18px 15px;
        margin: 0px;
    }

    .sidebar ul li {
        list-style: none;
        background: url(../images/side_list_arrow.jpg) no-repeat 10px 18px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 10px 0px 10px 25px;
        font-size: 18px;
    }
/* =============================== DETAIL PAGE HERE =============================*/

.detail_page {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px
}

.breadbrumbs {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

    .breadbrumbs ul {
        margin: 0px;
    }

        .breadbrumbs ul li {
            float: left;
            list-style: none;
            margin: 0px 15px 0px 0px;
            position: relative;
            padding: 0px 20px 0px 0px;
            color: #a5a4a4;
        }

            .breadbrumbs ul li .fa {
                position: absolute;
                right: 0px;
                top: 5px;
                font-size: 12px;
            }

.detail_page .gallery {
    float: left;
    width: 100%;
}

.detail_page .details h2 {
    font-size: 30px;
    margin: 0px 0px 8px 0px
}

.detail_page .details .desc {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px
}

    .detail_page .details .desc p {
        font-size: 14px;
        line-height: 22px;
        margin: 0px 0px 10px 0px
    }

    .detail_page .details .desc ul li {
        font-size: 14px;
        margin: 0px 0px 0px 15px
    }

.detail_page .details .block {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 15px;
    margin: 0px 0px 15px 0px
}

    .detail_page .details .block h3 {
        font-size: 22px;
        margin: 0px 0px 10px 0px
    }

    .detail_page .details .block ul li {
        list-style: none;
        float: left;
        width: 55%;
        font-size: 18px;
        margin: 0px 0px 0px 0px
    }

        .detail_page .details .block ul li.last {
            width: 44%;
        }

        .detail_page .details .block ul li span {
            display: inline-block;
            max-width: 75%;
            line-height: 20px;
            vertical-align: text-top;
        }

.detail_page .details .colors {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 15px;
    margin: 0px 0px 15px 0px
}

    .detail_page .details .colors .select {
        float: left;
        width: 292px;
        border: 1px solid #ccc;
        overflow: hidden;
        display: block;
        position: relative;
        background: url(../images/select.jpg) no-repeat 95% 21px #fff;
    }

        .detail_page .details .colors .select select {
            padding: 12px 0px 12px 10px;
            width: 100%;
            border: none;
            box-shadow: none;
            background: none;
            background-image: none;
            color: #000;
            font-size: 18px;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

            .detail_page .details .colors .select select:disabled {
                color: #ccc;
            }

        .detail_page .details .colors .select + select:disabled {
            border: 1px solid #ff0000;
        }

        .detail_page .details .colors .select select::-ms-expand {
            display: none;
        }

        .detail_page .details .colors .select select:focus {
            outline: none;
        }

    .detail_page .details .colors .pack {
        display: block;
        float: right;
        font-size: 20px;
        color: #333;
        margin: 13px 35px 0px 0px
    }

.detail_page .details .cart_button {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .detail_page .details .cart_button .price {
        display: block;
        float: left;
        font-size: 30px;
        color: #333;
        padding: 5px 0px 0px 0px;
    }

.detail_page .details .cart_but {
    display: block;
    float: right;
    background: url(../images/cart_but.jpg) no-repeat 15px 11px #000;
    padding: 10px 20px 10px 55px;
    color: #FFF;
    font-size: 20px;
}

.detail_page .more_details {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 25px;
    margin: 50px 0px 15px 0px
}

    .detail_page .more_details h3 {
        font-size: 36px;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #ccc;
    }

    .detail_page .more_details h4 {
        font-size: 22px;
        margin: 0px 0px 5px 0px;
    }

    .detail_page .more_details p {
        font-size: 14px;
        margin: 0px 0px 20px 0px;
        line-height: 28px;
    }

    .detail_page .more_details ul {
        float: left;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

        .detail_page .more_details ul li {
            font-size: 14px;
            padding: 0px 0px 0px 18px;
            list-style: none;
            background: url(../images/dot.jpg) no-repeat 0px 8px;
        }

.inner_page {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px
}

    .inner_page h2.cart-head {
        position: relative;
    }

        .inner_page h2.cart-head:after {
            height: 1px;
            content: "";
            background: #000;
            width: 90px;
            float: left;
            margin: 10px 0px;
            clear: both;
            position: absolute;
            left: 0px;
            bottom: -25px;
        }

.cart-head {
    position: relative;
}

    .cart-head:after {
        height: 1px;
        content: "";
        background: #000;
        width: 90px;
        float: left;
        margin: 10px 0px;
        clear: both;
        position: absolute;
        left: 0px;
        bottom: -25px;
    }

.address-list td {
    width: 25%;
    padding: 3px;
}

    .address-list td .addreddSectionBox td {
        vertical-align: text-bottom;
    }

/* =============== CART PAGE HERE ==================*/

.form-control, select {
}

.cart_table {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

    .cart_table ul {
        margin: 0px;
    }

        .cart_table ul li {
            list-style: none;
            float: left;
            width: 100%;
            margin: 10px 0px 0px 0px;
            padding: 30px 0px 0px 0px;
            border-top: 1px solid #7f7f7f;
        }

            .cart_table ul li:first-child {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                border-top: 0px solid #7f7f7f;
            }

    .cart_table h2 {
        font-size: 26px;
        margin: 0px 0px 20px 0px
    }

    .cart_table .table td, .cart_table .table th {
        border: none;
    }

    .cart_table .table th {
        background: #f2f2f2;
        font-size: 18px;
        padding: 15px .75rem;
        font-weight: normal
    }

    .cart_table .table td {
        font-size: 16px;
        text-align: left;
    }

    .cart_table .table tbody td {
        border-bottom: 1px solid #e5e5e5;
        padding: 20px .75rem;
    }

        .cart_table .table tbody td:first-child {
            padding: 20px .75rem;
        }

        .cart_table .table tbody td.action {
            padding: 22px .75rem 0px 0px;
        }

    .cart_table .table tfoot td {
        padding: 20px .75rem 0px 10px;
        line-height: 18px;
    }

        .cart_table .table tfoot td.total_amount {
            font-size: 20px;
        }

    .cart_table .table td .select {
        float: left;
        width: 90%;
        border: 1px solid #ccc;
        overflow: hidden;
        display: block;
        position: relative;
        background: url(../images/location_arrow.jpg) no-repeat 95% 14px #f2f2f2;
    }

        .cart_table .table td .select select {
            padding: 7px 29px 7px 10px;
            width: 100%;
            border: none;
            box-shadow: none;
            background: none;
            background-image: none;
            color: #000;
            font-size: 14px;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

            .cart_table .table td .select select::-ms-expand {
                display: none;
            }

            .cart_table .table td .select select:focus {
                outline: none;
            }

    .cart_table .table td .form-control.pack {
        border: 1px solid #ccc;
        background: #f2f2f2;
        width: 80px;
        border-radius: 0px;
        color: #000;
        font-size: 14px;
    }

    .cart_table .table tbody td .quantity {
        position: relative;
        border: none;
    }

    .cart_table .table tbody td .qty-load {
        border: 1px solid #ccc;
        background: #f2f2f2;
        width: 100px;
        padding: 6px 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        text-align: center;
    }

        .cart_table .table tbody td .qty-load img {
            width: 20px;
            height: 20px;
        }

    .cart_table .table tfoot td .details {
        float: left;
        width: 95%;
        background: #f5f5f5;
        border: 1px solid #ececec;
        padding: 8px 15px 0px 15px;
        margin: 0px 0px 15px 0px
    }

        .cart_table .table tfoot td .details .form-control {
            background: #FFF;
            padding: 2px 15px;
        }

    .cart_table .table tfoot td.total span {
        font-size: 14px;
    }

    .cart_table .table tfoot td .details td {
        padding: 0px .75rem 8px .75rem;
        line-height: 18px;
        font-size: 14px;
    }

    .cart_table .table tfoot td.buttons {
        text-align: right;
        padding: 0px .75rem 20px .75rem;
        vertical-align: top
    }

    .cart_table .table tfoot td .cart_but {
        display: inline-block;
        background: url(../images/cart_but.jpg) no-repeat 15px 11px #000;
        padding: 15px 25px 15px 55px;
        color: #FFF;
        font-size: 20px;
    }

    .cart_table .table tfoot td .save_but {
        display: inline-block;
        background: url(../images/save.jpg) no-repeat 15px 16px #000;
        padding: 15px 25px 15px 50px;
        color: #FFF;
        font-size: 20px;
        margin: 0px 0px 5px 15px
    }

    .cart_table .table tfoot td .update_but {
        display: inline-block;
        background: url(../images/update.png) no-repeat 15px 15px #000;
        padding: 15px 25px 15px 45px;
        color: #FFF;
        font-size: 20px;
        margin: 0px 0px 5px 15px
    }

    .cart_table .table tfoot td .cart_but {
        display: inline-block;
        background: url(../images/cart_but.jpg) no-repeat 15px 10px #000;
        padding: 15px 20px 15px 55px;
        color: #FFF;
        font-size: 20px;
    }

    .cart_table .table tfoot td a.checkout_but {
        display: inline-block;
        background: url(../images/cart-new-icon.png) no-repeat 12px 12px #000;
        padding: 15px 25px 15px 45px;
        color: #FFF;
        font-size: 20px;
        margin: 0px 0px 5px 15px;
    }

    .cart_table .grand_total {
        float: left;
        width: 100%;
        border-top: 1px solid #000;
        padding: 20px 0px 0px 0px;
        margin: 20px 0px 20px 0px;
        text-align: right;
    }

        .cart_table .grand_total .place_but {
            display: inline-block;
            background: #000;
            padding: 10px 0px;
            width: 100%;
            text-align: center;
            color: #FFF;
            font-size: 24px;
        }

        .cart_table .grand_total .total {
            display: inline-block;
            padding: 7px 25px;
            font-size: 28px;
            color: #000;
            text-align: center;
            width: 100%;
        }

/*.cart_table .table td .quantity { position: relative; }
.cart_table .table td .quantity input[type=number]::-webkit-inner-spin-button,.cart_table .table td.qty input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}
.cart_table .table td .quantity input[type=number] { -moz-appearance: textfield; }
.cart_table .table td .quantity input { width: 45px; height: 42px; line-height: 1.65; float: left; display: block; padding: 0; margin: 0; border: 1px solid #eee; background:#fff; }
.cart_table .table td .quantity input:focus { outline: 0; }
.cart_table .table td .quantity .quantity-nav { float: left; position: relative; height: 42px; }
.cart_table .table td .quantity .quantity-button { position: relative; cursor: pointer; border-left: 1px solid #eee; width: 20px; text-align: center; color: #333; font-size: 13px; line-height: 1.7; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.cart_table .table td .quantity .quantity-button.quantity-up { position: absolute; height: 50%; top: 0; border-bottom: 1px solid #eee; }
.cart_table .table td .quantity .quantity-button.quantity-down { position: absolute; bottom: -1px; height: 50%; }


*/


/* ================== VENDOR PAGES ==========================*/



.vendor_page .profile_pic {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px
}

.vendor_page .side_bar .block {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px
}

    .vendor_page .side_bar .block h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0px 8px 0px
    }

.vendor_page .side_bar {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 15px;
}

    .vendor_page .side_bar ul li {
        float: left;
        width: 100%;
        list-style: none;
        font-size: 15px;
    }

        .vendor_page .side_bar ul li a {
            font-weight: 600;
        }

.vendor_page {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px
}

    .vendor_page .more_details {
        float: left;
        width: 100%;
        margin: 0px 0px 15px 0px
    }

        .vendor_page .more_details h3 {
            font-size: 36px;
            margin: 0px 0px 20px 0px;
            padding: 0px 0px 10px 0px;
            border-bottom: 1px solid #ccc;
        }

        .vendor_page .more_details h4 {
            font-size: 22px;
            margin: 0px 0px 5px 0px;
        }

        .vendor_page .more_details p {
            font-size: 14px;
            margin: 0px 0px 15px 0px;
            line-height: 25px;
        }

        .vendor_page .more_details ul {
            float: left;
            width: 100%;
            margin: 0px 0px 15px 0px;
        }

            .vendor_page .more_details ul li {
                font-size: 14px;
                padding: 0px 0px 0px 18px;
                list-style: none;
                background: url(/images/dot.jpg) no-repeat 0px 8px;
            }

    .vendor_page .prd_listing {
        float: left;
        width: 100%;
        margin: 0px 0px 15px 0px
    }

        .vendor_page .prd_listing h2 {
            font-size: 42px;
            position: relative;
            margin: 0px 0px 40px 0px
        }

            .vendor_page .prd_listing h2:after {
                height: 1px;
                content: "";
                background: #000;
                width: 100px;
                float: left;
                margin: 10px 0px;
                clear: both;
                position: absolute;
                left: 0px;
                bottom: -25px;
            }

        .vendor_page .prd_listing .thumb {
            float: left;
            width: 100%;
            border: 1px solid #ccc;
            margin: 0px 0px 10px 0px;
        }

        .vendor_page .prd_listing h3 {
            font-size: 20px;
            position: relative;
            margin: 0px 0px 0px 0px;
            float: left;
            width: 100%;
            border: none;
            padding: 0px;
        }

        .vendor_page .prd_listing .line {
            height: 1px;
            content: "";
            background: #000;
            width: 80px;
            float: left;
            margin: 10px 0px;
            position: relative;
            left: 0px;
        }

        .vendor_page .prd_listing p {
            color: #636363;
            font-size: 14px;
            line-height: 22px;
            float: left;
            width: 100%;
            margin: 0px 0px 20px 0px
        }

            .vendor_page .prd_listing p span {
                color: #c80000;
            }

.services .vendor-videos {
    width: 100%;
    display: block;
}

    .services .vendor-videos table {
        width: 100%;
    }

        .services .vendor-videos table td {
            width: 50%;
        }

            .services .vendor-videos table td img {
                width: 95%;
            }
/* ================= CUSTOM CSS ============== */


.vendor-master ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .vendor-master ul.tabs li {
        display: inline-block;
    }

        .vendor-master ul.tabs li a {
            background: none;
            color: #222;
            padding: 10px 15px;
            cursor: pointer;
            pointer-events: auto;
            display: block;
            background: #ededed;
            color: #222;
            border: solid 1px silver;
            border-bottom: none;
        }

            .vendor-master ul.tabs li a.current {
                background: #000;
                color: #fff;
                pointer-events: none;
                border: solid 1px #000;
                border-bottom: none;
            }

            .vendor-master ul.tabs li a.aspNetDisabled {
                pointer-events: none !important;
            }

.vendor-master .tab-content {
    display: none; /*background: #ededed;*/
    padding: 15px;
    border: solid 1px silver;
}

    .vendor-master .tab-content.current {
        display: inherit;
    }

    .vendor-master .tab-content label {
        padding: 0px 10px 0px 4px
    }

.vendor-master .RadEditor {
    margin-bottom: 15px;
}

.RadGrid.RadGrid_Default {
    border: none;
}

    .RadGrid.RadGrid_Default .rgMasterTable {
        border: 1px solid #dee2e6;
        border-bottom: 0px;
    }

    .RadGrid.RadGrid_Default .rgRow > td, .RadGrid.RadGrid_Default .rgAltRow > td, .RadGrid.RadGrid_Default .rgFilterRow td, .RadGrid.RadGrid_Default .rgHeader {
        border: 1px solid #dee2e6;
    }

    .RadGrid.RadGrid_Default .rgRow > td, .RadGrid.RadGrid_Default .rgAltRow > td, .RadGrid.RadGrid_Default .rgFilterRow td, .RadGrid.RadGrid_Default .rgHeader {
        border-top: 0px solid #dee2e6;
        border-left: 0px;
    }


    .RadGrid.RadGrid_Default .rgHeader {
        background: none;
        padding: 10px 10px;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .RadGrid.RadGrid_Default .rgFilterRow {
        background: none;
    }

        .RadGrid.RadGrid_Default .rgFilterRow td {
            padding-top: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #ddd;
        }

        .RadGrid.RadGrid_Default .rgFilterRow .rgFilterBox {
            display: block;
            width: 100%;
            padding: 18px 10px;
            line-height: 24px;
            color: #555555;
            background-color: #fff;
            font-size: 14px;
            box-shadow: none;
            background: transparent;
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-weight: 300;
            box-sizing: border-box;
        }

    .RadGrid.RadGrid_Default .rgRow > td, .RadGrid.RadGrid_Default .rgAltRow > td {
        font-size: 14px;
        padding: 10px 10px;
        vertical-align: middle;
    }

    .RadGrid.RadGrid_Default .rgAltRow {
        background: #fff;
        border-top: 1px solid #ddd;
    }


    .RadGrid.RadGrid_Default .rgSave, .RadGrid.RadGrid_Default .rgAdd, .RadGrid.RadGrid_Default .rgRefresh, .RadGrid.RadGrid_Default .rgEdit, .RadGrid.RadGrid_Default .rgDel, .RadGrid.RadGrid_Default .rgFilter, .RadGrid.RadGrid_Default .rgPagePrev, .RadGrid.RadGrid_Default .rgPageNext, .RadGrid.RadGrid_Default .rgPageFirst, .RadGrid.RadGrid_Default .rgPageLast, .RadGrid.RadGrid_Default .rgExpand, .RadGrid.RadGrid_Default .rgCollapse, .RadGrid.RadGrid_Default .rgSortAsc, .RadGrid.RadGrid_Default .rgSortDesc, .RadGrid.RadGrid_Default .rgUpdate, .RadGrid.RadGrid_Default .rgCancel, .RadGrid.RadGrid_Default .rgUngroup, .RadGrid.RadGrid_Default .rgExpXLS, .RadGrid.RadGrid_Default .rgExpDOC, .RadGrid.RadGrid_Default .rgExpPDF, .RadGrid.RadGrid_Default .rgExpCSV {
        background: none;
    }

    .RadGrid.RadGrid_Default .rgNumPart a:hover, .RadGrid.RadGrid_Default .rgNumPart a.rgCurrentPage {
        background: none;
        font-size: 14px;
    }

        .RadGrid.RadGrid_Default .rgNumPart a:hover span, .RadGrid.RadGrid_Default .rgNumPart a.rgCurrentPage span {
            background: none;
            font-size: 14px;
            margin: 0px;
            padding: 0px;
        }

    .RadGrid.RadGrid_Default .rgNumPart a {
        font-size: 14px;
        padding: 5px 10px;
        background: #f5f5f5;
        margin: 0px 2px;
        border: 1px solid #ccc;
        text-align: center;
    }

        .RadGrid.RadGrid_Default .rgNumPart a.rgCurrentPage {
            background: #000;
            font-size: 14px;
            color: #fff;
        }

    .RadGrid.RadGrid_Default .rgNumPart span {
        margin: 0px;
        padding: 0px;
    }

    .RadGrid.RadGrid_Default .rgPagePrev, .RadGrid.RadGrid_Default .rgPageFirst, .RadGrid.RadGrid_Default .rgPageNext, .RadGrid.RadGrid_Default .rgPageLast {
        font-size: 14px;
        padding: 5px 10px;
        background: #f5f5f5;
        margin: 0px 2px;
        border: 1px solid #ccc;
        text-align: center;
        width: 28px;
        height: 33px;
    }

        .RadGrid.RadGrid_Default .rgPagePrev, .RadGrid.RadGrid_Default .rgPagePrev:hover {
            background: url(../images/prev2.png) no-repeat center center #f5f5f5;
        }

        .RadGrid.RadGrid_Default .rgPageFirst, .RadGrid.RadGrid_Default .rgPageFirst:hover {
            background: url(../images/first.png) no-repeat center center #f5f5f5;
        }

        .RadGrid.RadGrid_Default .rgPageNext, .RadGrid.RadGrid_Default .rgPageNext:hover {
            background: url(../images/next2.png) no-repeat center center #f5f5f5;
        }

        .RadGrid.RadGrid_Default .rgPageLast, .RadGrid.RadGrid_Default .rgPageLast:hover {
            background: url(../images/last.png) no-repeat center center #f5f5f5;
        }

.RadComboBox.RadComboBox_Default .rcbInputCell, .RadComboBox.RadComboBox_Default .rcbArrowCell {
    background: none;
}


.RadGrid.RadGrid_Default .rgPagerCell .rgPagerLabel {
    margin: 5px 5px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.RadComboBox.RadComboBox_Default {
    padding: 5px 10px;
    background: url(../images/drop.png) no-repeat 85% 13px #f5f5f5;
    margin: 0px 2px;
    border: 1px solid #ccc;
    width: 70px !important
}

    .RadComboBox.RadComboBox_Default .rcbFocused .rcpReadonly .rcbInput {
        color: #000;
    }

.RadGrid.RadGrid_Default .rgInfoPart {
    color: #656565;
    font-size: 14px;
    padding: 10px;
}


html body .RadInput.RadInput_Default, html body .RadInput.RadInputMgr_Default {
    width: 100%
}

.RadPicker.RadPicker_Default {
    width: 100%
}

html body .RadInput.RadInput_Default .riTextBox, html body .RadInput.RadInputMgr_Default {
    display: block;
    width: 100%;
    padding: 18px 10px;
    line-height: 24px;
    color: #555555;
    background-color: #fff;
    font-size: 14px;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
}

@media all and (-ms-high-contrast:none) {

    html body .RadInput.RadInput_Default .riTextBox, html body .RadInput.RadInputMgr_Default {
        padding: 0px 10px;
        height: 30px;
    }
}

.tab-content input[type="radio"], .tab-content input[type="checkbox"] {
    margin: 12px 0 0;
}

.tab-content#divCatalogInfo input[type="radio"], .tab-content#divCatalogInfo input[type="checkbox"] {
    margin: 7px 0 0;
}



.form-control.inline {
    display: inline-block;
}

#divPhotos .thumb {
    position: relative;
    margin: 0px 0px 5px 0px;
    border: 1px solid #ccc;
}

    #divPhotos .thumb img {
        width: 100%;
        max-width: 100%;
    }

#divPhotos a.remove-pic {
    background: #900;
    padding: 8px;
    color: #FFF;
    float: right;
    font-size: 14px;
    margin-top: 0px;
}

#divPhotos a.default-pic {
    background: #000;
    padding: 5px 10px;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    width: auto;
}

#divPhotos .upload {
    margin-bottom: 20px;
}

    #divPhotos .upload button.btn {
        background: #000;
        border: 1px solid #000;
        padding: 7px 25px;
    }

        #divPhotos .upload button.btn:hover {
            color: #FFF;
        }

#ctl00_cphMain_RadAjaxPanelAttribute input[type="radio"], #ctl00_cphMain_RadAjaxPanelAttribute input[type="checkbox"] {
    margin: 4px 0 0;
}

.pager a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #000;
    text-align: center;
    margin: 0px 5px 0px 0px;
}

.pager span {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0px 5px 0px 0px;
}

.pager:after {
    display: none;
}

textarea.form-control {
}

.att-button {
    width: 100%;
    text-align: right;
}

a.add_value {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #000;
    margin-bottom: 10px;
}

    a.add_value i.fa {
        display: inline-block;
        margin: 0px 0px 0px 7px;
        position: relative;
        top: 2px;
    }

#cphMain_divAttributeStep2 table {
    width: 100%;
}

.add-value-row .val-but a {
    display: inline-block;
    padding: 9px;
    border: 1px solid #ccc;
}


#fh5co-contact input[type="radio"], #fh5co-contact input[type="checkbox"] {
    margin: -5px 5px 0px 0px;
}

.table-bordered input[type="radio"], .table-bordered input[type="checkbox"] {
    margin: 0px 0px 0px 0px;
}

ul {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

    ul.nav-tabs {
        margin: 0px;
    }

.dropdown.btn-dropdown {
    display: inline-block;
}

    .dropdown.btn-dropdown .dropdown-menu {
        min-width: 98%;
        border-radius: 0px;
    }

    .dropdown.btn-dropdown .btn {
        margin-right: 0px;
        margin-bottom: 0px;
    }

        .dropdown.btn-dropdown .btn.dropdown-toggle {
            margin: -2px 5px -2px -5px;
            padding: 15px 14px;
            background: #f96c2f;
            border: 1px solid #f96c2f;
        }

            .dropdown.btn-dropdown .btn.dropdown-toggle:hover {
                color: #fff;
            }

            .dropdown.btn-dropdown .btn.dropdown-toggle .caret {
                border-top: 6px dashed;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
            }

    .dropdown.btn-dropdown.open .btn.dropdown-toggle .caret {
        border-top: 0px dashed;
        border-bottom: 6px dashed;
    }


.modal.loading-img {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.9);
    text-align: center;
    z-index: 9999;
    display: block;
}

.md-dialog-backdrop.md-opaque {
    position: fixed;
    min-height: 100%;
}

.cart_table .md-dialog-container { /*top:-200px;*/
    justify-items: center;
    align-items: center;
}

.cart_table md-dialog {
    padding: 20px;
}

    .cart_table md-dialog md-dialog-content .md-dialog-content-body {
        padding: 0px 2% 0
    }

    .cart_table md-dialog h2 {
        margin: 0px;
        border-bottom: 1px solid #CCC;
        padding: 0px 0px 15px 0px;
        margin: 0px 0px 10px 0px;
    }

.cart_table .md-button.md-default-theme.md-primary, .cart_table .md-button.md-primary {
    background: #000;
    color: #FFF;
}


.webpage-top {
    margin-bottom: 15px;
}

    .webpage-top .v-logo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .webpage-top .social {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .webpage-top .search_box {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

        .webpage-top .search_box .form-control {
            border: 1px solid #000;
            width: 75%;
            border-radius: 0px;
            height: auto;
            padding: 8px 10px;
            display: inline-block;
        }

        .webpage-top .search_box .btn.refresh {
            padding: 9px 10px;
        }


        .webpage-top .search_box .s-btn {
            background: #000;
            color: #FFF;
            font-size: 18px;
            padding: 8px 35px 14px;
            text-align: center;
            border: none;
            display: inline-block;
            background: url(../images/search2.png) no-repeat center center #000;
            text-indent: -9999999px;
        }

.pagination {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 00px;
    border-radius: 0px;
    width: 100%;
}

    .pagination .RadDataPager_Default {
        width: 100%;
        background: none;
        border: none;
    }

        .pagination .RadDataPager_Default .rdpWrap.rdpNumPart {
            float: left;
        }

            .pagination .RadDataPager_Default .rdpWrap.rdpNumPart a {
                padding: 10px 15px;
                border: none;
                font-size: 18px;
            }

                .pagination .RadDataPager_Default .rdpWrap.rdpNumPart a.rdpCurrentPage {
                    background: #000;
                    color: #fff;
                    border: none;
                    border-radius: 0px;
                }

        .pagination .RadDataPager_Default .rdpWrap {
            float: right;
        }

            .pagination .RadDataPager_Default .rdpWrap button {
                float: right;
            }

                .pagination .RadDataPager_Default .rdpWrap button.rdpActionButton {
                    background: none;
                    border: 1px solid #000;
                    padding: 10px 15px;
                    border-radius: 0;
                    font-size: 18px;
                }

                    .pagination .RadDataPager_Default .rdpWrap button.rdpActionButton .rdpIcon {
                        display: inline-block;
                        margin-bottom: -1px;
                        width: auto;
                    }

                        .pagination .RadDataPager_Default .rdpWrap button.rdpActionButton .rdpIcon:before {
                            font-size: 22px;
                        }

                    .pagination .RadDataPager_Default .rdpWrap button.rdpActionButton.rdpPageNext:before {
                        content: "Next"
                    }

                    .pagination .RadDataPager_Default .rdpWrap button.rdpActionButton.rdpPagePrev:after {
                        content: "Previous"
                    }


.vendor_order_details {
    float: left;
    width: 100%;
}

.welcome-para {
    overflow: hidden;
    margin-bottom: 20px;
}

    .welcome-para.expand {
        max-height: inherit;
        overflow: hidden;
    }

.welcome-expand {
    padding: 5px 0px 20px;
    text-align: right;
}

    .welcome-expand a {
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

span.read-more {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 15px;
}

span.more {
    display: none;
}

.morecontent {
    display: none;
}

.morelink {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 0px;
}


.filter_row {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

html body .filter_row .RadInput.RadInput_Default .riTextBox {
    background: #fff;
}

.filter_row .form-control {
    background: #FFF;
}

.filter_row label {
    font-size: 14px;
    padding: 10px 0px 0px 0px
}

.filter_row .less {
    padding-left: 8px;
    padding-right: 8px;
}

.filter_row .btn.refresh {
    padding: 10px 10px;
}

.filter_row h6 {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}

.vendor-product-filter {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.filter_row.store {
    padding-bottom: 5px;
    margin-top: 20px;
}

    .filter_row.store .form-control {
        margin-top: 3px;
    }

.order-details .cart_table .table tfoot td .details td {
    line-height: 24px;
}

.vendor-shipping {
    margin-bottom: 10px;
}

    .vendor-shipping td {
        line-height: 26px;
    }



.order-head {
    font-size: 14px;
    padding: 0px 0px 15px;
    font-weight: normal;
}

    .order-head.store {
        padding: 15px 0px;
    }

.order-title-row .btn {
    margin: 5px 0px 0px 0px
}

.guide-btn-row {
    margin-top: 15px;
    text-align: right;
}

.list-import .RadListBox {
    white-space: inherit;
    font-size: 13px;
}

.list-import .search-box {
    padding: 9px 16px
}

.list-import .search-btn {
    background: url(../images/search2.png) no-repeat center center #000;
    text-indent: -9999999px;
    margin-left: -20px;
}

    .list-import .search-btn:hover, .list-import .search-btn:focus, .list-import .search-btn:active {
        background: url(../images/search2.png) no-repeat center center #f96c2f !important;
        text-indent: -9999999px;
    }

.list-import .refresh {
    padding: 9px 16px
}

.v_import_list .table td {
    vertical-align: middle;
}

.window_white {
    background: #FFF;
    padding: 15px;
}

.success-msg {
    left: 0px !important;
    top: 0px !important;
}


.text_line_through {
    text-decoration: line-through;
    color: #a09f9f !important;
    font-size: 15px;
}
/* ======================= FOOTER HERE ===============================*/

.gc-footer, .gc-footer p {
    font-size: 14px;
}

.footer_main {
    float: left;
    width: 100%;
    background: #000;
    padding: 60px 0px;
    font-size: 20px;
    color: #ababab;
    margin: 20px 0px 0px 0px
}

    .footer_main p {
        line-height: 27px;
        margin: 0px 0px 10px 0px;
    }

    .footer_main .ftr_logo {
        float: left;
        margin: 0px 20px 0px 0px
    }

    .footer_main .ftr_text {
        float: left;
        line-height: 27px;
    }

    .footer_main .social {
        float: left;
        width: 100%;
    }

        .footer_main .social ul {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

            .footer_main .social ul li {
                float: left;
                margin: 0px 10px 0px 0px;
                padding: 0px;
                list-style: none;
                text-align: center;
            }

                .footer_main .social ul li a {
                    display: block;
                    width: 30px;
                    height: 30px;
                    background: #ababab;
                    color: #000;
                    font-size: 18px;
                    border-radius: 100%;
                    text-align: center;
                }

        .footer_main .social a i {
            margin: 5px 0px 0px 0px
        }

            .footer_main .social a i.fa.fa-pinterest {
                font-size: 20px;
            }

/* ========= IE CSS =======*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .webpage-top .search_box .form-control {
        padding: 11px 10px;
    }

    .webpage-top .search_box .s-btn {
        position: relative;
        top: -5px;
    }

    .webpage-top .search_box .btn.refresh {
        position: relative;
        top: -2px;
    }
}

/***=================20 may 2021 css start====================****/
nav.navigation_main.custom_navigation_main .search_box.mt-12 {
    float: left;
    margin-top: 5px;
    min-width: 250px;
}

nav.navigation_main.custom_navigation_main .search_box .s-btn {
    background: url(../images/search-icon.png) no-repeat 0 0;
    top: 10px;
    right: 12px;
}

nav.navigation_main.custom_navigation_main .cart a {
    background: no-repeat;
    padding: 10px 0;
    position: relative;
}

nav.navigation_main.custom_navigation_main .search_box .form-control {
    border-color: #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}

    nav.navigation_main.custom_navigation_main .search_box .form-control:focus {
        border: 1px solid rgb(170, 170, 170);
    }

nav.navigation_main.custom_navigation_main ul.nav.navbar-nav.pull-right {
    padding: 0;
    float: left;
    margin: 7px 9px 0px 15px;
    padding-left: 10px;
    border-left: solid 1px #f9f9f9;
}

nav.navigation_main.custom_navigation_main ul li a.dropdown-toggle {
    margin-top: 0px;
    background: none;
    font-size: 18px;
}

nav.navigation_main.custom_navigation_main .welcome {
    padding: 10px 7px 0 6px;
    font: inherit;
}

    nav.navigation_main.custom_navigation_main .welcome img {
        margin-right: 7px;
        vertical-align: middle;
    }

nav.navigation_main.custom_navigation_main {
    margin-top: 5px;
}

    nav.navigation_main.custom_navigation_main .navbar-nav > li > .dropdown-menu {
        left: auto;
        right: 0;
        margin-top: 11px;
    }

    nav.navigation_main.custom_navigation_main .cart a span {
        position: absolute;
        right: -6px;
        top: 0;
        background: #F85A16;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        color: #ffffff;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        font-size: 12px;
    }

@media(min-width:1200px) {
    nav.navigation_main.custom_navigation_main .btn.sign-in {
        margin: 5px 6px;
    }
}

/***menu scrollbar css***/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.text-light {
    color: #d0d0d1 !important;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.custom-topmenu .nav {
    transition: all 0.4s;
    left: 0;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.custom-topmenu #divTopMenu .nav, .custom-topmenu #categoryMenu .nav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    white-space: nowrap;
}

    .custom-topmenu #divTopMenu .nav li, .custom-topmenu #categoryMenu .nav li {
        /*-ms-flex: 1 1 auto;
        flex: 1 1 auto;*/
        text-align: center;
        display: inline-block;
    }

.fh5co-nav .custom-topmenu .menu-1, .fh5co-nav .custom-topmenu #categoryMenu .menu-1 {
    padding: 5px 0;
}

.fh5co-nav .custom-topmenu ul li a, .fh5co-nav .custom-topmenu #categoryMenu ul li a {
    padding: 0.2em 1.0em;
    white-space: nowrap
}

div#categoryMenu {
    border-top: solid 1px #f2f2f2;
}

.opacity-right, .opacity-left {
    position: relative;
}

    .opacity-right:before {
        background-image: linear-gradient( 90deg,hsla(0,0%,100%,0) 0,#e8e8eb);
        width: 17px;
        height: 28px;
        position: absolute;
        top: -4px;
        left: -19px;
        content: ''
    }

    .opacity-left:after {
        content: "";
        background-image: linear-gradient( 270deg,hsla(0,0%,100%,0) 0,#e8e8eb);
        width: 17px;
        height: 28px;
        position: absolute;
        top: -4px;
        right: -19px;
        z-index: 100;
    }

.fh5co-nav .custom-topmenu ul li a:hover, .fh5co-nav .custom-topmenu #categoryMenu ul li a:hover {
    background: none;
    color: #f96c2f;
}




/*temprory secondary css style*/
.fh5co-nav .custom-topmenu #categoryMenu {
    background: #f85a16
}

    .fh5co-nav .custom-topmenu #categoryMenu .opacity-left:after {
        background-image: linear-gradient( 270deg,hsla(0,0%,100%,0) 0,#f85a16)
    }

    .fh5co-nav .custom-topmenu #categoryMenu .opacity-right:before {
        background-image: linear-gradient( 90deg,hsla(0,0%,100%,0) 0,#f85a16);
    }

    .fh5co-nav .custom-topmenu #categoryMenu ul li a {
        color: #ffffff;
    }

.fh5co-nav .top-menu a.toggleRightTwo:not(.text-light), .fh5co-nav .top-menu a.toggleLeftTwo:not(.text-light) {
    color: #ffffff;
    font-size: 1.3em;
}

.top-menu.custom-topmenu a.toggleRight:not(.text-light), .top-menu.custom-topmenu a.toggleLeft:not(.text-light) {
    font-size: 1.3em;
}

.fh5co-nav .top-menu a.toggleRightTwo.text-light, .fh5co-nav .top-menu a.toggleLeftTwo.text-light {
    color: #fc9a70 !important;
    opacity: 0;
}

.fh5co-nav .custom-topmenu #categoryMenu ul li a:hover, .fh5co-nav .custom-topmenu #categoryMenu ul li a:focus {
    color: #ffffff;
}

.custom-topmenu .text-light {
    opacity: 0;
}

/**banner css style start***/
.banner.cat_banner, .banner.prd_banner {
    min-height: 329px;
    text-align: center;
    box-sizing: border-box;
    background-position: bottom;
    padding: 72px 0px 0px;
}

.banner .title h1 {
    font-size: 30px;
}

.banner .title {
    padding: 30px 30px;
}

    .banner .title h2 {
        font-size: 50px;
        margin-bottom: 0;
    }

/***featured section css start**/
.featured.custom-featured-container {
    margin-top: 0;
    margin-bottom: 0px;
}

    .featured.custom-featured-container h2 {
        text-align: left;
        font-size: 30px;
        font-weight: 500;
    }

    .featured.custom-featured-container .head_line {
        margin-left: 0;
    }

button.slick-prev.slick-arrow {
    left: inherit;
    right: 38px;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slide-arrow.prev-arrow.slick-arrow {
    right: 39px;
}

button.slick-arrow {
    position: absolute;
    top: -50px;
    right: 0;
}

.featured-section.slick-slider-featured .slick-slide {
    height: auto;
}

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        display: block;
        position: relative;
        margin: 10px;
        border-radius: 0px;
        overflow: hidden;
        max-height: 255px;
    }

.featured-section.slick-slider-featured .slick-list.draggable {
    margin-left: -10px;
}

.featured-section.slick-slider-featured .slick-slide .cart-box .caption {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255,255,255,.9);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 70%;
    text-align: center;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    padding-top: 5px;
    transition: all .3s ease-in;
}

.featured-section.slick-slider-featured .slick-slide .cart-box:hover .caption {
    background: #f85a16;
    color: #ffffff;
}

.featured-section.slick-slider-featured .slick-slide .cart-box img {
    width: 100%;
}

/**arrow css***/
.slick-prev:before, .slick-next:before {
    color: #d2d2d2 !important;
    font-size: 30px !important;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    color: #f85a16 !important;
}

.slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f104" !important;
}

.slick-next:before {
    font-family: FontAwesome !important;
    content: "\f105" !important;
}

a {
    transition: all .3s ease-in;
}

.featured-section.slick-slider-featured {
    margin-bottom: 30px;
}
/***featured section css end**/
/****recent product css start***/
.featured .slick-slider-recent-product .thumb {
    max-height: 224px;
    min-height: 224px;
    margin-bottom: 15px;
    padding: 10px;
}

.featured .slick-slider-recent-product .prd {
    margin: 10px;
    border: solid 1px #dedddd;
    border-radius: 0px;
    overflow: hidden;
}

    .featured .slick-slider-recent-product .prd .caption {
        padding: 10px;
        clear: both;
        padding-top: 0;
        min-height: 210px;
    }

.featured .slick-slider-recent-product .slick-list.draggable {
    margin-left: -10px;
}

.featured .slick-slider-recent-product .prd .caption h3, .featured .slick-slider-recent-product .prd .caption h3 a {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 600;
    margin-top: 0;
}

.featured .slick-slider-recent-product .prd .caption h3 {
    margin-bottom: 15px;
    min-height: 60px;
    line-height: 1.3;
}

.featured .slick-slider-recent-product .thumb img {
    width: auto;
    margin: auto;
}

.featured .slick-slider-recent-product .head_line {
    margin-bottom: 25px;
}

.featured .slick-slider-recent-product .prd .caption p.quick-info span {
    display: inline-block;
    min-width: 45%;
}

    .featured .slick-slider-recent-product .prd .caption p.quick-info span:first-child {
        font-size: 13px;
        margin-bottom: 6px;
    }

.featured .slick-slider-recent-product .prd .caption p.quick-info span {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    color: #2a2a2a;
    min-width: 0px;
    line-height: 20px;
}
    /* .featured .slick-slider-recent-product .prd .caption p.quick-info span:nth-child(2) {
        padding-left: 10px;
        margin-left: 10px;
    }*/
    .featured .slick-slider-recent-product .prd .caption p.quick-info span:nth-child(2):before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background: #e0e0e0;
        left: -3px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        margin-top: 2px;
        display: none;
    }

.featured .slick-slider-recent-product .slick-slide {
    height: auto;
    position: relative;
}

.cart-hover {
    transition: all .3s ease-in;
    display: none
}

.featured .slick-slider-recent-product .prd:hover .cart-hover {
    display: block !important
}

.featured .slick-slider-recent-product .prd:hover {
    position: absolute;
    width: 92.5%;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 20%);
}

.featured .slick-slider-recent-product .slick-track {
    margin-bottom: 100px;
}

.quantity {
    width: 55px;
    height: 35px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
}

.featured .slick-slider-recent-product .prd .cart-hover {
    border-top: solid 1px #ececec;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}

    .featured .slick-slider-recent-product .prd .cart-hover .out-of-stock, .featured .slick-slider-recent-product .prd .cart-hover .out-of-stock span.outofstock-text {
        margin: 0;
    }

    .featured .slick-slider-recent-product .prd .cart-hover button {
        background: #f85a16;
        border: solid 1px #f85a16;
        height: 35px;
        border-radius: 50px;
        width: 64%;
        padding-bottom: 5px;
        color: #ffffff;
        font-weight: 600;
        line-height: 32px;
        transition: all .3s ease-in;
    }

        .featured .slick-slider-recent-product .prd .cart-hover button:hover {
            background: #ffffff;
            color: #f85a16;
        }

    .featured .slick-slider-recent-product .prd .cart-hover .choose-option {
        width: 100%;
        background: #ffffff;
        color: #f85a16 !important;
        font-weight: 600;
    }

        .featured .slick-slider-recent-product .prd .cart-hover .choose-option:hover {
            background: #f85a16;
            color: #ffffff !important;
        }
/****recent product css end***/
/***temprory**/
.thumb img {
    max-width: 100%;
}


.featured-section.slick-slider-featured:not(.slick-initialized), .featured-section.slick-slider-recent-product:not(.slick-initialized) {
    visibility: hidden;
    position: relative;
}

    .featured-section.slick-slider-featured:not(.slick-initialized):before, .featured-section.slick-slider-recent-product:not(.slick-initialized):before {
        position: absolute;
        background: #f00;
        width: 40px;
        height: 40px;
        top: 0;
        content: '';
        background: #b5b5b5 url(../images/loading.gif)no-repeat center center;
        visibility: visible;
        left: 50%;
        background-size: 30px;
    }
/***product listing page css start by Bhanu***/
#custom-search-input {
    margin: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 10px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
        height: 40px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        font-size: 16px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #0f0f0f;
    }

        #custom-search-input button:hover, #custom-search-input button:focus {
            background: none !important;
        }

.search-query:focus + button {
    z-index: 3;
}

.sidebar-block {
    position: relative;
}

.sidebar-block_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.333em;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.sidebar-block .sidebar-block_title {
    position: relative;
    z-index: 1;
    padding: 0px 45px 0px 0;
}

.sidebar-block_title span, .sidebar-block_title a {
    transition: color .2s ease;
    text-decoration: none;
    color: #282828;
}

.sidebar-block_content {
    padding: 0 0 10px;
}

.sidebar-block .sidebar-block_content {
    margin-top: 15px;
    transition: opacity .5s ease;
}

.selected-filters-wrap {
    margin: 5px 0 0px;
}

.selected-filters {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0px;
}

    .selected-filters li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 0;
    }

        .selected-filters li > a, .clear-filters {
            font-size: 12px !important;
            font-weight: 500;
            line-height: 29px;
            position: relative;
            display: block;
            padding: 0 13px;
            cursor: pointer;
            transition: all .2s ease;
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 3px;
        }

        .selected-filters li > a {
            padding: 0 32px 0 13px;
        }

        .selected-filters li > a {
            color: #fff;
            background-color: #f85a16;
        }

            .selected-filters li > a:after {
                font-size: 12px;
                position: absolute;
                top: 1px;
                right: 10px;
                font-family: FontAwesome !important;
                content: "\f00d" !important;
                font-weight: normal;
                color: #ffffffd6;
            }

            .selected-filters li > a:hover:after {
                color: #ffffff;
            }

            .selected-filters li > a.clear-filters, .clear-filters {
                color: #282828;
                background-color: #efefef;
            }

.filter-row .clear-filters, .selected-filters-wrap .clear-filters {
    padding: 0 9px;
}

.selected-filters-count {
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    padding: 8px;
}

    .selected-filters-count span {
        font-weight: 500;
    }

.selected-filters-wrap > * + * {
    margin-top: 15px;
}
/***16july2021 css start***/
.product-middle-section p:last-child {
    margin-bottom: 0;
}

.product-middle-section hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-middle-section > div:last-child hr {
    margin-bottom: 0;
}
/***16july2021 css end***/
@media (min-width: 992px) {
    .cart_table .table tfoot td a.checkout_but {
        margin-top: 0px;
    }

    .d-lg-block {
        display: block !important;
    }

    .vendor-article {
        padding-left: 5px;
    }

    .vendor-aside {
        padding-right: 5px;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.widget-content ul#accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-content ul#accordion li {
        display: block;
        margin: 0 0 0px;
        border-bottom: 1px solid #e9e9e9;
        padding: 15px 0 15px;
    }

        .widget-content ul#accordion li span {
            position: absolute;
            right: 14px;
            font-size: 20px;
        }

        .widget-content ul#accordion li h4 {
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            ;
            color: #222222;
            font-weight: 500;
            letter-spacing: 0.5px;
            border-bottom: none;
            padding: 0px 0 0px;
            margin: 0;
        }



        .widget-content ul#accordion li div.collapse-menu {
            padding: 0;
            margin: 0;
            margin-top: 15px;
            display: none;
            margin-bottom: 0;
        }

            .widget-content ul#accordion li div.collapse-menu .custom-checkbox {
                cursor: pointer;
            }

                .widget-content ul#accordion li div.collapse-menu .custom-checkbox .custom-control-label {
                    color: #3e3e3e;
                    text-transform: none;
                    font-size: 14px;
                    font-family: 'Poppins', sans-serif;
                    ;
                    font-weight: 400;
                    transition: 0.3s;
                    cursor: pointer;
                }

                    .widget-content ul#accordion li div.collapse-menu .custom-checkbox .custom-control-label:hover {
                        text-decoration: none;
                        color: #000000;
                    }

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox input[type=checkbox], .custom-radio input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 0px 5px 0px 0px;
    position: absolute;
    top: 2px;
    left: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2.5rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #f3f3f3;
    border: #e6e6e6 solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -2.5rem;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 8px;
    left: -2.0rem;
    width: 8px;
    height: 4px;
    transition: none;
    transform: rotate( -45deg ) scale(0);
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #282828;
    background-color: transparent;
    transition: transform .2s ease-out;
    transform: rotate( -45deg ) scale(1);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5rem;
    margin-bottom: 5px;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 7px;
    left: -2.0rem;
    width: 8px;
    height: 8px;
    transition: none;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background-color: #ffffff;
    transition: transform .2s ease-out;
    border-radius: 50px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f85a16;
    background-color: #f85a16;
}

.product-list .prd {
    margin: 0px;
    /*border: solid 1px #f3f3f3;*/
    border: solid 1px #dedddd;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 9px;
    min-height: 405px;
}

.product-list .position-absolute {
    top: 0px;
    position: relative;
    z-index: 9;
}

.product-list .min-height:hover .position-absolute {
    position: absolute;
    width: 96%;
    z-index: 10;
}

.product-list .min-height {
    min-height: 470px;
    margin-bottom: 5px;
}

.product-list .prd:hover {
    position: relative;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 20%);
    z-index: 10;
    background: #fff;
}

.product-list .thumb {
    max-height: 206px;
    min-height: 206px;
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    border: none;
}

div#WithSidebar {
    margin-bottom: 50px;
}

    div#WithSidebar .pagination {
        border-top: none;
        border-bottom: none;
        padding: 0px 00px;
        margin-bottom: 10px;
    }

.product-list .prd .caption {
    padding: 10px;
    clear: both;
    padding-top: 0;
    min-height:230px;
}

    .product-list .prd .caption h3 {
        margin-bottom: 15px;
        min-height: 30px;
    }

        .product-list .prd .caption h3, .product-list .prd .caption h3 a {
            font-size: 14px;
            color: #2a2a2a;
            font-weight: 600;
            margin-top: 0;
            font-family: 'Poppins', sans-serif;
            ;
        }

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.product-list .row {
    margin-left: -5px;
    margin-right: -5px;
}

.product-list .prd .cart-hover {
    border-top: solid 1px #ececec;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}

.product-list .cart-hover {
    transition: all .3s ease-in;
    display: none;
}

.product-list .prd:hover .cart-hover {
    display: block !important;
}

.product-list .prd .cart-hover button, .default-btn {
    background: #f85a16;
    border: solid 1px #f85a16;
    height: 35px;
    border-radius: 50px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
    transition: all .3s ease-in;
    line-height: normal !important;
}

.default-btn {
    width: 100% !important
}

    .product-list .prd .cart-hover button:hover, .default-btn:hover {
        background: #ffffff;
        color: #f85a16;
    }

.product-list .prd .cart-hover .out-of-stock, .product-list .prd .cart-hover .out-of-stock span.outofstock-text {
    margin-bottom: 0;
    margin-top: 0;
}

.product-list .prd .cart-hover .choose-option {
    width: 100%;
    background: #ffffff;
    color: #f85a16 !important;
    border: solid 1px #f85a16;
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 50px;
    font-weight: 600;
}

    .product-list .prd .cart-hover .choose-option:hover {
        background: #f85a16;
        color: #ffffff !important;
    }

.product-list .prd .caption p.quick-info span {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #2a2a2a;
    min-width: 0px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    ;
}

/*  .product-list .prd .caption p.quick-info span:nth-child(2):before {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            background: #e0e0e0;
            left: -3px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            margin-top: 2px;
        }*/
.show-result, .show-result strong {
    clear: both;
    margin-bottom: 10px;
    font-size: 13px;
    color: #878585;
    font-weight: normal;
}

.prd:hover .caption h3 a {
    color: #f85a16 !important;
}

.product-list .prd .caption p.quick-info {
    margin-bottom: 0;
}

.product-list .prd:hover .caption p.quick-info {
    margin-bottom: 15px;
}
/***product listing page css end by Bhanu***/

/****product detail page css start***/
.detail_page.cust_detail_page a.previous-product {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    color: #f85a16;
    font-weight: 600;
}

.detail_page.cust_detail_page .cust-details h2 {
    margin-bottom: 15px;
}

.detail_page.cust_detail_page .cust-details .price {
    font-size: 26px;
    color: #f85a16;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.detail_page.cust_detail_page .cust-details h3.small-heading {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #494948;
}

.detail_page.cust_detail_page .cust-details .brand {
    padding-bottom: 15px;
    color: #333333;
}

    .detail_page.cust_detail_page .cust-details .brand span {
        font-weight: 500;
    }

.detail_page.cust_detail_page .cust-details .desc {
    margin-bottom: 25px;
}

.details.cust-details .block.product-detail-block {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

    .details.cust-details .block.product-detail-block li {
        width: auto;
        display: inline-block;
        float: none;
        padding: 10px;
        background: #ffffff;
        box-shadow: 0 0 3px #cccccc;
        border-radius: 6px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .details.cust-details .block.product-detail-block ul {
        margin-left: -15px;
    }

    .details.cust-details .block.product-detail-block li {
        width: auto;
        display: inline-block;
        float: none;
        padding: 10px;
        background: #ffffff;
        box-shadow: 0 2px 7px -2px #d8d8d8;
        border-radius: 6px;
        margin-bottom: 15px;
        margin-left: 15px;
        text-align: center;
        vertical-align: top;
        width: 29%;
        font-size: 16px;
        font-weight: 500;
        min-height: 60px;
    }
        /*  .details.cust-details .block.product-detail-block li.last {
            width: 20%;
        }*/
        .details.cust-details .block.product-detail-block li span {
            display: block;
            width: 100%;
            max-width: 100%;
            font-weight: 300;
            font-size: 16px;
        }
        /* .details.cust-details .block.product-detail-block li.first:nth-child(5) {
            min-width:215px;
        }*/
        .details.cust-details .block.product-detail-block li:last-child {
            width: 50%;
        }

        .details.cust-details .block.product-detail-block li.last {
            width: 29%;
        }

.details.cust-details .cart_button select.form-control.quantity-box {
    display: inline-block;
    width: 20%;
    border-radius: 6px;
    cursor: pointer;
}

.details.cust-details .cart_button .cart_but, .out-of-stock .stock-btn {
    float: none;
    display: inline-block;
    padding: 0;
    background: #f85a16;
    padding: 2px 15px;
    height: 37px;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    border: solid 1px #f85a16;
    color: #ffffff;
}

    .details.cust-details .cart_button .cart_but:hover, .out-of-stock .stock-btn:hover {
        background: #ffffff;
        color: #f85a16;
        border-color: #f85a16;
    }

.product-details-info h4 {
    border-top: solid 1px #d2d2d2;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: normal;
    margin-top: 0;
    font-size: 18px;
    color: #494948;
}

.product-details-info {
    margin-top: 50px;
}

    .product-details-info .desc, .product-details-info .desc * {
        padding-bottom: 15px !important;
        color: #333333 !important;
        font-size: 15px !important;line-break:anywhere;

    }

.detail_page.cust_detail_page .more_details {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 15px;
    font-size: 15px;
    margin: 50px 0px 15px 0px;
}

    .detail_page.cust_detail_page .more_details h3.desc-title {
        font-size: 18px;
        font-weight: 600;
        /* border: none; */
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .detail_page.cust_detail_page .more_details b {
        font-weight: 600;
    }
/****product detail page css end***/

/**drop down menu css start***/
nav.navigation_main.custom_navigation_main ul li.dropdown ul.dropdown-menu {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav.navigation_main.custom_navigation_main ul li.dropdown.open ul.dropdown-menu {
    animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
}

nav.navigation_main.custom_navigation_main ul li.dropdown:not(.open) ul.dropdown-menu {
    animation: hide-navbar-dropdown .15s ease backwards
}

@keyframes show-navbar-dropdown {
    0% {
        transition: visibility .25s,opacity .25s,transform .25s;
        transform: translate(0,10px) perspective(200px) rotateX(-2deg);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes hide-navbar-dropdown {
    from {
        transform: translate(0,0);
        opacity: 1
    }

    to {
        transition: visibility .25s,opacity .25s,transform .25s;
        transform: translate(0,10px) perspective(200px) rotateX(-2deg);
        opacity: 0
    }
}

nav.navigation_main.custom_navigation_main ul li.dropdown ul.dropdown-menu li a {
    border-bottom: solid 1px #f1f1f1;
    padding: 7px 10px;
}

nav.navigation_main.custom_navigation_main ul li.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}
/**drop down menu css end***/

/***cart dropdown css start***/
.cart-dropdown, .add-tocart-popup {
    padding: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: none;
    opacity: 0;
    position: absolute;
    width: 200px;
    right: 20px;
    top: 100px;
    background: #ffffff;
}

    .cart-dropdown.show, .add-tocart-popup.show {
        display: block;
        opacity: 1;
        animation: show-navbar-dropdown .25s ease forwards;
        pointer-events: auto;
    }

.add-tocart-popup {
    position: fixed;
    z-index: 10;
    right: 40px;
    width: 300px;
    top: 90px;
}

    .add-tocart-popup.reorder-success-popup {
        right: 30px;
        left: inherit;
        bottom: 10px;
    }

        .add-tocart-popup.reorder-success-popup a.got-to-cart.default-btn {
            display: inline-block;
            width: auto;
            text-align: center;
            color: #ffffff;
        }

            .add-tocart-popup.reorder-success-popup a.got-to-cart.default-btn:hover {
                color: #f85a16;
            }

    .add-tocart-popup a#removeCartBox, .add-tocart-popup a#removeReorderBox {
        position: absolute;
        right: -10px;
        top: -15px;
        width: 25px;
        height: 25px;
        background: #333;
        color: #ffffff;
        text-align: center;
        line-height: 24px;
        font-size: 13px;
        border-radius: 54px;
        box-shadow: 0 0 0px 1px #ffffff;
    }

    .add-tocart-popup .alert img {
        position: absolute;
        left: 7px;
        top: 13px;
    }

    .add-tocart-popup.reorder-success-popup .alert span {
        display: inline-block;
        margin: 10px 0;
        background: #ffffff;
        width: 40px;
        height: 40px;
        padding-top: 14px;
        border-radius: 50%;
    }

        .add-tocart-popup.reorder-success-popup .alert span img {
            position: static;
        }

    .add-tocart-popup.reorder-success-popup .alert p {
        margin-bottom: 5px;
    }

    .add-tocart-popup .alert {
        padding: 5px 10px;
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .add-tocart-popup.reorder-success-popup .alert {
        padding: 5px 10px;
        position: relative;
        line-height: 22px;
        text-align: center;
    }

.add-tocart-popup {
    position: fixed;
    z-index: 10;
    left: 20px;
    width: 300px;
    bottom: 90px;
    top: inherit;
}

    .add-tocart-popup .product-list {
        position: relative;
        padding-left: 80px;
        overflow: hidden;
        min-height: 76px;
    }

        .add-tocart-popup .product-list img {
            position: absolute;
            left: 0;
            width: 70px;
            max-height: 70px;
            border: solid 1px #cccccc;
        }

        .add-tocart-popup .product-list h4 {
            font-size: 12px;
            font-weight: 600;
            margin-top: 0;
        }

        .add-tocart-popup .product-list p {
            font-size: 12px;
            text-align: left;
        }

            .add-tocart-popup .product-list p span {
                float: right;
            }

    .add-tocart-popup .cart-note {
        margin-bottom: 10px;
        color: #575757;
    }

/******product list side bar*********************/
.product-sidebar-wrapper {
    border: solid 1px #eee;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

    .product-sidebar-wrapper .product-top-header {
        position: relative;
        border-bottom: solid 1px #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background: #f5f5f5;
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .product-sidebar-wrapper .product-footer-section .closeSideBar {
        float: right;
        /* font-family: arial; */
        color: #333;
        margin-top: 7px;
        margin-right: 12px;
    }

        .product-sidebar-wrapper .product-footer-section .closeSideBar:hover {
            color: #000000;
        }

    .product-sidebar-wrapper .product-top-header .default-btn {
        width: auto !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: normal !important;
        height: auto;
        color: #ffffff;
    }

        .product-sidebar-wrapper .product-top-header .default-btn:hover {
            color: #f85a16;
        }

    .product-sidebar-wrapper .product-top-header a {
        display: inline-block;
    }

    .product-sidebar-wrapper .product-footer-section {
        position: relative;
        /* border-top: solid 1px #eaeaea;
        padding-top: 5px;
        margin-top: 10px;*/
        line-height: normal;
        padding-top: 10px;
    }

    .product-sidebar-wrapper .product-middle-section {
        max-height: 50vh;
        overflow-y: auto;
        padding-right: 20px;
    }
        /* width */
        .product-sidebar-wrapper .product-middle-section::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        .product-sidebar-wrapper .product-middle-section::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .product-sidebar-wrapper .product-middle-section::-webkit-scrollbar-thumb {
            background: #888;
        }

            /* Handle on hover */
            .product-sidebar-wrapper .product-middle-section::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.product-middle-section h4, .product-middle-section h4 a {
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    color: rgb(51, 51, 51);
}

.product-middle-section p {
    font-size: 12px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: normal;
}

.product-middle-section img {
    width: 70px;
    border: solid 1px #cccccc;
    max-height: 70px;
}

.text-red {
    color: #f00 !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.product-middle-section p span {
    float: right;
}

.product-middle-section hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-art-side-bar {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 40px;
    top: 10px;
}

.product-footer-section .cart-note {
    margin-bottom: 5px;
}

.product-footer-section .default-btn {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    color: #ffffff;
    display: inline-block;
}

    .product-footer-section .default-btn:hover {
        color: #f85a16;
    }

.fh5co-nav ul li a {
    font-weight: 500 !important;
}


/******product list side bar end*********************/

/**bredcrumb css start***/
.breadcrumbNew {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

    .breadcrumbNew .breadcrumb-item {
        display: -ms-flexbox;
        display: flex;
        display: inline-block;
    }

html:not([dir=rtl]) .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    html:not([dir=rtl]) .breadcrumb-item + .breadcrumb-item::before {
        padding-right: .8rem;
    }

.breadcrumbNew .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: #8a93a2;
    /*content: "/";*/
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbNew .breadcrumb-item {
    color: #8c8c8c;
}

.bLEobJ {
    width: 100%;
    border: 0px;
    margin: 0px;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background: rgb(234, 234, 234);
    margin-bottom: 15px;
}

.detail_page.cust_detail_page {
    padding-top: 0;
}

.breadcrumbNew .breadcrumb-item, .breadcrumbNew .breadcrumb-item a {
    font-size: 13px;
}

.breadcrumbNew ol {
    padding: 10px 0;
}

.detail_page .details .colors.custom-color-css .select select {
    padding-top: 6px;
    padding-bottom: 6px;
}

.detail_page .details .colors.custom-color-css .select {
    display: inline-block;
    width: 30%;
    border-radius: 6px;
    cursor: pointer;
    background: no-repeat;
    padding-right: 4px;
    border-color: rgba(0, 0, 0, 0.1);
}

    .detail_page .details .colors.custom-color-css .select select {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: normal;
        appearance: auto;
        /* padding-right: 7px!important; */
        font-weight: 300;
        font-size: 16px;
    }

.detail_page .details .colors.custom-color-css {
    background: none;
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
}

/**category page with sidebar css start***/
#withSidebar .featured .slick-slider-recent-product .prd:hover {
    width: 92.5%;
}

#withSidebar .featured .slick-slider-recent-product .prd .cart-hover button {
    font-size: 14px;
    width: auto;
    vertical-align: top;
    width: 100%;
}

#withSidebar .featured .slick-slider-recent-product .prd .cart-hover .choose-option {
    width: 100%;
}

#withSidebar .featured-section.slick-slider-featured .slick-slide .cart-box .caption {
    width: 90%;
}
/**category page with sidebar css end***/
.product-list.cust-product-list .prd {
    min-height: 340px;
}

    .product-list.cust-product-list .prd:hover .cart-hover {
        display: block !important;
        clear: both;
    }

.product-list.cust-product-list .min-height {
    min-height: 340px;
}

.product-list.cust-product-list .prd .caption p.quick-info span:nth-child(2) {
    padding-left: 0px;
    margin-left: 0px;
}

    .product-list.cust-product-list .prd .caption p.quick-info span:nth-child(2):before {
        display: none;
    }

.mb-60 {
    margin-bottom: 50px !important;
}

.product-list.cust-product-list .prd .caption p.quick-info span {
    display: block
}

/****cart popup css start****/
#productCartPopUp {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none;
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 100;
    background: #fff;
    margin-top: 30px;
    border-radius: 6px;
}

    #productCartPopUp.popup-show {
        animation: show-navbar-dropdown .25s ease forwards;
        pointer-events: auto;
        opacity: 1;
        display: block;
    }

/****cart popup css end****/

/***information tooltip css start***/
a.information-tooltip {
    font-size: 14px;
    color: #77797b;
}
/****information tooltip css end****/

/** product list quick addons***/
.product-list .thumb span.countNumber, .featured .slick-slider-recent-product .thumb span.countNumber {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f85a16;
    width: 25px;
    height: 25px;
    border-radius: 0;
    line-height: 25px;
    /* border: solid 1px #f1f1f1; */
    font-size: 12px;
    /* box-shadow: 0 0 23px #f1f1f1; */
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
}

#secondaryMenu .nav > li > a:focus {
    background: none;
}

/***submenu css start***/
.desktop-header-category-dropdown {
    position: absolute;
    left: 0px;
    /* bottom: 0px; */
    width: 100%;
    transform: translateY(76px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    /*padding: 30px 20px;*/
    /*padding:20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /* height: 484px; */
    top: 0;
    background: rgb(255, 255, 255);
    z-index: -1;
    border: none;
    opacity: 0;
}

    .desktop-header-category-dropdown.show {
        z-index: 100;
        opacity: 1;
        transform: translateY(76px);
        top: 0;
    }

    .desktop-header-category-dropdown.category-menu.show {
        transform: translateY(76px);
    }

.fh5co-nav .top-menu.custom-topmenu .menu-1 .nav.nav-fill a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.fh5co-nav .top-menu.custom-topmenu .menu-1 {
    padding: 0;
}

.top-menu.custom-topmenu {
    position: relative;
    z-index: 2;
}

.fh5co-nav .top-menu.custom-topmenu .menu-1 .nav.nav-fill a:focus {
    background: none;
}

.background-overlay {
    background: rgb(255, 255, 255);
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-top: none;
    border-bottom: none;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 2px;
}

.fh5co-nav .custom-topmenu #categoryMenu .menu-1 {
    padding: 0px 0;
}

    .fh5co-nav .custom-topmenu #categoryMenu .menu-1 ul li a {
        padding-top: 7px;
        padding-bottom: 8px;
        color: #ffffff;
    }

.desktop-header-category-dropdown .submenu {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    /*justify-content: center;*/
    -webkit-box-align: stretch;
    align-items: stretch;
    align-self: stretch;
    height: 100%;
    width: 100%;
}

    .desktop-header-category-dropdown .submenu .menuColumn {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: auto;
        padding-right: 20px;
        border-right: 1px solid rgb(234, 234, 234);
        margin-right: 20px;
    }

        .desktop-header-category-dropdown .submenu .menuColumn:last-child {
            border-right: none;
            padding-right: 0px;
            margin-right: 0px;
        }

        .desktop-header-category-dropdown .submenu .menuColumn li {
            display: block;
        }

        .desktop-header-category-dropdown .submenu .menuColumn a {
            text-transform: inherit;
            /* font-weight: 200; */
            font-weight: 200;
            font-size: 13px;
            line-height: 22px;
            color: rgb(51, 51, 51);
            display: block;
            padding-top: 0px;
            padding-bottom: 0px;
            font-weight: 300 !important;
            padding: 0;
        }

            .desktop-header-category-dropdown .submenu .menuColumn a:hover {
                color: #f96c2f;
            }
/***submenu css start***/
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
        width: 100%;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .product-list .min-height:hover .position-absolute {
        width: 95.4%;
    }

    .product-list .category-product-list.col-lg-3 .min-height:hover .position-absolute {
        width: 96%;
    }

    .product-list.vendor-page-product-list .min-height:hover .position-absolute {
        width: 96.2%;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .product-list .min-height:hover .position-absolute {
        -chrome-: only(;
        width: 95.3%;
        );
    }
}

@media(min-width:769px) and (max-width:991px) {
    .product-art-side-bar {
        /*position: fixed !important;*/
        /*background: #ffffff;*/
        z-index: 9999;
        top: 80px !important;
        right: 60px;
        position: static !important;
    }

        .product-art-side-bar .product-sidebar-wrapper {
            background: #ffffff;
        }

    .product-sidebar-wrapper .product-middle-section {
        max-height: 250px;
    }
}

@media(max-width:768px) {
    .detail_page.cust_detail_page {
        padding-top: 10px;
    }

    nav.navigation_main.custom_navigation_main {
        margin-top: 0px;
    }

    header.site-header {
        box-shadow: 0 0 6px #cccccc;
    }

    #productCartPopUp .product-sidebar-wrapper .product-middle-section p {
        margin-bottom: 0px;
    }

    #productCartPopUp .product-sidebar-wrapper {
        text-align: left;
        background: #ffffff;
    }

    .product-art-side-bar {
        /*position: fixed !important;*/
        /*background: #ffffff;*/
        z-index: 9999;
        top: 80px !important;
        right: 0px;
        position: static !important;
    }

    #productCartPopUp {
        margin-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        top: 60px;
    }

    .product-art-side-bar .product-sidebar-wrapper {
        background: #ffffff;
    }

    .product-sidebar-wrapper .product-middle-section {
        max-height: 250px;
    }

    .product-art-side-bar .product-sidebar-wrapper .product-middle-section {
        max-height: none;
    }

    .fh5co-nav .custom-topmenu #categoryMenu {
        display: none;
    }

    .fh5co-nav .top-menu .flex-shrink-0 {
        display: none;
    }
}

/****new css start**/
.positionSticky {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 40px;
    top: 10px;
}

.out-of-stock {
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .out-of-stock span.outofstock-text {
        color: #f00;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        margin-right: 10px;
    }

    .out-of-stock .stock-btn {
        margin-left: 0px;
    }

.default-btn.w-auto {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.red {
    color: #f00;
}

.product-details-info a.reportBtn {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #000;
    /* border: solid 1px #f5f5f5; */
    padding: 12px 0px;
    border-radius: 50px;
    font-size: 14px;
}

.pt-40 {
    padding-top: 40px !important;
}
/***9june2021 css start***/
.pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
}

span.page-counter {
    margin-top: 20px;
    font-size: 1em;
    padding: 4px 0px;
    background: none;
    border: none;
    font-size: 13px;
    color: #878585;
    font-weight: normal;
    cursor: auto;
    display: block;
}

    span.page-counter:hover {
        background: none !important;
        color: #878585;
    }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #77797b;
    border-color: #77797b;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    color: #2a2a2a;
}
/**10 jun css start***/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #000;
        }

    .lds-spinner.white div:after {
        background: #ffffff;
    }

    .lds-spinner div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/***vendor page produt listing***/
.product-list.vendor-page-product-list .thumb {
    min-height: 248px !important;
    max-height: 248px;
}

.product-list.vendor-page-product-list .prd:hover .cart-hover {
    clear: both;
}

.product-list.vendor-page-product-list .min-height {
    min-height: 435px;
    margin-bottom: 0px;
}

.product-list.vendor-page-product-list .prd {
    min-height: 435px;
}

.product-list.vendor-page-product-list {
    margin-top: 15px;
}

    .product-list.vendor-page-product-list .min-height:hover .position-absolute {
        width: 96.2%;
    }

.product-list .category-product-list.col-lg-3 .thumb {
    min-height: 236px;
    max-height: 236px;
}

.custom-popup .modal-title {
    font-size: 18px;
    display: inline-block;
    width: 96%;
}

.custom-popup .modal-header button.close {
    margin-top: 0;
}

.custom-popup .modal-body {
    padding: 20px;
}

.custom-popup .modal-content .modal-body button.place_but {
    display: inline-block;
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
}

.featured.custom-featured-container .slick-dots {
    display: none !important;
}

/***28 june 2021 css start***/
.vendor-shipping.cust-vendor-shipping {
    width: 320px
}

table.vendor-shipping.cust-vendor-shipping td:last-child {
    padding-left: 15px;
}

table.vendor-shipping.cust-vendor-shipping td:first-child {
    padding-right: 15px;
}

.order-detail-quick-info {
    border: solid 1px #f2f2f2;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 10px;
}

    .order-detail-quick-info .order-head {
        padding-bottom: 0px;
    }

    .order-detail-quick-info strong span {
        font-weight: normal;
    }

    .order-detail-quick-info strong {
        display: block;
        margin-bottom: 5px;
    }

    .order-detail-quick-info .order-head:last-child strong {
        margin-bottom: 0px;
    }

.detail_page.cust_detail_page .cust-details h3.small-heading.size-18 {
    font-size: 17px;
}

.detail_page.cust_detail_page .cust-details .desc span {
    font-size: 14px;
}

.product-list .prd .caption p.quick-info span:first-child {
    font-size: 13px;
    margin-bottom: 6px;
}

.product-list.vendor-page-product-list .prd .caption p.quick-info span:first-child {
    font-size: 13px;
    margin-bottom: 0;
}

div#WithSidebar .pagination li:nth-child(2).disabled a {
    background: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

div#WithSidebar .pagination li:nth-child(2):not(.disabled) a {
    background: none;
    border-color: #f1f1f1;
    border-radius: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

div#WithSidebar .pagination li:nth-last-child(2).disabled a {
    background: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
}

div#WithSidebar .pagination li:nth-last-child(2):not(.disabled) a {
    background: none;
    border-color: #f1f1f1;
    border-radius: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
}

div#WithSidebar .pagination li a {
    margin: 0 5px;
    border-radius: 50px;
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 14px;
    font-size: 13px;
}

div#WithSidebar .pagination li:first-child, div#WithSidebar .pagination li:last-child {
    display: none;
}
/***28 june 2021 css end***/
/**08 july 2021 css start***/

.filter_row.cust_filter_row .RadPicker {
    width: auto !important;
}

.filter_row.cust_filter_row .btn-primary {
    padding: 2px 14px;
    margin-top: 4px;
    height: 32px
}

    .filter_row.cust_filter_row .btn-primary.refresh {
        padding-top: 7px;
    }

.filter_row.cust_filter_row.store {
    padding-bottom: 0;
}

.filter_row.cust_filter_row h6 {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 17px;
}

.custom-telrik-grid-table .RadGrid.RadGrid_Default table > thead > tr > th.rgHeader {
    /*color: #888;
    text-transform: uppercase;
    font-size: .714em;
    line-height: 2;
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    text-align: left;
    font-weight: normal;
    background-color: #d9d9d9;
    border-bottom: 1px solid #d9d9d9;*/
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
}

    .custom-telrik-grid-table .RadGrid.RadGrid_Default table > thead > tr > th.rgHeader.rgExpandCol {
        background: #d9d9d9;
    }

.custom-telrik-grid-table .RadGrid.RadGrid_Default .rgRow > td, .custom-telrik-grid-table .RadGrid.RadGrid_Default .rgAltRow > td {
    padding: 3px 13px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.custom-telrik-grid-table .RadGrid.RadGrid_Default td.rgGroupCol, .custom-telrik-grid-table .RadGrid.RadGrid_Default td.rgExpandCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-telrik-grid-table .RadGrid.RadGrid_Default .rgRow > td.bold, .custom-telrik-grid-table .RadGrid.RadGrid_Default td.bold {
    font-weight: bold;
}

.custom-telrik-grid-table .RadGrid.RadGrid_Default .rgDetailTable {
    border-color: #ccc;
}

.custom-telrik-grid-table .RadGrid.RadGrid_Default .rgAltRow {
    color: #333;
    background: #f2f2f2;
}
/****23 april 2022 css start****/
.shopping-cart-image img.img-responsive {
    margin-bottom: 10px;
}

.cart_button.qty-input input[type="text"] {
    margin-bottom: 15px;
    width: 120px;
}

.cart_button.qty-input strong {
    display: inline-block;
    padding-bottom: 7px;
}

.cart_button.qty-input .cart_but {
    margin-left: 0 !important;
}
/****23 april 2022 css end****/


/***responsive css start***/
/**08 july 2021 css end***/
@media(min-width:1500px) {
    .product-sidebar-wrapper .product-middle-section {
        max-height: 60vh;
    }
}

@media(min-width:1025px) {
    .product-list .category-product-list.col-lg-3 .min-height {
        min-height: 510px;
    }

    .product-list .category-product-list.col-lg-3 .prd {
        min-height: 430px;
    }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 305px;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .details.cust-details .block.product-detail-block li.last, .details.cust-details .block.product-detail-block li {
        width: 44%;
    }

        .details.cust-details .block.product-detail-block li:last-child {
            width: 80%;
        }

    .product-list .thumb {
        max-height: 143px;
        min-height: 143px;
    }

    .product-list .min-height {
        min-height: 346px;
    }

    .product-list .category-product-list.col-lg-3 .min-height {
        min-height: 436px;
    }

    .product-list .category-product-list.col-lg-3 .prd {
        min-height: 420px;
    }
}

@media(max-width:992px) {
    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 308px;
    }

    #withSidebar .featured .slick-slider-recent-product .prd:hover {
        width: 94.0%;
    }
}

@media(max-width:991px) {
    .detail_page.cust_detail_page .cust-details h2 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .cart_table .table tfoot td a.checkout_but {
        margin-top: 5px;
    }

    .product-list.vendor-page-product-list .prd .cart-hover {
        clear: both;
    }

    .product-list.vendor-page-product-list .category-product-list.col-lg-3 .min-height:hover .position-absolute {
        width: 100% !important;
    }

    .product-list.vendor-page-product-list .prd .caption p.quick-info {
        float: none;
    }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 232px;
    }

    .positionSticky {
        position: static !important;
    }
}

@media(max-width:800px) {
    /*#divStoreMemberMenu .nav > li > a i.fa.fa-angle-down {
            font-size: 16px;
        }*/
}

@media(min-width:769px) and (max-width:800px) {
    nav.navigation_main.custom_navigation_main ul.nav.navbar-nav.pull-right {
        width: auto;
        font-size: 0px;
    }
}

@media(min-width:768px) and (max-width:768px) {
    #divStoreMemberMenu .nav > li > a {
        margin-top: 5px !important;
        vertical-align: top;
    }
}

@media(min-width:768px) {
    .order-title-row .mb-0 {
        margin-bottom: 0px;
    }

    .order-title-row .mt-0 {
        margin-top: 0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but {
        width: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 39px;
        background-position: 9px 16px;
        padding-right: 10px;
    }

    .cart_table .table tfoot td .update_but, .cart_table .table tfoot td a.checkout_but {
        padding-right: 10px;
    }

    .product-list .thumb, .product-list .category-product-list.col-lg-3 .thumb {
        max-height: none;
        min-height: 470px;
    }

    .product-list .category-product-list.col-lg-3 .min-height {
        min-height: 710px;
    }

    .product-list .category-product-list.col-lg-3 .prd {
        min-height: 700px;
    }

    .product-list .cart-hover {
        display: block;
    }

    .product-list .prd .cart-hover {
        margin-top: 15px;
    }

    .product-list .min-height:hover .position-absolute {
        position: static;
        width: 100%;
    }

    .product-list .min-height {
        min-height: 568px;
    }

    .product-list .prd {
        min-height: 568px;
    }
    /**22april 2022 css start for tablet***/
    .shopping-bar-code img {
        max-width: 100%;
    }
    /**22april 2022 css end for tablet***/
}

@media(max-width:767px) {
    .cart_button.qty-input input[type="text"] {
        margin: 5px auto 15px;
    }
    /***product cart page css start**/
    .vendor-aside #graybox {
        word-wrap: break-word;
    }

    .vendor-article.custom-vendor-article .services table tr td {
        display: block;
        width: 100% !important;
        padding: 5px 0;
        line-height: normal;
        border-bottom: solid 1px #f1f1f1;
        line-height: 1.3;
        font-size: 16px;
    }

        .vendor-article.custom-vendor-article .services table tr td a {
            font-size: 16px;
        }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details table tr td label {
        margin-bottom: 5px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.total_amount {
        padding-top: 15px;
        font-size: 26px;
        font-weight: 500;
    }

    .inner_page.product-cart-wrapper .cart_table .grand_total span.total {
        font-weight: 500;
    }

    .inner_page.product-cart-wrapper .quantity {
        width: auto;
    }

    .inner_page.product-cart-wrapper table#cart tbody td::before {
        margin-right: 20px;
        width: 40%;
    }

    .inner_page.product-cart-wrapper .cart_table ul li {
        box-shadow: 0 0 9px #cccccc;
        padding: 30px;
    }

        .inner_page.product-cart-wrapper .cart_table ul li .table tbody td .quantity {
            display: inline;
        }

        .inner_page.product-cart-wrapper .cart_table ul li > table > tbody > tr {
            padding-bottom: 10px;
            padding-top: 10px;
            background: #ffffff;
            margin: 10px 0;
            padding: 20px;
            border: solid 1px #f1f1f1;
        }

        .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details table tr td:before {
            display: none;
        }

        .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details {
            padding: 15px 15px 15px 15px;
        }

            .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details table tr td input.form-control {
                width: 100%;
                height: 40px;
            }

            .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details table tr td input[type="radio"], .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td .details table tr td input[type="checkbox"] {
                margin-top: 0;
            }

        .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but, .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.update_but {
            display: block;
            width: auto;
            float: left;
            margin-left: 0;
            clear: both;
            margin-bottom: 10px;
        }

        .inner_page.product-cart-wrapper .cart_table ul li > table > tbody > tr td:last-child {
            border-bottom: none;
        }

        .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons {
            padding-bottom: 0;
        }
    /***product cart page css end**/
    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 237px;
    }
    /***product details page**/


    .detail_page .details.cust-details, .product-details-info, .detail_page.cust_detail_page .more_details {
        text-align: center;
    }

    .product-list .cart-hover {
        display: block;
    }

    .product-list .min-height:hover .position-absolute {
        position: static;
        clear: both;
    }

    .product-list .min-height:hover .position-absolute {
        width: 100%;
    }

    .product-list .prd .cart-hover {
        margin-top: 15px;
    }

    .product-list .prd {
        clear: both;
    }

    .product-list .thumb {
        min-height: 1px;
        max-height: none;
    }

    .product-list .category-product-list.col-lg-3 .thumb {
        min-height: 1px;
        max-height: none;
    }

    .product-list .prd .caption {
        text-align: center;
    }

        .product-list .prd .caption h3 {
            min-height: 1px;
        }
}

@media(min-width:550px) and (max-width:767px) {
    .inner_page.product-cart-wrapper table#cart tbody td::before {
        margin-right: 20px;
        width: 40%;
        position: absolute;
        left: 0;
    }


    .inner_page.product-cart-wrapper table#cart > tbody > tr > td {
        padding-left: 40%;
        position: relative;
    }
}

@media(max-width:549px) {
    .inner_page.product-cart-wrapper table#cart tbody td::before {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li > table > tbody > tr > td {
        padding: 10px 0 !important;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but {
        margin-bottom: 20px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but, .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.update_but {
        display: inline-block;
        width: auto;
        float: left;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.update_but {
        margin-bottom: 0px;
    }
}

@media(max-width:500px) {
    nav.navigation_main.custom_navigation_main {
        margin-right: 16px !important;
        margin-top: 0;
    }
}

@media(min-width:481px) and (max-width:767px) {
    header.site-header .container-fluid.postion-relative .header-right {
        position: static;
        padding-right: 25px;
    }
}

@media(max-width:480px) {

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but {
        margin-bottom: 20px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.save_but, .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.update_but {
        display: inline-block;
        width: auto;
        float: left;
        margin-bottom: 10px;
        margin-left: 0;
        padding-right: 10px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li table#cart tfoot td.buttons a.update_but {
        margin-bottom: 0px;
    }

    header.site-header .container-fluid.postion-relative nav.navigation_main.custom_navigation_main {
        padding-right: 15px !important;
    }

    .webpage-top .search_box .form-control {
        width: 70%;
    }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 228px;
    }

    .pagination > li > a {
        margin-bottom: 10px;
    }

    .featured .slick-slider-recent-product .thumb {
        max-height: none;
    }

    .featured .slick-slider-recent-product .prd {
        margin-right: 0px;
    }

        .featured .slick-slider-recent-product .prd .caption h3 {
            min-height: 1px;
        }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        margin-right: 0px;
    }

    .featured .slick-slider-recent-product .prd .cart-hover {
        display: block;
    }

    .featured .slick-slider-recent-product .prd .caption {
        text-align: center;
    }

    .featured .slick-slider-recent-product .prd:hover, #withSidebar .featured .slick-slider-recent-product .prd:hover {
        position: static;
        width: 97.5%;
    }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 345px
    }

    .details.cust-details .block.product-detail-block ul {
        margin-left: 0;
    }

    .details.cust-details .block.product-detail-block li.first, .details.cust-details .block.product-detail-block li.last {
        width: 100% !important;
        margin-left: 0;
    }

    #productCartPopUp {
        right: 0px;
        padding-right: 0px;
        width: 320px;
    }

    .cart_table .table tfoot td a.checkout_but {
        display: inline-block;
        clear: both;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width:375px) {
    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 357px;
    }
}

@media(max-width:340px) {
    #productCartPopUp {
        right: -8px;
        width: 300px;
    }
}

@media(max-width:414px) {
    .inner_page.product-cart-wrapper .cart_table ul li {
        box-shadow: 0 0 9px #cccccc;
        padding: 20px;
        margin-bottom: 20px;
        border-top: none;
    }

    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 398px;
    }

    .webpage-top .search_box .form-control {
        width: 58%;
    }

    .webpage-top .search_box .s-btn {
        padding: 8px 35px 13px;
    }
}

@media(min-width:411px) and (max-width:480px) {
    nav.navigation_main.custom_navigation_main ul li a.dropdown-toggle {
        padding: 4px 6px 0px 6px !important;
    }

    #toggleicon {
        top: 38px !important;
    }
}

@media(max-width:393px) {
    .inner_page.product-cart-wrapper table#cart tbody td::before {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .inner_page.product-cart-wrapper .cart_table ul li > table > tbody > tr > td {
        padding: 10px 0 !important;
    }
}

@media(min-width:375px) and (max-width:410px) {
    nav.navigation_main.custom_navigation_main ul li a.dropdown-toggle {
        padding: 4px 0px 0px 0px !important;
    }

    #toggleicon {
        top: 36px !important;
    }
}

@media(min-width:320px) and (max-width:360px) {
    nav.navigation_main.custom_navigation_main ul li a.dropdown-toggle {
        padding: 4px 0px 0px 1px !important;
    }

    #toggleicon {
        top: 44px !important;
    }
}

@media(max-width:320px) {
    .featured-section.slick-slider-featured .slick-slide .cart-box {
        max-height: 300px;
    }

    .webpage-top .search_box .form-control {
        width: 58%;
    }
}

.label-special-price-date {
    font-size: 1rem !important;
    color: blue;
}

    .label-special-price-date.detail {
        font-size: 1.2rem !important;
        display: block;
        margin-top: 0.6rem;
    }
