@font-face {
    font-family: 'proxima';
    src: url('../../fonts/proxima_nova_reg-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('../../fonts/Jost-Medium.ttf') format('truetype');
}

body {
    font-family: 'Jost-Medium' !important;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: Poppins,sans-serif !important */
}


.sticky header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #042c3a;
}

/***********Menu************* pramod kumar*************/
.dropdown-menu {
    top: 43px;
    margin-top: 0
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    color: #fff;
    padding: 14px 16px;
    background-color: #253137;
    font-family: inherit;
    margin: 0;
    background: 0 0
}

.user-dtl-cls ul {
    margin: 0;
    padding: 0
}

    .user-dtl-cls ul li {
        width: 100%;
        display: block
    }

        .user-dtl-cls ul li a {
            color: #000
        }

.dropdown.user-dtl-cls button {
    color: #5a5a5a;
    padding: 0 5px;
    display: inline-block;
    border-right: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 209px;
    left: -41px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 999
}

.dropdown.user-dtl-cls .dropdown-content li a i {
    margin-right: 6px;
    font-size: 15px;
    color: #80a300;
    margin-right: 12px
}

.dropdown.user-dtl-cls .dropdown-content li a {
    color: #000 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 12px !important
}

    .dropdown.user-dtl-cls .dropdown-content li a:hover {
        background: #f4fcff;
    }

.dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 7px 10px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%
}



div#categories-1 {
    position: fixed;
    width: 300px;
    z-index: 9999999999999999;
    padding: 0;
    height: 100%;
    top: 123px;
    left: -100%;
    transition: 0.5s;
    background: #042c3a;
    border-radius: 0;
}


div#categories-1 {
    overflow-y: scroll;
}

.subcategories-menu {
    display: none;
    position: relative;
}

body.sticky div#categories-1 {
    top: 83px;
}
/*******
ul.box-body li a:hover ~ .subcategories-menu {
    display: inline-block;
    width: 100%;
    right: unset;
    float: left;
    clear: both;
}
*/
ul.box-body {
    width: 300px;
    background: #042c3a;
    text-align: left;
}

.cata-sub-nav {
    background: transparent;
}

ul.box-body li a {
    width: 100%;
    display: block;
    font-size: 16px !important;
    color: #fff;
}

ul.box-body > li img {
    width: 30px;
    position: absolute;
}

ul.box-body > li > a {
    padding-left: 50px;
    color: #fff;
}

ul.box-body > li {
    border-bottom: 1px solid #ffffff1a;
    padding: 15px 30px;
    position: relative;
}

.uiv2-sub-dropdown-column {
    margin-top: 0 !important;
}

.subcat-new-cls a {
    padding: 7px 0;
}

.cat-pr-inner-new > a {
    color: #f7b117 !important;
    padding: 0;
    margin-top: 15px;
    font-size: 18px !important;
}

.uiv2-sub-dropdown-column a {
}

.SubItems {
    margin-bottom: 0 !important;
}

li.uiv2-category-name-new a {
    padding-left: 15px !important;
}

.box.active {
    left: 0 !important;
}


#serchResultEcommerce {
    text-align: left;
    background: #fff;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #f5f5f5;
    position: absolute;
    display: none;
    z-index: 99999;
    width: 100%;
    top: 36px;
    width: 100%
}

    #serchResultEcommerce .cssDivSerachData {
        vertical-align: middle;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        padding: 5px 7px;
        white-space: nowrap;
        font-size: 15px;
        text-transform: capitalize
    }

        #serchResultEcommerce .cssDivSerachData a {
            width: 100%;
            display: inline-block;
            padding: 6px 7px 2px 5px;
            font-size: 13px !important;
            color: #111;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

.see-more-dp {
    float: right;
    text-align: center;
    position: relative;
    top: 9px;
    cursor: pointer;
    color: #fff;
}

span.dotted-bar {
    margin: 0 auto;
    position: relative;
    width: 5px;
    height: 5px;
    border: 1px solid #042c3a;
    border-radius: 50%;
    background: #fff;
    display: block;
}

    span.dotted-bar:before {
        width: 5px;
        height: 5px;
        border: 1px solid #042c3a;
        border-radius: 50%;
        background: #fff;
        content: "";
        position: absolute;
        left: 1px;
        margin: -1px 7px;
    }

    span.dotted-bar:after {
        width: 5px;
        height: 5px;
        border: 1px solid #042c3a;
        border-radius: 50%;
        background: #fff;
        content: "";
        position: absolute;
        right: 1px;
        margin: -1px 7px;
        top: 0;
    }

.show-more-dp:before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 11;
    top: -19px;
    border-color: transparent transparent #ffffff;
    border-width: 10px;
}

.show-more-dp ul {
    margin-bottom: 0;
    border: 1px solid #e9f9ff;
    border-radius: 5px;
    background: #fff;
    width: 200px;
}

    .show-more-dp ul li a {
        padding: 7px;
        border-bottom: 1px solid #e9f9ff;
        padding: 15px;
        display: block;
    }

        .show-more-dp ul li a:hover {
            background: #f3fafd;
        }

.show-more-dp {
    position: relative;
    text-align: left;
    position: absolute;
    right: 0;
    left: unset;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.see-more-dp p {
    margin-bottom: 0;
}

ol.carousel-indicators {
    width: auto;
    margin: 0;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-left: 0;
    border: 1px solid #042c3a73;
    display: flex;
    align-items: center;
    left: calc(50% - 76px);
    bottom: -19px;
    box-shadow: 0 0 20px #00000042;
}

    ol.carousel-indicators li {
        margin: 0 7px;
        background: #f7b117;
        border: 0;
        width: 12px;
        height: 12px;
    }

.carousel-indicators .active {
    padding: 0;
    border: 0;
}

/**********End Menu**************************/
.mobile_click_menu {
    display: none
}

.user-dtl-cls.outer-user-name {
    margin-left: 3px;
    position: relative;
    display: block;
    height: 20px
}

.dropdown:hover .dropdown-content {
    display: block !important;
    top: 15px;
    z-index: 9999999
}


.user-dtl-cls.outer-user-name ul.dropdown-content.list-unstyled {
    top: 20px
}

.dropdown:hover .dropdown-content {
    display: block
}





/***********Home page css ****************************/


section.second-header {
}

#categories .searchall:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    background: #f9b217;
    height: 2px;
    width: 60px;
}

#categories:hover #shopping-cat-item::after {
    display: none;
}

#shopping-cat-item {
    display: block !important;
}

.owl-carousel {
    background: #fff;
    padding: 15px;
    border: 1px solid #edecec;
}

.product-miniature .product-container .product-info .price-right {
    float: none;
    margin-left: 5px;
    text-align: left;
}

.recentProdTransition {
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    width: 3150px;
    overflow: hidden;
}

.home-lft .cat-title span {
    display: block;
}

.home-lft {
    display: block !important;
}

#search_show {
    margin-left: -50px;
}

#search_show {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    height: 37px;
    margin-left: 10px;
    pointer-events: all;
    margin-left: -50px;
    border-radius: 5px;
}

#master-page-menu h3.cat-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px 10px 40px;
    line-height: 26px;
    border-radius: 3px 3px 0 0;
    margin: 0 0 0px;
    position: relative;
    background: #253137;
    z-index: 9999;
    background: #fcb72d;
    display: block;
}

.home-lft {
    left: 0;
    top: 0;
}

#master-page-menu h3.cat-title::after {
    display: none;
}

#categories .subcategories-menu {
    top: 78px;
}

div#offers-freedom, #offers {
    display: block;
    opacity: 1;
    z-index: 9999999999;
}

    div#offers-freedom:before, #offers:before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0.5;
        position: fixed;
    }

    div#offers-freedom .modal-dialog, #offers .modal-dialog {
        top: 150px;
        max-width: 420px;
    }

    div#offers-freedom button.close, #offers button.close {
        opacity: 1;
        width: 30px;
        position: absolute;
        right: 0;
        z-index: 999;
    }

        div#offers-freedom button.close:hover, #offers button.close:hover {
            opacity: 1;
        }


/***************************************/




li.affiliate-prm figure {
    display: none;
}



.bold {
    color: #222;
    font-weight: 600
}

a.menu-side-log {
    width: auto;
}

.toptrip-bar ul li:nth-child(4) img {
    width: 25px !important;
    margin-right: 5px !important
}

.toptrip-bar figure {
    margin-bottom: 0
}

.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
}

body {
    color: #7d7d7d !important
}

div#divLatestProducts .item-pr-details {
    width: 242px;
    margin-right: 4px;
    margin-left: 2px
}

.modal-backdrop.in {
    z-index: 9999
}

div#serchResultEcommerce {
    position: relative;
    top: 0
}

.home-lft .cat-title span {
    color: #fff
}

.utility-bill-wrp .slick-list.draggable {
    margin-left: 0;
}

ul.dropdown-content.list-unstyled:before {
    top: -20px;
    border-color: transparent transparent #fff;
    border-width: 10px;
    content: "";
    display: block;
    position: absolute;
    left: 58%;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 11;
}

#banner-1 {
    padding: 0
}

li.E-Vouchers-wrp-m img {
    display: none;
}

li.affiliate-prm img {
    display: none;
}

a.utlily-heading img {
    position: absolute;
    right: -40px;
    width: 25px;
    display: none
}

section.customer-logos2 {
    margin-left: 0;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    top: 0;
}

section.second-header:before {
    content: '';
    position: absolute;
    background-image: url(#);
    background-size: cover;
    width: 100%;
    height: 110%;
    top: -3px;
    opacity: 0.1;
    /* background-repeat: repeat-x; */
}


.home-lft h3.cat-title {
    font-weight: 500
}

.cate-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    padding: 0 3px;
    position: relative
}

section.product-banner-flot .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

section.customer-logos2 button.slick-next.slick-arrow, section.customer-logos2 button.slick-prev.slick-arrow {
    display: block !important;
    font-size: 20px;
    padding: 9px 15px;
    position: absolute;
    border: 0;
    background: #b5c751;
    display: none !important;
    color: #fff
}

section.customer-logos2 button.slick-next.slick-arrow {
    right: 0;
    top: 11px
}

section#products div#shoping-productslist article {
    margin: 0;
    margin-bottom: 15px;
}

section#products div#shoping-productslist [class*=col-] {
    padding: 0 6px
}

a.utlily-heading {
    display: flex;
    color: #fff;
    position: absolute;
    left: 0;
    height: 40px;
    background: #f7b117;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 400;
    margin-left: -3px;
    display: none;
}

    a.utlily-heading:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 12px solid #f7b117;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -12px
    }

section.customer-logos2 button.slick-prev.slick-arrow {
    left: 0;
    top: 11px
}

.utility-bill-wrp .slide.slick-slide a {
    display: block
}

