:root {
    --color-main: #000;
    --color-main-second: #000;
    --color-second: #f4f051;
    --color-lite-Two: #eaeded;
    --color-border-lite: #dfdfdf;
    --color-new-v1: #c6c6c6;
    --var-grey-border: solid 1px var(--color-border-lite);
    --var-color-border: solid 1px var(--color-main);
    --small-font: 12px;
    --small-second-font: 13px;
    --font-forteen: 14px;
    --font-fifteen: 15px;
    --gradient-color: #23bab0;
    --gradient-color-two: #1894c6;
    --gradient-v2-color: #1992c6;
    --gradient-v2-color-two: #3a67b5;
    --split-borderv1: solid 1px var(--color-main-second);
    --split-borderv2: solid 1px #000;
    --color-new-v5: #262626;
    /*    --color-main: #7e57c2;
    --color-main-second: #a887e0;
    --color-second: #002986;
    --color-lite-Two: #eaeded;
    --color-border-lite: #dfdfdf;
    --color-new-v1: #c6c6c6;
    --var-grey-border: solid 1px var(--color-border-lite);
    --var-color-border: solid 1px var(--color-main);
    --small-font: 12px;
    --small-second-font: 13px;
    --font-forteen: 14px;
    --font-fifteen: 15px;
    --gradient-color: #23bab0;
    --gradient-color-two: #1894c6;
    --gradient-v2-color: #1992c6;
    --gradient-v2-color-two: #3a67b5;
    --split-borderv1: solid 1px var(--color-main-second);
    --split-borderv2: solid 1px #533091;
    --color-new-v5: #262626;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    background: var(--color-lite-Two);
}

    body a {
        outline: none;
    }

.menuTextCenter {
    text-align: center;
}
/*-- ===================== Banner section Style ======================= --*/
#banner .firstSlide {
    background: var(--gradient-color);
    background: -moz-linear-gradient(top, var(--gradient-color) 0%, var(--gradient-color) 55%, var(--gradient-color-two) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--gradient-color)), color-stop(55%, var(--gradient-color)), color-stop(100%, var(--gradient-color-two)));
    background: -webkit-linear-gradient(top, var(--gradient-color) 0%, var(--gradient-color) 55%, var(--gradient-color-two) 100%);
    background: -o-linear-gradient(top, var(--gradient-color) 0%, var(--gradient-color) 55%, var(--gradient-color-two) 100%);
    /*background: -ms-linear-gradient(top, var(--gradient-color) 0%, var(--gradient-color) 55%, var(--gradient-color-two) 100%);*/
    background: linear-gradient(to bottom, var(--gradient-color) 0%, var(--gradient-color) 55%, var(--gradient-color-two) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient-color)', endColorstr='var(--gradient-color-two)', GradientType=0);
}

#banner .bx-wrapper {
    border: 0px !important;
    margin-bottom: 0px;
}

#banner .contentSec button {
    text-transform: uppercase;
    color: var(--white);
    padding: 5px 10px;
    outline: none;
}

#banner .slider .container-fluid {
    padding: 0px;
}
/*padding: 50px;*/
#banner .contentSec {
    text-align: center;
    display: table;
}

    #banner .contentSec .contentText {
        vertical-align: middle;
        display: table-cell;
    }

    #banner .contentSec h1, #banner .contentSec h3 {
        font-weight: 700;
    }

    #banner .contentSec button {
        background: var(--color-main);
        border: none;
        margin-top: 20px;
    }

#banner .secondSlide .contentSec h1, #banner .secondSlide .contentSec h3 {
    color: var(--white);
}

#banner .secondSlide {
    background: var(--gradient-v2-color);
    background: -moz-linear-gradient(top, var(--gradient-v2-color) 0%, var(--gradient-v2-color) 69%, var(--gradient-v2-color-two) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--gradient-v2-color)), color-stop(69%, var(--gradient-v2-color)), color-stop(100%, var(--gradient-v2-color-two)));
    background: -webkit-linear-gradient(top, var(--gradient-v2-color) 0%, var(--gradient-v2-color) 69%, var(--gradient-v2-color-two) 100%);
    background: -o-linear-gradient(top, var(--gradient-v2-color) 0%, var(--gradient-v2-color) 69%, var(--gradient-v2-color-two) 100%);
    /*background: -ms-linear-gradient(top, var(--gradient-v2-color) 0%, var(--gradient-v2-color) 69%, var(--gradient-v2-color-two) 100%);*/
    background: linear-gradient(to bottom, var(--gradient-v2-color) 0%, var(--gradient-v2-color) 69%, var(--gradient-v2-color-two) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient-v2-color)', endColorstr='var(--gradient-v2-color-two)', GradientType=0);
}

    #banner .secondSlide .contentSec button {
        border: solid 2px var(--white);
    }

#banner .thirdSlide {
    background: url('../images/banner04.png')
}

#banner .bx-wrapper .bx-prev {
    background: url('../lib/bx/controlls.png') no-repeat -5px -18px;
    margin-left: 15px;
    left: 10px;
    right: auto;
}

#banner .bx-wrapper .bx-next {
    background: url('../lib/bx/controlls.png') no-repeat -3px -67px;
    margin-right: 15px;
    left: auto;
    right: 10px;
}

#banner .bx-wrapper .bx-controls-direction a {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    /*transform: rotate(180deg);*/
}

#banner .contentSec ul {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
}

    #banner .contentSec ul li {
        width: 50%;
        float: left;
        list-style: none;
        color: var(--color-new-v1);
    }

        #banner .contentSec ul li p {
            font-weight: 700;
            margin-bottom: 0px;
        }

        #banner .contentSec ul li:first-child {
            border-right: solid 2px var(--white);
        }

