/* Minification failed. Returning unminified contents.
(130,41): run-time error CSS1046: Expect comma, found '0'
(130,45): run-time error CSS1046: Expect comma, found '/'
(131,49): run-time error CSS1046: Expect comma, found '0'
(131,53): run-time error CSS1046: Expect comma, found '/'
(132,46): run-time error CSS1046: Expect comma, found '0'
(132,50): run-time error CSS1046: Expect comma, found '/'
 */
/*------###########--------Module Redemption------###########--------*/
.row_minus50 {
    margin-left: -50px;
    margin-right: -50px;
}

.redemptio_top_strip {
    padding: 0 15px;
    margin-top: -10px;
}
/*----------------Top Banner Slider Start-----------------*/
#slider .owl-carousel .owl-nav .owl-next, #slider .owl-carousel .owl-nav .owl-prev {
    top: 50%;
    margin-top: -30px;
    box-shadow: none;
    font-size: 50px;
    color: rgba(255,255,255,.5);
    background: rgba(0,0,0,.5);
    height: 60px;
    width: 50px;
    border-radius: 0;
    line-height: 53px
}

    #slider .owl-carousel .owl-nav .owl-next:hover, #slider .owl-carousel .owl-nav .owl-prev:hover {
        color: rgba(255,255,255,1);
        background: rgba(0,0,0,1)
    }
/*----------------Top Banner Slider End-----------------*/

/*----------------TabMenu Slider Start-----------------*/
#tabmenu .item {
    padding: 0;
    min-height: auto;
}
#tabmenu .owl-carousel.owl-loaded {
    padding: 0;
    position: relative
}
#tabmenu .item a span {
    line-height: 32px;
}

#tabmenu .item a {
    padding:0
}
#tabmenu.multi_menu {
    background: none;
    box-shadow: none;
    padding: 5px 0;
}
#tabmenu.multi_menu .item a span {
    width: 100%;
}

.redeem_menubg {
    position: relative;
    z-index: 1;
}

#tabmenu .vertical-menu > span {
    line-height: 37px;
}
#tabmenu .slider_menu .owl-carousel .owl-nav .owl-next, #tabmenu .slider_menu .owl-carousel .owl-nav .owl-prev {
    margin: 0 0 0 1px;
    position: initial;
    display: inline-block !important;
    width: 40px !important;
    background: #f1f1f1;
    line-height: 36px;
    height: auto;
    font-size: 20px;
}

    #tabmenu .slider_menu .owl-carousel .owl-nav .owl-next:hover, #tabmenu .slider_menu .owl-carousel .owl-nav .owl-prev:hover {
        background: #f9f9f9;
    }
#tabmenu .slider_menu .owl-controls {
    position: absolute;
    top: 1px;
    left: 100%;
    text-align: right;
    width: 88px;
}

#tabmenu .slider_menu .owl-nav {
    width: 82px;
    position: absolute;
    display: inline-block;
    right: -89px;
    top: 1px;
    text-align: right;
}
/*----------------TabMenu Slider End-----------------*/


/*----------------Products Start-----------------*/
.product-listing {
    padding: 0 0px;
    min-height: 175px;
}

.redMinHeight {
    min-height: 295px;
}

.pro_block {
    min-height: 200px;
    background: #fff;
    transition: all ease-In-Out .3s;
    -webkit-transition: all ease-In-Out .3s;
    -moz-transition: all ease-In-Out .3s;
    -ms-transition: all ease-In-Out .3s;
    -o-transition: all ease-In-Out .3s;
    margin: 20px 10px;
    position: relative;
}
/*.flip-class{display:block;position:relative}
.flip-class>img{transition:all .5s cubic-bezier(.25,.1,.25,1) 0s}
.pro_block .effect-hvr{width:100%}
.pro_block:hover>.flip-class img:not(:first-child){transform:translate3d(0,0,0)}
.pro_block:hover>.flip-class img:first-child{transform:translate3d(-140%,0,0)}
.pro_block:hover figure.hvr-shrink{-webkit-transform:scale(.9);transform:scale(.9)}
.pro_block:hover figcaption.hvr-float{-webkit-transform:translateY(-8px);transform:translateY(-8px)}*/
.pro_block {
    text-align: center; /*border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;*/
}

    .pro_block:hover {
        box-shadow: 10px 7px 15px rgb(0 0 0 / 30%);
        -webkit-box-shadow: 10px 7px 15px rgb(0 0 0 / 30%);
        -moz-box-shadow: 10px 7px 15px rgb(0 0 0 / 30%);
        /*transition: all ease-in-out 0.2s*/
        transform: scale(1.02);
    }

.prod_overlay {
    position: absolute;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}

.pro_block:hover .prod_overlay {
    opacity: 1;
}

.product-nav {
    border-bottom: none;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    position: absolute;
    top: 110%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
    transform: scale(0.5);
    opacity: 0;
    text-align: center;
}

.pro_block:hover .product-nav {
    top: 0;
    opacity: 1;
    transform: scale(1);
}