.container.products-item-detaling [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.utility-padding {
    padding-left: 0
}

.searh-keyword-here {
    width: 100%;
    display: inline-block;
    border: 1px solid #36343524
}

.gift-voucher .slick-slide {
    margin-left: 6px
}

    .gift-voucher .slick-slide:last-child {
        margin-left: 0
    }

    .gift-voucher .slick-slide:first-child {
        margin-left: 0
    }

    .gift-voucher .slick-slide img {
        max-width: 100%
    }

section.top-link {
    padding: 0 0;
    margin-bottom: 7px;
    background: #f7b117
}

section.contact-pages .col-md-6 {
    padding-left: 15px;
    padding-right: 15px
}

ul.sm-top {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 10px
}

    ul.sm-top li a {
        color: #f1f1f1;
        margin-left: 20px;
        font-size: 13px
    }

.shop-by-brand-wrap {
    background: #f8f8f8
}

    .shop-by-brand-wrap .brand-counter {
        display: inline-block;
        position: relative
    }

        .shop-by-brand-wrap .brand-counter .brand-title {
            background: #363435;
            padding: 5px 10px;
            color: #fff;
            font-size: 15px;
            cursor: pointer;
            transition: .2s ease all
        }

            .shop-by-brand-wrap .brand-counter .brand-title:hover {
                background: #444
            }

            .shop-by-brand-wrap .brand-counter .brand-title i {
                font-size: 14px;
                margin-left: 1px
            }

                .shop-by-brand-wrap .brand-counter .brand-title i.icon-reverse {
                    transform: rotate(180deg)
                }

        .shop-by-brand-wrap .brand-counter ul {
            background: #e8f0fe;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 99;
            display: none
        }

            .shop-by-brand-wrap .brand-counter ul.show-brand-list {
                display: block
            }

            .shop-by-brand-wrap .brand-counter ul li {
                border-bottom: 1px solid silver
            }

                .shop-by-brand-wrap .brand-counter ul li:last-child {
                    border-bottom: none
                }

                .shop-by-brand-wrap .brand-counter ul li a {
                    display: block;
                    padding: 4px 10px
                }

div#divLatestProducts .transistion-cls-sty.latest-pr-cls {
    display: flex
}

.bottom-main {
    background: #02222d;
    position: relative;
}

.copyright {
    background: #363435
}

.common-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-bottom: 15px;
    font-size: 22px;
    color: #222;
    margin-top: 0;
    font-weight: 400
}

    .common-heading:after {
        position: absolute;
        content: '';
        width: 80px;
        height: 1px;
        bottom: -1px;
        left: 0
    }

    .common-heading:before {
        position: absolute;
        content: '';
        width: 40px;
        background: #f4af15;
        height: 2px;
        bottom: -1px
    }

.row.banner-bottom-space {
    margin-top: 6px
}

.toptrip-bar ul li {
    margin-right: 0;
    padding-right: 7px;
}

section#shopingcat-banner {
    margin-bottom: 30px;
}

section.customer-logos2 .slide {
    border: 0;
    color: #fff;
    padding: 7px 0
}

    section.customer-logos2 .slide .fa {
        color: #fff;
        font-size: 24px !important
    }

    section.customer-logos2 .slide p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 100;
    }

.home-lft h3.cat-title {
    color: #fff;
    font-size: 16px;
    text-transform: =;
    padding: 12px 15px;
    border-radius: 3px 3px 0 0;
    margin: 0 0 0;
    position: relative;
    background: #253137;
    z-index: 9999;
    background: #363435;
    display: block;
    border-radius: 0;
    font-weight: 300;
    height: 40px
}

.cat-mn-cls {
    position: relative;
    bottom: 0;
    z-index: 999;
    top: 0 !important;
    width: 100% !important;
    left: 0;
    right: 0
}

.home-lft h3.cat-title .fa {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #f8b217;
    border-radius: 15px;
    text-align: center;
    line-height: 20px;
    margin-right: 15px;
    position: relative;
    top: -3px
}

section.top-ht {
    background-size: cover;
    background-color: #042c3a;
}

#master-page-menu h3.cat-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px 10px 40px;
    line-height: 26px;
    border-radius: 3px 3px 0 0;
    margin: 0 0 0;
    position: relative;
    background: #253137;
    z-index: 9999;
    background: #fcb72d;
    display: block
}

#categories {
    z-index: 999;
    position: relative;
    padding: 6px 0 6px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    transition: all .3s ease-in-out 0s;
    top: 37px;
    min-height: 338px;
    display: block !important;
    top: 10px
}

    #categories #shopping-cat-item {
        background: #fff;
        box-shadow: 0 4px 17px 0 rgba(0,0,0,.1);
        overflow-y: scroll;
        max-height: 309px
    }

    #categories ul li {
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
        transition: all .2s ease-in;
        padding: 13px 15px;
        text-align: left;
        background: #363435
    }

        #categories ul li > img {
            float: left;
            margin-top: 0;
            width: 24px;
            margin-right: 15px
        }

    #categories .subcategories-menu {
        display: none;
        position: absolute;
        z-index: 9999999999999;
        top: 6px;
        left: calc(100% - 12px);
        top: 0 !important;
        min-width: 500px !important;
        border-radius: 5px
    }

    #categories .subcategories-menu {
        top: 4px !important;
        margin-left: -4px
    }

    #categories ul li:hover .subcategories-menu {
        display: block
    }

    #categories .subcategories-menu .subcat-new-cls {
        background-color: #000 !important;
        opacity: .7;
        background: #fff;
        padding: 15px;
        height: 371px;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%
    }

.LATEST-PRODUCT-it {
    padding: 15px 0
}

section.product-banner-flot {
    padding: 15px 0;
    padding-top: 0
}

.gift-voucher {
    padding: 15px 0;
    background-size: 100%
}

.product-info {
    padding: 7px;
    clear: both;
    padding-bottom: 0 !important;
}

.logo img {
    width: 240px;
}

h2.second-heading {
    text-align: center;
    margin-bottom: 15px;
    text-transform: unset;
    color: #414a43;
    font-size: 30px
}

a.timexs {
    margin-top: 30px
}

a.shop-now {
    animation-duration: ta
}

a.shop-now {
    display: table;
    padding: 7px 30px;
    text-decoration: none !important;
    background: #00aaa7;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 30px;
    color: #fff !important;
    box-shadow: 0 0 5px 0 #85cc6db8;
    transition: .5s;
    margin: 30px auto 0;
    background: #85cc6d
}

    a.shop-now:hover {
        background: #00aaa7;
        box-shadow: 0 0 20px 0 #00acc0bf
    }

.banner.banner-image a {
    transition: .5s
}

    .banner.banner-image a:hover {
        transform: scale(1.01)
    }

.product-box-2 {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    float: left;
    width: 20%;
    margin-bottom: 7px
}

div#dealsforyou .product-mn-dv {
    margin-right: -15px;
    margin-left: -15px
}

div#dealsforyou article.product-miniature {
    margin: 0;
    padding: 0;
    background: #ebebeb
}

div#dealsforyou a.thumbnail {
    padding: 0;
    margin: 0
}

.SUPER-VALUE-OFFERS {
    background: 0 0;
    padding: 15px 0
}

.bottom-box {
    padding-top: 0;
    margin-top: 0
}

    .bottom-box h2 {
        position: relative;
        margin-bottom: 15px
    }

    .bottom-box ul li {
        margin-bottom: 10px
    }

header {
    padding: 0;
    background: 0 0;
    padding: 15px 0;
    /* border-bottom: 2px solid #042c3a; */
}

.flex-cls.height-logo-wrp {
    align-items: center;
}

.shoping-category-burger {
    margin-right: 15px;
    cursor: pointer;
}

    .shoping-category-burger img {
        width: 30px;
    }

.arrow-btn, .arrow-btn-right span.fa.fa-angle-left {
    color: #fff
}

.arrow-btn, .arrow-btn-right span.fa.fa-angle-right {
    color: #fff;
    left: 0
}

.ecoomerce-shipping-guide-wrp {
    background: 0 0;
    padding: 15px 0;
    display: flex;
    text-align: left
}

ul.dropdown-content.list-unstyled span {
    color: #484848
}

span.website-user-notifications {
    color: #fff !important
}

.bottom-box h2:hover:after {
    width: 100%
}

.images-holder {
    flex: 0 60px;
    margin-right: 15px;
    height: auto;
    line-height: initial;
}

.ecoomerce-shipping-guide aside {
    width: 100%
}
.images-holder img {
    max-width: 40px;
}

.ecoomerce-shipping-guide h3 {
    color: #1d242c;
    text-transform: capitalize;
    margin-top: 10px
}

.dropdown.user-dtl-cls button {
    color: #fff
}

.cata-sub-nav {
    margin: 0;
    display: block !important;
    padding-bottom: 130px;
}

.outer-customer-panel-section .btns {
    box-shadow: 0 0 5px 0 #85cc6db8;
    transition: .5s;
    margin: 30px auto 0;
    background: #85cc6d
}

    .outer-customer-panel-section .btns:hover {
        background: #00aaa7;
        box-shadow: 0 0 20px 0 #00acc0bf
    }

.dropdown.user-dtl-cls .dropdown-content li a i {
    color: #f1a500;
}

.new-inner-banner {
    background: url(../images/about-inner-banner.jpg);
    padding: 50px 0;
    background-attachment: fixed;
    position: relative
}

    .new-inner-banner:before {
        background: #0000008f;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ''
    }

    .new-inner-banner .container {
        position: relative
    }

section.abour-us-wrp h2.second-heading {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px
}

section.abour-us-wrp p {
    color: #7d7d7d
}

section.abour-us-wrp {
    color: #7d7d7d;
    padding: 75px 0
}

ul.about-ul {
    list-style: none;
    margin: 0
}

    ul.about-ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 7px
    }

        ul.about-ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            background: linear-gradient(98deg,#1f5291,#23b187);
            background: #c6e0d9;
            content: '';
            border-radius: 50px;
            border: 2px solid #23b187;
            box-shadow: inset 0 0 0 4px #fff
        }

ul.m-ul {
    margin-left: -99px
}

    ul.m-ul figure {
        width: 130px;
        height: 130px;
        border-radius: 100px;
        border: 7px solid #fff;
        padding: 10px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 0 #000;
        transition: 0
    }

    ul.m-ul li {
        display: flex;
        margin-bottom: 30px
    }

    ul.m-ul aside {
        width: 100%;
        flex: 1;
        margin-left: 30px
    }

figure img {
    width: auto;
    margin: 0 auto;
}

ul.m-ul li:nth-child(1) figure {
    background: #00b0d2
}

ul.m-ul li:nth-child(1) h5 {
    color: #00b0d2
}

ul.m-ul li:nth-child(2) figure {
    background: #ff2e2e
}

ul.m-ul li:nth-child(2) h5 {
    color: #ff2e2e
}