#banner .bannerRow img {
    margin: 0 auto;
}

.quicklookModel .modelImgs {
    padding: 30px;
    text-align: center;
}

.quicklookModel .modelDetail {
    padding: 30px 30px 30px 0;
}

    .quicklookModel .modelDetail h4 {
        font-weight: 700;
        word-break: break-all;
    }

    .quicklookModel .modelDetail h1 {
        font-weight: 700;
        font-size: 18px;
        color: var(--color-main);
    }

    .quicklookModel .modelDetail h2 {
        text-decoration: line-through;
        font-size: var(--font-fifteen);
    }

    .quicklookModel .modelDetail p {
        font-size: var(--font-forteen);
    }

    .quicklookModel .modelDetail button {
        font-size: var(--font-forteen);
        color: var(--white);
        border: none;
        padding: 5px 10px;
        margin: 2px 0;
    }

.quickDetButtonDiv {
    margin-bottom: 5px;
}

.quicklookModel .modelDetail a.ProductDetailView {
    background: var(--color-main);
    padding: 5px 10px;
    margin: 2px 0;
    font-size: var(--font-forteen);
    color: var(--white);
    text-decoration: none;
}

.quicklookModel .modelDetail button.BuyNow {
    /*background: #002986;*/
    background: var(--color-second);
    color: var(--dark);
}

.quicklookModel .modelDetail .fa {
    font-size: 20px;
    padding-left: 10px;
    color: var(--gray);
}

.QuickClose {
    position: absolute;
    top: 6px;
    right: 9px;
    padding: 10px !important;
}
/*-- ===================== Headder section Style ======================= --*/
header {
    background: var(--color-main);
}

.nav-Search {
    padding: 10px 0 4px 0;
}

.nav-Main {
    padding: 0 0 10px 0;
}

.titleSearchBox .input-group-btn.search-panel {
    background: var(--color-border-lite);
    outline: none;
    border-radius: 5px 0px 0px 5px;
}

    .titleSearchBox .input-group-btn.search-panel .btn {
        font-size: var(--font-forteen);
    }

        .titleSearchBox .input-group-btn.search-panel .btn:focus {
            box-shadow: none;
        }

.titleSearchBox .dropdown-menu {
    border-radius: 0;
    margin: 1px 0;
    border: solid 1px var(--color-new-v1);
}

    .titleSearchBox .dropdown-menu li {
        padding: 4px 15px;
        font-size: var(--small-second-font);
    }

        .titleSearchBox .dropdown-menu li:hover {
            background: var(--color-main-second);
        }

        .titleSearchBox .dropdown-menu li a {
            width: 100%;
            display: block;
            color: var(--color-new-v5);
        }

        .titleSearchBox .dropdown-menu li:hover a {
            color: var(--white);
            text-decoration: none;
        }

.titleSearchBox .searchBtn {
    /*background: var(--color-second);*/
    border-radius: 0px 5px 5px 0px;
}

    .titleSearchBox .searchBtn button .fa {
        /*color: var(--white);*/
        color: var(--dark);
    }

.titleSearchBox .form-control {
    border: 0px;
    border-radius: 11px !important;
    box-shadow: none;
}

.titleSearchBox .input-group-btn.search-panel {
    line-height: 1 !important;
}

.titleSearchBox .input-group {
    background: var(--white);
    border-radius: 8px;
}

.addressBlock {
    font-size: var(--small-second-font);
    color: var(--white);
    margin-right: 30px;
    cursor: pointer;
    background: url(../images/location-mark.png) 0 center no-repeat;
    padding-left: 31px;
}

.aB_First i {
    font-style: normal;
    font-size: var(--font-fifteen);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    display: inline-block;
    line-height: 12px;
}

.aB_Second {
    font-size: var(--font-fifteen);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
}

.nav-item.dropdown a {
    line-height: 16px;
    color: var(--color-new-v5);
    text-align: left;
    line-height: 20px;
}

.btn-secondary {
    background: var(--color-main-second);
    border: 0px;
    box-shadow: none;
}

.btn-primary {
    background: var(--color-main);
    border: 0px;
    box-shadow: none;
}

.cd-dropdown-trigger .firstLine, .nav-item.dropdown a .firstLine {
    font-size: var(--small-second-font);
}

.cd-dropdown-trigger .SecondLine, .nav-item.dropdown a .SecondLine {
    font-size: var(--font-fifteen);
    font-weight: 700;
    max-width: 120px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.navbar {
    padding: 0px;
}

.navbar-nav .nav-item {
    font-size: var(--font-forteen);
    color: var(--white);
    padding: 0 9px;
    display: table;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(214, 214, 214,1);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: var(--white);
    }

.dropdown-menu:before {
    content: "";
    position: absolute;
    border-bottom: 6px solid var(--white);
    border-right: 6px solid rgba(255,255,255,0);
    border-left: 6px solid rgba(255,255,255,0);
    top: -6px;
    right: 29px;
}

.dropdown-item {
    padding: 6px 15px;
    font-size: var(--small-second-font);
}

.mdm a {
    border: 0px;
    line-height: 16px !important;
    padding: 4px 15px !important;
    font-size: var(--small-second-font) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: var(--white);
    }

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: var(--white);
}

.dropdown-menu > li > a {
    color: #428bca;
}

.dropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
}

    .dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 6px solid var(--white);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        top: -6px;
        right: 29px;
        z-index: 10;
    }

    .dropdown ul.dropdown-menu li:hover .mega {
        display: block;
    }