.product-nav > li {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

    .product-nav > li:nth-last-child(2) {
        margin-right: 0;
    }

.over_lay_loader {
    position: absolute;
    background: rgba(0,0,0,0.75);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all ease-in-out 0.2s;
}

    .over_lay_loader .k-i-loading {
        position: absolute;
        width: 50px;
        height: 50px;
        font-size: 40px;
        font-weight: bold;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.product-nav > li .btn_float {
    background: #f8f8f8;
    /*background: #fcb05c;*/
    color: #0088e7;
    /*padding: 7px 12px;
    font-size: 1rem;*/
    padding: 6px 10px;
    font-size: 0.875rem;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    transition: all ease-in-out 0.1s;
    display: block;
    cursor: pointer;
    margin-right: 5px;
}
    .product-nav > li .btn_float.b_icon {
        padding: 8px 10px;
        margin-right: 0px;
    }

    .product-nav > li .btn_float:hover {
        /*background: #ffa33d;*/
        background: #0088e7;
        color: #ffffff;
    }

    .product-nav > li .btn_float > span {
        float: left;
        display: block;
    }

        .product-nav > li .btn_float > span:first-child {
            width: 20px;
            height: 18px;
            position: relative;
            left: 0;
            right: 0;
            text-align: center;
            margin-right: 5px;
            overflow: hidden;
            display: block;
            z-index: 1;
        }

        .product-nav > li .btn_float > span:last-child {
            margin-right: 0;
        }

    .product-nav > li .btn_float i {
        display: block;
        position: absolute;
        font-size: 1.125rem;
        line-height: 18px;
        transition: all ease-in-out 0.3s
    }

        .product-nav > li .btn_float i.icon_default {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            /*opacity: 1;*/
            color: #0088e7 !important;
        }

    .product-nav > li .btn_float:hover i.icon_default {
        top: -20px;
        /*opacity: 0;*/
    }

    .product-nav > li .btn_float i.icon_hover {
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #ffffff !important;
    }

    .product-nav > li .btn_float:hover i.icon_hover {
        top: 0;
    }

.pro_block figure {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 0;
    padding-top: 100%;
    position: relative;
}

    .pro_block figure > img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.pro_block figcaption {
    padding: 10px;
    min-height: 106px
}

.pro_block.reward_c figcaption {
    min-height: 45px;
}

.pro_block figcaption div.seprat {
    min-height: 45px;
}

    .pro_block figcaption div.seprat > span { /*border-right:1px solid #bbb;*/
        padding: 0 5px;
        line-height: 14px;
        width: 100%;
        text-align: center;
    }

        .pro_block figcaption div.seprat > span:last-child {
            border: none
        }

.pro_block figcaption span.name, .pro_block figcaption span.points_pro {
    color: #3f4858;
    font-size: 1.125rem;
    display: inline-block;
    transition: all ease-In-Out .2s;
    font-weight:600;
}

.pro_block figcaption span.discount_pro {
    color: #ff9999;
    display: inline-block;
    transition: all ease-In-Out .2s;
    margin-bottom: 10px;
}

.pro_block figcaption span.name {
    color: #666666;
    min-height: 34px;
    text-align: center;
    display: block;
    font-size: 0.75rem;
}

.homepage_product.pro_block {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    .homepage_product.pro_block figcaption {
        min-height: 30px
    }

        .homepage_product.pro_block figcaption span.name {
            min-height: 10px;
            margin-bottom: 5px
        }

.pro_block figcaption span.points_pro {
    margin-bottom: 5px
}

    .pro_block figcaption span.points_pro i {
        font-size: 0.75rem;
    }

    .pro_block figcaption span.points_pro .point_dis span, .productdetail_block figcaption span.points_pro .point_dis span {
        font-size: 0.75rem;
        font-weight:normal;
    }

.product_title {
    white-space: nowrap;
    font-size: 1.125rem;
    color: #222222;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Product blocks*/
/*----------------- Products Ends -----------------*/
/*----------------- Product Detail Start -----------------*/
.offerurl_title, h5.avail_offer {
    line-height: 30px
}

.productdetail_block {
    border: 1px solid #f1f1f1;
    position: relative;
}

    .productdetail_block .promo_img {
        position: absolute;
        left: -60px;
        top: 0;
        max-height: 500px;
    }

        .productdetail_block .promo_img li {
            height: 20px;
            background: #f1f1f1;
            text-align: center;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .productdetail_block .promo_img li:nth-child(2) {
                height: 290px;
                overflow: hidden;
                background: #ffffff;
            }

        .productdetail_block .promo_img > li:first-child:hover, .productdetail_block .promo_img > li:last-child:hover {
            background: #dddddd;
        }
        /*.productdetail_block .promo_img > li:first-child, .productdetail_block .promo_img > li:last-child {
            background:#dddddd;
            display:none
        }*/
        .productdetail_block .promo_img li div {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
            box-sizing: border-box;
            border: 1px solid #dddddd;
        }

            .productdetail_block .promo_img li div.active {
                border: 1px solid #666666;
            }

            .productdetail_block .promo_img li div img {
                display: inline-block;
                max-height: 100%;
            }

    .productdetail_block .diplay-img {
        text-align: center;
       min-height: 218px;
    }

        .productdetail_block .diplay-img img {
            display: inline-block;
            max-width: 100%;
            max-height: 500px
        }

        .productdetail_block .diplay-img .owl-carousel /*.owl-controls*/ .owl-prev, .productdetail_block .diplay-img .owl-carousel /*.owl-controls*/ .owl-next {
            background: rgba(0,0,0,0.1);
            height: 45px;
            width: 28px;
        }

        .productdetail_block .diplay-img .owl-nav .owl-prev i, .productdetail_block .diplay-img .owl-nav .owl-next i {
            line-height: 43px;
            font-size: 2.25rem;
        }

    .productdetail_block figcaption {
        padding: 15px;
        text-align: center
    }

        .productdetail_block figcaption ul li {
            font-size: 1.125rem;
            width: 49%;
            text-align: center;
            display: none;
            padding: 5px 0;
            color: #282e51;
        }

            .productdetail_block figcaption ul li > span {
                border-right: 1px solid #999;
                width: 100%;
                display: block
            }

                .productdetail_block figcaption ul li > span.discount_pro {
                    color: #ff9999;
                    font-size: 1.125rem;
                    display: inline-block;
                    transition: all ease-In-Out .2s;
                    font-weight: 500;
                }

.denomination_slider .k-slider-items, ul.denom_list li .control input:checked ~ .control__indicator:after {
    display: none
}

.productdetail_block figcaption ul li:first-child {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: #666;
    display: block
}
/*.productdetail_block figcaption ul li:last-child {
    margin-bottom: 0;
    padding: 0;
    font-size: 1.125rem;
    color: #282e51;
    font-weight: 500;
}*/
.productdetail_block figcaption ul li:last-child > span, .productdetail_block figcaption ul li:nth-last-child(2) > span {
    border: none
}

.productdetail_block figcaption ul li i {
    font-size: 0.75rem;
    margin-right: 3px
}

.product-detail ul li.denomination_slider {
    margin-bottom: 0;
    width: 241px
}

    .product-detail ul li.denomination_slider .k-slider-horizontal {
        width: 241px;
        margin-bottom: 5px
    }

.denomination_slider .k-slider .k-button {
    width: auto
}

.denomination_slider .k-draghandle {
    border-color: #0172cb;
    background: #0172cb;
    height: 11px;
    width: 11px
}

    .denomination_slider .k-draghandle:active, .denomination_slider .k-draghandle:focus {
        border-color: #b3e0ff;
        background: #0172cb;
        height: 13px;
        width: 13px;
    }

.denomination_slider .k-slider-selection {
    border-color: #b3e0ff;
    background: #0172cb
}

.thumb-col .thumb {
    margin-bottom: 15px;
    padding: 5px;
    opacity: .8;
    background: #f1f1f1;
    border: 1px solid #ddd
}

    .thumb-col .thumb.active {
        opacity: 1
    }

    .thumb-col .thumb img {
        border-radius: 0
    }

.product-detail > h2.prod_name {
    margin: 0;
    padding: 0
}

.product-detail h3.prod_sellprice {
    margin: 0;
    padding-bottom: 0
}

.product-detail h3.avail_offer {
    margin: 20px 0 0;
    padding-bottom: 0
}

    .product-detail h3.avail_offer a {
        color: #0172cb
    }

.offerurl_title {
    float: left;
    display: inline-block;
    margin-right: 15px
}

.product-detail h3.in-stock {
    color: #00a21b
}

.product-detail h3.out-stock {
    color: #d30e0e
}

.product-detail .quantity_block {
    margin: 15px 0 10px
}

.product-detail > div {
    float: left;
    width: 100%
}

    .product-detail > div.row {
        float: none;
        width: auto
    }

.bdr_btm {
    border-bottom: 1px solid #ddd
}

div h3.desc_heading {
    margin-bottom: 0;
    font-weight:600;
}

.product-detail > div strong {
    font-weight: 400
}

.product-detail > div label {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.product-detail div.both_type label {
    line-height: 24px !important;
}

.product-detail > div input[type=text] {
    float: left;
    height: 25px;
    width: 60px;
    border: 1px solid #ddd;
    padding-left: 5px;
    box-shadow: inset 0 0 3px #bbb;
    -webkit-box-shadow: inset 0 0 3px #bbb;
    -moz-box-shadow: inset 0 0 3px #bbb;
    -ms-box-shadow: inset 0 0 3px #bbb;
    -o-box-shadow: inset 0 0 3px #bbb
}

.product-detail > div button[type=submit] {
    float: left;
    height: 25px;
    padding: 0 10px
}

.denom_slider {
    width: 70%
}

.product-detail > div select {
    margin-right: 10px;
    margin-top: 5px;
    width: 100px;
    border: 1px solid #ddd;
    height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-detail > div.quan-tity select {
    width: 55px
}

.product-detail > div button.add-cart-detail {
    background: #f39c12;
    border: none;
    font-size: 0.875rem;
    color: #fff;
    padding: 4px 15px;
    margin-top: 20px;
    float: left;
    margin-right: 10px;
    line-height: 25px
}

    .product-detail > div button.add-cart-detail:hover {
        background: #ffae00
    }

.product-detail ul {
    list-style: square;
    font-size: 0.75rem;
    color: #666;
    padding-left: 15px
}

    .product-detail ul li {
        margin-bottom: 5px;
        line-height: 15px;
        color: #666 !important;
        list-style: square
    }

.pos_holder {
    position: relative;
    margin-bottom: 10px
}

    .pos_holder .product-detail { /*padding-bottom:43px;*/
        padding-left: 15px
    }

.product-detail h1.prod_name {
    color: #444444;
    padding-top: 0;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 1.125rem;
    margin-top: -3px;
    font-weight:600;
    letter-spacing:0.5px;
}

    .product-detail h1.prod_name.big_h1 {
        font-size: 2.125rem;
        line-height: 30px
    }

.product-detail h3.prod_shortdesc {
    color: #f39c12
}

ul.denom_list {
    padding-left: 0;
    float: left;
    width: 100%
}

    ul.denom_list li {
        list-style: none;
        float: left;
        margin-right: 5px;
        line-height: 26px
    }

        ul.denom_list li label {
            width: 100%;
            padding: 0 !important;
            line-height: 25px;
            margin-right: 0;
            min-width: 70px;
            font-size: 0.75rem;
        }

        ul.denom_list li div.control__indicator {
            font-size: 0.875rem;
            width: auto;
            background: #f2f2f2;
            padding: 0 5px !important;
            height: auto;
            position: static;
            text-align: center;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px
        }

            ul.denom_list li .control input:checked ~ .control__indicator, ul.denom_list li div.control__indicator.active {
                background: #0172cb;
                color: #fff
            }

    ul.denom_list.inrow li:last-child ul {
        padding-left: 0
    }

        ul.denom_list.inrow li:last-child ul li {
            margin-bottom: 0
        }

    ul.denom_list.inrow li:last-child > ul > li:last-child {
        float: right;
        margin-right: 0
    }

        ul.denom_list.inrow li:last-child > ul > li:last-child > span {
            background: #f2f2f2;
            padding: 9px 11px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            display: block;
            line-height: initial;
        }

    ul.denom_list.inrow li .k-slider-wrap {
        background: #f2f2f2;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px
    }

.product-detail div.seprat {
    padding: 0 0 10px 0;
    color: #ff9999;
    margin-bottom: 0;
}

.error_block, .error_block_msg {
    color: #a80707
}

.product-detail div.seprat > span {
    display: inline-block;
    text-align: center;
    line-height: 14px;
    float: left;
    position: relative;
    font-size: 1rem;
    padding: 0 20px
}

    .product-detail div.seprat > span:first-child {
        padding-left: 0
    }

    .product-detail div.seprat > span i {
        font-size: 0.75rem;
    }

    .product-detail div.seprat > span strong {
        font-weight: 400;
        font-size: 1.125rem;
    }

    .product-detail div.seprat > span:after {
        content: "";
        border-right: 1px solid #999;
        position: absolute;
        height: 14px;
        right: 0;
        top: 50%;
        margin-top: -7px
    }

    .product-detail div.seprat > span:last-child::after {
        border: none
    }

.pos_holder > div {
    position: static
}

.product-detail div.product_footer {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 54.7%;
    padding-top: 10px;
    display: none
}

.add_cart_detail {
    margin-right: 5px;
}

.display-fl {
    display: flex;
    flex-direction: row;
    align-items: center
}

.del-block h3 {
    border-bottom: 1px solid #676a6c
}

.both_type {
    margin: 0
}

.both_type > *{
    margin-bottom: 10px
}

    .both_type .radio {
        float: left;
        margin: 1px 0 0
    }
    .both_type h4 {
        font-size:0.75rem;
    }

#msgError, #msgError2 {
    padding: 0 10px
}

.error_block {
    border: 1px solid #a80707 !important
}

    .error_block:focus {
        border: none !important
    }

.rzslider .rz-pointer {
    width: 20px;
    height: 20px;
    top: -10px
}

    .rzslider .rz-pointer:after {
        top: 6px;
        left: 6px
    }
/*Quantity Start*/
ul.quantity {
    padding: 0;
    margin-bottom: 5px;
    float: left;
}

ul.qcart.quantity {
    width: 105px
}

    .product-detail > div input[type=text].increment, ul.qcart.quantity input[type=text].increment {
        padding: 0;
        display: block;
        text-align: center;
        border-top: none;
        border-bottom: none;
        height: 25px;
        min-height: 25px;
        background: #fff;
        box-shadow: inset 0 0 3px #bbb;
        -webkit-box-shadow: inset 0 0 3px #bbb;
        -moz-box-shadow: inset 0 0 3px #bbb;
        -ms-box-shadow: inset 0 0 3px #bbb;
        -o-box-shadow: inset 0 0 3px #bbb;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important
    }

    ul.qcart.quantity input[type=text].increment {
        width: 60px
    }

ul.quantity > li > .btn {
    padding: 0 4px;
    border: none;
    background: #0172cb;
    color: #fff;
    font-size: 0.875rem;
    line-height: 25px
}

    ul.quantity > li > .btn:hover {
        color: #666
    }

    ul.quantity > li > .btn[disabled]:hover {
        color: #fff
    }

ul.quantity > li {
    float: left;
    list-style: none;
    margin: 0
}

    ul.quantity > li:first-child {
        padding-right: 10px
    }

ul.qcart.quantity > li:first-child {
    padding-right: 0
}

.incre {
    border-radius: 3px 0 0 3px
}

.decre {
    border-radius: 0 3px 3px 0
}
/*Quantity End*/
/* Attribute Block*/
.product-detail .attribute_block {
    margin-top: 10px
}

    .product-detail .attribute_block ul {
        padding-left: 0
    }

        .product-detail .attribute_block ul li {
            list-style: none;
            width: 50%;
            float: left;
            margin-bottom: 15px;
        }

            .product-detail .attribute_block ul li label {
                display: block;
                width: 100%;
                text-align: left;
                line-height: 12px !important;
                font-size: 0.875rem !important
            }
/* Attribute Block Ends*/

/* Color Starts */
.color_block ul.color_list {
    padding-left: 0
}

    .color_block ul.color_list li {
        list-style: none;
        float: left;
        margin-right: 5px
    }

        .color_block ul.color_list li:first-child {
            width: 100%;
            margin-bottom: 0
        }

        .color_block ul.color_list li a { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ededed+100 */
            background: #eeeeee; /* Old browsers */
            background: -moz-linear-gradient(top, #eeeeee 0%, #ededed 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #eeeeee 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #eeeeee 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
            padding: 6px 12px;
            line-height: 12px;
            display: block;
            border: 1px solid #dddddd;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

            .color_block ul.color_list li a span {
                width: 12px;
                height: 12px;
                display: inline-block;
                float: left;
                margin-right: 7px
            }

ul.color_list li .control input:checked ~ .control__indicator {
    background: #0172cb;
    color: #fff
}

    ul.color_list li .control input:checked ~ .control__indicator:after {
        display: none
    }

ul.color_list li label {
    width: 100%;
    padding: 0 !important;
    line-height: 18px;
    margin-right: 0;
    min-width: 35px
}

ul.color_list li div.control__indicator {
    width: auto;
    background: #e6e6e6;
    padding: 0 5px !important;
    height: auto;
    position: static;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    line-height: 22px
}
/* Color Ends */
/*---------------------- Product Detail End ----------------------*/


/*-----------------Cart Start---------------------*/
.prod_added {
    position: absolute;
    line-height: 22px;
    display: inline-block;
    background: rgba(0,140,201,1);
    z-index: 1000;
    color: #fff;
    width: 150px;
    right: 85%;
    top: -5px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 5px 10px
}

    .prod_added .fa-caret-right {
        color: rgba(0,140,201,1);
        position: absolute;
        left: 99%;
        top: 20%;
        font-size: 2.125rem
    }

    .prod_added .fa-caret-left {
        color: rgba(0,140,201,1);
        position: absolute;
        right: 99%;
        top: 20%;
        font-size: 2.125rem;
    }

.product-detail table.table {
    margin: 0
}

    .product-detail table.table td span {
        line-height: 18px
    }

.product-detail .table > tbody > tr > td.hr_holder {
    padding: 0 5px
}

    .product-detail .table > tbody > tr > td.hr_holder hr {
        margin: 0
    }

.responsive-table table.table {
    width: 100%;
    border-collapse: collapse
}

    .responsive-table table.table th {
        font-weight: 600;
        color:#444444;
    }

    .responsive-table table.table td, .responsive-table table.table th {
        padding: 6px;
        text-align: left;
        border: none;
        border-top: 1px solid #dddddd;
    }

        .responsive-table table.table td:first-child, .responsive-table table.table th:first-child {
            padding-left: 0;
            width: 40%
        }

        .responsive-table table.table td:last-child, .responsive-table table.table th:last-child {
            padding-right: 0;
        }

    .responsive-table table.table.small_cart td, .responsive-table table.table.small_cart th {
        border: none
    }

        .responsive-table table.table.small_cart td .prod_name {
            font-size: 1rem;
        }


        .responsive-table table.table td span {
            display: block
        }

        .responsive-table table.table td .prod-img {
            text-align: center
        }

            .responsive-table table.table td .prod-img img {
                max-height: 100px;
                display: inline-block;
                float: left
            }

        .responsive-table table.table td span.product-name {
            font-weight:600;
        }

        .responsive-table table.table td span.product-desc {
            color: #999
        }

        .responsive-table table.table td span.in-stock {
            color: #00a21b
        }

        .responsive-table table.table td span.btn-group .btn-xs {
            font-size: 0.75rem;
        }

        .responsive-table table.table td span.btn-group button {
            color: #999;
            padding: 0;
            background: 0 0
        }

            .responsive-table table.table td span.btn-group button i {
                background: #ccc;
                padding: 3px 5px;
                color: #fff;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px
            }

            .responsive-table table.table td span.btn-group button:hover {
                color: #0172cb
            }

                .responsive-table table.table td span.btn-group button:hover i {
                    background: #0172cb
                }
/*.responsive-table table.table tbody{border-top:1px solid #dddddd;}*/
.attributeList {
    float: left;
    width: 100%
}

    .attributeList li {
        float: left
    }

.product-detail .attributeList {
    list-style: none;
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 5px
}

    .product-detail .attributeList li {
        float: left;
        border: 1px solid #f1f1f1;
        list-style: none;
        padding: 1px 8px;
        margin-right: 5px;
        min-width: 40px;
        text-align: center
    }

.attributeList.orderAttr {
    margin-top: 5px;
}

    .attributeList.orderAttr li {
        padding: 0 10px;
        border-right: 1px solid #ddd;
        color: #999999;
        line-height:21px;
    }
    .attributeList.orderAttr li > span{
        color:#444444;
    }
        .attributeList.orderAttr li:first-child {
            padding-left: 0
        }

        .attributeList.orderAttr li:last-child {
            border-right: none
        }



/* cart-popup*/
.cart-popup {
    position: fixed;
    right: -300px;
    top: 0;
    background: #333;
    width: 300px;
    z-index: 999;
    padding: 20px;
    height: 100%;
    margin-bottom: 15px;
    transition: .3s right;
    overflow: auto
}

    .cart-popup.show {
        right: 0
    }

.arrow-cart {
    color: #ececec;
    text-transform: uppercase;
    position: relative
}

    .arrow-cart i {
        color: rgba(245,128,38,1);
        float: right;
        cursor: pointer
    }

    .arrow-cart h1 {
        float: left
    }

.side-cart-block {
    padding: 15px 0;
    border-bottom: 1px solid #666;
    margin-bottom: 15px
}

    .side-cart-block span {
        display: block;
        color: #fff;
        margin-bottom: 5px;
        font-size: 0.875rem;
        line-height: 15px
    }

.clos_menu, .dis_non {
    display: none
}

.side-cart-block span.points_pro {
    font-size: 0.75rem;
    color: rgba(245,128,38,1)
}

.side-cart-block span.quantity select {
    color: #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none
}

.nav-cart {
    transition: all ease-In-Out .4s;
    -webkit-transition: all ease-In-Out .4s;
    -moz-transition: all ease-In-Out .4s;
    -ms-transition: all ease-In-Out .4s;
    -o-transition: all ease-In-Out .4s
}

    .nav-cart:hover .cart-popup {
        height: auto;
        padding-top: 20px
    }

        .nav-cart:hover .cart-popup > .cart-p-clr {
            padding: 20px
        }

.wizard-line {
    background: #d4d4d4;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 32%;
    width: 65%;
    z-index: 0
}

.mar-btm {
    margin-bottom: 20px !important
}

.clos_menu {
    padding: 5px 10px;
    text-align: center;
    background: #666;
    position: fixed;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 11;
    transition: all ease-In-Out .3s;
    -webkit-transition: all ease-In-Out .3s;
    -moz-transition: all ease-In-Out .3s;
    -ms-transition: all ease-In-Out .3s;
    -o-transition: all ease-In-Out .3s;
    cursor: pointer
}

    .clos_menu:hover {
        color: #fff;
        text-decoration: none
    }

/*---------------------- Cart End -----------------------*/



/*--------------- Checkout Start ---------------------*/
.redeem_tnc p {
    font-size: 0.625rem
}

.fail_status {
    color: #ffffff !important;
    margin-bottom: 0;
}

.addnew_block {
    display: none
}

    .addnew_block .has-error {
        padding-bottom: 0
    }

.check-block ul li {
    font-size: 0.75rem;
    margin: 0 0 5px;
    padding: 5px 0
}

    .check-block ul li:last-child {
        border-top: 1px solid #999;
        color: #666
    }

    .check-block ul li span {
        float: right;
        display: inline-block
    }

.check-block a {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    font-size: 0.75rem;
    transition: all ease-In-Out .3s;
    -webkit-transition: all ease-In-Out .3s;
    -moz-transition: all ease-In-Out .3s;
    -ms-transition: all ease-In-Out .3s;
    -o-transition: all ease-In-Out .3s
}

    .check-block a:hover {
        color: #fff
    }

.check-block p {
    padding: 10px;
    background: #f1f1f1;
    font-size: 0.75rem;
    line-height: 18px
}

.add-lft-border {
    border-left: 1px solid #008CC9
}
/*------------- Checkout End -------------------------*/

/*------------------  Start ----------------------*/
.address-block h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 22px
}

.address-block > div.row {
    display: flex;
    flex-direction: row;
    align-items: center
}

.address-block article {
    font-size: 0.75rem;
    line-height: 18px;
    padding: 10px;
    border: 1px solid #ddd
}

    .address-block article label {
        margin-top: 10px
    }

    .address-block article button {
        padding: 5px 15px
    }

    .address-block article .btn-grp {
        color: #999
    }

        .address-block article .btn-grp button {
            padding: 0;
            background: 0 0;
            border: none
        }

            .address-block article .btn-grp button:hover {
                color: #666
            }

.address-block .p_order .blue-btn {
    width: 80%
}

.addnew_block > div, .addnew_block form > div {
    margin-bottom: 10px
}

.addnew_block div label {
    margin-bottom: 0
}

.addnew_block div button {
    padding: 5px 15px;
    margin-top: 25px;
}

.wizard_nav_btn {
    background: #0172cb;
    margin-top: 15px;
    width: 100%;
    height: 34px !important
}

.custon-head {
    border-bottom: 1px solid #ddd !important
}

    .custon-head button {
        padding: 2px 10px !important
    }

.cart_address span {
    display: block;
}
/*---------------- Address End -------------------*/
/*---------------------- Redemption Start ---------------------------*/
.pnt-qt {
    color: #666
}

.less_points {
    padding: 10px;
    font-size: 0.75rem;
    background: #ff6666;
    color: #ffffff; /*border:1px solid #af0000;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    position: relative
}

    .less_points .d_arrow {
        position: absolute;
        bottom: -20px;
        margin-left: -5px;
        left: 50%;
        border: 10px solid #ff6666;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent
    }

.redemption-block2 {
    border: none;
    padding: 15px;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc
}

.redemption-block3 {
    padding: 15px 15px 15px 0;
    border: none
}

.redemption-block h3 {
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    color: #444444;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
    padding:5px 0;
}

.redemption-block ul {
    padding-right: 15px
}

    .redemption-block ul li {
        width: 100%;
        padding: 5px;
        float: left;
        line-height: 20px;
        margin: 0;
    }

        .redemption-block ul li.totalList { /*padding-bottom:8px!important;*/ /*border-top:1px solid #dddddd;position:relative;*/
        }

        .redemption-block ul li > span {
            float: right;
            padding: 0 10px;
            text-align: right;
            
        }
            .redemption-block ul li > span:last-child {
                /*font-family: 'Titillium Web', sans-serif;*/
                font-weight: 600;
                color:#3f4858;
            }
                .redemption-block ul li > span:last-child span {
                    font-family: 'Lato', sans-serif;
                    font-weight: initial;
                    font-size: 0.75rem;
                }
            .redemption-block ul li > span.ex_hi {
                line-height: 18px;
                border: 1px solid #dddddd;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px
            }

        .redemption-block ul li:nth-last-child(3) {
            line-height: 20px;
        }

            .redemption-block ul li:nth-last-child(3) > span {
                color: #fff;
                background: #339933;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                line-height: 20px;
            }

.redemption-block.orderPdetail ul li:first-Child > span {
    background: 0 0;
    color: #fcb05c
}

.redemption-block.orderPdetail ul li:last-Child {
    border-top: 1px solid #f1f1f1
}

    .redemption-block.orderPdetail ul li:last-Child > span {
        color: #fff;
        background: #fcb05c;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px
    }

.redemption-block ul li > span.none_hi {
    float: none;
    color: inherit !important;
    background: 0 0 !important;
    padding: 0;
    display: inline-block
}

.redemption-block ul.detail_calc {
    border: none;
    padding: 0;
    font-size:0.875rem;
}

    .redemption-block ul.detail_calc li {
        list-style: none; /*padding:3px 0*/
    }

        .redemption-block ul.detail_calc li.b_border {
            border-bottom: 1px solid #ddd
        }

.address-block article.redemption-block button {
    margin-top: 0
}

.redemption-block ul li:last-child {
    font-weight: 400;
    border-top: 1px solid #ddd
}

.redemption-block2 ul li:last-child {
    font-weight: 400;
    border-top: none;
    color: #444 !important
}

.infomsg {
    position: relative;
    font-size: 0.875rem;
    line-height: 18px;
    margin-left:5px
}

    .infomsg span {
        display: none;
        background: #ffffff;
        color: #999999;
        padding: 5px;
        border: 1px solid #dddddd;
        width: 100px;
    }

    .infomsg:hover span, .infomsg:active span {
        position: absolute;
        left: 15px;
        font-size: 0.75rem;
        line-height: 18px;
        bottom: -50%;
        display: block;
    }

.position_left {
    position: absolute;
    right: 100%;
    bottom: 0
}

    .position_left .k-dropdown-wrap.k-state-default {
        height: 30px;
        width: 135px
    }

    .position_left .k-header {
        background: #fff
    }

.success-block p {
    margin-bottom: 10px
}

    .success-block p:nth-child(4) {
        margin-top: 30px
    }

.Pay_option .position_left {
    position: static
}

    .Pay_option .position_left label {
        margin-right: 10px
    }
/*---------------- Redemption Ends -----------------------*/

/*----------------------- Order Start --------------------------*/
.order_history_filter {
    margin-bottom: 15px;
}

.order_filter{
    width:100%;
}
.order_filter li {
    float: right;
    padding: 0 5px;
}

    .order_filter li:last-child {
        padding: 0 0 0 5px;
    }

    .order_filter li.date_range {
        max-width: 160px
    }

    .order_filter li.order_number {
        width: calc(100% - 700px);
    }
.redemption-block.orderPdetail ul.payment_used {
    padding: 5px 0
}

    .redemption-block.orderPdetail ul.payment_used li {
        padding: 5px 0;
        border: none
    }

.order-history {
}

    .order-history h5 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px
    }

.order-block {
    border-top: 1px solid #cccccc;
    padding: 0 10px;
    margin-bottom: 5px;
    border-bottom: none
}

.order-footer, .order-header {
    border-bottom: 1px solid #ddd
}

.order-header {
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 29px
}

.order-block div > span {
    display: block;
    width: 85%;
    margin-bottom:5px; 
}

.status-block .value {
    font-weight: 600;
}
.order-block .order_id {
    font-size: 0.75rem;
}

.order-block .btn_blank {
    line-height: 18px;
}

.order-block span.non-block {
    display: inline-block;
}

.order-block div > span.product-name {
    font-weight: 600;
}

.order-block span.product-desc, .order-block span.sellingPrice {
    margin: 5px 0;
}

.order-block span.product-desc {
    width: 90%;
}

.order-block span.sellingPrice span {
    display: inline-block;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.order-body {
    padding: 15px 0 10px
}

    .order-body .prod-img {
        text-align: center;
    }

        .order-body .prod-img img {
            max-height: 80px;
            display: inline-block;
        }


    .status-block span {
        display: block;
    }

        .status-block span span {
            color: #61c26e;
            font-size: 0.875rem;
            margin-bottom: 5px
        }

.order-footer {
    padding: 30px 0 20px;
    margin: 0
}

.order-footer2 {
    margin-top: 15px
}

.order-footer .bar {
    width: 90%;
    margin: 0 auto;
    height: 10px;
    border-radius: 5px;
    background: #61c26e;
    position: relative
}

    .order-footer .bar > div {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position: absolute;
        background: #61c26e;
        left: 0;
        top: -3px;
        border: 2px solid #fff
    }

        .order-footer .bar > div.dispatched {
            left: 50%;
            margin-left: -8px
        }

        .order-footer .bar > div.delivered {
            left: auto;
            right: 0
        }

        .order-footer .bar > div span {
            background: #666;
            color: #fff;
            padding: 5px;
            position: absolute;
            top: 20px;
            left: -50px;
            width: 110px;
            text-align: center;
            font-size: 0.75rem;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px
        }

.redemption_mode {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

    .redemption_mode ul {
        float: left;
        width: 100%
    }

        .redemption_mode ul li {
            float: left;
            font-size: 0.875rem;
            padding: 0 10px
        }

            .redemption_mode ul li:first-child {
                float: left;
                font-size: 0.875rem;
                padding: 0 10px 0 0
            }
/*Order Detail*/
.cust-info h4, .order-footer h3 {
    margin-bottom: 10px
}

.cust-info {
    width: 100%;
    float: left;
    margin-top: 10px
}

    .cust-info h4 {
        padding-bottom: 5px
    }

    .cust-info p {
        font-size: 0.75rem;
        line-height: 20px
    }

.order-footer .progress {
    overflow: visible;
    height: 10px;
    margin-top: 35px
}

.order-footer .progress-bar {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #8bc34a
}

.order-footer .progress-value {
    color: #fff;
    white-space: nowrap;
    position: relative
}

.order-footer .locator {
    position: absolute;
    right: -40px;
    bottom: 125%;
    background: #000;
    color: #fff;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

    .order-footer .locator::before {
        content: "";
        width: 0;
        height: 0;
        border: 5px solid #000;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px
    }

.sort-by.order > li:first-child {
    width: 0;
    min-height: 10px;
    padding:0 5px;
}
/*order history tiles*/
.coin-image {
    margin-right: 5px;
    margin-top: -3px;
}
/*---------------------------- Order Ends -----------------------------*/

/*------------------- Bcoin Wallet Start ------------------------*/

.totalbalance {
    position: absolute;
    right: 0;
    top: 0
}

    .totalbalance p {
        font-size: 0.875rem;
        padding: 5px 10px;
        border-radius: 2px;
        margin: 0;
        color: #0172cb
    }

.bcointab-inner {
    position: relative
}

.k-widget *, bcointab-inner .k-widget {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}
/*------------------ Bcoin Wallet End -------------------------*/


/*------------- Payment Gateway Start--------------------*/
.poweredby {
    padding: 15px;
}
    /*in case of multiple gateway*/

    /*in case of single gateway*/
    .poweredby ul {
        padding: 0;
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

        .poweredby ul li {
            width: 48%;
            margin-right: 1%;
            display: inline-block;
            height: 30px;
            text-align: center;
            float: left
        }

            .poweredby ul li:first-child {
                line-height: 30px;
                border: none;
                text-align: left
            }

            .poweredby ul li label {
                width: 100%;
                text-align: right
            }

            .poweredby ul li img {
                max-height: 100%;
                max-width: 100%;
                display: inline-block;
                float: left
            }

.poweredby_detailed {
    border-top: 1px solid #ddd;
    margin: 20px 0 0;
    padding: 5px 10px 10px;
    float: left;
    width: 100%
}

    .poweredby_detailed > ul:first-child {
        width: 70%
    }

    .poweredby_detailed > ul > li {
        float: left;
        width: 100%
    }

    .poweredby_detailed > ul ul > li, .poweredby_detailed > ul > ul {
        float: left
    }

    .poweredby_detailed > ul ul > li {
        height: 30px;
        margin-right: 5px
    }

        .poweredby_detailed > ul ul > li img {
            max-height: 100%
        }

.pg_address {
    background: #f1f1f1;
    margin: 0;
    padding: 3px 0
}

    .addresscart-block > .addnew_block button, .pg_address p {
        margin-bottom: 0
    }

.small-incre {
    width: 44px;
}

.captical-decoration p {
    text-transform: capitalize;
}
/*------------- Payment Gateway Ends --------------------*/



/*=====================Reward Redemption====================*/
.prod_dis_container {
    display: flex;
    margin-bottom: 30px;
}

    .prod_dis_container .product_footer {
        position: absolute;
        right: 10px;
        width: 100%;
        bottom: 0;
        padding-left: 20px
    }

.redeem_cat_msg{
    font-weight:bold;
}
.redeem_cat_msg span{
    font-size:1rem;
    font-weight:600;
    color:#222222;
    display:inline-block;
}

    .redeem_cat_msg button {
        float: right;
    }

.product_slide .owl-item {
    padding: 0 10px;
}

.menu_all_overlay {
    position: fixed;
    width: 30%;
    height: 100%;
    z-index: 999999;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    box-shadow: 0 0px 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.6);
    -ms-box-shadow: 0 0px 7px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0px 7px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0px 7px rgba(0,0,0,0.6);
}

.menu_all_close {
    position: absolute;
    font-size: 2.25rem;
    color: #999999;
    top: 10px;
    right: 10px;
    line-height: 36px;
    z-index: 1
}

    .menu_all_close:hover {
        color: #444444;
    }

.menu_all_container {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    margin: 0;
    padding: 15px;
}

.menu_all_list {
    width: 100%;
    float: left;
}

.menu_all_sublist {
    width: 100%;
    float: left;
}

.menu_all_list > li {
    width: 100%;
    font-size: 0.875rem;
    min-height: 36px;
    color: #000000;
}

    .menu_all_list > li a {
        display: inline-block;
        line-height: 38px;
        width: calc(100% - 30px)
    }

        .menu_all_list > li a:hover {
            background: #f1f1f1
        }

        .menu_all_list > li a span {
            width: 26px;
            float: left;
            display: block;
            padding: 6px 0;
            margin-right: 10px;
        }

            .menu_all_list > li a span img {
                width: 100%;
                display: block;
            }

    .menu_all_list > li ul {
        width: 100%;
        font-size: 0.875rem;
        line-height: 28px;
        float: left;
        padding-left: 20px;
    }


/*Sprint 19*/

.filter_bar ul.point_range {
    width: auto;
    margin-right: 10px;
}

    .filter_bar ul.point_range li {
        float: left;
        line-height: 35px;
    }

        .filter_bar ul.point_range li input, .filter_bar ul.point_range li span {
            float: left;
            margin-left: 5px;
        }

        .filter_bar ul.point_range li input {
            border-radius: 5px !important;
            padding: 5px !important;
            width: 75px !important;
        }

.filter_bar .red_search .k-autocomplete {
    margin-right: 10px;
    border-radius: 5px !important;
}

    .filter_bar .red_search .k-autocomplete .k-input {
    }


/*Redeem Reward Split*/
.split_cart {
    /*border-left:1px solid #dddddd;*/
    padding-left: 20px;
    padding-bottom: 30px;
}

    .split_cart h2 {
        margin-bottom: 15px !important;
        line-height:30px;
        font-weight:600;
        color:#444444;
    }

.product_popup, .addressPopUp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10004;
    left: 0;
    top: 0;
}

#product-listing {
    margin-top: 10px;
}
    .product_popup #product-listing {
        background: #ffffff;
        width: 90%;
        height: 90%;
        margin: 30px auto 0;
        padding: 10px 20px;
        overflow: auto;
    }

.cart_block {
    margin-bottom: 25px;
}

    .cart_block li {
        float: left;
    }

        .cart_block li:first-child {
            width: 75px;
            margin-right: 10px;
        }

        .cart_block li:last-child {
            width: calc(100% - 85px);
        }

        .cart_block li img {
            width: 100%;
        }

        .cart_block li span {
            display: block;
            color: #757575;
        }

            .cart_block li span.product_name {
                font-size: 1rem;
                color: #444444;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .cart_block li span.product_edit a {
                font-size: 0.875rem;
                color: #0172cb
            }

            .cart_block li span.product_edit i {
                float: left;
                line-height: 21px;
                margin-right: 5px;
            }

.loader_product {
    margin-top: 15%;
}

.addressPopUp .add_container {
    background: #ffffff;
    width: 70%;
    height: 90%;
    margin: 30px auto 0;
    padding: 10px 20px;
    overflow: auto;
}

/*===========Redeem Reward============*/
.azuremediaplayer-dimensions {
    min-height: 280px;
}

.img_responsive {
    max-width: 100%;
}

.img_circle {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.message_block {
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0;
    display: flex;
    align-items: center;
}

    .message_block > li {
        float: left;
    }

        .message_block > li:first-child {
            width: 50px;
            height: 50px;
        }

        .message_block > li:last-child {
            width: calc(100% - 75px);
            line-height: 22px;
            padding-left: 15px;
        }

img.video_icon {
    margin-bottom: -8px;
}

img.badge_icon {
    margin-bottom: -5px;
}


.brand_icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(244,244,244,0.5);
    padding: 5px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    border: 1px solid #dddddd;
    text-align: center;
}

    .brand_icon img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: initial
    }

.feature_name {
    margin-bottom: 30px;
}

    .feature_name > span {
        display: block;
        font-size: 1rem;
        color: #666666;
        font-weight: 400;
        margin-bottom: 10px
    }

    .feature_name ul li {
        list-style: disc;
        list-style-position: outside;
        margin-left: 30px;
        margin-bottom: 5px;
        font-size: 0.875rem;
        color: #757575;
    }

.sort_by_width {
    width: 60%;
    float: right;
}


.control input:checked ~ .control__indicator.ctrind_modified,
ul.denom_list li .control input:checked ~ .control__indicator,
ul.denom_list li div.control__indicator.active,
ul.denom_list li div.ctrind_modified.cursorDefault {
    padding: 0 5px !important;
    background: #5ba4dd !important;
    color:#ffffff;
}
    ul.denom_list li div.ctrind_modified.c_default{
        cursor:default;
    }
    .control input:checked ~ .control__indicator.ctrind_modified span, ul.denom_list li div.ctrind_modified.cursorDefault span {
        color: #ffffff !important;
        font-weight: 500;
    }


.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 150px;
    height: 150px;
    visibility: hidden;
}

.img-zoom-result {
    position: absolute;
    left: 100%;
    top: -10px;
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 400px;
    z-index: 400;
    visibility: hidden
}

.diplay-img:hover .img-zoom-result, .diplay-img:hover .img-zoom-lens {
    visibility: visible
}

/*Shipment Tracking*/
.shipment_track .stepswiz {
    padding: 0;
    margin: 15px 0 8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    width: 100%;
}

    .shipment_track .stepswiz .step {
        flex-grow: 1;
        width: 16%;
        flex-basis: 16%;
    }


.shipment_track .step-content {
    position: relative;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.shipment_track .step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    color: #d6d6d6;
    border: 2px solid #d6d6d6;
    border-radius: 100%;
    background-color: #d6d6d6
}

.shipment_track .step-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(50% - 0.5rem);
    height: 2px;
    transform: translate(0, -50%);
    color: #d6d6d6;
    background-color: currentColor
}

.shipment_track .step-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: calc(50% - 0.5rem);
    height: 2px;
    transform: translate(0, -50%);
    color: #d6d6d6;
    background-color: currentColor
}

.shipment_track .firstStep .step-content::before, .shipment_track .lastStep .step-content::after {
    display: none;
}

.shipment_track .stepswiz .step.step-active .step-content::before {
    color: #aee7a0;
}

.shipment_track .stepswiz .step.step-success .step-content::before, .stepswiz .step.step-success .step-content::after {
    color: #aee7a0;
}

.shipment_track .stepswiz .step.step-active:first-child .step-content::before {
    color: #25d5f8;
}

.margin_left60 {
    margin-left: 60px
}

.shipment_track .step-text {
    color: #444444;
    white-space: nowrap;
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .shipment_track .step-text span {
        display: block;
        color: #999999;
    }

.shipment_track .step-active .step-circle {
    color: #fff;
    background-color: #25d5f8;
    border-color: #25d5f8;
}

.shipment_track .step-success .step-circle {
    color: #aee7a0;
    background-color: #aee7a0;
    border-color: #aee7a0;
}


.shipment_track .step-active .step-text {
    color: #333333
}

.shipment_track .step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.shipment_track .step-error .step-text {
    color: #dc3545
}

.shipment_track .step-success .step-text {
    color: #666666
}

.product-blocks {
    padding: 20px;
    position:relative;
    padding-bottom: 20px;
}
    .product-blocks .pagination_cont{
        position:absolute;
        bottom:50px;
        width:100%
    }

    .redemption_filter {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }

    .redemption_filter > li {
        float: left;
        margin-right: 10px;
    }

        .redemption_filter > li.category_dd {
            width: 180px;
        }

        .redemption_filter > li.key_word {
            width: 250px;
        }

        .redemption_filter > li.subcat_dd {
            width: 180px;
        }

        .redemption_filter > li.search_action {
            width: 200px;
        }
            .redemption_filter > li.search_action .apply {
               padding:3px 10px;
            }

        .redemption_filter > li.sort_by {
            float: right;
            margin-right: 0;
        }



.redem_search_clear {
    text-align: left;
    line-height: 26px;
}


.search_group {
    max-width: 768px;
    width: 100%;
    float: right;
    padding: 10px 0 8px;
}
.search_group > li {
    float: right
}
    .search_group > li.category_dd {
        width: 180px;
    }
        .search_group > li.category_dd .form-control {
            border-radius: 5px 0 0 5px !important;
            border-right:0
        }
    .search_group > li.key_word {
        width:calc(100% - 280px);
    }
        .search_group > li.key_word .form-control {
            border-radius: 0px !important;
        }
    .search_group > li.search_action {
        width: 50px;
    }
    .search_group > li.search_action.clearall {
        width: 100px;
    }
    .search_group > li.search_action button {
        width:50px;
        background:#0088e7;
        border:none;
        outline:none;
        color:rgba(255,255,255,1);
        line-height:33px;
        border-radius:0 5px 5px 0;
    }
        .search_group > li.search_action button.disabled {
            background: #dddddd;
            color: rgba(0,0,0,0.5);
        }

.wrapper-grid {
    width:100%;
    float:left
}
    .wrapper-grid li {
        float: left;
        cursor:default;
    }
    .wrapper-grid > li:nth-child(1) {
        width: calc(69.8% - 13px);
        margin-right: 26px;
    }
    .wrapper-grid > li li:nth-child(1) {
        width: 100%;
        margin-bottom: 26px;
    }
    .wrapper-grid > li li:nth-child(2) {
        width: calc(67.4774% - 13px);
        margin-right: 26px;
    }
    .wrapper-grid > li li:nth-child(3) {
        width: calc(32.5225% - 13px);
    }

    .wrapper-grid > li:nth-child(2) {
        width: calc(29.8125% - 13px);
    }



/*Sprint 19*/
.label_field_t2 > label, .label_field_t2 > span {
    float: left;
}

.label_field_t2 > label {
    margin: 0 5px;
}

.label_field_t2 > label {
    text-align: center;
    line-height: 35px !important;
}


.no_pad_button {
    width: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: initial;
}

.label_field_t2 > span.with_cross {
    position: relative;
    width: calc((100% - 75px)/2);
}

    .label_field_t2 > span.with_cross input {
        padding-right: 15px;
    }

    .label_field_t2 > span.with_cross i {
        position: absolute;
        right: 5px;
        top: 10px;
        font-size: 1rem;
        display: none;
    }

    .label_field_t2 > span.with_cross:hover i {
        display: block;
    }
@media only screen and (min-width: 1921px) {
    html {
        font-size: 1.125rem;
    }
    .n-main-owl .owl-controls .owl-prev {
        left: 0;
    }

    .n-main-owl .owl-controls .owl-next {
        right: 0;
    }

    .nav_menu ul.nav > li > a > i.fa-bell-o{
        line-height:33px;
    }
    /*body{
        font-size:0.938rem;
    }
    .banner_tiles_slide .owl-stage > div h2, .block_name {
        font-size: 1.125rem !important;
    }
    .recognition_tiles .recognition_detail .recognition_name {
        font-size: 1.5rem
    }
    .recognition_tiles .recognition_desc{
        font-size:0.875rem
    }
    .number_point, custom-currency {
        font-size: 1.125rem;
    }
        custom-currency > span{
            font-size:0.875rem;
        }
    .horizontal_block_tab_menu li, .horizontal_block_tab_menu li i{
        font-size:0.938rem;
    }
    label{
        font-size:0.938rem;
    }
    .survey_grid div.survey_detail h2{
        font-size:1.5rem;
    }
    .survey_grid .survey_detail > span{
        font-size:1rem;
    }
    .survey_grid .survey_detail p.surveydesc{
        font-size:0.938rem;
    }
    .survey_grid .survey_prop span, .survey_detail .survey_prop span {
        font-size: 1rem;
    }

    .k-grid td{
        font-size:0.938rem;
    }
    .k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header{
        font-size:0.938rem;
    }*/
}
@media only screen and (max-width: 1550px) {
    .temp5_Banner .banner_notification .text_banner h1 {
        font-size: 1.25rem;
    }

    .temp5_Banner .banner_notification p {
        font-weight: 400;
        font-size: 0.875rem;
    }

    .temp5_Banner .owl-item .banner_notification .img-circle {
        height: 60px;
        width: 60px;
    }

    .wrapper-grid > li:nth-child(1) {
        width: calc(69.7% - 13px);
    }
}

@media only screen and (max-width: 1479px) {

    .Emp_Detail .emp_container {
        width: 70%
    }

    .Emp_Detail .budget_container {
        width: 30%;
    }

        .Emp_Detail_list li span {
            display: block;
        }

            .Emp_Detail_list li span:after {
                display: none
            }

    .temp5_Banner .banner_notification p {
        font-weight: 400;
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 1366px) {
    .sort_by_width {
        width: 80%;
        float: right;
    }
    /*.card_tile, .resource_tile > div {
        padding: 0;
    }*/
    .lower_division {
        width: 100%;
    }

    .banner_notification .text_banner h1 {
        font-size: 1.375rem;
        margin: 0
    }

    .banner_notification p {
        font-size: 0.75rem;
    }

    .owl-item .banner_notification .img-circle {
        width: 70px;
        height: 70px;
    }

    .top_banner_noti .text_banner {
        background-position: center -25px;
    }

    .temp5_Banner .owl-item .banner_notification .img-circle {
        width: 50px;
        height: 50px;
        background: none;
        border: none;
        margin: 0 auto;
    }

    .temp5_Banner .banner_notification.root_strip .text_banner {
        background-size: 250px 125px;
        background-position: center 40%;
    }

    .banner_notification .text_banner h2 {
        padding: 0
    }

    .temp5_Banner .banner_notification .text_banner h1 {
        font-size: 1.125rem;
    }
    .wrapper-grid > li:nth-child(1) {
        width: calc(69.5% - 13px);
    }
    .Emp_Detail_list li{
        width:calc(50% - 20px)
    }
}

@media only screen and (max-width: 1265px) {
    .product_nav_home.product-nav > li {
        width: 100%;
        padding: 10px 10px 0;
    }

    .recog_summary li {
        padding: 0 0 10px 0;
    }

    .card_tile {
        margin: -5px;
    }

    .temp5_Banner .banner_notification p {
        font-size: 0.75rem;
        margin-bottom: 0
    }

    .temp5_Banner .banner_notification .text_banner h2 {
        font-size: 0.875rem;
        padding-bottom: 0
    }

    .temp5_Banner .banner_notification.root_strip .btn_strip {
        height: 20px
    }

        .temp5_Banner .banner_notification.root_strip .btn_strip .btn_link {
            margin: 0px 0
        }

            .temp5_Banner .banner_notification.root_strip .btn_strip .btn_link i {
                font-size: 0.875rem;
            }

    .wrapper-grid > li:nth-child(1) {
        width: calc(69.1% - 13px);
    }
    .Emp_Detail .emp_container {
        width: 60%
    }

    .Emp_Detail .budget_container {
        width: 40%;
    }
}

@media only screen and (max-width: 1230px) {
    .item-cust .owl-item {
        width: 60px !important;
    }

    .social_feedfilter {
        width: 100%;
    }

    body .container.body .right_col {
        padding: 91px 15px 20px;
    }
    .user_summary > li i{
        width:100%;
        border-right:none;
        text-align:center;
        height:auto;
    }
}

@media (max-width: 1200px) {
    .horizontal_filter_Oneline > div {
        margin-bottom: 10px;
    }

    .pro_block figcaption span.name {
        min-height: 34px;
    }

    .points_detail_cont {
        height: calc(100% - 15px)
    }

    .points_detail li, .points_detail li:last-child {
        width: 50%;
        padding: 20px 0;
        margin-bottom: 20px;
        border: none;
    }

        .points_detail li > span:first-child {
            width: 100%;
            display: block;
        }

    .job_tiles_container > div {
        width: calc(33.3% - 40px);
    }

    .survey_display li:last-child .survey_name {
        font-size: 1.875rem;
    }

    .survey_display li:first-child {
        width: 30%;
    }

    .wellness-menu.sub_block li a {
        padding: 10px 5px;
    }

    .temp5_Banner .owl-item .banner_notification .img-circle {
        width: 40px;
        height: 40px;
    }

    .temp5_Banner .banner_notification .text_banner h1 {
        font-size: 0.875rem;
    }

    .temp5_Banner .banner_notification p {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 1185px) {
    .btn_small {
        font-size: 0.625rem !important;
        padding: 3px 8px;
    }

    .dash_sort.sort-by > li.large_in:last-child {
        width: 288px;
    }

    .ch_tiles > div {
        width: calc(33.3% - 40px);
    }

    .wellness-menu.sub_block li a {
        padding: 8px 5px;
    }

    .owl-item .banner_notification .img-circle {
        width: 80px;
        height: 80px;
    }

    .top_banner_noti .text_banner h1 {
        margin-bottom: 10px
    }

    .banner_notification h2 {
        margin-bottom: 0;
    }

    .banner_notification p {
        margin-bottom: 0;
    }

    .owl-item .banner_notification .img-circle {
        width: 60px;
        height: 60px;
        margin: 5px auto
    }

    .owl-item .top_banner_noti .img-circle {
        width: 80px;
        height: 80px;
    }

    .banner_notification.root_strip .text_banner {
        background-size: 300px 150px;
    }

    .top_banner_noti .text_banner {
        background-position: center 54%;
    }

    .banner_notification .text_banner h1 {
        font-size: 1.188rem;
    }

    /*.temp5_Banner .banner_notification.root_strip .text_banner {
        height: Calc(100% - 20px);
    }*/
}

@media only screen and (max-width: 1150px) {
    .widget_div.no_social .no_social_ex > div {
        width: 50%;
    }

    .top_filter_group .form-group.one_liner_control label {
        width: 100%;
        margin-bottom: 5px;
    }

    .redemption_filter > li.key_word {
        width: 175px;
    }

    .redemption_filter > li.category_dd {
        width: 170px;
    }

    .redemption_filter > li.max_min {
        width: calc(100% - 610px);
    }

    .redemption_filter > li.sort_by {
        width: 200px;
    }

        .redemption_filter > li.sort_by label {
            float: left;
            margin-right: 10px
        }

        .redemption_filter > li.sort_by > span {
            float: left;
        }



    .redeem_cat_msg button {
        float: none;
        clear: both;
        margin-top: 10px;
    }

    .check-button > li {
        width: 33.3%;
    }

        .check-button > li:nth-child(4n) {
            padding-right: 4px;
        }

        .check-button > li:nth-child(3n) {
            padding-right: 0;
        }

    .n-profile-bottom > ul {
        font-size: 0.875rem;
    }

    .n-profile-bottom {
        padding: 0 5px 1px;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next, .category-slider-nav .owl-nav .owl-prev, .category-slider-nav .owl-nav .owl-next {
        /*top:61%;*/
    }


    .sort-by.social_feedfilter > li:first-child {
        width: 12%;
    }

    .dash_sort.sort-by > li:last-child {
        width: 90%;
        padding-left: 0;
    }

    .list-tiles > li {
        width: 32.333%
    }

    .dash_sort.sort-by > li.large_in:last-child {
        width: 90%;
    }

    .res_mar {
        padding-top: 27px;
    }

    .survey_home > li {
        width: 100% !important;
    }

        .survey_home > li:first-child > p {
            padding-left: 70px;
        }

        .survey_home > li:last-child {
            margin-top: 10px;
        }

            .survey_home > li:last-child > span {
                width: auto;
            }

        .survey_home > li:last-child {
            text-align: right;
        }
    .user_summary > li{
        display:block;
    }
}

@media (max-width: 1075px) and (min-width:992px) {
    .product-detail .btn_redm {
        margin-right: 0!important;
    }
}
    
 @media (max-width: 1024px) {
    .mar_sm_bottom10 {
        margin-bottom: 10px;
    }

    .wellness-menu.sub_block li a {
        padding: 5px 5px;
    }

    .recognition_tiles > div {
        width: calc(33.3% - 40px)
    }

    .top_banner_noti .text_banner h1 {
        font-size: 1.25rem;
    }

    .banner_notification .text_banner h1 {
        margin-bottom: 0;
    }

    .owl-item .banner_notification .img-circle {
        width: 40px;
        height: 40px;
    }

    .owl-item .top_banner_noti .img-circle {
        width: 80px;
        height: 80px;
    }

    .banner_notification p {
        font-size: 0.75rem;
    }


    .feedback_top_bar > div {
        width: 100%;
        margin-bottom: 10px;
    }

    .n-myprofile-detail > li {
        width: calc(50% - 20px);
    }

    .menu_all_overlay {
        width: 40%
    }

    .recognition_tiles > div.recognition_tile5 {
        width: calc(33.3% - 40px);
    }

    .user_summary li i {
        width: 100%
    }

    .class_tiles > div {
        margin: 20px 20px;
        width: calc(33.3% - 40px);
    }

    .diplay-img:hover .img-zoom-result, .diplay-img:hover .img-zoom-lens {
        visibility: hidden
    }


    .show1024 {
        display: block;
    }

    .hide1024 {
        display: none;
    }


    .social_div, .widget_div {
        width: 100%;
        padding: 0;
    }
    /*.widget_error{
        min-height:300px
    }*/
    .survey_display {
        width: 80%
    }

        .survey_display li:first-child {
            width: 25%;
        }

        .survey_display li:last-child .survey_name {
            font-size: 1.5rem;
        }

        .survey_display li:last-child .survey_detail {
            font-size: 1rem;
        }

        .survey_display li:last-child .survey_tag {
            font-size: 1rem;
        }

        .survey_display li:last-child .survey_timeline {
            font-size: 0.875rem;
        }

        .survey_display li:last-child .take_survey {
            display: inline-block;
            font-size: 1rem;
            width: auto;
            padding: 4px 18px;
        }

    .temp5_Banner .owl-item .banner_notification .img-circle {
        margin: 0 auto;
    }
    .wrapper-grid > li:nth-child(1) {
        width: calc(68.5% - 13px);
    }
    .wrapper-grid > li li:nth-child(2) {
        width: calc(66.7% - 13px);
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .hidden-ipad_h {
        display: none;
    }

    .float-ipad_h-left {
        float: left;
    }
}

@media (max-width: 992px) {
    .user_summary > li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none;
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
    }

    .right_col {
        padding: 91px 0 10px !important;
    }

    .tile_img img {
        width: 80%;
    }

    .text-right label {
        text-align: left;
    }

    label {
        text-align: left;
    }

    .form_info_icon {
        right: 0;
        top: 12px;
        padding: 0;
        left: auto;
    }

        .form_info_icon ul {
            right: 150%;
            left: auto;
        }

    .n-profile-bottom > ul.type_dna > li {
        display: inline-block;
        border-right: 1px solid #ddd;
        padding: 0 10px 5px;
        margin: 0 5px 10px;
    }

        .n-profile-bottom > ul.type_dna > li:last-child {
            border-right: none;
        }

        .n-profile-bottom > ul.type_dna > li span {
            margin: 0 -10px 10px;
        }

    .sortby_value.sort-by {
        width: 180px
    }

    .fileContainer {
        float: none;
    }

    .password_policy ul {
        right: 130%;
        left: auto;
        min-width: 270px;
    }

    .change_password {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wishhistory-filter > li {
        padding-bottom: 10px
    }

        .wishhistory-filter > li:first-child, .wishhistory-filter > li:nth-child(2) {
            width: 35%
        }

        .wishhistory-filter > li:last-child, .wishhistory-filter > li:nth-child(3) {
            width: 15%
        }

        .wishhistory-filter > li:last-child {
            padding-right: 0px;
            padding-left: 0px
        }

    .feedback-userdetail > li:first-child {
        width: 38px;
    }

    .feedback-userdetail > li:last-child {
        width: 82%;
    }

    .res-exp {
        margin: 10px 0px;
    }

    .one_line_view label {
        padding-bottom: 5px;
        line-height: initial;
    }

        .one_line_view label.switch {
            margin: 0
        }

    .strip_seprator {
        width: 100%;
        margin-bottom: 15px;
    }

        .strip_seprator li {
            width: 33.3%;
            text-align: center;
        }

    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .top_banner_noti .text_banner h1, .banner_notification .text_banner h1 {
        font-size: 1rem;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .banner_notification .text_banner h1 {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .banner_notification .text_banner h2 {
        font-size: 0.875rem;
    }

    .top_banner_noti .text_banner p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .owl-item .banner_notification .img-circle {
        width: 40px;
        height: 40px;
    }

    .owl-item .top_banner_noti .img-circle {
        width: 80px;
        height: 80px;
    }

    .btn_strip .btn_link {
        margin: 5px 0;
        font-size: 0.75rem;
    }

    .btn_strip {
        height: 30px;
    }

        .btn_strip .btn_link i {
            font-size: 0.75rem;
        }

    .banner_notification.root_strip .text_banner {
        background-size: 200px 100px;
    }

    .top_banner_noti > .max_container {
        height: 82%
    }
}

@media (max-width: 991px) {
    .artical-tile {
        width: calc(50% - 40px);
    }

    .Emp_Detail > div {
        float: none;
        width: 100% !important;
    }
    .Emp_Detail .budget_container{
        padding:0 20px;
    }
    .Emp_Detail_list li {
        width: calc(50% - 20px);
    }

    .Emp_Detail div .user_wel {
        margin-bottom: 10px;
    }

    .Emp_Detail_list li span {
        padding-right: 0;
    }

    .applic_detail li {
        width: 50%;
    }

    .points_detail li span.btn_cont {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .ch_tiles > div {
        width: calc(50% - 40px);
    }
}

/*@media only screen and (max-width: 850px) and (min-width: 768px) {
        .widget_log_filterbtn button {
            width: 100%;
            margin: 0;
            margin-bottom: 10px;
        }
    }*/

@media only screen and (max-width: 896px) {
    .class_tiles > div {
        margin: 20px 20px;
        width: calc(50% - 40px);
    }

    .redemption_filter > li.key_word {
        width: 150px;
    }

    .redemption_filter > li.category_dd {
        width: 150px;
    }

    .redemption_filter > li.max_min {
        width: 240px;
    }

    .redemption_filter > li {
        margin-right: 5px;
    }

    .horizontal_block_tab_menu > li a {
        font-size: 0.813rem;
    }
    .wrapper-grid > li:nth-child(1) {
        width: calc(68% - 13px);
    }
}

@media only screen and (max-width: 800px) {
    .banner_notification p {
        font-size: 0.625rem
    }

    .owl-item .banner_notification .img-circle {
        margin: 0 auto
    }

    .owl-item .top_banner_noti .img-circle {
        width: 40px;
        height: 40px;
    }





    .redemption_filter > li {
        float: left;
        width: 100% !important
    }

        .redemption_filter > li.key_word {
            width: calc(100% - 55px) !important;
            float: left;
        }

        .redemption_filter > li.search_action {
            width: 100% !important;
            text-align:right;
            padding-top:10px;
        }
        .redemption_filter > li.search_action > label {
            display:none
        }

    .redem_search_clear {
        text-align: right
    }

    .order_filter li.date_range {
        max-width: 126px;
    }


    .survey_grid .survey_list > div {
        width: 100%;
        margin: 20px 10px;
    }

    .custom-popup > .ng-modal-dialog.confirmation {
        padding: 0 10px;
    }

    .custom-popup .modal-dialog {
        width: 100%;
    }

    .filter_bar .form-group {
        float: left;
    }

    .sortby_value.sort-by > li:last-child {
        width: 93%;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    .challenge_top_info li {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        border-right: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left !important;
        width: auto;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	            Label the data
	        */
        #no-more-tables td:before {
            content: attr(data-th);
            color: #757575;
        }

    .n-myprofile-detail > li {
        width: 100%;
    }

    .view-full-popup a.close_full_pop {
        background: #000000;
        top: 50px;
        right: 0;
    }

    .word_cover, .pdf_cover {
        width: 100%;
    }

/*    .Emp_Detail_list li, .full_profile .Emp_Detail_list li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 10px;
    }*/

    .job_tiles_container > div {
        width: calc(50% - 40px);
    }

    .btn_strip_new .btn_filled {
        padding: 2px 10px;
        font-size: 0.75rem;
    }

        .btn_strip_new .btn_filled i {
            font-size: 0.75rem;
        }
}

@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0;
    }

    .footer_fixed .nav-sm footer {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .order-body .prod-img img{
        margin:15px 0
    }
    .top_filter_group .form-group.one_liner_control label {
        width: auto;
        margin-right: 20px;
    }

    .top_filter_group .form-group {
        width: 100%
    }

    .top_filter_group .widget_log_filterbtn.width25 {
        width: 100%;
    }
    .top_filter_group .widget_log_filterbtn.filter_two{
        padding:0 10px;
    }
    .banner_notification p {
        font-size: 0.75rem;
    }

    .horizontal_block_tab_menu li i {
        line-height: unset
    }

    .checkbox-list-feedback > li {
        width: 50%;
    }

    .dna-list {
        padding: 10px;
    }

    .menu_all_overlay {
        width: 50%;
    }

    .max_container, header .max_container, footer .max_container {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .horizontal_filter_Oneline {
        padding: 10px 0;
    }

        .horizontal_filter_Oneline > div {
            margin-right: 10px;
            margin-bottom: 10px;
        }

    .horizontal_block_tab_menu.up_pos {
        top: -10px;
        position:static;
        margin-top:10px;
        margin-bottom:20px
    }

    .xs-pull-right {
        float: right !important;
    }

    .top_banner_noti .text_banner h1 {
        font-size: 1rem;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .top_banner_noti .text_banner p {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    .owl-item .top_banner_noti .img-circle {
        width: 60px;
        height: 60px;
    }

    .low_banner_btn {
        font-size: 0.75rem;
    }
    .order_filter li.order_number {
        width: 50%;
    }
    .order-body .prod-img{
        text-align:left;
    }
    .attributeList.orderAttr li{
        height:25px;
        width:100%;
        padding:0;
        margin:5px 0;
    }
    .order_filter li {
        width: 50%;
        margin-bottom: 10px;
        min-height: 36px;
    }

        .order_filter li:nth-child(2) {
            width: 20px;
            margin-bottom: 10px;
        }

        .order_filter li.date_range {
            max-width: initial;
            width: calc(50% - 10px);
        }


        .order_filter li:last-child {
            float: right;
            text-align: right;
        }


    .sort_by_width {
        width: 100%
    }

    .user_summary {
        display: initial;
        float: left;
        width: 100%
    }

        .user_summary > li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #dddddd;
            margin-bottom: 15px;
            padding-bottom: 10px;
            display:flex;
        }

            .user_summary > li:last-child {
                border: none;
            }

            .user_summary > li i {
                width:73px;
                margin: auto;
            }
            .user_summary > li ul {
                width: calc(100% - 100px);
                margin: auto;
                border-left:1px solid #dddddd;
            }

    .team_filter li:first-child {
        width: 100%;
        padding-right: 0;
    }

    .team_filter li:nth-child(2) {
        width: 100%;
        text-align: right;
    }

    .view-request-userlist > li {
        width: 33.3%
    }

    .recognition_tiles > div.recognition_tile5 {
        width: calc(50% - 40px);
    }

    .recognition_tiles > div {
        width: calc(50% - 40px);
    }

    .nav > li a {
        padding: 10px 5px;
    }

    ul.data_row li {
        font-size: 0.625rem;
    }

        ul.data_row li span.count_label {
            font-size: 0.625rem;
        }

    .xs-text-right {
        text-align: right !important;
    }

    .prod_dis_container {
        display: initial;
    }

        .prod_dis_container .product-detail {
            margin-top: 20px;
        }

        .prod_dis_container .product_footer {
            position: initial;
            padding-left: 0;
        }




    .n-profile-bottom > ul {
        font-size: 1.125rem;
    }

    .right-tag {
        padding: 0 40px 3px;
    }

        .right-tag .nominate-img {
            display: none;
        }

        .right-tag p {
            margin: -36px -19px -29px;
        }

    .sortby_value.sort-by > li:last-child {
        margin-right: 2px;
    }

    .view-card {
        position: static;
        margin-top: 10px;
        float: none !important;
    }

    .dna-list > li, .dna > li {
        width: 33.3% !important;
        text-align: center;
        border-top: 1px solid #dddddd;
        padding: 10px 20px;
        margin: 0;
        border: none;
    }

    /*.dna-list > li:first-child, .dna > li:first-child, .dna-list > li:nth-child(2), .dna-list > li:nth-child(3) {
            border-top: none;
        }
        .dna-list > li:nth-child(3) {
            border-right:none;
        }*/
    /*dna-list > li h4 {
            display: inline-block;
            float: left;
            margin-bottom: 0 !important;
            padding: 0 !important;
        }*/
    /*.dna-text-center.dna-list > li, .dna > li {
        text-align: right;
    }*/

    #theme .product-detail div.seprat > span {
        line-height: 24px;
        padding: 0 10px;
    }

    .feedback_top_bar > div:last-child {
        width: 70%;
    }

    .feedback_top_bar > div .feedback_summary > li {
        margin-bottom: 10px;
    }

        .feedback_top_bar > div .feedback_summary > li:first-child {
            width: 100%;
        }

    .right_result {
        padding-left: 10px;
    }

    .job_grid .k-grid-toolbar {
        top: -46px;
        right: -2px;
    }

    .survey_detail_header div.survey_desc {
        display: block
    }

    .survey_detail_header div.survey_thumb {
        width: 130px;
        margin: 0 20px 0 0
    }

    .survey_detail_header div.survey_detail {
        width: calc(100% - 150px);
    }

    .survey_detail_header .gauge_container {
        width: 100%
    }

    .ch_tiles > div {
        margin: 20px;
    }

    

    .survey_display li:first-child {
        width: 25%;
    }

    .survey_display li:last-child .survey_name {
        font-size: 1.25rem;
    }

    .survey_display li:last-child .survey_detail {
        font-size: 0.875rem;
    }

    .survey_display li:last-child .survey_tag {
        font-size: 0.875rem;
    }

    .survey_display li:last-child .survey_timeline {
        font-size: 0.75rem;
    }

    .survey_display li:last-child .take_survey {
        display: inline-block;
        font-size: 0.875rem;
        width: auto;
        padding: 4px 18px;
    }

    .on_top {
        margin-top: -7.5% !important;
    }

    .temp5_Banner .owl-item .banner_notification .img-circle {
        width: 50px;
        height: 50px;
    }
    .wrapper-grid > li:nth-child(1) {
        width: calc(67.5% - 13px);
    }

    .wrapper-grid > li li:nth-child(2) {
        width: calc(65.7% - 13px);
    }
    .horizontal_block_tab_menu {
        height: auto;
    }

        .horizontal_block_tab_menu > li {
            width: 100%;
            line-height: 36px;
            border-bottom: 1px #dddddd solid;
        }

            .horizontal_block_tab_menu > li a {
                width: 100%;
                display: block;
            }

            .horizontal_block_tab_menu > li.embed_filter a {
                width: calc(100% - 50px);
                display: inline-block;
            }

            .horizontal_block_tab_menu > li.embed_filter i {
                width: 50px;
                float: right;
                text-align: center;
                padding: 0;
                line-height: 36px;
                display: block;
            }
    .right_tabs.has_filter {
        display: none;
    }
    .notification_setting .pad_left{
        padding-left:10px;
    }
}

@media only screen and (max-width: 767px) {
    .show768 {
        display: block;
    }

    .hide768 {
        display: none;
    }

    .banner_notification.root_strip .text_banner {
        background-position: center 47%;
    }

    

    

    .full_Slider .owl-carousel /*.owl-controls*/ .owl-dots {
        /*top: 5px*/
    }

    .class_tiles > div {
        width: 70%;
        margin: 20px auto;
    }

    .filter_controls article {
        width: 100%;
    }

    .dispaly_Flex_resposive {
        display: block;
    }

        .dispaly_Flex_resposive > div {
            width: 100%;
        }

    .vertical_tab_menu {
        margin: 0 -10px;
        display: flex;
    }

        .vertical_tab_menu li {
            width: 33.3%;
            margin: 0;
            display: inline-block;
            border: none;
            text-align: center;
        }

            .vertical_tab_menu li span {
                border-left-color: transparent;
                border-top-color: #f1f1f1;
                top: 100%;
                right: 0;
                left: 0;
                margin: auto;
            }

    .vertical_tab > .white-container, .vertical_tab > .white-container .vertical_tab_content {
        padding: 0 !important;
        margin-top: 20px;
    }

    .banner_cont_7 {
        width: 30%;
        margin: 0 auto;
    }

    .n-profile-bottom > ul.type_dna > li {
        width: calc(50% - 15px);
    }

    .redem_search_clear > i {
        position: initial;
    }

    .wizard_look li {
        width: 25%;
        margin-bottom: 15px;
    }

    .fileupload-left-padding {
        padding-left: 45px;
    }

    .challenge-search-filter > li:first-child {
        margin-bottom: 15px;
    }

    .k-multiselect-wrap li span.k-select {
        display: none;
    }

    .white-back {
        margin-bottom: 10px;
    }

    .custom-popup .modal-dialog {
        width: 100%
    }

    .rec-right-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .inner-tile p {
        text-align: left;
    }

    .xs-top20 {
        margin-top: 20px;
    }

    .list-tiles > li {
        width: 32%
    }

    .tile_img img {
        width: 50%;
    }

    .pad_xs_top15 {
        padding-top: 15px !important;
    }

    .upperlist {
        width: 100%;
    }

    .view-listing > li:first-child {
        font-weight: normal;
        padding-right: 18px;
        width: 100%;
    }

    .border-btm {
        padding: 0 0 12px;
    }

    nav > span.site_title {
        width: 200px;
    }

    .top_nav .navbar-right {
        width: calc(100% - 260px);
    }

    .right_col {
        padding: 155px 0 10px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: 0px 1px 1px #ddd;
        background: #fff;
        top: 60px;
    }

    .pos_holder .product-detail {
        padding-top: 20px;
    }

    .product-detail div.product_footer {
        position: relative;
        width: 100%;
        right: 0;
    }

        .product-detail div.product_footer a {
            margin-bottom: 10px;
        }

    .res_notification-popup {
        right: -280%;
        left: auto;
        top: 43px;
    }

    .contact_pop {
        right: 0;
        max-width: 100%;
    }

        .contact_pop li {
            white-space: initial;
            word-break: break-all;
        }

    .wishhistory-filter > li {
        padding-bottom: 10px
    }

        .wishhistory-filter > li:first-child, .wishhistory-filter > li:nth-child(2) {
            width: 30%
        }

        .wishhistory-filter > li:last-child, .wishhistory-filter > li:nth-child(3) {
            width: 20%
        }

        .wishhistory-filter > li:last-child {
            padding-right: 0px;
            padding-left: 0px
        }

    .n-myprofile-detail > li {
        width: 100%;
    }

    .wellness-menu > li {
        width: 33.333%;
    }

        .wellness-menu > li:nth-child(3n) {
            border-right: 0px;
        }

    .block-background {
        margin-bottom: 10px;
    }

    .wellness_tab li {
        padding: 7px 13px 8px;
    }

    .challenges-tiles {
        width: 100%;
        margin: 0 auto;
    }

    .challenges-banner-text {
        position: relative;
        height: 76px;
    }

    .title-challenges h2 {
        font-size: 0.938rem!important;
    }

    .title-challenges {
        padding: 6px 7px;
        min-width: 174px;
    }

    .challenges-data > div {
        padding: 5px 8px;
    }

    .days-challenges > p, .video-challenges p {
        font-size: 1.125rem;
    }

    .challenge_operative li {
        width: 100%;
    }


    .r_spacing {
        padding: 0px 10px 20px
    }

    .times-cross {
        top: 2px;
        right: 10px;
        z-index: 998;
        width: 23px;
        height: 23px;
        background: #525252;
        border-radius: 31px;
    }

        .times-cross i {
            color: #fff;
            font-size: 0.875rem;
            position: relative;
            right: -6px;
            top: 1px;
        }

    .challenge_top_info li .earn_overlay {
        text-align: left;
    }

    .res_rec_block {
        margin-left: 0 !important;
    }

    .res_rec_banner_text {
        position: relative;
        left: 0;
    }

    .mar_xs_bottom10 {
        margin-bottom: 10px !important;
    }
    .shipment_track .stepswiz .step {
        flex-grow: 1;
        width: 100%;
        flex-basis: 100%;
    }

    .shipment_track .step-content {
        flex-direction: row;
        height: 70px;
    }

        .shipment_track .step-content::before, .shipment_track .step-content::after {
            transform: rotate(180deg);
            width: 2px;
            height: calc(50% - 0.5rem);
            left: 0.65rem;
        }

        .shipment_track .step-content::before {
            top: 0;
        }

        .shipment_track .step-content::after {
            top: calc(50% + 0.5rem);
        }

    .shipment_track .step-text {
        font-size: 0.875rem;
        text-align: left;
        padding-left: 20px;
        margin-top: 0
    }

        .shipment_track .step-text span {
            display: inline-block;
        }
}

@media only screen and (max-width: 716px) {
    .filterbar_divider {
        display: block;
        margin-bottom: 10px;
    }

    .filter_bar .form-group.autocomplete_search {
        float: left !important;
    }
}

@media only screen and (max-width: 665px) {
    .ch_tiles > div {
        width: 100%;
    }
    #tabmenu.redemption_menu .slider_menu .owl-nav{
        display:none;
    }
    #tabmenu.redemption_menu > div.slider_menu{
        width:calc(100% - 70px);
    }
    .strip_seprator li span.label {
        width: 100%;
        display: inline-block
    }

    .dna-list {
        padding: 0
    }
    /*.dna-list > li, .dna > li{
            width:100%!important;
            border:none;
            border-bottom:1px solid #dddddd;
        }
        .dna-list > li:last-child, .dna > li:last-child{
            border:none;
        }*/
    .top_banner_noti .text_banner h1, .banner_notification .text_banner h1 {
        font-size: 0.875rem;
        margin-bottom: 0;
        margin-top: 0;
    }

    .top_banner_noti .text_banner p {
        font-size: 0.625rem;
    }

    .owl-item .top_banner_noti .img-circle {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .top_banner_noti .text_banner {
        background-size: 200px 100px;
    }

    .survey_tag {
        display: none
    }

    .recognition_tiles > div.recognition_tile5 {
        width: calc(100% - 40px);
    }

    .tile_img img {
        width: 65%;
    }

    .check-button > li {
        width: 50%;
    }

    .recepint_container {
        max-height: 250px;
        overflow: auto;
    }

    .check-button > li:nth-child(4n) {
        padding-right: 4px;
    }

    .check-button > li:nth-child(2n) {
        padding-right: 0;
    }

    .top_nav .navbar-right {
        width: 100%;
        padding-right: 0;
    }

    .check-button > li:nth-child(3n) {
        padding-right: 5px;
    }

    .artical-tile {
        width: calc(100% - 40px);
    }

    .t1_hamburger {
        display: block;
        margin-right: 10px;
    }

    .nav_right_menu {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 98px;
        max-height: 100%;
        background: rgba(245,245,245,1);
        overflow: auto;
    }

        .nav_right_menu > li {
            float: none;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #e6e6e6
        }

            .nav_right_menu > li:after {
                background: none;
            }

        .nav_right_menu li.active {
            background: #f1f1f1;
        }

        .nav_right_menu li:hover, .nav_right_menu li:focus {
            background: rgba(245,245,245,1);
        }

    .wellness-menucontainer {
        position: initial;
        width: 100%;
        padding: 0;
    }

        .wellness-menucontainer .icofont-caret-up {
            display: none;
        }

    .wellness-menu-new {
        box-shadow: none;
        margin-top: 10px;
        padding: 0;
    }

        .wellness-menu-new li {
            background: rgba(245,245,245,1);
            border-bottom: 1px solid #dddddd;
        }

            .wellness-menu-new li:last-child {
                background: rgba(245,245,245,1);
                border-bottom: none;
            }

    .feed_content {
        padding: 20px 20px 6px;
    }
    .wrapper-grid  li {
        width: 100%!important;
        margin:0;
    }
        .wrapper-grid  li img {
            width: 100%;
        }
        .wrapper-grid li li {
            margin-bottom: 20px !important;
        }
}

@media only screen and (max-width: 595px) {
    .temp5_Banner .owl-item .banner_notification .img-circle {
        width: 40px;
        height: 40px;
    }

    .custom-vertical-tab ul.tabs, .custom-vertical-tab ul.tabs li, .custom-vertical-tab ul.tabs li a, .panes.value_block {
        width: 100%
    }

        .custom-vertical-tab ul.tabs li a.active:before {
            display: none;
        }

    .menu_all_overlay {
        width: 70%;
    }

    .show595 {
        display: block;
    }

    .hide595 {
        display: none;
    }
    /*.wellness_dropdown_filter {
            right: -150px;
        }*/
    .job_tiles_container > div {
        width: calc(100% - 40px);
    }

    .team_list {
        width: 100%;
    }

    .team_filter li:first-child {
        width: 100%
    }

    .team_filter li:nth-child(2) {
        width: 100%;
        margin-bottom: 10px;
    }

    .team_filter li:last-child {
        width: 100%
    }

    .applic_detail li {
        width: 100%;
    }

    .points_detail {
        padding: 10px 20px;
    }

        .points_detail li, .points_detail li:last-child {
            width: 100%;
            border-bottom: 1px solid #dddddd;
            padding: 10px 0;
            margin-bottom: 0
        }

            .points_detail li:last-child {
                border: none;
            }

    .view-request-userlist > li {
        width: 50%
    }

    .approval_container {
        max-width: 100%;
    }

    .approval_action a {
        margin-left: 0
    }

    .filter_controls {
        margin-top: 0;
    }

        .filter_controls article {
            width: 250px;
            flex-basis: 250px;
        }

    .n-profile-bottom > ul.type_dna > li {
        width: 100%;
    }

    .vertical_tab_menu li {
        width: 20%;
        margin: 0;
        display: inline-block;
        border: none;
        text-align: center;
        font-size: 0.875rem;
        padding: 10px 5px;
    }

    .last_sync_block {
        margin-top: 0;
        display: block;
        width: 100%;
        text-align: right;
        margin: 10px 0 !important;
    }

    .playlisteditpop {
        width: 45%;
    }

    .popover-custom {
        width: 200px;
    }

    .wellness-menu > li:nth-child(2n) {
        border-right: 0 !important;
    }

    .checkbox-list-feedback > li {
        width: 100%;
    }

        .checkbox-list-feedback > li span {
            font-size: 0.875rem !important;
        }

    .challenges-banner-text {
        height: auto;
    }

    .title-challenges, .challenges-data {
        position: static;
        margin-top: 20px;
    }

    .challenges-data {
        margin-bottom: 20px;
    }

    span.wizard-name {
        display: none !important;
    }

    .wizard .nav-tabs {
        border: none;
    }

    .connecting-line {
        top: 50%;
    }

    .selected-content span {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .list-tiles > li {
        width: 48%;
    }

        .list-tiles > li:nth-child(2) {
            margin-right: 0;
        }

        .list-tiles > li:last-child {
            width: 98%;
            margin-top: 10px;
        }

    .feedback-feeder-btm-list > li {
        margin-bottom: 10px;
    }

    .xs-width-100 {
        width: 100%;
    }

    .checkbox-list-feedback > li:nth-child(2) .chatsection, .checkbox-list-feedback > li:nth-child(5) .chatsection {
        left: 0;
    }

    .checkbox-list-feedback > li:nth-child(3n+0) .chatsection {
        left: 0;
    }

    .pager_show .k-pager-wrap.k-pager-sm .k-pager-info, .pager_show .k-pager-wrap.k-pager-sm .k-pager-sizes {
        display: none !important;
    }

    .Emp_Detail_list li, .full_profile .Emp_Detail_list li {
        width: 100%;
        margin:0 0 20px;
    }
}

@media only screen and (max-width: 595px) and (min-width: 343px) {
    .follow_custom {
        right: 85% !important;
        left: auto !important;
    }

        .follow_custom.popover.right > .arrow.custom_arrow {
            left: auto;
            right: -11px;
            transform: rotateY(180deg);
        }
}

@media only screen and (max-width:550px) {
    .horizontal_filter_Oneline > div {
        width: 100%;
        margin-right: 0;
    }

        .horizontal_filter_Oneline > div div {
            float: right;
            width: 100%;
        }

    span.site_title {
        width: calc(100% - 100px);
    }

    .card_tile {
        padding: 0 30px
    }

        .card_tile li {
            width: calc(33.3% - 20px);
            margin: 8px 10px;
        }

    .resource_tile > div {
        padding: 0 30px
    }

        .resource_tile > div img {
            width: 30%;
        }

    .recog_summary li {
        padding: 0 0 17px 0;
    }

    .survey_display {
        padding-top: 25px;
    }

        .survey_display li:last-child .survey_name {
            font-size: 0.938rem;
        }

        .survey_display li:last-child .survey_detail {
            font-size: 0.75rem;
            margin-bottom: 5px
        }

        .survey_display li:last-child .survey_timeline {
            font-size: 0.625rem;
            margin-bottom: 5px
        }

        .survey_display li:last-child .take_survey {
            font-size: 0.75rem;
            padding: 2px 10px;
        }
        /*.on_top {
            margin-top: -8.5% !important;
        }*/
        .survey_display li:last-child {
            padding-left: 20px;
        }

    .temp5_Banner .banner_notification.root_strip .btn_strip {
        height: 25px;
    }

        .temp5_Banner .banner_notification.root_strip .btn_strip .btn_link {
            margin: 2px 0
        }
}

@media only screen and (max-width:510px) {
    
    .post-container {
        padding: 0 20px;
    }

    .post_middle {
        padding-left: 20px
    }
    .rewardbadge{
        display:block;
        display:flex;
        align-items:center;
    }
        .rewardbadge img{
            margin:5px 10px 0 0;
            float:left;
        }
    .module-list{
        font-size:0.875rem;
    }
    
    .main_container, .main_container.double_strip {
        padding-bottom: 85px;
    }

    .survey_detail_header div.survey_thumb {
        width: 100%;
        margin: 0 0 20px 0
    }

    .survey_detail_header div.survey_detail, .survey_detail_header div.survey_detail p {
        width: 100%;
        text-align: center
    }

    .survey_detail .survey_prop {
        margin-top: 10px;
        text-align: center;
    }

        .survey_detail .survey_prop span {
            display: inline-block;
            float: none
        }

    .recognition_tiles > div {
        width: calc(100% - 40px);
    }

    .point_container_top {
        width: 100%;
        margin-bottom: 15px;
    }

    .filter_bar input {
        width: 150px !important;
    }

    .feedback_top_bar > div .feedback_summary > li {
        margin-left: 0;
    }

    .custom-vertical-tab ul.tabs li a {
        padding: 5px;
    }

    .custom-vertical-tab ul.tabs li {
        width: 96%;
    }

    .recognition_switch li a {
        padding: 5px 10px;
    }

    .banner-challenge {
        min-height: 0;
    }

    .main_container.double_strip {
        padding-bottom: 80px;
    }
    .inner-listing > li > ul > li:first-child{
        width:90%;
        float:left;
        text-align:left;
    }
    .inner-listing > li > ul > li:last-child{
        width:95%;
        float:right
    }
}

@media only screen and (min-width:480px) {

    .xxs-visible {
        display: none;
    }

    .xxs-hidden {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .xxs-nofloat{
        float:none!important;
    }
    .creatplay-list label{
        width:100%;
    }
    ul.graph_content.leg_down li {
        width: 100%;
    }
    .productdetail_block .promo_img li:nth-child(2) {
        height: 240px;
    }
    .strip_seprator li span {
        width:100%;
        display:block;
    }
    .job_grid .k-grid-toolbar {
        top: -80px;
        right: -2px;
    }

    .jobgrid_heading {
        margin-top: 50px;
    }

    .event_history li:nth-child(2), .event_history li:last-child {
        width: 100%;
        padding:0;
        margin-top:10px;
        text-align:left;
    }

    .top_banner_noti .text_banner p, .temp5_Banner .banner_notification p {
        display: none;
    }

    .top_banner_noti > .max_container {
        height: 90%
    }

    .dna-list > li, .dna > li {
        width: 100% !important;
        /*text-align: right;*/
        border-bottom: 1px solid #dddddd;
        line-height: 24px;
    }

        .dna-list > li h3, .dna > li h3 {
            display: inline-block;
            float: left;
            margin-bottom: 0;
        }

    .temp5_Banner .banner_notification p {
        font-size: 0.625rem;
        margin-bottom: 0;
    }

    .temp5_Banner .banner_notification.root_strip .text_banner {
        background: none;
    }
    /* .dna-list > li:nth-child(3){
            border-top:1px solid #dddddd;
            border-right:1px solid #dddddd;
        }*/
    /*.dna-list > li:nth-child(2), .dna-list > li:nth-child(4){
            border-right:none;
        }*/
    .class_tiles > div {
        width: 90%;
    }

    .menu_all_overlay {
        width: 100%;
    }

    .on_top {
        margin-top: -9.5% !important;
    }

    .top_banner_noti .text_banner h1, .banner_notification .text_banner h1 {
        margin-top: 0;
    }

    .top_banner_noti .img-circle {
        display: none !important;
    }

    .top_banner_noti .text_banner {
        background: none;
    }

        .top_banner_noti .text_banner h1 {
            white-space: normal;
        }

    .banner_notification p {
        font-size: 0.625rem;
    }

    div.graph_area, ul.graph_content {
        width: 100%;
    }

    .vertical_tab_menu {
        overflow-x: auto;
        padding-bottom: 42px;
    }

        .vertical_tab_menu li {
            min-width: 100px;
        }

    .delegated_user ul {
        display: block;
    }

        .delegated_user ul li {
            float: left;
        }

            .delegated_user ul li:last-child {
                width: 100%;
                text-align: left;
                margin-top: 10px;
                padding-left: 75px;
            }

    .step-text {
        font-size: 0.75rem;
    }

    .connect_cont {
        display: initial;
    }

        .connect_cont .display_ib {
            display: block !important;
        }

    .likecom-section > ul > li {
        margin-bottom: 15px;
    }

        .likecom-section > ul > li:nth-child(3n) {
            padding-left: 0;
        }

    .likecom-section {
        margin: 0 20px 0 0;
    }

    .filter_mar_btm {
        margin-bottom: 0px;
    }

    .multi_recog_text {
        padding-left: 70px;
        line-height: 20px;
    }

    .job_grid .rowclass.search {
        margin-bottom: 40px;
    }

    .main_container {
        padding-bottom: 110px;
    }

    .job_grid .topsearch.filter_bar {
        width: 100%;
    }

    .quick_link_feedback {
        width: 100%;
        margin-left: 0;
    }

    .prod_added {
        right: auto;
        left: 90%;
    }

    .xxs-visible {
        display: block;
    }

    .xxs-hidden {
        display: none;
    }

    .setting_button {
        margin-top: 2px;
    }

    .sortby_value.sort-by > li:last-child {
        margin-top: 10px;
    }

    .right-tag {
        border-top: 39px solid #008cc9;
        bottom: -43px;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .mar_xs_bottom10 {
        margin-bottom: 10px;
    }

    .tile_img img {
        width: 80%;
    }

    footer > div.pull-left, footer > div.pull-right {
        width: 100%;
        text-align: center;
    }

        footer > div.pull-right .footer-text {
            width: 100%;
            text-align: center;
            display: block
        }

    .nav > li a {
        padding: 0 3px;
    }

    .idea-list > li {
        width: 100%;
    }

    .forum-list > li {
        width: 82%;
    }

    .forum-list > li {
        width: 82%;
    }

        .forum-list > li:last-child {
            width: 11%;
        }

    .view-listing > li {
        width: 50%;
    }

    .social_feedfilter > li:first-child {
        width: 100% !important;
        padding-right: 0;
    }

    .social_feedfilter > li:last-child button {
        min-width: 50px;
    }

    .res_comment {
        padding-left: 10px !important;
    }

    .writecmt-control > li:first-child {
        width: 11%;
    }

    .writecmt-control > li {
        width: 89%;
    }

    .cmt-control > li:first-child {
        width: 10%;
        padding-left: 0;
    }

    .comment .date_span {
        margin: 4px 0;
    }

    .cmt-control > li {
        float: left;
        width: 90%;
        padding-left: 11px;
    }

        .cmt-control > li:last-child {
            width: 90%;
            position: relative;
            padding: 5px;
            float: right;
        }

    .emoji-menu {
        position: absolute;
        z-index: 999;
        width: 225px;
        margin-left: -189px;
        margin-top: -266px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: 0px 1px 1px #ddd;
        background: #fff;
        top: 42px;
    }

    .filter_bar ul {
        width: 100%;
    }

    .sort-by > li:last-child {
        width: 100%;
    }

    .log_top_filter.sort-by > li:last-child span.k-dropdown {
        width: 100%;
    }

    .sortby_value.sort-by > li:last-child {
        width: 100%;
    }

    .sortby_value.sort-by {
        width: 100%;
    }

    .filter_bar .form-group {
        float: none;
    }

    .sortby_value.sort-by > li:last-child {
        margin-right: 0;
    }

    .res_rem_search {
        float: left !important
    }

    .btn_link, .btn_blank, .btn_filled {
        font-size: 0.875rem;
    }

    .k-tabstrip-items .k-item h3 {
        font-size: 13px !important;
    }

    .k-tabstrip .k-tabstrip-items .k-link {
        padding: 7px;
    }

    .k-tabstrip-top > .k-tabstrip-items > .k-item {
        margin-right: 0
    }

    .right_sort .sort-by > li:first-child {
        text-align: left;
    }

    .check-button > li {
        width: 50%;
    }

    .wishhistory-filter > li {
        padding-bottom: 10px
    }

        .wishhistory-filter > li:first-child, .wishhistory-filter > li:nth-child(2) {
            width: 50%
        }

        .wishhistory-filter > li:last-child, .wishhistory-filter > li:nth-child(3) {
            width: 50%
        }

        .wishhistory-filter > li:last-child, .wishhistory-filter > li:nth-child(2) {
            padding-right: 0px;
            padding-left: 0
        }

    .n-myprofile-detail > li {
        width: 100%
    }

    .activity-tab > li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:420px) {
    .banner_notification.root_strip .text_banner {
        background: none;
    }

    .post-container.recognition_post li .dir_arrow {
        margin: 10px 50px 10px 0;
    }
    .on_top {
        margin-top: -5% !important;
    }
    .card_tile li {
        width: calc(50% - 20px);
        margin: 8px 10px;
    }

    .resource_tile > div img {
        width: 35%;
    }

    .add_cart_detail {
        margin-right: 0;
    }

    .quick_link_feedback > li {
        font-size: 0.875rem;
    }

    .social_filter_icons li {
        width: 50%;
        margin-bottom: 10px;
    }

    .likecom-section > ul.pull-right {
        width: 100%;
    }

        .likecom-section > ul.pull-right > li {
            float: right;
            margin-bottom: 0
        }

    .step-text {
        min-height: 34px;
    }

    .step-content::before {
        top: 18%;
    }

    .step-content::after {
        top: 18%;
    }

    .share_post_block > div:first-child ul li {
        padding: 0 15px;
    }

    .navbar-right {
        width: 100%;
    }
}

@media only screen and (max-width:380px) {
    .dropdown-menu.pull-right {
        right: -75px;
    }

    .social_feedfilter > li:last-child button {
        min-width: auto;
        padding: 5px;
    }

    .challenges-banner-text {
        height: 100px;
    }

    .notification_Popup {
        left: 0;
    }

        .notification_Popup i.fa-caret-up {
            left: 19px;
        }
}