ul.m-ul li:nth-child(3) figure {
    background: #5399d6
}

ul.m-ul li:nth-child(3) h5 {
    color: #5399d6
}

ul.m-ul li:nth-child(4) figure {
    background: #37bd95
}

ul.m-ul li:nth-child(4) h5 {
    color: #37bd95
}

ul.m-ul li p {
    color: #7d7d7d;
    margin-bottom: 0;
    text-align: justify
}

ul.m-ul li:last-child {
    margin-bottom: 0
}

section.misson-vion-sec {
    padding: 50px 0;
    padding-top: 0
}

    section.misson-vion-sec .row {
        justify-content: center;
        display: flex;
        align-items: center
    }

ul.m-ul li h5 {
    font-weight: 300;
    font-size: 30;
    font-size: 24px
}

ul.m-ul figure:hover {
    background: #259273 !important
}

.ou-inf-img .fa {
    position: absolute;
    bottom: -20px;
    z-index: 1;
    left: 50%;
    color: #fff;
    font-size: 60px;
    transform: translateX(-50%)
}

section.our-infrastructure {
    background: #f3f3f3;
    padding: 75px 0;
    color: #524d4d
}

.conent-box {
    background: #fff;
    padding: 79px 15px;
    text-align: center;
    color: #7d7d7d
}

.ou-inf-box {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
    box-shadow: 0 0 2px #0000004d;
    background: #fff
}

.conent-box h5 {
    font-weight: 300;
    font-size: 20px;
    color: #000
}

.ecoomerce-shipping-guide [class*=col-m] {
    padding-left: 15;
    padding-right: 15px
}

.ou-inf-img {
    position: relative
}

section.our-infrastructure .row {
    display: flex;
    flex-flow: wrap
}

section.our-infrastructure [class*=col-] {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    text-align: center
}

.row.tow {
    justify-content: center
}

i.fa.fa-caret-down.tow {
    bottom: 0;
    top: -24px
}

.row.tow {
    margin: 0
}

.ou-inf-img:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000026;
    transition: .5s
}

.row.tow2 .col-md-12 {
    justify-content: left
}

    .row.tow2 .col-md-12 h1.common-heading {
        margin-bottom: 15px
    }

section.our-infrastructure .row p {
    margin-bottom: 30px
}

.ou-inf-img:hover:before {
    background: #0000
}

section.OUR-BACKGROUND {
    padding: 75px 0
}

section.KREAZ-LIFE-IS {
    padding: 75px 0;
    background: #eaf1ef;
    color: #414a43;
    background-attachment: fixed;
    background: url(../images/servic2e.jpg);
    background-attachment: fixed
}

    section.KREAZ-LIFE-IS h1.common-heading {
        color: #fff
    }

    section.KREAZ-LIFE-IS h2.second-heading {
        color: #414a43
    }

    section.KREAZ-LIFE-IS ul li {
        margin-bottom: 10px;
        color: #fff
    }

    section.KREAZ-LIFE-IS img {
        max-width: 100%;
        border: 1px dotted #fff;
        padding: 7px
    }

section.PRODUCTS-WE-OFFER {
    padding: 75px 0
}

.panel-group.d-accordion .panel-heading {
    background: #0e7aa0 !important
}

    .panel-group.d-accordion .panel-heading h4.panel-title {
        color: #fff
    }

.new-inner-banner.forfaqpage {
    background: url(../images/faq-banners.jpg);
    background-attachment: fixed;
    height: auto
}

.new-inner-banner.privacy-policy {
    background: url(../images/privacy-policy.jpg) center bottom;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.term-condition_wrp {
    padding: 75px 0
}

ul.ter-list {
    margin: 0;
    list-style: none
}

    ul.ter-list li {
        margin-bottom: 15px;
        list-style: circle;
        margin-left: 17px
    }

.row.one-wr [class*=col-] {
    padding: 0
}

.row.one-wr {
    margin-left: 15px;
    margin-right: 15px
}

.row.tow .conent-box {
    max-height: 276px
}

.row.tow [calss*=col-] {
    padding: 0
}

.row.tow [class*=col-] {
    padding: 0
}

.concept-left-wrp ul {
    list-style: none;
    margin: 0;
    padding: 0
}

span.coner-span {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #2fc37f;
    color: #2fc37f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 0;
    border-radius: 50px;
    top: 5px
}

.concept-left-wrp ul li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px
}

.concept-left-wrp h2.second-heading {
    text-align: left
}

.programm-right-wrp h2.second-heading {
    text-align: left;
    color: #fff;
    text-align: center
}

section.programm_refferal {
    padding: 75px 0;
    background: #10baed;
    background: url(../images/bg-refferal.jpg);
    background-size: cover
}

.programm_main {
    text-align: center
}

section.concept_refferal {
    padding: 75px 0
}

.left-programm {
    padding: 10px;
    position: relative
}

.right-concept {
    padding: 10px;
    border: 1px solid #adadad;
    position: relative
}

.programm-right-wrp {
    color: #fff;
    width: 75%;
    margin: 0 auto
}

.left-holiday h2.second-heading {
    text-align: left
}

section.holidya-reward {
    padding: 75px 0
}

    section.holidya-reward .row {
        display: flex;
        align-items: center
    }

section.second-header {
    padding: 0;
    position: relative;
    z-index: 9;
    background: #04455d;
    height: 40px;
    /* background-image: url(http://member.clusteroffers.com/images/dotted-partten.svg); */
    background-size: cover;
    overflow: hidden;
}

div#search_show {
    margin: 0
}

section.privacy-plocy_wrp b {
    color: #222
}

section.privacy-plocy_wrp {
    padding: 50px 0
}

p.list-p {
    display: flex;
    align-items: baseline
}

    p.list-p .fa {
        color: #222;
        margin-right: 10px
    }

#search_show .search-bar-box .search {
    position: absolute;
    right: 0;
    float: left;
    z-index: 9;
    top: 0;
    background: #f7b117;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
}

.searh-keyword-here input#txtSearchEcommerce {
    padding-left: 40px !important
}

#search_show {
    height: 45px
}

    #search_show .search-bar-box input[type=text] {
        height: 43px;
        margin: 0;
        padding-left: 15px !important;
        font-style: initial
    }

.home-lft {
    position: relative;
    width: 100%;
    height: 44px
}

#categories ul {
    margin-top: 7px
}

    #categories ul li i.fa {
        float: right
    }

.row.banner-bottom-space {
    margin-left: 0;
    margin-right: 0
}

    .row.banner-bottom-space .col-md-6.col-xs-6:first-child {
        padding-left: 0
    }

#myCarousel, .cat-mn-cls::after, .cat-mn-cls::before {
    display: block
}

#subcatmenuu .SubItems.col-sm-3:last-child .cat-pr-inner::before {
    display: none
}

.cahs-back_box {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    transition: .5s
}

.casg_img_wrp {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #37c59e;
    margin: 0 auto;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #b4de86;
    padding: 15px;
    transition: .5s
}

.cahs-back_box:hover .casg_img_wrp {
    transform: rotate(360deg)
}

section.client-partner {
    padding: 15px 0;
    position: relative
}

    section.client-partner .slide.slick-slide {
        background: #fff;
        margin-right: 6px;
        border: 1px solid rgba(0,0,0,.1)
    }

.slick-slide {
    margin-right: 0;
    text-align: center
}

    .slick-slide img {
        margin: 0 auto
    }

section.video-sec {
    padding: 15px 0;
    background-attachment: fixed
}

.inner-video {
    background: #fff;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.1)
}

section.video-sec h2.second-heading {
    color: #fff
}

div#divRecentlyViewedProducts .recentProdTransition .item-pr-details {
    width: 250px
}

section.product-item.RECENTLY-VIEWED-it {
    padding: 15px 0
}

section.CASH-BACK-REWARDS {
    background: url(../images/shy-bg1.jpg) center;
    text-align: center;
    padding: 75px 0;
    border-top: 1px solid #e6e6e6
}

.inner-cash-bk {
    width: 75%;
    margin: 0 auto
}

.cahs-back_box h4 {
    margin: 0;
    padding-top: 15px;
    color: #3c3535;
    transition: .5s
}

section.REWARDS-INCENTIVES {
    padding: 75px 0
}

.floext-img-box:hover:before, .wonder-chief-inner:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0)
}

.floext-img-box, .wonder-chief-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2px
}

ul.addres-link {
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}

    ul.addres-link li {
        display: flex;
        position: relative;
        padding-left: 50px;
        margin-bottom: 15px;
        line-height: 40px;
        min-height: 40px
    }

        ul.addres-link li .fa {
            font-size: 24px;
            color: #fff;
            background: #0e7aa0;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            text-shadow: 3px 0 1px #00000054;
            display: flex;
            align-items: center;
            justify-content: center
        }

ul.social_link-new li a {
    font-size: 24px;
    color: #fff;
    background: #84cb6d;
    left: 0;
    text-shadow: 3px 0 1px #00000054;
    display: flex;
    margin-right: 15px;
    overflow: hidden;
}

ul.social_link-new {
    list-style: none;
    margin-bottom: 30px;
}

    ul.social_link-new li {
        display: inline-block
    }

        ul.social_link-new li a .fa {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px
        }

        ul.social_link-new li i.fa.fa-rss {
            background: #ee802f
        }

input#btnyes {
    background: #0e7aa0;
    width: auto
}

    input#btnyes:hover {
        background: #0b6d90
    }

section.contact-pages {
    padding: 75px 0
}

.new-inner-banner.contact-banner {
    background: url(../images/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.member-content-box {
    border: 1px solid #dedede;
    position: relative;
    text-align: center
}

    .member-content-box figure {
        margin: 0;
        padding: 15px;
        background: #55da99;
        text-align: center;
        color: #fff
    }

        .member-content-box figure h5 {
            color: #4c4848;
            font-size: 18px
        }

ul.pro_ul {
    display: flex;
    flex-flow: column;
    list-style: none;
    position: absolute;
    top: 31%;
    left: -13px;
    margin: 0;
    padding: 0
}

    ul.pro_ul .fa {
        width: 30px;
        height: 30px;
        color: #55da99;
        font-size: 18px;
        border-radius: 50px;
        background: #fff;
        text-align: center;
        line-height: 30px;
        box-shadow: 0 0 8px #0003;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    ul.pro_ul li {
        margin-bottom: 15px;
        display: flex;
        align-items: center
    }

        ul.pro_ul li:last-child {
            margin: 0
        }

        ul.pro_ul li a {
            display: none;
            position: relative;
            left: -30px;
            opacity: 0;
            transition: .5s;
            color: #474847;
            font-weight: 600
        }

        ul.pro_ul li:hover a {
            display: block;
            left: 0;
            opacity: 1
        }

ul.profile-wrp li {
    display: flex;
    list-style: none;
    padding-bottom: 30px;
    border-bottom: 1px dotted #cecece;
    margin-bottom: 30px
}

ul.profile-wrp {
    margin: 0
}

    ul.profile-wrp li span {
        border-radius: 300px;
        color: #2d2f2e;
        font-size: 24px;
        display: flex;
        justify-content: center;
        left: 0;
        font-size: 36px;
        margin-right: 30px;
        text-shadow: 3px 0 1px #55da99
    }

    ul.profile-wrp li p {
        display: flex;
        flex: 1
    }

    ul.profile-wrp li:first-child {
        margin-top: 30px
    }

    ul.profile-wrp li:last-child {
        margin: 0;
        padding: 0;
        border: 0
    }

.mechanim-link:last-child {
    margin-bottom: 0
}

section.Members-Grievance {
    padding: 50px 0;
    display: none
}

section.Video_Gallery_wrp {
    padding: 50px 0
}

.btn-color {
    background: #5d9b42 !important;
    color: #fff
}

    .btn-color:hover {
        background: #538e39 !important;
        color: #fff !important
    }

.horizental-menubar.clearfix.mobile-cat-menu {
    background: #272727
}

section#wrapper > .container {
    background: #ffff
}

div#shoping-productslist .row-iteams-showing {
    margin-bottom: 30px;
    margin-bottom: 50px
}