.mega {
    width: 600px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    /*background: var(--white);
    border: 1px solid var(--color-border-lite);*/
    border-radius: 4px;
    min-height: 100%;
    /*padding: 15px;*/
    padding: 0 15px;
}

.megaCols {
    background: var(--white);
    border-left: 0px solid var(--color-border-lite);
    border-top: 1px solid var(--color-border-lite);
    border-right: 0px solid rgb(11, 168, 11);
    border-bottom: 1px solid var(--color-border-lite);
}

    .megaCols:first-child {
        border-left: 1px solid var(--color-border-lite);
    }

    .megaCols:last-child {
        border-right: 1px solid var(--color-border-lite);
    }


.mega .featured {
    float: right;
    width: 440px;
}

    .mega .featured img {
        max-width: 400px;
    }

.dropdown-menu {
    z-index: 99999;
}

.mega h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 15px;
}

.mega aside ul {
    padding-left: 0px;
}

    .mega aside ul li {
        list-style: none;
        line-height: 15px;
        padding: 5px 0;
        font-weight: 600;
        text-decoration: none;
    }

        .mega aside ul li a {
            font-size: var(--small-second-font);
            text-decoration: none;
        }

            .mega aside ul li a:hover {
                color: var(--color-main);
            }

            .mega aside ul li a span {
                font-size: 11px;
                color: var(--gray);
                font-weight: 400;
            }

.megaCols h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .megaCols h4:first-child {
        margin-top: 0px;
    }


.mega {
    background-repeat: no-repeat;
    background-position: 0 100%;
}

    .mega.camera {
        background-image: url('../images/menubg-01.png');
    }

    .mega.mobiles {
        background-image: url('../images/menubg-02.png');
    }

.dropdown-menu li {
    list-style: none;
}

    .dropdown-menu li:hover > a {
        color: var(--color-main);
        font-weight: 700;
    }

    .dropdown-menu li .fa {
        float: right;
    }

.nav-item.cart .fa {
    padding-left: 5px;
    font-size: 20px;
}

.nav-item.cart a.nav-link {
    position: relative;
}

.nav-item.cart a span {
    width: 21px;
    height: 21px;
    background: var(--danger);
    position: absolute;
    text-align: center;
    border-radius: 15px;
    line-height: 21px;
    top: 0px;
    right: -12px;
    z-index: 6;
    font-size: 11px;
}

.deliveryAddress .modal-header {
    padding: 10px 10px 8px 10px;
}

    .deliveryAddress .modal-header h5 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
    }

.deliveryAddress .modal-body p {
    font-size: var(--small-second-font);
    color: var(--gray);
}

.deliveryAddress .modal-body button {
    width: 100%;
    font-size: var(--font-forteen);
    padding: 4px;
}

    .deliveryAddress .modal-body button.current {
        border: solid 1px var(--color-main);
    }

    .deliveryAddress .modal-body button span {
        font-weight: 700;
    }

.deliveryAddress .modal-body a {
    font-size: var(--small-font);
    margin-top: 10px;
    margin-bottom: 10px;
}

.deliveryAddress .modal-body .pincode {
    font-size: var(--small-font);
    text-align: center;
    margin-top: 15px;
    border-bottom: var(--var-grey-border);
    padding-bottom: 5px;
    color: var(--gray);
    margin-bottom: 17px;
}

.deliveryAddress .modal-body .form-control {
    font-size: var(--small-second-font);
}

.deliveryAddress button.pinButton {
    background: var(--color-main);
    color: var(--white);
    border: solid 1px var(--color-main);
    outline: none;
    border-radius: 3px;
}

.deliveryAddress .pinButton {
    padding-left: 0px;
}
/*-- ========================content-Section============================== --*/
section.content-Section {
    padding: 10px 15px;
}

.ProductSlide {
    background: var(--white);
    margin: 10px 0;
    padding: 15px;
}

    .ProductSlide .ProContent {
        padding: 0 35px;
    }

        .ProductSlide .ProContent p {
            margin: 0px;
        }

            .ProductSlide .ProContent p.mainPrize {
                font-size: 20px;
            }
                /*font-size: var(--font-fifteen)*/
                .ProductSlide .ProContent p.mainPrize span {
                    font-size: var(--small-second-font);
                }

                .ProductSlide .ProContent p.mainPrize strong {
                    font-size: 17px;
                }

            .ProductSlide .ProContent p.oldPrize {
                font-size: var(--font-forteen);
                text-decoration: line-through;
                color: var(--gray);
            }

            .ProductSlide .ProContent p.DealEnd {
                font-size: var(--small-second-font);
                color: var(--gray);
                background: var(--color-main);
                padding: 3px;
            }

    .ProductSlide .owl-prev {
        position: absolute;
        left: 0;
        top: Calc( 50% - 20px);
        padding: 7px !important;
        background: var(--white) !important;
    }

    .ProductSlide .owl-next {
        position: absolute;
        right: 0;
        top: Calc( 50% - 20px);
        padding: 7px !important;
        background: var(--white) !important;
    }

        .ProductSlide .owl-prev span, .ProductSlide .owl-next span {
            font-size: 42px;
            height: 25px;
            width: 25px;
        }

    .ProductSlide .owl-nav button {
        margin: 0px !important;
        outline: none;
    }

    .ProductSlide h5 {
        margin-bottom: 10px;
        margin-top: 7px;
        font-weight: 700;
        color: var(--gray-dark);
        padding-left: 20px;
    }

        .ProductSlide h5 a {
            font-size: var(--font-fifteen);
            font-weight: normal;
            padding-left: 15px;
        }

    .ProductSlide .owl-theme .owl-nav [class*='owl-']:hover {
        color: #000 !important;
    }