.row-iteams-showing #pagination-lower-count {
    color: #e26544
}

.row-iteams-showing #pagination-total-count {
    color: #0e7aa0
}

.mechanim-link {
    margin-bottom: 30px;
    margin-top: 15;
    margin-top: 15px
}

.bottom.bottom-main [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.mechanim-link p {
    color: #000;
    font-weight: 600
}

.toptrip-bar ul li a > span {
    color: #fff
}

.shoping-cart-button .basket span {
    color: #fff;
    font-weight: 300
}

.outer-customer-panel-section [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

[class*=customer-logos] .slide.slick-slide {
    height: auto
}

.terms-condition_ul {
    margin: 0
}

    .terms-condition_ul li:first-child {
        margin-top: 30px
    }

    .terms-condition_ul li {
        display: flex;
        list-style: none;
        padding-bottom: 30px;
        border-bottom: 1px dotted #cecece;
        margin-bottom: 30px
    }

        .terms-condition_ul li span {
            border-radius: 300px;
            color: #2d2f2e;
            font-size: 24px;
            display: flex;
            justify-content: center;
            left: 0;
            font-size: 36px;
            margin-right: 30px;
            text-shadow: 3px 0 1px #55da99
        }

.condition-right_box {
    display: flex;
    flex: 1;
    flex-flow: column
}

    .condition-right_box h5 {
        font-size: 18px;
        font-family: Roboto;
        font-weight: 400;
        color: #1d242c;
        margin-bottom: 5px;
        margin-top: 0
    }

section.terms-condition_wrp {
    padding: 30px 0
}

.terms-condition_ul li:last-child {
    border: 0;
    margin-bottom: 0
}

.para {
    color: inherit !important;
    font-weight: unset !important
}

.product-mn-cls.product-miniature h5.product-title a {
    font-weight: 400 !important;
    font-size: 13px !important;
    word-break: break-all;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    padding-left: 0 !important;
    clear: both;
    font-weight: 700 !important;
    display: block;
}

h5.product-title {
    text-align: left;
}

.mrp-price-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: column
}

article.product-miniature .product-info.right-block {
    padding-left: 7px;
    padding-right: 7px;
    min-height: 138px
}

.product-info .product-detail-heading {
    font-size: 16px
}

.latest-pr-cls .price.pt-cls-sty, .product-miniature.product-mn-cls .pt-cls-sty {
    margin: 3px 0 5px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    display: block;
    padding: 0;
    border-radius: 2px;
    max-width: 100%;
    background: #46464600 !important;
    font-weight: 300
}

span.price.pt-cls-sty.bv {
    position: absolute;
    /* bottom: 3px; */
    right: 7px;
    z-index: 1;
    background: #f8b217 !important;
    padding: 0 5px !important;
}

.price-off.clearfix {
    padding-bottom: 0
}

.left-block {
    background: #fff;
    flex: 1;
}

article.product-miniature .product-image > a {
    height: 200px !important;
    margin-bottom: 0 !important;
    padding: 0 !important
}

button.addToCarts.btn.btn-warning {
    border-radius: 20px;
    margin: 0 auto;
    background: #0e7aa0;
    border: 1px solid #0e7aa0
}

    button.addToCarts.btn.btn-warning:hover {
        background: #0b6d90 !important;
        border: 1px solid #0b6d90 !important
    }

div#cartnotempty {
    margin-left: 12px;
    margin-right: 12px
}

.total-bill-amount .row {
    border-bottom: 1px dotted #e0e0e0;
    padding: 10px 0;
    font-size: 14px
}

    .total-bill-amount .row .col-xs-6 + .col-xs-6 {
        text-align: right
    }

.total-bill-amount.poka {
    margin: 0 15px;
    border: 1px solid #ededed
}

    .total-bill-amount.poka > .row {
        margin: 0
    }

.panel-body-cart {
    padding: 0 15px
}

.btn-rlpr {
    clear: both;
    padding-top: 7px;
    display: block !important
}

.cart-footer {
    margin-top: 15px;
    margin-bottom: 15px
}

.total-amount-new {
    font-size: 15px;
    background: #fff;
    padding: 0 15px
}

.cart-btn-sty .continue-btn {
    margin-right: 0 !important
}

.kart-view {
    border: 1px solid #e0e0e0;
    padding: 15px;
    box-sizing: border-box;
    height: 175px;
    width: 180px;
    overflow: hidden
}

.cart-btn-sty {
    display: inline-block
}

    .cart-btn-sty .continue-btn {
        border-radius: 3px;
        padding: 8px 20px;
        background: #8778e3;
        color: #fff;
        margin: 0 10px;
        display: inline-block;
        vertical-align: top
    }

    .cart-btn-sty .checkloginsession {
        border-radius: 3px;
        padding: 10px 20px;
        background: #1b396a;
        color: #fff;
        margin: 0
    }

.justify-center {
    justify-content: center !important
}

.toptrip-bar ul li a {
    color: #fff
}

.toptrip-bar ul li a {
    color: #fff
}

a {
    cursor: pointer;
    color: #0e7aa0
}

.continue-shoping-btn {
    background: 0 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 7px 18px;
    vertical-align: top;
    border-radius: 0
}

.stockout-warning {
    background-color: #fce7e7;
    border: 1px solid #b00;
    color: #b00;
    padding: 5px;
    margin-bottom: 5px
}

.cart-container {
    margin-top: 30px;
    min-height: 300px
}

    .cart-container .productmaya td img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto
    }

    .cart-container h1 {
        margin: 20px 30px;
        font-size: 16px
    }

fieldset#AddressFldSet .row.divAddress {
    margin: 0
}

div#btnaddress-wraper {
    padding: 0 15px
}

.measure-ment-wrp {
    position: relative
}

    .measure-ment-wrp span {
        position: absolute;
        font-size: 50px;
        color: #18b46d38;
        text-shadow: -6px 2px 0 #5eb379;
        left: 0
    }

    .measure-ment-wrp img {
        width: 140px;
        margin-left: 1;
        margin-left: 100px
    }

.product-info span.price .fa:before {
    content: "MRP";
    margin-right: 5px;
    font-family: Poppins,sans-serif !important
}

.diamod-top {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.info-content {
    text-align: center
}

section.diamond-wrp {
    padding: 50px 0;
    position: relative
}

    section.diamond-wrp:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/shy-bg3.png);
        width: 100%;
        height: 100%;
        opacity: .2;
        background-repeat: no-repeat
    }

    section.diamond-wrp .row {
        display: flex;
        justify-content: center;
        flex-flow: wrap
    }

p.p-d {
    text-align: justify
}

.detaling-heading-sty h2 {
    font-weight: 400;
    font-size: 20px;
    color: #272727;
    margin-bottom: 5px;
    text-transform: capitalize
}

.toptrip-bar ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

div#divLatestProducts .product-miniature.product-mn-cls {
    margin: 5px 0
}

.arrow-btn, .arrow-btn-right {
    width: 40px;
    height: 40px;
    background: #f7b117;
    color: #fff !important;
    display: inline-flex;
    box-shadow: 0 0 #000;
    position: absolute;
    top: calc(50% - 15px);
    justify-content: center;
    align-items: center;
    transition: .5s;
    font-size: 25px;
    opacity: 0;
}

div#myCarousel:hover .arrow-btn, div#myCarousel:hover .arrow-btn-right {
    opacity: 1;
    right: 0
}

div#myCarousel .arrow-btn:hover {
    background: #e8a000;
}

section.know-diamond-wrp {
    padding: 50px 0
}

    section.know-diamond-wrp img {
        display: table;
        margin: 0 auto
    }

.product-mn-cls img {
    /* width: 100%; */
    /* height: 100% !important; */
    /* max-height: inherit !important; */
}

div#divLatestProducts .item-pr-details.slide {
    height: auto;
    overflow: hidden
}

#dealsforyou .slick-next.slick-arrow, #dealsforyou .slick-prev.slick-arrow, div#divLatestProducts .slick-next.slick-arrow, div#divLatestProducts .slick-prev.slick-arrow {
    display: block !important;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border: .5px solid #e5e5e5;
    width: 36px;
    height: 36px;
    opacity: 1;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: calc(50% - 18px) !important
}

#dealsforyou .slick-next.slick-arrow, div#divLatestProducts .slick-next.slick-arrow {
    right: 15px
}

#dealsforyou .slick-prev.slick-arrow, div#divLatestProducts .slick-prev.slick-arrow {
    left: 15px
}

.slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff
}

.modal {
    z-index: 99999
}

.gift-voucher2 {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 7px #00000008
}

.gift-card-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .gift-card-left ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        padding: 0 15px
    }

    .gift-card-left h4 {
        padding: 15px 15px;
        margin-bottom: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
        margin: 0
    }

section.gift-cards-wrp {
    padding: 75px 0
}

.gft-search {
    display: flex
}

    .gft-search button.btn.btn-danger.btn-flat.btn-block {
        width: auto
    }

    .gft-search button.btn-flat.btn-block {
        background: #363435;
        color: #fff;
        border: 0;
        width: auto;
        padding: 0 16px
    }

section.gift-search-bar {
    background: #3fce88;
    padding: 10px 0;
    display: none
}

.gft-search input {
    height: 39px;
    border: none;
    border-radius: 0
}

section.e-voucher-cards-wrp {
    padding: 50px 0
}

h4.demeontion-heading {
    color: #2d2d2d
}

.e-voucher-right h4 {
    border: 1px solid #ababab;
    padding: 13px;
    background: #fff6df;
    margin: 0;
    border-left: 0;
    border-right: 0
}

.cart_one {
    display: flex;
    font-size: 16px;
    color: #2d2d2d;
    padding-top: 15px
}

.rs_value input {
    border: 1px solid rgba(0,0,0,.125);
    padding: 7px;
    min-width: 100px;
    margin-left: 7px
}

.cart-sec .add, .cart-sec .sub {
    padding: 8px 15px;
    border: 0
}

.cart-sec {
    margin-left: 15px;
    border: 1px solid rgba(0,0,0,.125);
    margin-right: 15px
}

    .cart-sec input {
        border: 0;
        text-align: center;
        padding: 8px 0
    }

.discription-wrp ul {
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    word-break: break-word
}

.discription-wrp .dic-list li {
    list-style: none !important
}

.discription-wrp {
    background: #f5f5f5
}

    .discription-wrp .tab-content {
        padding: 0 15px;
        padding-bottom: 15px
    }

    .discription-wrp .dic-list li.nav-item.active a {
        background: #fff;
        border-bottom: 1px solid #00aaa7 !important
    }

    .discription-wrp .dic-list li a {
        color: #2d2d2d
    }

.add.btn-color_two {
    background: #16ae8f;
    color: #fff
}

.addcart-wrp button.btn-color {
    outline: 0;
    border: 0;
    padding: 9px
}

.net-price-wrp {
    display: flex;
    font-size: 12px;
    align-items: center;
}

    .net-price-wrp p {
        margin-bottom: 0
    }

    .net-price-wrp.one {
        color: #565656;
        padding: 7px 0;
        flex-flow: column;
        align-items: baseline;
    }

li.affiliate-prm img.user-cls-icon {
    position: relative;
    top: -5px
}

.review-detailing-sty.col-sm-9 span.mybvprice {
    font-size: 14px;
    line-height: initial;
    margin-top: 7px
}

.review-detailing-sty.col-sm-9 .pricediscount {
    top: 0;
    margin-top: 15px
}

section#dealsforyou .slick-slide {
    height: auto
}

.btn-addcart-wrp button.addToCarts.btn.btn-warning {
    width: 100%;
    border-radius: 0
}

.checkOutCont [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.checkOutCont .card-cart-box .row .col-md-6 {
    padding: 0
}

li.E-Vouchers-wrp-m img {
    /* width: 26px; */
    position: relative;
    top: 0;
}

section.Similar-Products {
    margin-top: 0
}

.detailsprodprice span.price {
    font-size: 14px !important;
    color: #5d9b42 !important
}

.detailsprodprice span.mybv {
    font-size: 14px !important;
    color: #666 !important;
    margin-top: 5px;
    font-weight: 300 !important
}

.detailsprodprice span.mypv {
    font-size: 14px !important;
    line-height: initial;
    color: inherit;
    color: #666 !important;
    font-weight: 300 !important
}

.detailsprodprice span.mycashback {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 300 !important
}

.detailsprodprice .net-price-wrp.two {
    border: 1px dotted #e26544;
    background: #ffece7;
    display: flex;
    flex-flow: inherit;
    margin-top: 10px
}

    .detailsprodprice .net-price-wrp.two span {
        font-size: 18px;
        margin-left: 15px;
        font-size: 14px
    }

    .detailsprodprice .net-price-wrp.two p {
        color: #4e4e4e
    }

.detailsprodprice .product-price strike {
    color: #ed3f46 !important;
    position: relative;
    top: 1px
}

.gift-card-left .checkbox label {
    padding-left: 0
}

.cart-sec input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.cart-sec input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.cart-sec input::-webkit-autofill, .cart-sec input::-webkit-autofill:active, .cart-sec input::-webkit-autofill:focus, .cart-sec input::-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #545454 !important
}

section.Similar-Products {
    margin-top: 0 !important
}

a#BtnRating {
    background: #5d9b42 !important
}

.btn-color2 {
    background: #5d9b42 !important;
    transition: .5s
}

    .btn-color2:hover {
        background: #538e39 !important
    }

.available-pin input[type=text] {
    padding-left: 30px !important;
    border-bottom: 1px solid #0b6d90 !important
}

a.anchordenomination {
    width: 100%;
    display: flex;
    border: 1px dotted #343a32;
    padding: 7px 10px;
    color: #352f2f;
    background: #fdfff8;
    font-size: 14px
}

span.denominationmaster {
    display: inline-block
}

.utily > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: left
}

.utility-bill-wrp {
    width: 100%;
}

.utily {
    display: flex;
    flex-flow: column;
}


    .utily > a p {
        color: #fff;
    }

    .utily > a img {
        height: 20px;
        margin: 0;
        margin-right: 3px
    }

.invoice-section ul {
    margin: 0;
    padding: 0
}

    .invoice-section ul li {
        list-style-type: none
    }