.copyright {
    text-align: right;
}

.form-group label {
    font-size: var(--font-forteen);
    margin-bottom: 3px;
    color: var(--gray);
}

.form-group input {
    font-size: var(--font-fifteen);
}



/*-- ========================content-Section============================== --*/

/*--======================= newHeadder  ( .sec )================================--*/
.newHeadder .topRow {
    background: #5f39a1;
}

.secLogo {
    text-align: center;
}

.newHeadder .borderLeft {
    border-right: var(--split-borderv1);
}

.newHeadder .borderRight {
    border-left: var(--split-borderv2)
}
/*--====================== footer section design =============================--*/
footer section.footerLinks {
    background: var(--color-main);
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    color: var(--white);
    border-bottom: var(--split-borderv2)
}

footer h6 {
    font-weight: 700;
    color: var(--white);
}

footer ul {
    padding: 0px;
}

    footer ul li {
        list-style: none;
    }

        footer ul li a {
            color: var(--white);
            font-size: var(--small-second-font);
        }

            footer ul li a:hover {
                color: var(--color-new-v1);
            }

footer section.ftrLastSection {
    /*background: #432b6d;*/
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

    footer section.ftrLastSection a {
        color: var(--white);
        font-size: var(--small-second-font);
    }

ul.appUl li {
    margin-top: 10px;
}

.RTE-inner {
    padding: 45px 0;
}

    .RTE-inner .contentPanel {
        background: var(--white);
        padding: 40px;
        float: left;
        width: 100%;
    }

    .RTE-inner h1.pageHeadder {
        font-weight: 600;
        font-size: 23px;
    }

    .RTE-inner h1, .RTE-inner h2, .RTE-inner h3, .RTE-inner h4, .RTE-inner h5, .RTE-inner h6 {
        font-weight: 700;
    }

    .RTE-inner h1 {
        font-size: 26px;
    }

    .RTE-inner h2 {
        font-size: 23px;
    }

    .RTE-inner h3 {
        font-size: 20px;
    }

    .RTE-inner h4 {
        font-size: 19px;
    }

    .RTE-inner h5 {
        font-size: 18px;
    }

    .RTE-inner h6 {
        font-size: 16px;
    }

    .RTE-inner img {
        float: left;
        margin: 0 15px 15px 0;
        max-width: 100% !important;
        height: auto !important;
    }

    .RTE-inner p {
        font-size: var(--font-forteen);
        line-height: 26px;
        color: var(--dark);
    }

        .RTE-inner p strong {
            font: 700;
        }

    .RTE-inner ul, .RTE-inner ol {
        clear: both;
        padding-left: 20px;
    }

        .RTE-inner ul li, .RTE-inner ol li {
            margin-bottom: 10px;
            font-size: var(--font-forteen);
        }

    .RTE-inner .career {
        background: var(--white);
        border: var(--color-border-lite);
        padding: 20px 15px;
        margin: 0 0 30px 0;
    }

        .RTE-inner .career ul {
            margin-bottom: 5px;
        }

            .RTE-inner .career ul li {
                margin-bottom: 5px;
            }

        .RTE-inner .career a.readmore {
            font-size: var(--small-second-font);
            padding-left: 4px;
        }

        .RTE-inner .career img {
            margin: 0px;
        }

        .RTE-inner .career h5 {
            margin-top: 10px;
        }

    .RTE-inner .breadcrumb {
        padding: 0px;
        margin: 0px;
    }

        .RTE-inner .breadcrumb li.breadcrumb-item {
            font-size: var(--small-font);
        }

            .RTE-inner .breadcrumb li.breadcrumb-item a {
                color: var(--gray);
                font-size: var(--small-font);
            }


.store-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .store-section .StoreNameDiv {
        border-bottom: var(--var-grey-border);
    }

        .store-section .StoreNameDiv .store {
            padding: 30px 30px 20px 30px;
            background: var(--white);
        }

            .store-section .StoreNameDiv .store p .fa {
                color: var(--color-main);
                font-size: 14px;
            }

            .store-section .StoreNameDiv .store p.storeName {
                font-size: 17px;
                font-weight: bold;
                margin-bottom: 1px;
            }

            .store-section .StoreNameDiv .store p.openingTime span {
                margin-left: 4px;
            }

            .store-section .StoreNameDiv .store p.openingTime {
                font-size: var(--small-second-font);
                color: var(--gray);
                margin-bottom: 10px;
            }

            .store-section .StoreNameDiv .store p.location, .store-section .StoreNameDiv .store p.mobilephone {
                font-size: var(--font-forteen);
                color: var(--gray);
                padding-left: 14px;
                margin-bottom: 10px;
            }

                .store-section .StoreNameDiv .store p.location .fa, .store-section .StoreNameDiv .store p.mobilephone .fa {
                    margin-left: -14px;
                    font-size: 20px;
                }

            .store-section .StoreNameDiv .store p.mobilephone {
                margin-bottom: 2px;
            }

            .store-section .StoreNameDiv .store button {
                font-size: var(--small-second-font);
                margin-top: 5px;
            }


    .store-section .bx-wrapper {
        margin-bottom: 0px;
    }

    .store-section a.bx-prev {
        top: 0px !important;
        left: auto;
        right: 58px;
        background-color: var(--white);
        width: 54px;
        height: 24px;
        background-image: url(../images/icons/topbottom-arrow.png);
        background-position: center 4px !important;
        cursor: pointer !important;
    }

    .store-section a.bx-next {
        top: 0;
        right: 0;
        background-color: var(--white);
        width: 54px;
        height: 24px;
        background-image: url(../images/icons/topbottom-arrow.png);
        background-position: center -29px !important;
        cursor: pointer !important;
    }

    .store-section .contactform {
        background: var(--white);
        padding: 30px;
    }

        .store-section .contactform label {
            width: 100%;
        }

        .store-section .contactform textarea {
            height: 194px;
        }

        .store-section .contactform .btnCols {
            padding-top: 26px;
        }

    .store-section h5 {
        font-weight: bold;
    }

    .store-section .locateUs {
        margin-bottom: 35px;
    }

    .store-section .locationDiv {
        background: var(--white);
        padding: 15px;
    }


.item h4.itemHead {
    text-align: center;
    font-size: var(--font-fifteen);
    color: var(--black);
    color: #0054af;
    margin-bottom: 0px;
    padding: 0 6px;
    width: 100%;
    max-height: 41px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    /*line-clamp: 2;*/
    -webkit-line-clamp: 2;
    /*-moz-line-clamp: 2;*/
    /*-o-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

    .item h4.itemHead a {
        text-decoration: none;
        color: var(--black);
        color: #0054af;
    }

        .item h4.itemHead a:hover {
            color: var(--dark);
            color: #007bff;
        }

.item p.itemClass {
    text-align: center;
    color: var(--gray);
    font-size: var(--small-second-font);
    margin-bottom: 0px;
}

.mainPrize .addTocartIcon {
    float: right;
}

    .mainPrize .addTocartIcon .fa {
        font-size: 30px;
        color: var(--gray);
    }

        .mainPrize .addTocartIcon .fa:hover {
            color: var(--color-main)
        }

.ProimageSlide {
    position: relative;
    min-height: 220px;
    padding: 0 10px;
}

.categoryShopListnewList .ProimageSlide {
    padding: 0px;
    margin: 10px 10px 0 10px;
}

a.quickLook-Btn {
    font-size: 15px;
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 7px;
    display: none;
    text-decoration: none;
    margin-left: -10px;
}

.ProimageSlide:hover > a.quickLook-Btn {
    display: block;
}

a.quickLook-Btn span {
    background: var(--color-main);
    padding: 6px 35px;
    border-radius: 6px;
}

a.quickLook-Btn:hover > span {
    background: var(--color-main-second);
}

.slide_headder {
    border-bottom: solid 1px #DCDCDC;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

button.outstock-indBtn {
    display: none;
    background: none;
    border: none;
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    outline: none
}

.no-stoke button.outstock-indBtn {
    display: block;
}

    .no-stoke button.outstock-indBtn span {
        background: var(--red);
        color: var(--white);
        padding: 5px 19px;
        border-radius: 5px;
        font-size: var(--small-second-font);
    }

.no-stoke .quickLook-Btn {
    display: none !important;
}

.no-stoke .addTocartIcon {
    display: none;
}

.page-link {
    color: var(--color-main);
}

.userDropDown a span.point {
    color: var(--color-main);
    font-weight: 700;
    float: right;
}

.userDropDown a span.notify {
    color: var(--white);
    background: var(--danger);
    padding: 3px 7px;
    border-radius: 50%;
    float: right;
    font-size: var(--small-font);
}

.notificationAccount {
    position: relative;
}

    .notificationAccount.notification .SecondLine::after {
        /*content: "\f0f3";
        font-family: 'FontAwesome';
        border: none;
        position: absolute;
        top: -3px;
        right: 0px;
        color: var(--white);
        background: var(--danger);
        border-radius: 50%;
        padding: 1px 5px;
        font-size: var(--small-second-font);*/
    }

.navbar img {
    max-width: 150px;
}

.showImgDiv {
    text-align: center;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        display: inline-block;
        padding: 0 0 0 0px;
        background: url("../images/check-btns.png") no-repeat;
        height: 20px;
        width: 20px;
    }

    input[type=checkbox]:checked + label {
        background: url("../images/check-btns.png") 0 -28px no-repeat;
        height: 20px;
        width: 20px;
        display: inline-block;
    }

p.CheckBoxs span {
    font-size: var(--font-forteen);
}

.CheckBoxs label {
    margin-top: 12px;
    float: left;
}

    .CheckBoxs label span {
        margin-left: 5px;
        font-size: var(--font-forteen);
        color: var(--gray);
        cursor: pointer;
        min-width: 180px;
        float: left;
        text-align: left;
        padding-left: 24px;
    }

.loginBtn a {
    line-height: 31px;
}

    .loginBtn a .fa {
        font-size: 16px;
    }

.loginBtn .dropdown-menu a.dropdown-item.usrLogin {
    text-align: center;
}

    .loginBtn .dropdown-menu a.dropdown-item.usrLogin:hover {
        background: none;
    }

.loginBtn .dropdown-menu a.dropdown-item span.logBtn {
    background: var(--color-main);
    padding: 7px 18px;
    border-radius: 5px;
    color: var(--white);
}

.loginBtn .dropdown-menu a.dropdown-item.usrRegi {
    margin-top: 5px;
    background: none !important;
}

    .loginBtn .dropdown-menu a.dropdown-item.usrRegi span {
        padding: 0 10px;
        color: var(--color-main);
        font-weight: 700;
    }

.loginBtn .dropdown-menu {
    left: auto;
    right: 0;
}

.mobileCart .regisLog {
    font-size: var(--small-second-font);
}

.loginPopup .login-Box {
    padding: 60px;
    position: relative;
}

.loginPopup .login-Left {
    background: var(--color-main);
}

.loginPopup .modal-body {
    padding: 0px;
}

.loginPopup .login-Box .btn.btn-secondary {
    width: 100%;
    font-size: var(--font-fifteen);
    padding: 10px 0;
}

.loginPopup .login-Box p.forgotPasw {
    text-align: right;
    font-size: var(--font-forteen);
}

    .loginPopup .login-Box p.forgotPasw a {
        text-decoration: none;
    }

.loginPopup .modal-content {
    border-radius: 0px;
}

.loginPopup .login-Box p.newAccount {
    text-align: center;
    font-size: var(--font-forteen);
    margin-top: 10px;
    background: var(--color-new-v1);
    border-radius: 5px;
}

    .loginPopup .login-Box p.newAccount a {
        width: 100%;
        display: block;
        padding: 9px;
        color: var(--dark);
        text-decoration: none;
    }

.loginPopup .login-Box h4 {
    font-weight: 700;
}

.loginPopup .login-Left {
    padding: 60px;
}

    .loginPopup .login-Left p {
        color: var(--white);
        font-weight: 400;
        font-size: var(--small-second-font);
        color: var(--color-new-v1);
        margin-bottom: 25px;
    }

        .loginPopup .login-Left p:last-child {
            margin-bottom: 0px;
        }

    .loginPopup .login-Left h6 {
        color: var(--white);
        font-weight: 700;
        margin-bottom: 0px;
        font-size: var(--font-forteen);
    }

        .loginPopup .login-Left h6 .fa {
            padding-right: 6px;
            font-size: 26px;
        }

.loginPopup .login-Box button.close {
    position: absolute;
    top: 9px;
    right: 11px;
    outline: none;
}

.loginPopRow {
    /*margin: 0px;*/
}

.logTable {
    display: table;
    height: 100%;
}

.logTableCell {
    display: table-cell;
    vertical-align: middle;
}

.cartBucket {
    background: url(../images/cartbucket.png) no-repeat;
    float: left;
    width: 23px;
    height: 19px;
    margin: 0;
    background-size: contain;
}

    .cartBucket label {
        font-size: 10px;
    }

.mobileBanner {
    display: none !important;
}

.lgBanner {
    display: block !important;
}

.checkout-mobTab {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9 !important;
}

.resentOtp {
    font-size: var(--small-second-font);
    float: left;
    width: 100%;
    margin-bottom: 6px;
    color: rgb(11, 168, 11);
    display: none;
}

    .resentOtp.otpOn {
        display: block;
    }

.breadcrumb-item.backResult {
    margin-bottom: 10px;
}

span.videoIcon::after {
    content: "\f144";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

a.btn {
    background: var(--color-main);
    color: var(--white);
    font-size: var(--font-fifteen);
}

    a.btn:hover {
        color: var(--white);
        background: #007bff;
    }

.addaddress {
    display: table;
    width: 100%;
    min-height: 254px;
}

    .addaddress .plusaddress {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .addaddress .plusaddress .fa {
            color: var(--gray);
            cursor: pointer;
        }


.dtable {
    display: table;
    width: 100%;
}

.dtable-cell {
    display: table-cell;
    vertical-align: middle;
}

/*--======================== 30-07-2019 ==========================--*/
.orderSuccess {
    padding-top: 30px;
}

    .orderSuccess h5 {
        text-align: center;
        font-weight: 700;
    }

        .orderSuccess h5 .fa {
            color: var(--green);
            font-size: 22px;
            margin-top: 0;
        }

.orderFailure {
    padding-top: 30px;
}

    .orderFailure h5 {
        text-align: center;
        font-weight: 700;
    }

        .orderFailure h5 .fa {
            color: var(--red);
            font-size: 22px;
            margin-top: 0;
        }

.totalTR ul.CheckOut {
    float: right;
    max-width: 275px;
    width: 100%;
    margin-bottom: 0px;
}

.succesOrdr td.productName h5.ProductTitle-ecli {
    font-weight: normal;
    font-size: var(--font-fifteen);
    line-height: 24px;
}

.succesOrdr td.quanitity .input-group {
    border: none;
}

    .succesOrdr td.quanitity .input-group input {
        border: solid 1px var(--color-border-lite);
    }

.orderAddress p.name {
    font-size: var(--font-fifteen);
    font-weight: 700;
    color: var(--gray-dark);
}

.orderAddress p {
    font-size: var(--small-second-font);
    color: var(--gray);
    margin-bottom: 2px;
}

.succesOrdr table td {
    padding-top: 10px !important;
}

    .succesOrdr table td.priceTd {
        padding-top: 35px;
    }

.succesOrdr .Brand_n_Sold {
    border-bottom: 0px;
}

.DigitChangeLanguage {
    cursor: pointer;
}

.ShoppingtnakyouMsg {
    font-size: var(--small-second-font);
    color: var(--gray);
    text-align: center;
}

.videoIcon {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
}

.logTableCell img {
    max-width: 125px;
    margin-bottom: 10px;
}

.progress .progress-order {
    width: 0%;
}

.progress .progress-packed {
    width: 35%;
}

.progress .progress-shipped {
    width: 70%;
}

.progress .progress-delivered {
    width: 100%;
}



/*--======================== 30-07-2019 End ==========================--*/
/*--======================== 01-08-2019 Start ========================--*/
.SearchLookup li.selectedclass {
    background-color: #e0e0e0;
}

/*.SearchLookup li:first-child.selectedclass {
    background-color:#fff;
}*/
.searchEmpty h5 {
    margin-bottom: 5px;
}

.searchEmpty p {
    font-size: var(--small-second-font);
    color: gray;
}

.improveMsg {
    margin-top: 45px;
}

    .improveMsg textarea {
        width: 100%;
        height: 130px;
        resize: none;
        border: var(--color-border-lite) solid 1px;
        border-radius: 5px;
        padding: 15px;
        font-size: var(--small-second-font);
    }

    .improveMsg .buttonSection {
        padding-top: 10px;
        margin-bottom: 30px;
    }

.stroke-On {
    border: var(--var-grey-border);
    border-left: 0px;
    border-top: 0px;
}

.categoryLidting ul.pagination {
    margin-top: 15px;
}

h4.itemHead.category {
    margin-bottom: 15px;
}
/*--======================== 01-08-2019 End ==========================--*/
/*--======================== 02-08-2019 start ==========================--*/
.trackIdDiv {
    margin-top: 40px;
}


p.payid {
    margin-bottom: 4px;
    font-size: var(--font-forteen);
    color: var(--gray);
    line-height: 25px;
}

    p.payid span {
        font-weight: 700;
    }

.succesOrdr .cart table .quanitity {
    max-width: 100px;
    width: 100px;
}

.EcommerceContent {
    min-height: 60vh;
}
/*--======================== 02-08-2019 End ============================--*/
/*======================== 28/08/2019 cart empty open =======================--*/
.cart-empty {
    text-align: center;
}

    .cart-empty h4 {
        color: var(--gray);
        margin-top: 35px;
        font-weight: bold;
    }

    .cart-empty p {
        color: var(--gray-dark);
        font-size: var(--small-second-font);
    }

    .cart-empty a {
        margin-bottom: 30px;
        background: var(--color-main);
        padding: 7px 18px;
        border-radius: 5px;
        color: var(--white);
        border: none;
        outline: none;
    }

        .cart-empty a:hover {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
            text-decoration: none;
        }
/*======================== 728/08/2019 cart empty close ======================--*/

@media (max-width: 1280px) {
    section.content-Section {
        padding: 0 0 !important;
    }

    .checkOutInner {
        padding: 30px 7px;
    }

    .ProimageSlide {
        min-height: 173px;
    }

    .ProductSlide .ProContent {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    section .content-Section, footer section.footerLinks {
        padding: 10px 50px;
    }

    .displayMobileMenu {
        display: none;
    }

    .displayLgMenu {
        display: block;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        margin-top: 0px;
    }

    .navbar-expand-lg .navbar-nav .titleSearchBox .dropdown-menu {
        left: 0;
        right: auto;
    }

        .navbar-expand-lg .navbar-nav .titleSearchBox .dropdown-menu::before {
            content: '';
            display: none;
        }

    .dpm-Left {
        left: 0 !important;
        right: auto !important;
    }

    .dropdown ul.dpm-Left:before {
        left: 29px !important;
        right: auto !important;
    }

    .navbar-nav > .nav-item > a {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }
}

@media (max-width: 1450px) {
    .mobileBanner {
        display: block !important;
    }

    .lgBanner {
        display: none !important;
    }

    .bx-wrapper img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .dropdown-menu:before {
        display: none;
    }

    .nav-item.cart a span {
        right: 0px;
        top: auto;
    }

    li.nav-item {
        border-top: var(--split-borderv1);
        border-bottom: var(--split-borderv2)
    }

    .navbar-nav.mr-auto li:first-child {
        border-top: solid 0px;
    }

    .navbar-nav.navbar-right li:last-child {
        border-bottom: solid 0px;
    }

    .dropdown-menu {
        background-color: var(--color-main);
        margin-bottom: 20px;
        border-radius: 0px !important;
    }

    .dropdown-divider {
        border-top: 1px solid var(--color-main);
    }

    .nav-item.dropdown a {
        color: var(--white);
    }

    .nav-item.dropdown .userDropDown a:hover {
        color: var(--color-main);
    }

    /* .titleSearchBox {margin-bottom: 20px;} */
    .deliveryAddress .pinButton {
        padding-left: 15px;
        margin-top: 5px;
    }

    .displayMobileMenu {
        display: block
    }

    .displayLgMenu {
        display: none !important;
    }

    .mobileSearch ul {
        padding: 0px;
    }

        .mobileSearch ul li.titleSearchBox {
            list-style: none;
            padding: 6px 0px 0px;
            margin-bottom: 9px;
        }

    .mobileSearch .titleSearchBox .dropdown-menu {
        background: var(--white);
    }



    ul.mobileCart {
        margin-bottom: 0px;
        float: right;
        margin-top: 10px;
        padding-left: 0px;
    }

    .mobileCart li {
        display: inline-block;
        border-bottom: 0px;
        border-top: 0px;
        float: left;
    }

        .mobileCart li a {
            padding: 5px 10px;
        }

        .mobileCart li.nav-item.cart {
            list-style: none;
            border-bottom: 0px;
            border-top: 0px;
        }

            .mobileCart li.nav-item.cart a {
                color: var(--white);
            }

                .mobileCart li.nav-item.cart a span {
                    top: -6px !important;
                    right: -7px !important;
                }

    .notificationAccount {
        margin-top: 3px;
    }

    li.nav-item.dropdown:nth-child(2) {
        margin-right: 6px;
        margin-left: 6px;
    }

    .langSwitch a span:nth-child(1) {
        margin-right: 5px;
        margin-top: 2px;
    }

    /* ul.mobileCart .notificationAccount::after{top: -10px; right:-9px;} */

    .navbar {
        display: block;
    }

    .mobileSearch ul {
        margin-top: -58px;
        margin-bottom: 0;
    }

    .navbar-nav {
        margin: 0px !important;
        display: block;
    }

    .navbar-light .navbar-toggler {
        outline: none;
        width: 20px;
        padding: 0;
        border: none;
    }

    .navbar-light .navbar-toggler-icon {
        background-position: 0;
        background-size: 20px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav > .nav-item > a {
        height: 30px;
    }
}

@media (max-width: 1025px) {
    .mobLangBtns {
        margin-top: 2px;
    }
}

@media (max-width: 990px) {
    .modal.deliveryAddress {
        z-index: 9999;
    }

    .ProimageSlide {
        max-width: 231px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        min-height: 180px;
    }

    .ProductSlide .owl-prev span, .ProductSlide .owl-next span {
        font-size: 25px;
    }

    .navbar img {
        /*max-width: 120px;*/
    }

    .mobileSearch ul {
        margin-top: -40px;
    }

    .notificationAccount {
        margin-right: -10px;
    }

        .notificationAccount.notification {
            margin-right: 3px;
        }

            .notificationAccount.notification::after {
                position: absolute;
                top: 14px;
                right: -5px;
            }

        .notificationAccount::after {
            position: absolute;
            top: 12px;
            right: 0px;
        }

        .notificationAccount span.firstLine {
            float: left;
        }

        .notificationAccount span.SecondLine {
            max-width: 83px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .notificationAccount.notification span.SecondLine {
            max-width: 78px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

@media (max-width: 850px) {
    .ftrLastSection .copyright, .ftrLastSection {
        text-align: center;
    }

    .mobileCart li.nav-item.cart {
        padding-left: 13px;
    }
}

@media (min-width: 576px) {
    .deliveryAddress .modal-dialog {
        max-width: 350px;
    }
}


@media (max-width: 600px) {
    .notificationAccount.notification .SecondLine::after {
        /*content: '' !important;
        width: 10px;
        height: 10px;
        top: 0;
        border: solid 1px #fff8;*/
    }

    .navbar-light .navbar-toggler {
        width: 16px;
        overflow: hidden;
    }

    .navbar img {
        max-width: 65px !important;
        margin-top: 5px;
    }

    #no-more-tables {
        padding-top: 15px;
    }

    .productDetail-Tab {
        padding: 20px 0px !important;
    }
}

@media (max-width: 576px) {
    .notificationAccount.notification::after {
        top: 10px !important;
        right: -11px !important;
    }

    .dropdown-menu.show {
        display: block;
        padding: 9px;
    }
}


@media (max-width: 767px) {
    .hiddenme-mobile {
        display: none;
    }

    .mobileSearch {
        padding: 0px;
    }

        .mobileSearch ul {
            margin-top: 0px;
            margin-bottom: 10px;
        }

    .navbar img {
        max-width: 95px;
    }

    .padd-ing10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.mobileCart {
        margin-top: 4px;
    }

    /* ul.mobileCart .notificationAccount::after{top:-6px;} */
    .mobileCart li.nav-item.cart a span {
        top: -1px !important;
    }

    .mobileCart li:first-child a {
        padding-left: 0;
        padding-right: 0px;
        float: left;
        padding-top: 0px;
    }

        .mobileCart li:first-child a span {
            float: left;
        }

    .loginPopup .login-Box {
        padding: 30px;
    }

    .RTE-inner img {
        width: 100% !important;
    }

    .langSwitch a span {
        font-size: 12px;
    }
}


/* created by karthik */
.OnlyAvailable {
    color: red;
    font-weight: 500;
    text-align: center;
    display: none;
}

span[id^="future_date"] {
    font-size: 13px;
    color: var(--white);
}

    span[id^="future_date"] span {
        background: var(--white);
        margin: 0 1px 0 0;
        padding: 0 2px;
        color: var(--color-main);
    }

/*span[id^="future_date"] span:last-child{
        background:#000;
        width:100%;
        text-align:center;
    }*/

.svgImg-clock {
    width: 18px !important;
    float: right;
    /*margin-top: -18px;*/
    margin-right: 3px;
}

.houreLft {
    color: var(--white);
}

.DetailProductNumber {
    font-size: 1rem;
    font-weight: 700;
}

    .DetailProductNumber span {
        font-weight: 700;
        padding-left: 5px;
    }

h4.DetailModelName {
    margin-bottom: 2px;
}

i#closed, i#open, i#closed1, i#open1, i#closed2, i#open2 {
    position: absolute;
    right: 3px;
    top: 30px;
    padding: 5px;
}

i#closed, i#closed1, i#closed2 {
    display: none;
}

#SearchBackdrop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 88;
}

.titleSearchBox .searchBtn button {
    box-shadow: none !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .productDetail-div * {
        max-width: initial !important;
        min-width: initial !important;
        width: 100% !important;
    }
}

/*footer style 14-2-2020*/

section.footerLast {
    background: var(--white);
}

.footerLogos ul {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

    .footerLogos ul li {
        display: inline-block;
        padding: 15px;
        position: relative;
    }

        .footerLogos ul li::after {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            width: 1px;
            height: 70%;
            background: var(--color-border-lite);
        }

        .footerLogos ul li:last-child::after {
            display: none;
        }

section.footCopyright {
    border-top: solid 1px var(--color-border-lite);
}

.footCopyright .copyright {
    font-size: var(--small-second-font);
    padding: 10px;
    text-align: center;
}

    .footCopyright .copyright a {
        color: var(--color-copyright);
        text-decoration: none;
    }
/*end*/

#DigitProductPage input.weighteditems {
    width: 222px;
    border-radius: 6px;
    height: 37px;
    padding: 10px;
    text-align: right;
}