.invoice-section .invoice1-container {
    background-image: linear-gradient(to top,#fff,#f5f7f9,#eaf0f1,#e0e8e6,#dbe0d8);
    color: #000;
    padding: 20px;
    border-top: 3px solid #030
}

    .invoice-section .invoice1-container .heading-wrap {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 24px
    }

        .invoice-section .invoice1-container .heading-wrap .h2 {
            font-weight: 600;
            margin-bottom: 5px
        }

        .invoice-section .invoice1-container .heading-wrap .caption {
            font-size: 16px
        }

    .invoice-section .invoice1-container .bill {
        display: flex;
        justify-content: space-between
    }

        .invoice-section .invoice1-container .bill .left-area {
            margin-bottom: 20px
        }

            .invoice-section .invoice1-container .bill .left-area ul {
                display: flex
            }

            .invoice-section .invoice1-container .bill .left-area li {
                padding-right: 10px;
                border-right: 1px solid #030
            }

                .invoice-section .invoice1-container .bill .left-area li:last-child {
                    border-right: 0;
                    padding-left: 10px
                }

        .invoice-section .invoice1-container .bill .right-area li {
            border: 1px solid #999;
            padding: 5px 10px;
            border-bottom: 0;
            background: #fff;
            display: flex
        }

            .invoice-section .invoice1-container .bill .right-area li label {
                font-weight: 500;
                color: #000;
                min-width: 110px
            }

            .invoice-section .invoice1-container .bill .right-area li span {
                color: #363435;
                word-break: break-all
            }

            .invoice-section .invoice1-container .bill .right-area li:last-child {
                border-bottom: 1px solid #999
            }

.invoice-section .invoice2-container {
    background-image: linear-gradient(to bottom,#fff,#f5f7f9,#eaf0f1,#e0e8e6,#dbe0d8);
    padding: 20px
}

    .invoice-section .invoice2-container .table {
        border-top: 3px solid #030
    }

        .invoice-section .invoice2-container .table .table-header {
            display: flex;
            justify-content: space-around;
            background: #dadfd7;
            border: 1px solid #999;
            border-bottom: 0;
            border-top: 0
        }

            .invoice-section .invoice2-container .table .table-header h5 {
                width: 100%;
                text-align: center;
                border-right: 1px solid #999;
                margin: 0;
                padding: 8px 5px;
                font-weight: 600;
                color: #363435
            }

                .invoice-section .invoice2-container .table .table-header h5:last-child {
                    border-right: 0;
                    width: 200%
                }

        .invoice-section .invoice2-container .table .table-body {
            display: flex;
            justify-content: space-around;
            background: #fff;
            border: 1px solid #999
        }

            .invoice-section .invoice2-container .table .table-body span {
                width: 100%;
                text-align: center;
                border-right: 1px solid #999;
                margin: 0;
                padding: 8px 5px
            }

                .invoice-section .invoice2-container .table .table-body span:last-child {
                    border-right: 0;
                    width: 200%
                }

    .invoice-section .invoice2-container .logo-address {
        display: flex;
        justify-content: space-between;
        margin-top: 50px
    }

        .invoice-section .invoice2-container .logo-address figure {
            max-width: 150px;
            max-height: 70px;
            padding: 10px;
            background: #fff;
            border: 1px solid #999;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .invoice-section .invoice2-container .logo-address .address li {
            font-size: 13px;
            color: #363435;
            display: flex
        }

            .invoice-section .invoice2-container .logo-address .address li label {
                margin-right: 10px;
                min-width: 58px;
                font-weight: 500;
                color: #000
            }

            .invoice-section .invoice2-container .logo-address .address li span {
                word-break: break-all
            }

.invoice-section .generated-invoice {
    background: #dadfd8;
    padding: 5px 10px;
    border-top: 3px solid #030;
    text-align: center;
    color: #363435
}

    .invoice-section .generated-invoice p {
        margin: 0
    }

@media (max-width: 767px) {
    .toptrip-bar {
        display: none
    }

    #offers .modal-dialog, div#offers-freedom .modal-dialog {
        top: 150px !important;
        max-width: 100% !important
    }

    #offers, div#offers-freedom {
        overflow-y: scroll
    }

        #offers .modal-dialog img, div#offers-freedom .modal-dialog img {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            display: block
        }

    section.customer-logos2 {
        margin-left: 90px
    }

    div#banner-1 [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    h4.demeontion-heading {
        display: flex;
        flex-flow: column;
        margin-top: 30px
    }

    div#search_show {
        width: 100%
    }

    #customer-logos2 .slide. {
        width: 240px !important
    }

    section.e-voucher-cards-wrp {
        padding: 30px 0
    }

    .addcart-wrp, .cart_one, .rs_value {
        display: flex;
        align-items: center;
        flex: 0 33.3%;
        width: 0 33.3%
    }

    .cart-sec {
        display: flex;
        flex: 0 33.3%
    }

    .rs_value {
        padding-left: 7px;
        border: 1px solid rgba(0,0,0,.125)
    }

        .rs_value input#txtdenominationprice {
            border: 0;
            width: 100%;
            margin: 0;
            padding-right: 7px
        }

    input#txtvoucherqty {
        width: 100%
    }

    .addcart-wrp button#btnbuynow {
        width: 100%
    }

    span.color-1 {
        display: flex;
        margin-top: 15px
    }

    span.denominationmaster {
        flex: 0 33%
    }

        span.denominationmaster a {
            width: 100%;
            display: flex;
            border: 1px dotted #343a32;
            padding: 7px 10px;
            color: #352f2f;
            background: #fdfff8;
            font-size: 14px
        }

        span.denominationmaster:nth-child(2) {
            padding: 0 7px
        }

    input#chkMobile {
        clear: both;
        margin-bottom: 15px
    }

    .toptrip-bar ul li a {
        font-weight: 300 !important
    }

    .signup-info {
        padding-top: 0 !important;
        margin-top: 0
    }

    .listAuthModal li:first-child {
        border-top: 1px solid #e9e9e9
    }

    .info.userNameResponsive a#anchorlogin {
        display: flex !important;
        align-items: center;
        margin-bottom: 15px
    }

    .horizental-menubar .dropdown.user-dtl-cls {
        margin-bottom: 20px
    }

    .col-xs-5.text-right.top-spacing .toptrip-bar ul {
        display: flex
    }

    .toptrip-bar ul li a figure, .toptrip-bar ul li a img {
        display: none
    }

    .toptrip-bar ul li:last-child a img {
        display: block
    }

    .shoping-cart-button .basket {
        padding: 0
    }

    .toptrip-bar ul li a > span {
        font-weight: 500;
        font-size: 12px
    }

    .toptrip-bar ul li:last-child {
        padding-right: 7px
    }

    .shoping-cart-button .basket-item-count {
        top: -7px;
        left: 12px
    }

    ul.about-ul {
        margin-bottom: 30px
    }

    ul.m-ul li {
        flex-flow: column
    }

    ul.m-ul {
        margin-left: 0
    }

    section.concept_refferal {
        padding: 30px 15px
    }

    .col-md-3.androidimg .bottom-box ul li {
        margin-bottom: 0
    }

    #search_show .search-bar-box input[type=text] {
        padding-left: 0;
        padding-left: 15px !important
    }

    .search-bar-box {
        display: block !important
    }

    section.second-header .col-md-3 {
        display: none
    }

    section.second-header .col-md-9 {
        width: 100%
    }

    section.second-header .slick-slider .slick-list.draggable {
        width: 100%
    }

    h5.utlily-heading img {
        width: 30px;
        right: -45px;
        display: none
    }

    #banner-1 .col-xs-4 {
        width: 100%;
        clear: both;
        margin-top: 7px
    }

    ul.sm-top li a {
        margin-left: 15px;
        font-size: 12px
    }

    ul.sm-top li:first-child a {
        margin-left: 0
    }

    ul.sm-top {
        justify-content: center
    }

    .arrow-btn, .arrow-btn-right {
        width: 30px;
        height: 30px
    }

    .gift-voucher {
        padding-bottom: 0
    }

    .common-heading {
        margin-bottom: 15px
    }

    section.know-diamond-wrp {
        padding: 50px 15px
    }

    div#divLatestProducts .product-miniature.product-mn-cls {
        width: 100%
    }

    div#dealsforyou .product-mn-dv {
        margin: 0
    }

    ul.m-ul li {
        justify-content: center;
        align-items: center
    }

    ul.m-ul aside {
        text-align: center
    }

    ul.m-ul li p {
        text-align: center
    }

    .product-box-2 {
        width: 50%;
        margin-bottom: 15px
    }

        .product-box-2 article.product-miniature {
            width: 100%
        }

    section.product-banner-flot {
        margin-top: 6px;
        padding-bottom: 0
    }

        section.product-banner-flot .col-md-4 {
            margin-bottom: 15px
        }

    section.customer-logos2 button.slick-next.slick-arrow, section.customer-logos2 button.slick-prev.slick-arrow {
        display: none !important
    }

    section.customer-logos2 .utility-bill-wrp .slick-list.draggable {
        margin: 0
    }

    .inner-video {
        margin-bottom: 12px
    }

    .bottom-main {
        padding: 15px 12px
    }

    section.video-sec {
        padding-top: 0
    }

    div#divLatestProducts .item-pr-details {
        width: 170px
    }

    .mobile_click_menu.hidden-lg.hidden-md {
        float: right;
        position: relative;
        top: 6px
    }

    .mobile_click_menu .fa-bars {
        padding: 4px 7px;
        border: 1px solid #989898;
        color: #ffff;
        font-size: 16px;
        background: #00000038
    }

    section.Video_Gallery_wrp {
        padding: 30px 0
    }

    section.misson-vion-sec {
        padding: 30px 12px
    }

    section.our-infrastructure {
        padding: 30px 12px
    }

        section.our-infrastructure .row p {
            text-align: left
        }

    .conent-box {
        padding: 15px
    }

    .row.tow [class*=col-] {
        padding: 0 15px
    }

    section.OUR-BACKGROUND {
        padding: 30px 12px
    }

    section.KREAZ-LIFE-IS {
        padding: 30px 12px
    }

    section.PRODUCTS-WE-OFFER {
        padding: 30px 12px
    }

    #banner-1 {
        padding-top: 7px
    }

    section.misson-vion-sec .row .col-md-6:first-child {
        display: none
    }

    section#shopingcat-banner {
        margin-top: 6px;
        margin-bottom: 0
    }

    .row.banner-bottom-space {
        margin-top: 30px;
        padding: 0 12px
    }

    .utility-bill-wrp .slick-list.draggable {
        margin: 0
    }

    .home-main {
        padding-left: 12px;
        padding-right: 12px
    }

    ul.m-ul figure {
        width: 75px;
        height: 75px
    }

    ul.m-ul aside {
        margin-left: 0
    }

    section.abour-us-wrp {
        padding: 30px 12px
    }

    .contactus-form {
        margin-top: 45px
    }

    .copyright p {
        text-align: center
    }

    .copyright .text-right {
        text-align: center
    }

    section.product-banner-flot .row {
        justify-content: center;
        margin-left: 0;
        margin-right: 0
    }

    .cate-banner {
        flex: 1 33.3%;
        max-width: 33.3%;
        margin-bottom: 8px
    }

    .col-md-9.car-padding {
        padding: 0
    }

    section.terms-condition_wrp [class*=col-md-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .terms-condition_ul li {
        flex-flow: column
    }

        .terms-condition_ul li span {
            justify-content: left;
            margin-bottom: 15px
        }

    .toptrip-bar ul li {
        margin-right: 0;
        padding-right: 3px
    }

    section.diamond-wrp {
        padding: 30px 15px
    }

    .diamod-top {
        flex-flow: column
    }

    .info-content {
        text-align: left
    }

    .buy-div-sty {
        position: fixed;
        bottom: 0;
        width: calc(100% - 12px);
        left: 6px;
        background: #fff;
        z-index: 9999999;
        margin-bottom: 0 !important
    }

    section.term-condition_wrp {
        padding: 50px 15px
    }

    section.i-row.i-row-odd.ir-white {
        padding: 0 15px
    }

    section.privacy-plocy_wrp {
        padding: 50px 15px
    }

    .new-inner-banner {
        padding: 15px
    }

    .cart_one {
        padding-top: 5px;
        width: 100%;
        display: flex;
        flex: 0 100%
    }

    .addcart-wrp button.btn-color {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px
    }

    .rs_value input {
        min-width: 0 !important;
        width: 55px;
        margin-left: 2px
    }

    .cart-sec .add, .cart-sec .sub {
        padding: 8px 10px
    }

    .cart-sec {
        margin-left: 10px;
        margin-right: 10px
    }

    section.gift-cards-wrp {
        padding: 30px 0
    }

    .gift-card-left {
        margin-bottom: 15px
    }

    li.affiliate-prm {
        display: none !important
    }

    .toptrip-bar ul {
        display: flex
    }

    .swith-to-affiliate {
        display: flex !important;
        align-items: center
    }

    .net-price-wrp {
        flex-flow: column
    }

    a.continue-shoping-btn {
        padding: 9px 12px;
        background: #fffdfd;
        color: #fff !important;
        border-radius: 3px
    }

    li.E-Vouchers-wrp-m {
        position: relative
    }

        li.E-Vouchers-wrp-m img {
            position: absolute;
            left: -30px;
            top: -5px;
            display: block !important
        }

    .detaling-heading-sty .review-detailing-sty.col-sm-9 {
        padding-left: 0 !important
    }

    .kart-full-width {
        display: flex;
        flex-flow: column;
        padding: 0;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .kart-detail.col-md-8 {
        padding-left: 0;
        width: 100%
    }

    .kart-detail p span.thali-heading {
        color: #000;
        font-size: 14px;
        margin-top: 15px
    }

    .card-cart-box .row {
        margin: 0
    }

    .checkOutCont [class*=col-] {
        padding: 0
    }

    .kart-detail.col-md-8 {
        margin-left: 0;
        margin-right: 0
    }

    section.gift-cards-wrp .col-md-9 .row {
        padding: 0 15px
    }

    section.gift-cards-wrp .col-md-9 [class*=col-] {
        padding-left: 3px;
        padding-right: 3px
    }

    a.utlily-heading img {
        display: none
    }

    section.customer-logos2 .slide p {
        font-size: 11px;
        display: none
    }

    a.utlily-heading {
        font-size: 13px
    }

    .utily > a img {
        height: unset;
        width: 30px
    }
}

@media (min-width: 768px) {
    .detaling-heading-sty h2.product-detail-heading {
        padding-left: 15px
    }
}

@media (max-width: 575px) {
    .invoice-section .invoice1-container .heading-wrap .h2 {
        font-size: 24px;
        margin-bottom: 0
    }

    .invoice-section .invoice1-container .bill {
        display: block
    }

    .invoice-section .invoice2-container .table .table-header {
        width: 600px
    }

    .invoice-section .invoice2-container .table .table-body {
        width: 600px
    }

    .invoice-section .invoice2-container .table {
        overflow: auto;
        overflow-x: scroll
    }

    .invoice-section .invoice2-container .logo-address {
        display: block
    }

        .invoice-section .invoice2-container .logo-address figure {
            margin-bottom: 15px
        }
}

a.utlily-heading:focus, a.utlily-heading:hover, a.utlily-heading:visited {
    color: #f8b217 !important
}

.shop_bx {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
    min-height: 400px
}

    .shop_bx .img_part {
        height: 160px;
        width: 100%;
        margin-bottom: 35px
    }

        .shop_bx .img_part img {
            width: 100%;
            border-radius: 10px;
            height: 170px
        }

    .shop_bx .content_part {
        text-align: left;
        padding: 0 5px;
        min-height: 140px
    }

.content_part img {
    width: 20px;
    display: initial;
    margin-right: 4px
}

.shop_bx .btn_area {
    margin-top: 15px;
    text-align: left
}

.shop_bx .btn {
    border-radius: 20px;
    transition: all .3s;
    color: #fff
}

.shop_bx .dir {
    background: #0e7aa0;
    background-image: linear-gradient(to right,#0e7aa0,#67adc5)
}

.shop_bx .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 4px #b7b6b5
}

.shop_bx .shop {
    background: #f8b217;
    background-image: linear-gradient(to right,#f8b217,#dc9a08)
}

    .shop_bx .shop:hover {
        transform: translateY(-4px);
        background: #f8b217;
        background-image: linear-gradient(to right,#f8b217,#dc9a08)
    }

    .shop_bx .shop i {
        color: #fff
    }

.shop_bx .btn.active.focus, .shop_bx .btn.active:focus, .shop_bx .btn.focus, .shop_bx .btn:active.focus, .shop_bx .btn:active:focus, .shop_bx .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0
}

.nearest-shop .slick-slide, .professional .slick-slide {
    height: auto
}

.list li {
    color: #222;
    display: flex;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 100 !important;
}

    .list li span {
        color: #868f92;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list li img {
        margin-right: 5px;
        width: 14px;
        display: initial
    }

.pro_bx {
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    min-height: 210px
}

    .pro_bx .img_part {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: auto
    }

        .pro_bx .img_part img {
            width: 150px;
            height: 150px;
            border-radius: 50%
        }

    .pro_bx .content_part {
        text-align: left;
        width: calc(100% - 150px)
    }

.img_part img {
    width: 20px;
    transition: all .3s
}

.pro_bx .btn_area {
    text-align: left
}

.pro_bx .btn {
    border-radius: 20px;
    transition: all .3s;
    color: #fff
}

.pro_bx:hover .img_part img {
    transform: translateY(-4px);
    box-shadow: 0 5px 22px rgb(0 0 0 / 55%)
}

.pro_bx .dir {
    background: #0e7aa0;
    background-image: linear-gradient(to right,#0e7aa0,#67adc5)
}

.pro_bx .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 4px #b7b6b5
}

.w-100 {
    width: 100%
}

.image-holder a img {
    width: 100%;
    border-radius: 5px
}

.read a .readMore {
    display: none
}

.read .readLess {
    display: none
}

.read a.collapsed .readMore {
    display: inline
}

.read .readless {
    display: inline
}

.descriptionText:not(.in) {
    min-height: 4.25em;
    height: 4.25em;
    display: block;
    overflow: hidden
}

.nearest-shop {
    /* padding: 30px 0; */
    position: relative;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    position: relative;
    z-index: 1;
}

.near-shop-list-wrp button.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 30px;
    outline: none;
    border: 1px solid #d6d6d6;
    position: absolute;
    left: calc(50% - 50px );
    bottom: -65px;
    background: #fff;
}

.near-shop-list-wrp button.slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 30px;
    outline: none;
    border: 1px solid #d6d6d6;
    position: absolute;
    right: calc(50% - 50px );
    bottom: -65px;
    background: #fff;
}

.professional-slider {
    padding: 30px 15px;
    position: relative;
    z-index: 9;
    padding-top: 0;
}



.btn-theme {
    background: #eaa610;
    border-radius: 27px;
    float: right;
    padding: 8px 40px;
    color: #fff
}

.professional {
    padding: 40px 0
}

, #shopingcat-banner .carousel-inner > .item > a > img, #shopingcat-banner .carousel-inner > .item > img {
    height: 400px !important
}

#categories .subcategories-menu ul li:hover a {
    color: #f7b117 !important
}

.pd-top {
    padding-top: 40px
}

.product-mn-dv {
    /* margin: 0 9px */
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .menu-side-log span {
        margin-top: 6px;
    }

    .btn-theme {
        background: #eaa610;
        border-radius: 27px;
        float: right;
        padding: 6px 10px;
        color: #fff
    }
}

.slick-slide {
    height: auto !important;
}

.product-images.js-qv-product-images .slick-list .slick-track li {
    height: 70px !important;
}

/**************************/
.common-heading-new {
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

    .common-heading-new:before {
        content: '';
        position: absolute;
        width: 40%;
        height: 1px;
        background: #0f779c;
        top: 22px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .common-heading-new span {
        background: #fff;
        padding: 0px 15px;
        position: relative;
        z-index: 9;
    }

    .common-heading-new:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #f8b217;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

h6.product-title {
    text-align: left;
}

.heading-new-wrp:before {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #5c9841;
    top: 12px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.heading-new-wrp {
    position: relative;
}

.product-container {
    display: flex;
}

div#divTrendingProducts article.product-miniature.product-mn-cls.js-product-miniature {
    max-height: 100%;
    min-height: auto;
}

.product-content-right-sd {
    min-height: auto;
    padding: 0;
    text-align: left;
}

.product-right-aside {
    margin-left: 15px;
    padding-top: 10px;
    flex: 1;
    width: 50%;
}

div#divTrendingProducts .price-off.clearfix {
    justify-content: flex-start;
}

.shop-over-product {
    margin: 0 auto;
    width: 75%;
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

.Quick_Ship {
    background-image: url('../../images/img1-6.jpg');
    padding: 50px 0;
}

h2 {
}

.Quick_Ship a {
    font-size: 16px;
    line-height: 34px;
    fill: #000;
    color: #000;
    background-color: rgba(2,1,1,0);
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    border-radius: 100px;
    padding: 3px 30px;
    display: inline-block;
}

    .Quick_Ship a:hover {
        border-color: #ff6f00;
        background: #ff6f00;
    }

.Quick_Ship h2 {
    font-size: 36px;
}

.Quick_Ship h5 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 100;
}

/********product cart***************************/
.product-content-right-sd h5 a {
    font-weight: 100;
    color: #565656;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.product-content-right-sd h6 {
    font-size: 16px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.regular-price-new {
    font-size: 12px;
    color: #b1b1b1;
    text-decoration: line-through;
    color: #ed3f46;
}

span.price-new-current {
    font-size: 18px;
    font-weight: 600;
    color: #63af00;
}

img.img_1_new {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
    left: 0;
}

.product-image_new {
    /* width: 100%; */
}

a.thumbnail_new {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.price-cp-value span {
    background-color: #f3a906;
    border-radius: 3px;
    border: 1px solid #f6b016;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: 31%;
    line-height: 1;
    margin-top: 1px;
    padding: 3px 5px 2px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
}

.button-container {
}

.AddToHeart {
    width: 35px;
    height: 35px;
    background: #f6b016;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f9ab00;
    color: #fff !important;
    border-radius: 5px;
}

article.product-miniature_new {
    min-height: auto;
    background: #ffffff;
    margin: 0 15px;
    position: relative;
    border: solid 1px rgb(112 112 112 / 14%);
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
}

.price-right {
}

span.discount-percentage {
    background-color: #51aa1b;
    border-radius: 3px;
    border: 1px solid #51aa1b;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: 15px;
    line-height: 1;
    margin-top: 1px;
    padding: 3px 5px 2px;
    position: absolute;
    top: 15px;
    z-index: 1;
}

h5.product-title a {
    font-size: 12px;
    color: #949494;
    font-weight: 100;
}

article.product-miniature_new:hover .button-container {
    right: 7px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pt-cls-sty-one {
}

    .pt-cls-sty-one span {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
    }

.pt-cls-sty-two {
}

.price.pt-cls-sty-two span {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
}



.pt-cls-sty-three span {
    color: #1aa6dc;
    font-size: 14px;
    font-weight: 600;
}

.net-price-wrp-two {
    display: flex;
    color: #63af00;
    border: 1px solid #63af00;
    border-radius: 5px;
    padding: 3px 7px;
    justify-content: center;
}

    .net-price-wrp-two span {
        padding-left: 3px;
        color: #63af00;
        font-size: 16px;
        font-weight: 600;
    }


.button-to-add-wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.price-cp-value {
    display: block;
    text-align: left;
}

.cart-new-btn-wrp a {
    background: #008ecc;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-top: 7px;
    padding: 5px 10px;
    border-radius: 5px;
    justify-content: center;
    display: flex;
}

span.plust-to-add-btn {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #1ea9e6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-left: 7px;
    position: absolute;
    right: 20px;
}

article.product-miniature_new:hover .button-to-add-wishlist {
    visibility: visible;
    opacity: 1;
}

.latest-product-box .price-cp-value span {
    top: 155px;
    bottom: unset;
    right: 15px;
    left: unset;
}

.latest-product-box .product-right-aside {
    margin-left: 0;
    width: 100%;
}

.net-price-wrp-two img {
    height: 20px;
}

/*********product_image*****************/
.figure_rpoduct_box_5:before {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
}

.figure_rpoduct_box_5:after {
    background: rgba(255,255,255,.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}

.product_box_5:hover .figure_rpoduct_box_5:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear;
}

.product_box_5:hover .figure_rpoduct_box_5:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear;
}

.prodcut_content_box_5 a:after {
    font-size: 16px;
    color: #ff9900;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f144";
}

.prodcut_content_box_5 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ffffffd9;
    padding: 7px 15px 15px 15px;
    /* border: 1px solid #c7c7c7; */
    /* box-shadow: 0 0 12px #00000014; */
}

    .prodcut_content_box_5 h4 {
        margin-bottom: 0;
    }

    .prodcut_content_box_5 p {
        margin-bottom: 0;
    }

.product_box_5 {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.img-box-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #211805;
    overflow: hidden;
    opacity: 0.6;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.content-box-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 90%;
    text-align: center;
    z-index: 999;
}

.sub-banner-product {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.content-box-sub h3 {
    color: #ffff;
}

.sub-banner-product:hover .img-box-content:before {
    opacity: 0.3;
}

.content-box-sub h3 span:before {
    width: 0;
    content: '';
    position: absolute;
    height: 2px;
    background: white;
    bottom: -5px;
    transition: 0.5s;
}

.content-box-sub h3 span {
    position: relative;
    font-size: 30px;
}

.sub-banner-product:hover .content-box-sub h3 span:before {
    width: 100%;
}

.img-box-content img {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    width: 100%;
}

.sub-banner-product:hover .img-box-content img {
    -moz-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.pd_5_right-side_box a {
    display: inline-block;
}

.marging-right-15 {
    margin-right: 15px;
}

.margint-left-15 {
    margin-left: 15px;
}

.pd_5_right-side_box {
    display: flex;
}

    .pd_5_right-side_box.bottom-mrg {
        margin-bottom: 30px;
    }

.sub-banner-product.bottom-mb {
    margin-top: 30px;
}

.latest-product-box .product-container {
    flex-flow: column;
}

.latest-product-box .product-image_new {
    height: 180px;
}



/*********product_image*****************/



.shop_bx-dpk {
    display: flex;
    border: 1px solid #cecece;
    background: #fff;
    margin: 0 15px;
    flex-flow: column;
    min-height: 400px;
    position: relative;
}

.img_part-new {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
    background: #f9feff;
    padding: 15px;
}


.button-secondry:before, .button-secondry:after {
    border-color: transparent;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.shop_bx-dpk:before {
    border-bottom-width: 2px;
    border-color: #f6b016;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px width:100%;
    height: 100%;
    position: absolute;
}

.shop_bx-dpk:after {
    content: '';
    border-color: transparent;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
    border-bottom-width: 2px;
    border-color: #f6b016;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}



.shop_bx-dpk:before {
    border-color: transparent;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
    border-color: #f6b016;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}


.content_part-new h6 {
    display: flex;
}

    .content_part-new h6 .fa {
        margin-right: 15px;
        font-size: 20px;
        color: #868f92;
    }

.content_part-new {
    text-align: left;
    padding: 15px;
}

article.content-shop-near {
    padding: 15px 0;
    filter: drop-shadow(2px 4px 6px #0000001c);
}

section.near-shop-list-wrp:after {
    background: #ffffff;
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background-image: url(../../images/bg-5.png);
}

.our-speciallization-content {
    padding: 20px;
    border: 20px solid #f1f1f1;
    height: 61%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .our-speciallization-content h3 {
        font-size: 28px;
    }

.content_part-new h6 {
    color: #303030;
    margin-bottom: 15px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li .fa {
    margin-right: 15px;
    font-size: 20px;
    color: #868f92;
}

.img_part-new img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.simple-heading2 span:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #f8b217;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
}

.simple-heading2 span:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #f8b217;
    top: 60%;
    transform: translateY(-50%);
    left: 110%;
}

.simple-heading2 span {
    position: relative;
}





section.near-shop-list-wrp {
    background-image: url('../../images/shop-pic.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    padding-top: 150px;
    position: relative;
}

.simple-heading2 h2 {
    color: #f6b016;
    font-size: 30px;
}

.simple-heading2 {
    color: #fff;
    position: relative;
    padding-left: 15px;
    padding-right: 7px;
}

section.near-shop-list-wrp:before {
    background: #042c3ad9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*********/
.footer-logo-content {
    position: relative;
    padding-right: 30px;
    color: #fff;
}

.footer-phone {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .footer-phone figure {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .footer-phone aside p {
        margin-bottom: 0;
        color: #fff;
    }

    .footer-phone label {
        color: #f8b217;
    }


footer {
    overflow: hidden;
}

.logo-footer:before {
    content: "";
    position: absolute;
    right: 30px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    background: #042c3a;
    pointer-events: none;
}

img.footer-pic {
    max-width: 250px;
}

.logo-footer {
    padding: 50px 0;
    padding-bottom: 0;
}

.button-secondry:before {
    border-color: #f6b016;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.button-secondry:after {
    border-bottom-width: 2px;
    border-color: #f6b016;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.button-secondry {
    padding: 10px 30px;
    display: block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background-color: #303030;
    color: #fff;
    position: relative;
    width: 175px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

    .button-secondry .fa {
        padding-left: 15px;
    }

    .button-secondry:hover:before, .button-secondry:hover:after {
        height: 100%;
        width: 100%;
    }

    .button-secondry:hover {
        color: #fff;
        background: #f6b016;
    }



/*******/

.loading-new {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: animate 1.2s ease-in-out infinite;
    z-index: 99;
}

@keyframes animate {
    0%, 10%, 100% {
        height: 40px;
        width: 40px;
    }

    65% {
        height: 70px;
        width: 70px;
    }
}

.loading-new span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    animation: rotate 1.2s linear both infinite;
}

@keyframes rotate {
    0%, 30% {
        transform: rotate(0);
    }

    65% {
        transform: rotate(-40deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.loading-new span:nth-child(1) {
    top: 0;
    left: 0;
    background: #55d462;
}

.loading-new span:nth-child(2) {
    top: 0;
    right: 0;
    background: #8675e5;
}

.loading-new span:nth-child(3) {
    bottom: 0;
    left: 0;
    background: #d84c77;
}

.loading-new span:nth-child(4) {
    bottom: 0;
    right: 0;
    background: #fd9a3f;
}


.services-product {
    text-align: center;
    border: 1px solid #cecece;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    min-height: 123px;
}

    .services-product img {
        height: 40px;
    }

    .services-product p {
        margin-bottom: 0;
        margin-top: 7px;
    }

section.our-home-service-wrp {
    padding-top: 50px;
    background-image: url('../../images/bg-5.png');
    padding-bottom: 0;
}



/************************/
section.product-item.LATEST-PRODUCT-it {
    padding: 50px 0;
    padding-top: 0;
}

section.product_box-03-wrp {
    padding-top: 0;
    padding-bottom: 50px;
}

section.product_show_4 {
    padding-top: 0;
    padding-bottom: 50px;
}

section.product-show_6-wrp {
    padding: 50px 0;
    padding-bottom: 50px;
}

.professional-left-box {
    border: 1px solid #cecece;
    background: #fff;
    margin: 0 15px;
    position: relative;
    display: flex;
    padding: 15px;
}

article.professional-box {
    filter: drop-shadow(2px 4px 6px #0000001c);
}

.img_part-news {
    width: 175px;
    margin-right: 30px;
}

a.btn-dir {
    color: #1c5ba9 !important;
    font-size: 16px;
}

section.professional-wrp {
    padding: 100px 0;
    background: url(../images/);
    background-image: url('../../images/service-pic.jpg');
    padding-top: 30px;
    position: relative;
    background-attachment: fixed;
}

    section.professional-wrp:before {
        background: #ffffff;
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        top: 0;
        left: 0;
        background-image: url(../../images/bg-5.png);
    }

    section.professional-wrp:after {
        background: #042c3ad9;
        content: '';
        position: absolute;
        width: 100%;
        height: 70%;
        bottom: 0;
        left: 0;
        background-image: url(../../images/bg-5.png);
    }

.bottom-card-accepts h2 {
    display: none;
}

footer.bottom-main .row {
    display: flex;
    width: 100%;
}

    footer.bottom-main .row .col-lg-7 {
        position: relative;
        padding-top: 50px;
    }



        footer.bottom-main .row .col-lg-7 .col-md-12 {
            position: absolute;
            bottom: 0;
        }

.bottom-card-accepts figure {
    margin-bottom: 15px;
}


.ecoomerce-shipping-guide {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin-top: 8px;
}

    .ecoomerce-shipping-guide h3 {
        font-size: 16px;
        font-weight: 400;
        color: #154054;
        margin-bottom: 5px;
    }

    .ecoomerce-shipping-guide p {
        color: #8e8e8e;
        line-height: 18px;
        min-height: 50px;
        font-weight: 300;
        font-size: 13px !important;
        margin-bottom: 0
    }

    .ecoomerce-shipping-guide div:last-child {
        border: 0 solid #eaeaea
    }

.bottom-box p {
    color: #fff;
    text-transform: none
}

.bottom-box h2 {
    font-size: 20px;
    margin-top: 0;
    float: left;
    width: 90%;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #f8b217;
    margin-right: 0;
}

.bottom-box:last-child h2, .social-icons {
    width: 100%
}

.bottom-box ul li {
    list-style-type: none;
    margin-bottom: 2px;
}

    .bottom-box ul li a {
        list-style-type: none;
        font-size: 16px;
        color: #fff;
        display: block;
    }

        .bottom-box ul li a:hover {
            color: #f8b217
        }

    .bottom-box ul li a {
        margin-bottom: 15px;
    }


.foooter-pic {
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
}


.foter-right-div {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: flex-end;
}

.foooter-pic span {
    margin-left: 7px;
}



.show-in-list.show-grid-12 .col-md-4 {
    width: 100%;
}


.show-grid-12 .shopping-paddingLeft .product-container {
    /* display: flex; */
    flex-flow: inherit;
}

    .show-grid-12 .shopping-paddingLeft .product-container .left-block {
        max-width: 250px;
        margin-right: 15px;
    }

.show-grid-12 .shopping-paddingLeft .flw-row {
    display: flex;
    align-items: center;
}

.show-grid-12 .shopping-paddingLeft .cart-new-btn-wrp {
    width: auto;
    display: inline-flex;
    position: relative;
    width: 25%;
    margin-left: 15px;
}

.show-grid-12 .shopping-paddingLeft .net-price-wrp-two {
    width: 30%;
}

.show-grid-12 .shopping-paddingLeft a.addToCart {
    margin-top: 0;
}

button.list-show {
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    background: no-repeat;
    margin-left: 15px;
    background: #efefef;
    padding: 6px 9px;
}

button.grid-show {
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    background: no-repeat;
    padding: 6px 7px;
    background: #efefef;
}

    button.grid-show.active {
        background: #f7b117;
        color: #ffffff;
    }

button.list-show.active {
    color: #f7b117;
}

h4.Headingcategory {
    font-size: 18px;
    text-transform: uppercase;
}

.prdocut-flt-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 20px;
}

.drop-flt select#sortBy {
    width: auto;
}


/*********************/




select.round {
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), radial-gradient(#f7b117 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 10px);
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #e6e6e6;
}

    select.round:focus {
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #f7b117;
        outline: 0;
        background-image: linear-gradient( 45deg, transparent 50%, white 50%), linear-gradient( 135deg, white 50%, transparent 50%), radial-gradient(#0e799f 70%, transparent 72%);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 10px);
    }


.select-flt-row {
    display: flex;
}

/*********************/

/***********************************/

.breadcrumb {
    margin: 0 0 30px;
    padding: 0
}

    .breadcrumb .breadcrumb-container {
        padding: 10px 0;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 14px;
        position: relative;
        margin-bottom: 0
    }

        .breadcrumb .breadcrumb-container:before {
            position: absolute;
            background: 0 0;
            height: 100%;
            width: 100%;
            content: "";
            top: 0;
            bottom: 0;
            left: 0
        }

        .breadcrumb .breadcrumb-container .title-page {
            color: #222;
            position: relative;
            text-transform: capitalize;
            line-height: 25px;
            display: block;
            font-weight: 600;
            font-size: 26px;
            margin-bottom: 13px
        }

        .breadcrumb .breadcrumb-container ul {
            margin: 0;
            padding: 0
        }

            .breadcrumb .breadcrumb-container ul li {
                display: inline-block;
                position: relative;
                padding: 0 10px 0 3px;
                font-size: 14px;
                margin-bottom: 0
            }

                .breadcrumb .breadcrumb-container ul li a {
                    color: #000
                }

                    .breadcrumb .breadcrumb-container ul li a:hover {
                        color: #ed3f46
                    }

                .breadcrumb .breadcrumb-container ul li:after {
                    content: "\f105";
                    font-family: FontAwesome;
                    display: block;
                    height: 8px;
                    width: 1px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    color: #3e3092
                }

                .breadcrumb .breadcrumb-container ul li:last-child a {
                    color: #0493c3;
                    font-weight: 500;
                }

                .breadcrumb .breadcrumb-container ul li:last-child:after {
                    display: none
                }

.breadcrumb {
    list-style: none;
    border-radius: 0;
}

    .breadcrumb::after {
        content: "";
        display: table;
        clear: both;
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #ebebeb;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #ebebeb;
    }

.breadcrumb .breadcrumb-container ul li {
    margin-right: 5px;
}

section.bread-cum {
    background: #f3f9fb;
}

/***********************************/
section#wrapper {
    padding-top: 30px;
}





.price-off-details {
    display: flex;
}



section#wrapper {
    padding-top: 30px;
}

.parent-div {
    display: none;
} 
.row-iteams-showing {
    display: flex;
    justify-content: space-between;
    background: transparent;
}
.facet-title.filter-listing.filter-listing-toggle {
    border-bottom: 1px solid gainsboro;
}