/* Minification failed. Returning unminified contents.
(3258,12): run-time error CSS1038: Expected hex color, found '#ff'
 */
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular_1-webfont.eot');
    src: url('../fonts/montserrat-regular_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular_1-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular_1-webfont.woff') format('woff'), url('../fonts/montserrat-regular_1-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular_1-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg_2-webfont.eot');
    src: url('../fonts/lato-reg_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-reg_2-webfont.woff2') format('woff2'), url('../fonts/lato-reg_2-webfont.woff') format('woff'), url('../fonts/lato-reg_2-webfont.ttf') format('truetype'), url('../fonts/lato-reg_2-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig_2-webfont.eot');
    src: url('../fonts/lato-lig_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-lig_2-webfont.woff2') format('woff2'), url('../fonts/lato-lig_2-webfont.woff') format('woff'), url('../fonts/lato-lig_2-webfont.ttf') format('truetype'), url('../fonts/lato-lig_2-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: latolight !important;
    font-weight: normal !important;
}


.bg {
    /*background-image: url(../img/bg1.jpg);*/
    background-color: #920004;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.Newbg {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}



.logo {
    text-align: center;
    margin-top: 100px;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }


.loginpubli {
    border: 2px solid #dd363e;
    font-size: 23px;
    color: #8b1217;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 15px 36px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.1);
}


/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border: 2px solid #dd363e;
    font-size: 23px;
    color: #8b1217;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 15px 36px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.1);
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
        color: #fff;
        text-decoration: none;
        background-color: #dd363e;
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.copy {
    font-size: 13px;
    color: #4d4d4d;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-family: 'montserratregular';
}

.copyin {
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: 'montserratregular';
    padding: 15px 0px;
    border-top: 1px solid #922a2e;
}

/*.innerbg{ background-image:url(../img/loginbg.jpg); background-position:center top; background-attachment:fixed; background-size:cover} */
.innerbg {
    background-color: #841013;
}

.loginlogo {
    text-align: center;
    margin: 8px auto 20px auto;
}

    .loginlogo img {
        max-width: 100%;
        height: auto;
    }

.loginbx {
    border: 0px solid #FFF;
    margin: 0px auto 40px auto;
    padding: 20px;
    font-family: 'latolight';
    color: #FFF;
}

    .loginbx h2 {
        font-size: 36px;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
    }

        .loginbx h2 span {
            font-size: 15px;
            padding: 0px;
            margin: 0px;
            margin-top: 3px;
            font-weight: normal;
            display: block;
        }

    .loginbx .form-control {
        background-color: #525053;
        border: 0px;
        border-radius: 0px;
        padding: 10px 10px 10px 33px;
        height: auto;
        color: #FFF;
    }

    .loginbx .form-group {
        margin: 10px 0px 5px 0px !important;
    }

.useicon {
    background-image: url(../img/user_icon.png) !important;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.passwordicon {
    background-image: url(../img/password.png) !important;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}



.loginbut {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 8px 10px;
    margin-top: 10px;
    background-color: rgba(45, 41, 42, 0.1);
}

    .loginbut:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .loginbut:hover, .loginbut:focus, .loginbut:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
        color: #fff;
        text-decoration: none;
        background-color: #841013;
    }

        .loginbut:hover:before, .loginbut:focus:before, .loginbut:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.forgot {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    margin-top: 18px;
    text-align: right;
}

    .forgot a {
        color: #FFF;
        text-decoration: none;
    }

        .forgot a:hover {
            color: #FFF;
            text-decoration: underline;
        }


.topbar {
    background-color: #383838;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.tlogo {
    border-right: 1px solid #4e4e4e;
    padding: 5px 0px;
}

    .tlogo img {
        max-width: 100%;
        height: auto;
    }

.tsearch {
    background-color: #FFF;
    border: 0px;
    border-radius: 15px;
    padding: 5px;
    margin-top: 18px;
}

    .tsearch input {
        border: 0px;
        width: 90%;
    }

.userimg {
    margin-top: 8px;
}

    .userimg img {
        float: right;
        margin-top: 8px;
    }

.userdrop {
    margin-top: 16px;
}

    .userdrop .btn {
        border-radius: 16px !important;
        border: 1px solid #7e7e7e;
        padding: 6px 2px;
        background-color: rgba(255,255,255,0.1);
        color: #FFF;
        width: 100%;
        overflow: hidden;
    }

.lftpan {
    background-color: #383838;
    border-right: 1px solid #4e4e4e;
}

.cntara {
    margin: 0px 15px;
}

.profile {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

    /*.profile img {
        width: 103px;
        height: 103px;
        border-radius: 50px;
        border: 5px solid #FFF;
        margin: 15px auto;
    }*/

    .profile img {
        border: 5px solid #fff;
        border-radius: 50px;
        height: 103px;
        margin: 11px auto 14px;
        text-align: center;
        width: 103px;
    }


    .profile .name {
        margin-bottom: 10px;
    }

        .profile .name a {
            font-size: 13px;
            color: #FFF;
            text-decoration: none;
            font-family: 'montserratregular';
        }

            .profile .name a:hover {
                color: #fff;
                text-decoration: underline;
            }

.lftsect ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .lftsect ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        border-top: 1px solid #4e4e4e;
        font-family: 'latolight';
        line-height: 40px;
        color: #FFF;
    }

        .lftsect ul li a {
            color: #FFF;
            font-size: 15px;
            text-decoration: none;
        }


            .lftsect ul li a:hover {
                color: #FFF;
                text-decoration: underline;
            }

                .lftsect ul li a:hover:after {
                    content: url(../img/hover.png);
                    width: 16px;
                    height: 40px;
                    right: -1px;
                    position: absolute;
                }

.listara h2 {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 10px 0px;
    font-weight: normal;
    font-family: 'latoregular';
    text-transform: uppercase;
}

.lstflt {
    border: 1px solid #9f4043;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    color: #FFF;
    font-family: latoregular;
    margin-bottom: 15px;
}

    .lstflt span {
        margin-right: 6px;
    }

    .lstflt .bord {
        border: 1px solid #FFF;
        padding: 4px;
    }

    .lstflt select {
        border: 1px solid #333;
        background-color: rgba(0,0,0,0.5);
        padding: 4px;
        width: 48%;
    }

.ProductFilter select {
    background-color: #7D1414;
    width: 100% !important;
}


.lstbox {
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    margin-bottom: 15px;
    min-height: 310px;
}

    .lstbox img {
        max-width: 100%;
        height: auto;
        border: 1px solid #FFF;
        margin-bottom: 10px;
    }

    .lstbox h2 {
        font-size: 16px;
        color: #FFF;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        text-transform: capitalize;
    }

    .lstbox p {
        font-size: 12px;
        color: #FFF;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 15px 0px;
        text-transform: capitalize;
        font-family: 'latoregular';
    }

.detailbut {
    background-color: #350608;
    padding: 5px 15px;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    font-family: 'latoregular';
    border: 1px solid #350608;
}

    .detailbut:hover {
        background-color: #000;
        color: #FFF;
    }

.pagimg img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.edits {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #4e4e4e;
}

.publcerbx {
    background-color: none;
    border-radius: 0;
    border-top: 1px solid #f6f6f6;
    margin-bottom: 15px;
    padding: 15px;
}

.nav > li {
    display: block;
    position: relative;
    width: 50%;
}

.tab-content {
    background-color: #FFF;
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

#publicer td {
    border-top: 0px;
    font-family: 'latoregular';
    font-size: 14px;
    line-height: 30px;
}

    #publicer td a {
        color: #851014;
        text-decoration: none;
    }

        #publicer td a:hover {
            color: #06C;
            text-decoration: none;
        }

.pubshad {
    background-image: url(../img/shado.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 310px;
    padding-left: 25px;
    text-align: center;
    margin-top: 20px;
}

    .pubshad img {
        width: 160px;
        height: 160px;
        border-radius: 100px;
        border: 6px solid #f6f6f6;
    }

.publcerbx h2 {
    font-size: 18px;
    color: #333;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    border-bottom: 1px solid #CCC;
}

.publcerbx img {
    max-width: 100%;
    height: auto;
}


#retail a {
    color: #851014;
    text-decoration: none;
}

a.publiseredit {
    background-color: #383838 !important;
    border: 0px;
    color: #FFF !important;
}

    a.publiseredit:hover {
        background-color: #841013 !important;
        border: 0px;
        color: #FFF !important;
    }

#publicer label {
    font-weight: normal;
    font-size: 14px;
    font-family: 'latoregular';
    text-align: right;
    display: block;
}

#publicerInner label {
    text-align: left !important;
}


#publicer input {
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

#retail label {
    font-weight: normal;
    font-size: 14px;
    font-family: 'latoregular';
    text-align: right;
    display: block;
}

#retail input {
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}



.lstbox1 {
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    margin-bottom: 15px;
}

    .lstbox1 img {
        max-width: 100%;
        height: auto;
        border: 1px solid #FFF;
        margin-bottom: 10px;
    }

    .lstbox1 h2 {
        font-size: 16px;
        color: #FFF;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        text-transform: capitalize;
    }

    .lstbox1 p {
        font-size: 12px;
        color: #FFF;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 15px 0px;
        text-transform: capitalize;
        font-family: 'latoregular';
    }

.findme h2 {
    font-size: 20px;
    color: #353535;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'latoregular';
    text-transform: capitalize;
}

.facebook {
    font-size: 14px;
    color: #355390;
    text-decoration: none;
    font-family: 'latoregular';
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0px 25px 10px;
}

    .facebook a {
        color: #5c5c5c;
        text-decoration: none;
        text-transform: capitalize;
    }

        .facebook a:hover {
            color: #355390;
            text-decoration: underline;
        }


.twitter {
    font-size: 14px;
    color: #009fdb;
    text-decoration: none;
    font-family: 'latoregular';
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0px 25px 10px;
}

    .twitter a {
        color: #5c5c5c;
        text-decoration: none;
        text-transform: capitalize;
    }

        .twitter a:hover {
            color: #355390;
            text-decoration: underline;
        }


.yt {
    font-size: 14px;
    color: #d42b25;
    text-decoration: none;
    font-family: 'latoregular';
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0px 25px 10px;
}

    .yt a {
        color: #5c5c5c;
        text-decoration: none;
        text-transform: capitalize;
    }

        .yt a:hover {
            color: #355390;
            text-decoration: underline;
        }


.cont {
    font-size: 14px;
    color: #355390;
    text-decoration: none;
    font-family: 'latoregular';
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0px 25px 10px;
}

    .cont span {
        color: #5c5c5c;
        text-decoration: none;
        text-transform: capitalize;
    }

    .cont a {
        color: #5c5c5c;
        text-decoration: none;
        text-transform: capitalize;
    }

        .cont a:hover {
            color: #355390;
            text-decoration: underline;
        }

/*13-3-2015*/
.detail_view .lstbox {
    min-height: inherit;
}

.lsting {
    float: left;
    width: 40%;
}

.detail {
    float: right;
    margin: 40px 0px 0px 10px;
    width: 55%;
}

#main-image-slider {
    min-height: 450px;
}

    #main-image-slider .carousel-indicators .active {
        height: auto;
        width: auto;
    }

    #main-image-slider .carousel-indicators li img {
        margin: 0px;
        border: none;
    }

    #main-image-slider .carousel-indicators li {
        height: auto;
        margin: 10px;
        text-indent: 1px;
        padding: 0px;
        width: auto;
        border-radius: 0px;
    }

    #main-image-slider .carousel-indicators {
        left: 50%;
        margin-left: -49%;
        width: 100%;
        bottom: 0px;
    }

.game-detail h2 {
    font-size: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.tab_listing .nav > li {
    width: 33.33%;
    text-transform: uppercase;
}

#publicer a.publiseredit {
    margin-top: 20px;
    text-transform: uppercase;
}

.tab_listing #publicer label {
    margin: 0px 0px 0px 0px;
    line-height: 14px;
    vertical-align: middle;
    float: left;
}

.tab_listing .img_respone {
    border: 1px solid #383838;
    padding: 2px;
}

.tabpage.lftsect ul li {
    line-height: 50px;
    position: relative;
}

    .tabpage.lftsect ul li a:hover::after {
        content: url("../img/hover.png");
        height: 40px;
        position: absolute;
        right: -16px;
        top: 6px;
        width: 16px;
    }

.tab_listing #publicer input {
    margin-bottom: 10px;
}

#publicer select {
    border: 1px solid #dddddd;
    height: 32px;
    width: 100%;
    margin-bottom: 10px;
}

#publicer select {
    -webkit-appearance: none;
}

#publicer .oneline label {
    width: 51%;
    display: inline-block;
    margin-right: 12px;
}

#publicer .oneline .text {
    width: 43%;
    display: inline-block;
}

.radio {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0px !important;
}

.col-lg-2.col-sm-3 > label {
    margin-top: 5px !important;
}

.radiobtn span {
    display: inline-block;
    width: 45%;
}

.vandor {
    display: block;
    text-align: right;
}


.tab_listing .inner_tab .nav > li {
    text-transform: capitalize;
    width: auto;
}

    .tab_listing .inner_tab .nav > li a {
        background-color: #eee;
        padding: 8px 25px;
    }

.tab_listing .inner_tab .nav-tabs > li.active > a, .tab_listing .inner_tab .nav-tabs > li.active > a:hover, .tab_listing .inner_tab.nav-tabs > li.active > a:focus {
    background-color: #383838;
    color: #fff;
}

.change_img {
    display: block;
    margin-top: 15px;
}

@media (min-width:768px) {
    .tab_listing #publicer .col-lg-2.col-sm-3 {
        padding-right: 0px;
    }
    /*.tab_listing #publicer .col-lg-4.col-sm-3{padding-left:10px;}*/
}

@media (max-width:450px) {
    .tab_listing .inner_tab .nav > li {
        width: 100%;
    }

        .tab_listing .inner_tab .nav > li a {
            padding: 8px 15px;
        }

        .tab_listing .inner_tab .nav > li a {
            margin-right: 0px;
            border: 1px solid #ddd !important;
        }
}

@media (max-width:640px) {
    .tab_listing .nav > li {
        width: 100%;
    }

        .tab_listing .nav > li.active > a {
            border: 1px solid #ddd;
        }

        .tab_listing .nav > li > a {
            margin-right: 0px;
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-bottom: 5px;
        }

    .tab_listing .inner_tab .nav > li a {
        margin-right: 2px;
        border-color: transparent;
    }
}

@media (max-width:767px) {
    .tab_listing #publicer label {
        margin: 0px 0px 5px 0px;
        text-align: left;
    }

    .radiobtn span {
        margin-bottom: 10px;
    }

    #publicer .oneline .text {
        width: 100%;
    }

    #publicer .oneline label {
        width: 100%;
        margin-bottom: 5px;
    }

    .vandor {
        text-align: left;
        margin-bottom: 10px;
    }

    .inner_tab .nav {
        padding-bottom: 10px;
    }

    .flexnav li a {
        background: #920004;
        border: none !important;
    }

    .flexnav {
        padding-left: 0;
        position: absolute;
        left: 15px;
        margin: auto;
        right: 15px;
        top: 40px;
    }

        .flexnav .touch-button {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab_listing .nav > li > a {
        padding: 10px 0px;
        text-align: center;
        font-size: 13px;
    }

    #publicer .oneline .text {
        width: 100%;
    }

    #publicer .oneline label {
        width: 100%;
        margin-bottom: 5px;
    }

    .vandor {
        margin-top: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #main-image-slider {
        min-height: 450px;
    }

        #main-image-slider .carousel-indicators li {
            margin: 6px;
            left: 0px;
        }

    .detail {
        margin: 20px 0px 0px 10px;
    }

    #publicer .oneline label {
        width: 55%;
    }

    #publicer .oneline .text {
        width: 39%;
    }
}





/*-----------------CustomCssByGaurav-----------------------*/
.field-validation-error {
    color: #fff;
    font-size: 16px;
}


.UpdateProgress {
    background: url(../img/blacktrans80.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    min-height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
}



.ImageTabCss {
    background-color: #841013;
    margin: 0px !important;
    color: #fff;
    padding: 8px;
    margin-top: 5px !important;
}


.ImageUploadSection {
    border: 1px #C1C1C1 solid;
    padding: 23px;
    border-radius: 4px;
}


.SuccessMsg {
    background: #1ACA1D;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
}


.ErrorMsg {
    background: #DA0C0C;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
}

.ErrorClose {
    float: right;
    background-color: #fff;
    border-radius: 12px;
    color: #DA0C0C;
    width: 19px;
    font-size: 13px;
    margin-top: 3px;
    cursor: pointer;
}

.SuccessClose {
    float: right;
    background-color: #fff;
    border-radius: 12px;
    color: #1ACA1D;
    width: 19px;
    font-size: 13px;
    margin-top: 3px;
    cursor: pointer;
}



.NoRecord {
    text-align: center;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    color: #FFF;
    padding: 10px;
    border: 1px solid #9f4043;
}



#owl-demo .item {
    display: block;
    cursor: pointer;
    background: #841013;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

    #owl-demo .item:hover {
        background: #841013;
    }



.FilterBtn {
    background: none;
    color: #FFF;
    border: 1px #FFFFFF solid;
    width: 23.5%;
    min-height: 35px;
    text-align: center;
    padding: 7px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 9px;
    font-family: latolight;
}



.selectedFilterBtn {
    background: #383838;
    color: #FFF;
    border: 1px #FFFFFF solid;
    width: 23.5%;
    min-height: 35px;
    text-align: center;
    padding: 7px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 9px;
    font-family: latolight;
}

.selectedFilterBtn {
    background: #383838 !important;
    color: #fff !important;
}


.LoadMore {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
    padding: 7px 20px;
}


span.qty {
    display: block;
    position: relative;
    width: 75px;
}

.qty_arw {
    border-left: 1px solid #ddd;
    height: 32px;
    padding-left: 8px;
    position: absolute;
    right: 8px;
    top: 1px;
}

.qty_sec ul li .qty_arw a {
    line-height: 20px;
}

.qty_sec ul li a {
    color: #fff;
    text-decoration: none;
}

.qty_arw a {
    display: block;
}

.qty_arw > a {
    margin-top: -4px;
}



#ItemDetailform hr {
    margin-bottom: 7px !important;
    margin-top: 21px !important;
}





.addtocartpannel {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin-left: -3px;
    margin-top: 10px;
    padding: 10px;
}

.NotificationPage {
    color: rgb(255, 255, 255);
    padding-left: 8px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding-top: 8px;
}



.NotoficationBlock {
    background: #333333 none repeat scroll 0 0;
    padding: 5px;
    margin-top: -9px;
}



#PreferenceFrm .container li {
    color: #FFF;
    padding: 6px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-top: 5px;
}

#PreferenceFrm .head {
    background: #333333;
    padding: 2px;
    color: #FFF;
}

#PreferenceFrm h3 {
    margin-left: 5px;
    margin-top: 5px;
}

#PreferenceFrm ul {
    color: #FFF;
}


#Profileform .profile {
    margin: 0 auto;
    text-align: center;
    width: 180px;
}

    #Profileform .profile img {
        border: 2px solid #333333;
        border-radius: 91px;
        height: 150px;
        margin: 15px auto;
        width: 150px;
    }


    #Profileform .profile .name {
        color: #333333;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        word-wrap: break-word;
    }


        #Profileform .profile .name a {
            color: #333333;
            font-family: "montserratregular";
            font-size: 17px;
            text-decoration: none;
            text-transform: uppercase;
        }

#Profileform .loginbx {
    border: 0px !important;
    background: none !important;
}

    #Profileform .loginbx .form-control {
        background-color: #ffffff;
        border: 0 none;
        border-radius: inherit;
        color: #333333;
        height: auto;
        padding: 10px 10px 10px 10px;
    }

.Newcontainer {
    width: 100% !important;
    background: #FFF;
}


.product_view {
    padding-top: 20px;
}

.pro_img figure {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 3px;
    width: 88%;
}

.pro_detail {
    color: #FFF;
}

    .pro_detail h2 {
        font-size: 28px;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #ccc;
    }

    .pro_detail p {
        font-size: 14px;
        padding: 0px;
        margin: 0px 0px 15px 0px;
    }

    .pro_detail span.price {
        display: block;
        font-size: 28px;
        margin-bottom: 15px;
        color: #920004;
        border-bottom: 1px solid #ccc;
    }

.price del {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #3e3e3e;
    font-size: 22px;
}


.pro_img ul {
    list-style: none;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    max-width: 125px;
    vertical-align: top;
    display: inline-block;
}

    .pro_img ul li {
        display: block;
        padding: 3px;
        border: 1px solid #ccc;
        margin: 0px 0px 10px 0px;
    }

.pro_img figure img {
    max-width: 100%;
}

.pro_img ul li img {
    max-width: 100%;
}


.pro_content {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .pro_content li {
        display: block;
        margin: 0px;
        padding: 5px 0px;
        font-size: 16px;
    }

        .pro_content li strong {
            display: inline-block;
            width: 100px;
        }

        .pro_content li a {
            display: inline-block;
            color: #920004;
        }


span.qty {
    display: block;
    position: relative;
    width: 75px;
}

.qty_arw {
    border-left: 1px solid #ddd;
    height: 26px;
    padding-left: 8px;
    position: absolute;
    right: 8px;
    top: 1px;
}

.qty_sec ul li .qty_arw a {
    line-height: 20px;
}

.qty_sec ul li a {
    color: #fff;
    text-decoration: none;
}

.qty_arw a {
    display: block;
}

.qty_arw > a {
    margin-top: -4px;
}

.Addtocart {
    background: #350608 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px 52px;
    margin-right: 9px;
    margin-top: 10px;
    min-height: 35px;
    text-align: center;
    width: 100%;
}

span.qty .form-control {
    -moz-appearance: none;
    border-radius: 0;
    height: 28px;
}




/** LIGHTBOX MARKUP **/

.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    /*position: absolute;*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .lightbox img {
        /** Pad the lightbox image */
        max-width: 100%;
        max-height: 100%;
        margin-top: 2%;
    }

    .lightbox:target {
        /** Remove default browser outline */
        outline: none;
        /** Unhide lightbox **/
        display: block;
    }



.pro_img ul {
    list-style: none;
    /*margin: 0px 15px 0px 0px;*/
    padding: 0px;
    max-width: 125px;
    vertical-align: top;
    display: inline-block;
    margin-left: -107px;
}

    .pro_img ul li {
        display: block;
        padding: 3px;
        border: 1px solid #ccc;
        margin: 0px 0px 10px 0px;
    }

.pro_img figure img {
    max-width: 100%;
}

.pro_img ul li img {
    max-width: 100%;
}

.review_tab .nav-tabs > li {
    font-size: 16px;
}

    .review_tab .nav-tabs > li > a {
        color: #920004;
        outline: 0 none;
    }

.review_box {
    padding: 10px 15px 10px 15px;
}

    .review_box .btn.btn-default {
        font-size: 16px;
        padding: 6px 25px;
    }

    .review_box label {
        font-weight: normal;
        font-size: 16px;
    }

    .review_box .form-control {
        border-radius: 0;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .review_box textarea.form-control {
        height: 110px;
        resize: none;
    }

.qty_sec {
    background-color: #f3f3f3;
    padding: 15px 10px;
}

    .qty_sec ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .qty_sec ul li {
            display: inline-block;
            margin: 5px 8px 5px 0px;
            padding: 0px;
            vertical-align: middle;
            font-size: 16px;
        }

            .qty_sec ul li a {
                text-decoration: none;
                color: #fff;
            }

            .qty_sec ul li .qty_arw a {
                line-height: 20px;
            }

span.qty {
    position: relative;
    width: 120px;
    display: block;
}

.qty_arw {
    position: absolute;
    top: 1px;
    right: 8px;
    height: 40px;
    border-left: 1px solid #ddd;
    padding-left: 8px;
}

    .qty_arw a {
        display: block;
    }

span.qty .form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    height: 42px;
    font-size: 19px;
}

a.addcart {
    background-color: #585858;
    padding: 9px 10px;
    min-width: 130px;
    text-align: center;
    display: block;
}

a.buynow {
    background-color: #920004;
    padding: 9px 10px;
    min-width: 130px;
    text-align: center;
    display: block;
}

a.wishlist {
    padding: 0px 0px;
    border: 1px solid #ddd;
    display: block;
    padding: 9px 12px;
    line-height: 22px;
}

.social_add {
    margin-top: 40px;
}

.shipping {
    border-bottom: 1px solid #e3e3e3;
}

    .shipping .ship_detail, .shipping .write_review {
        min-height: 95px;
    }

.ship_detail h4 {
    font-size: 14px;
    margin: 0px;
    padding: 15px 0px 10px;
}

.ship_detail a {
    display: inline-block;
    color: #85b948;
}

    .ship_detail a:hover {
        color: #85b948;
    }

.ship_detail span {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}

.write_review {
    border-left: 1px solid #e3e3e3;
}

    .write_review figure {
        display: block;
        margin: 10px 0px 10px;
    }

    .write_review span {
        display: block;
        font-size: 14px;
    }

        .write_review span a {
            color: #85b948;
            display: inline-block;
        }

            .write_review span a:hover {
                color: #85b948;
            }

.success-msg {
    background-color: #f3f3f3;
    padding: 10px 10px 10px 15px;
    border-left: 6px solid #920004;
    position: relative;
}

    .success-msg:after {
        border-bottom: 9px solid transparent;
        border-top: 9px solid transparent;
        border-left: 9px solid #920004;
        position: absolute;
        top: 50%;
        left: -1px;
        height: 0;
        width: 0;
        content: '';
        margin-top: -9px;
    }

    .success-msg h4 {
        font-size: 18px;
        margin: 0px;
    }

.heading-tittle {
    border-top: 1px solid #ccc;
}

    .heading-tittle h2 {
        font-size: 28px;
        padding: 0px;
        margin: 15px 0px;
    }

.shopping-cart .table {
    margin: 20px 0px 30px 0px;
    border: 1px solid #ddd;
    min-width: 840px;
}

    .shopping-cart .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        font-weight: normal;
        vertical-align: bottom;
        font-size: 18px;
    }

    .shopping-cart .table .text {
        padding: 6px 12px;
        height: 34px;
        border: 1px solid #ccc;
        background-color: #dcdcdc;
    }

    .shopping-cart .table tbody tr td {
        vertical-align: middle;
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    .shopping-cart .table tbody tr.cart_sec td {
        padding: 20px 8px;
    }

    .shopping-cart .table tbody tr td figure a img {
        border: 1px solid #ccc;
        padding: 3px;
        max-width: 120px;
    }

a.delete_item {
    color: #920004;
    font-size: 18px;
}

    a.delete_item:hover {
        color: #920004;
    }

.table .qty_arw a {
    line-height: 14px;
}

.table .qty_arw {
    height: 30px;
}

.table span.qty .form-control {
    height: 32px;
}

.cart_sec h4 {
    font-size: 28px;
    color: #838383;
}
/*.shopping-cart .table tbody tr.proceed_btn{background-color:#fff;}*/
.shopping-cart .table tbody tr.proceed_btn td {
    padding: 25px 8px;
}

.shopping-cart .table tbody tr.proceed_btn .btn.btn-default {
    padding: 10px 20px;
    text-transform: uppercase;
}

.total_amt {
    font-size: 28px;
    display: block;
    color: #434343;
}

a.pro_name {
    text-decoration: none;
    color: #838383;
    font-size: 18px;
    line-height: 20px;
}


.table.table-striped img {
    width: 77px;
}

.shopping-cart {
    margin-left: 13px;
}


.loading {
    background: #383838 none repeat scroll 0 0 !Important;
}

#Description {
    font-size: 14px !important;
}



a.publisereditactive {
    background-color: #841013 !important;
    border: 0px;
    color: #FFF !important;
}

.ProductFilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .ProductFilter ul li {
        font-size: 13px;
    }

    .ProductFilter ul li {
        display: inline-block;
        margin: 5px 3px 0 0;
        padding: 0;
        font-size: 14px;
        text-align: center;
        border: 1px solid #350608;
        background-color: #350608;
        text-transform: uppercase;
        min-width: 25px;
    }



.ValidationBox {
    width: 25%;
    margin: 20% auto 0px;
    padding: 10px;
    background: #000;
    border: 1px solid #FFF;
}

.BigImagePreviewBox {
    width: 17%;
    margin: 3% auto 0px;
    padding: 0px;
    background: #000;
    border: 1px solid #FFF;
    cursor: pointer;
    /*height:55%;*/
}


.onMainPageloginbx {
    width: 70%;
    margin: 100px auto 40px auto;
    font-family: 'latolight';
    color: #FFF;
    text-align: right;
}

    .onMainPageloginbx a {
        text-align: center;
    }




.MainPageloginbut {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 15px 10px;
    margin-top: 10px;
    background-color: rgba(45, 41, 42, 0.1);
}

    .MainPageloginbut:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .MainPageloginbut:hover, .MainPageloginbut:focus, .MainPageloginbut:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
        color: #fff;
        text-decoration: none;
        background-color: #841013;
    }

        .MainPageloginbut:hover:before, .MainPageloginbut:focus:before, .MainPageloginbut:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }



#PreferenceFrm .lstbox h2 {
    margin-left: 9px;
    margin-top: 0px;
    font-size: 26px;
}



.StoreDelete {
    float: right;
    border: 1px solid #FFF;
    padding: 2px;
}

#Profileform .field-validation-error {
    color: white;
    margin-top: 5px;
}


#review_tab_contentId {
    border: 1px solid white;
    text-align: center;
    padding-left: 18px;
    margin-top: 41px;
}

.qty_sec {
    /*background-color: #f3f3f3;*/
    padding: 30px 10px;
    background: #5a1313;
    border: 1px solid white;
}

.Storediv {
    margin-top: 12px;
    background-color: #88040c;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: capitalize;
}
/*#pro_content_div_id li a {
display:block !important;
}*/


.resisteration {
    border-left: 1px solid #ccc;
    position: relative;
}


.circle {
    display: block;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    color: #93040d;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -16px;
}

.NoRecordULLI li {
    float: left;
    background: #4b0307;
    width: 103%;
    text-align: left;
    padding: 8px;
    margin-left: -38px;
    color: #FFF;
    border-bottom: 2px solid #95050e;
}



.loginbx_New {
    margin: 0 auto 40px auto;
    padding: 20px;
    font-family: 'latolight';
    color: #fff;
    background: #000;
    border: 2px solid;
}




@media (min-width:720px) {
    .userdrop .btn {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid #7e7e7e;
        border-radius: 16px !important;
        color: #fff;
        float: right;
        overflow: hidden;
        padding: 6px 2px;
        width: auto;
    }

    .dropdown-menu {
        margin: 33px 0 0 !important;
    }
}




.lstflt_New {
    border: 1px solid #9f4043;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    color: #FFF;
    font-family: 'latoregular';
    margin-bottom: 15px;
    width: 98.6%;
    margin-left: 0.5%;
}

    .lstflt_New span {
        margin-right: 6px;
    }

    .lstflt_New .bord {
        border: 1px solid #FFF;
        padding: 4px;
    }

    .lstflt_New select {
        border: 1px solid #333;
        background-color: rgba(0,0,0,0.5);
        padding: 4px;
        width: 48%;
    }

#fbbtn {
    background-image: url(../img/FbLogin.png);
    border-style: none;
    width: 287px;
    height: 51px;
    background-size: 100%;
    margin-left: 13px;
}

.playdelete {
    background: #000;
    margin-top: -5px;
    padding: 5px;
    margin-right: -6px;
    float: right;
    cursor:pointer;
}

#alllist .col-sm-2 {
    margin-top: 5px;
}

.Pro_lis {
    font-size: 18px;
    color: white !important;
    padding: 0px 0px 15px;
    margin: 10px 0px 15px;
    border-bottom: medium none !important;
    /*word-break:break-all;*/
    word-wrap: break-word;
}

#DeleteStore {
    float: right;
    border: 1px solid #FFF;
    padding: 5px;
}

.hrclass {
    margin-top: 4px;
    border: 0;
    border-top: 1px solid #eee;
}

.storeulli {
    list-style: none;
    margin-top: 15px;
    text-align: left;
    padding-left: 14px;
}

.SendMailbtn {
    float: left;
    border: 1px solid #FFF;
    padding: 5px;
    width: 30%;
    text-align: center;
}

.up_downd_img {
    height: 15px;
    width: 15px;
    margin-left: 2px;
    cursor: pointer;
}

.storyIcon {
    width: 34px;
    height: 31px;
}

.issue_titlebtn {
    background-color: #383838;
    border: 1px solid white;
    height: 30px;
    font-size: 15px;
    margin-left: 15px;
    font-family: latolight !important;
}

.storycontent {
    color: white;
    font-size: 15px;
    margin-left: 17px;
    font-family: latolight !important;
}



.add_rw {
    background-color: rgba(72, 4, 5, 0.8);
    border-top: 1px solid #8b282c;
    border-bottom: 1px solid #622728;
}

    .add_rw h3 {
        font-size: 23px;
        color: #fff;
        font-family: latolight;
        display: inline-block;
        margin: 0px;
        text-align: center;
        width: 64%;
        line-height: 25px;
        padding: 15px;
        font-weight: normal;
    }

    .add_rw figure {
        display: inline-block;
        float: right;
    }

    .add_rw h3 span {
        font-size: 16px;
        display: block;
    }

    .add_rw .pd_box {
        padding: 18px 15px 18px 0px;
    }

.right_part h3 {
    font-size: 22px;
    color: #FFF;
    display: block;
    font-family: latolight;
    margin: 2px 0px 0px -30px;
    padding: 0px 0px 10px 0px;
}

.right_part span {
    font-size: 17px;
    color: #FFF;
    display: block;
    font-family: latolight;
    margin: 0px 0px 12px;
    line-height: 20px;
    text-align: justify;
}

.NewVideo .video {
    position: absolute;
    top: 25px;
    left: 73px;
    right: 0px;
    width: 100%;
}

.h3_header {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 10px 0px;
    font-weight: normal;
    font-family: latolight !important;
}

.accordian_label {
    background: #383838 none repeat scroll 0 0 !Important;
    color: #FFF !important;
    text-decoration: none;
    width: 21px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.panel-heading {
    color: white;
}

.colm9 {
    margin-top: 2%;
    width: 9%;
    float: left;
}

.colm16 {
    margin-top: 2%;
    width: 19%;
    float: left;
}

.colm12 {
    margin-top: 2%;
    width: 11%;
    float: left;
}

.colm13 {
    margin-top: 2%;
    width: 15%;
    float: left;
}

.col16 {
    width: 14%;
    float: left;
}

.fbgooglebtn {
    width: 100%;
    margin-left: 12px;
    cursor: pointer;
}



@media (min-width:320px) and (max-width:750px) {
    .colm9, .colm16, .colm12, .colm13, .col16 {
        width: 100% !important;
    }

    .loginbut {
        width: 100% !important;
        text-align: center;
    }

    .fbgooglebtn {
        height: 40px;
    }

    .add_rw h3 {
        width: 100% !important;
        margin-left: 1% !important;
    }

    .video {
        top: 89% !important;
        left: 30% !important;
    }

    .NewVideo .video img {
        width: 25% !important;
    }

    .publcerbx #Items button {
        width: 100% !important;
    }

    .supportdiv {
        float: left !important;
        width: 100% !important;
    }

    .qq-upload-button {
        left: -59px !important;
    }

    .col-sm-12 .loginbut {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #imageSlider {
        height: 746px !important;
        margin-left: 0% !important;
        overflow: hidden;
    }

    .navPrev1 {
        left: 81px !important;
    }

    .navNext1 {
        left: 81px !important;
        /*top: 382px !important;*/
    }

    #ZOOMimage {
        margin-top: 2% !important;
    }

    .qty_sec .Addtocart {
        padding: 14px 13px !important;
    }

    .lightbox div button {
        margin-left: -33px !important;
        min-height: 35px !important;
        text-align: center !important;
        width: 160PX !important;
        margin-bottom: 10px !important;
    }

    #RunIssue {
        margin-bottom: -14px !important;
        width: 125px !important;
        padding: 0 !important;
    }

    .ValidationBox {
        width: 80% !important;
    }

    .divcontactusimage {
        margin-top: 3% !important;
    }
}



/***Advance Fillter csss 26 may 2017 ***************************/

@media (min-width: 1025px) {

    .js .search-facet-panel__body {
        left: 165px;
    }
}

@media (min-width: 980px) and (max-width: 1920px) {
    .all_categoryfilter {
        height: 50px !important;
        font-size: 13px !important;
    }
}



@media (min-width: 1290px) and (max-width: 1920px) {
    .advancefilltermenu li {
        margin-right: 35px !important;
        padding: 0px !important;
    }

        .advancefilltermenu li a {
            color: #fff !important;
        }
}


@media (min-width: 1280px) and (max-width: 1280px) {
    .advancefilltermenu li {
        margin-right: 35px !important;
        padding: 0px !important;
    }

        .advancefilltermenu li a {
            color: #000 !important;
            padding: 9px 12px !important;
        }
}

@media (min-width: 980px) and (max-width: 980px) {
    .advancefilltermenu li {
        margin-right: 8px !important;
        padding: 0px !important;
    }

        .advancefilltermenu li a {
            color: #000 !important;
            padding: 9px 12px !important;
        }
}

@media (min-width: 768px) and (max-width: 800px) {
    .advancefilltermenu li {
        margin-right: 8px !important;
        padding: 0px !important;
        width: 14% !important;
    }

        .advancefilltermenu li a {
            color: #000 !important;
            padding: 9px 12px !important;
            font-size: 13px !important;
        }

    .all_categoryfilter {
        height: 55px !important;
        font-size: 9px !important;
    }
}



button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}

.popup_page {
    margin: 0px auto 40px;
    width: 70%;
    padding: 0px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #cccccc;
}

    .popup_page h2 {
        display: block;
        padding: 15px 0px 15px 20px;
        margin: 0px;
        font-size: 20px;
        font-family: 'Lato-Regular';
        background-color: #2c2c2c;
        color: #fff;
        text-transform: uppercase;
    }

    .popup_page .middpart {
        padding: 20px;
        display: block;
    }

        .popup_page .middpart .targetdivcss {
            color: #000;
            text-align: left;
            overflow: scroll;
            height: 400px;
        }

    .popup_page h2 .closespan {
        color: #fff;
        padding: 2px;
        float: right;
        margin-top: -14px;
        cursor: pointer;
        border-color: #920004;
    }

/*.selectedFilterBtn {
    background: #780609!important;
    color: #fff !important;
}*/


.advancefilltermenu {
    float: left;
}


.advancefilltermenu {
    float: left;
}

.FooterTimeIngCSS {
    color: white !important;
}

    .FooterTimeIngCSS ul {
        width: 100% !important;
    }

        .FooterTimeIngCSS ul li {
            padding: 0px !important;
        }





@media (min-width: 320px) and (max-width: 767px) {
    .advancefilltermenu li a {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
    }

    .advancenav .menu-button, .advancefilltermenu {
        width: 80%;
        margin: 0 auto;
    }

    #uladvancetarget li a {
        font-size: 11px !important;
    }

    #uladvancetarget li {
        padding: 0 0px !important;
        width: 100% !important;
    }

    .targetdivcss {
        height: 200px !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
    }

    #targetdivpaging #ulSeach li {
        margin: 0px !important;
    }

    #targetdivpaging {
        height: 66px !important;
        overflow-y: auto !important;
    }
}


@media (min-width: 768px) {


    .targetdivcss {
        height: 350px !important;
    }
}

.buttonadvance {
    background: #920004;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px;
    position: relative;
}

.targetdivcss {
    border-radius: 0px;
    padding: 0;
    border: solid 1px #8c8d8e;
    box-sizing: border-box;
    /*opacity: 0.85;*/
}

.advancefilltermenu li a {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.btn-default1 {
    color: #fff !important;
    background: linear-gradient(to bottom, rgba(251,24,0,1) 0%,rgba(142,13,8,1) 100%);
    border-color: #353535 !important;
}

.leftlink ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
    .flexnav {
        max-height: 1000px;
    }
}

@media (min-width: 1280px) {
    .flexnavcss {
        margin-top: 20px !important;
    }
}

.leftlink ul li {
    list-style: none;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2;
        margin-right: 2px;
    }
}

.flexnav li {
    font-size: 100%;
    position: relative;
    list-style: none;
}

.leftlink ul li a {
    font-size: 16px;
    color: #3e3e3e !important;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #ccc;
    outline: 0 none;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: 12px 19px 12px 20px;
    z-index: 2;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-decoration: none;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #fff;
    padding-right: 25px;
    background: -moz-linear-gradient(top,rgba(251,24,0,1) 0%,rgba(142,13,8,1) 100%);
    background: -o-linear-gradient(top,rgba(251,24,0,1) 0%,rgba(142,13,8,1) 100%);
    background: -ms-linear-gradient(top,rgba(251,24,0,1) 0%,rgba(142,13,8,1) 100%);
    background: linear-gradient(to bottom,#920004 0%,rgba(142,13,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb1800',endColorstr='#8e0d08',GradientType=0);
}

.leftlink ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

flexnav li {
    font-size: 100%;
    position: relative;
    list-style: none;
    font-weight: bold;
}

.flexnav > li > a {
    /*border: solid 1px #000 !important;*/
    padding: 8px 19px 8px 20px;
}

.fillterbtn-default1 {
    color: #fff !important;
    background: linear-gradient(to bottom, rgba(251,24,0,1) 0%,rgba(142,13,8,1) 100%) !important;
    border-color: #353535 !important;
}


.sort_view {
    background-color: #FFF;
    padding: 10px 10px 15px;
    margin-top: 15px;
}

    .sort_view ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
    }

        .sort_view ul li {
            font-size: 13px;
        }

        .sort_view ul li {
            display: inline-block;
            margin: 5px 3px 0px 0px;
            padding: 0;
            font-size: 14px;
            text-align: center;
            border: 1px solid #ccc;
            background-color: #fff;
            text-transform: uppercase;
            min-width: 25px;
        }

            .sort_view ul li a {
                text-decoration: none;
                color: #3e3e3e !important;
                outline: 0 none;
                padding: 5px 8px;
                display: block;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }

.leftlink ul li a {
    font-size: 16px;
    color: #3e3e3e !important;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #ccc;
    outline: 0 none;
}

.rytlink ul {
    margin: 0;
    padding: 0;
}

.leftlink ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.brand_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0;
}

.leftlink ul li {
    list-style: none;
    padding: 0 10px;
}

.brand_list li {
    display: inline-block;
    font-size: 16px;
    width: 24%;
    margin: 8px 5px 8px 0px;
    text-align: center;
    vertical-align: top;
}

.leftlink ul li a {
    font-size: 16px;
    color: #3e3e3e !important;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #ccc;
    outline: 0 none;
}



.brand_list li a {
    text-decoration: none;
    color: #000;
    background-color: #2d2b2b;
    padding: 8px;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

@media (max-width: 1920px) and (min-width: 980px) {
    .all_categoryfilter {
        height: 50px !important;
        font-size: 13px !important;
    }
}

.rytlink .loading {
    width: 115px;
    border-radius: 0;
    height: 38px;
    margin: 50px 0;
    font-size: 16px;
    border: 1px solid #7e1114;
    background: #7e1114 !important;
    color: #fff !important;
}

.popup_page .middpart .row {
    margin-bottom: 15px;
}

.leftlink ul li:hover a {
    /* background-color: #920004; */
    color: #920004;
}
/***End Advance Fillter csss 26 may 2017 ***************************/


.stock_status {
    text-align: left;
    bottom: 0;
    z-index: 999;
    margin-left: -26px;
    margin-top: 13%;
}

    .stock_status img {
        border: none;
        margin-bottom: 0px;
    }

.endissuebox {
    background: transparent none repeat scroll 0% 0%;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 50px;
}

.runissuediv {
    background: rgb(53, 6, 8) none repeat scroll 0% 0%;
    padding: 8px;
    display: none;
    color: white;
}


.listgriddiv {
    text-align: center;
    min-height: 408px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.5);
    margin: 1%;
}

.Addtocartstatus {
    background: #920004 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px 52px;
    margin-right: 9px;
    margin-top: 10px;
    min-height: 35px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

panel__body.is-active {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 1;
}

/*end advance filter*/

/*#ListItems2 {
    display: block;
    margin-top: 29% !important;
    color: #333;
    display: none;
    width: 327px;
    overflow: scroll;
}

    #ListItems2 li a {
        color: #333 !important;
        word-break: break-all;
    }

    #ListItems2 li {
        background-color: #fff;
        border-bottom: 1px solid #dddfe2;
    }*/

#divListItems2, #notificationhtml {
    text-align: center;
    overflow-y: auto;
}

.notificationlist {
    cursor: pointer;
    padding: 5px;
}

._5ugg, ._3z_5 {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #fff;
    padding: 1px 3px;
    position: absolute;
}

._51lp {
    background-clip: padding-box;
    display: inline-block;
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.3;
    min-height: 13px;
}

/*Page Sneak Peek 22 nov 2017*/
.pagesneakpeek {
    background-color: #920004;
    color: #fff;
    padding: 7px 6px 6px 3px;
    font-size: 14px;
    cursor: pointer;
}

#previewimgsliderthumbnail {
    width: 69%;
    background-color: white;
    border: 4px solid gray;
    margin-left: 5%;
    overflow: hidden;
}

    #previewimgsliderthumbnail .previewdivslider img {
        border: 2px solid #000;
        padding: 2px;
        display: block;
    }

.w3-display-bottom {
    position: absolute;
    top: 98%;
    /* right: 0.5%; */
    /* transform: translate(0%,-50%); */
    -ms-transform: translate(0%,-50%);
    left: 33.5%;
    transform: rotate(90deg);
}

.w3-display-top {
    position: absolute;
    top: -3%;
    left: 33.5%;
    transform: rotate(90deg);
}

/**end*/


/*/notification 24 nov 2017 /*/
#facebook ._-kb div {
    font-family: inherit;
}

.openToggler .uiToggleFlyout, .openToggler .uiToggleFlyout .openToggler .uiToggleFlyout {
    display: block;
}

._4xi1 {
    right: 0;
}

.__tw {
    background: #fff;
    border: 1px solid rgb(56, 56, 56);
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    color: #1d2129;
    overflow: visible;
    position: absolute;
    top: 50px;
    width: 368px;
    z-index: 15;
    right: 17%;
}

._4xi2 .beeperNub {
    right: 5px;
}

.__tw .beeperNub {
    background-image: url(../img/navigationbtn.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -371px;
    height: 11px;
    position: absolute;
    top: -11px;
    width: 20px;
    left: 95%;
    z-index: 15;
}

#facebook ._-kb div {
    font-family: inherit;
}

.__tw div.jewelHeader {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: solid 1px #dddfe2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1px 7px 0px;
    position: relative;
    z-index: 100;
}

.uiHeaderTitle {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 6px;
    /*border-bottom: 1px solid #dddfe2;*/
    z-index: 99999;
    background: #383838;
}

.__tw .jewelFooter a {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #dddfe2;
    display: block;
    font-weight: bold;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    z-index: 100;
    color: #333;
}

.unread {
    background-color: #480002 !important;
}

.notificationmsgtop {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #9f4043;
    z-index: 99999;
    padding: 11px;
    cursor: pointer;
    background: #920004;
}

.notificationdiv {
    height: 295px;
    overflow-x: hidden;
}

.closebuttonslidernoti {
    float: right;
    margin-top: 3px;
    color: white;
    font-size: 30px;
    margin-right: 14px;
    cursor: pointer;
}

.dismiss {
    position: absolute;
    background-color: #000;
    padding: 2px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    margin-left: 31%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fdca01;
    position: absolute;
    margin-left: 37px;
}


.notify {
    background-color: #fdca01;
    margin-top: -15px;
    width: 9%;
    text-align: center;
    box-shadow: 0px 0px 4px 2px #dedede;
    color: #000;
    font-weight: bold;
}

.closebtnspan {
    width: 1.5%;
    padding: 0px;
    background-color: #350608;
    border: 1px solid #cccccc;
    float: right;
    /* margin-top: -5px; */
    color: #ff;
    position: absolute;
    border-radius: 50%;
    font-size: 14px;
    margin-top: -1.7%;
    /* float: right; */
    margin-left: 23.58%;
    padding: 3px;
}

.topsearchbox {
    border-bottom: 1px solid #fff;
    margin-left: 25px !important;
    margin-top: 8px;
    width: 96.4%;
}

.lstflt_New1 {
    border: 1px solid #9f4043;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    color: #FFF;
    font-family: 'latoregular';
    margin-bottom: 15px;
    width: 96.5%;
    margin-top: 1%;
    margin-left: 1.6%;
}

@media (min-width: 1800px) and (max-width:2000px) {

    .closebtnspan {
        margin-top: -1.3% !important;
    }

    .topClass {
        margin-top: 1%;
    }

    .userdrop .btn {
        /*width: 66% !important;*/
        margin-right: 16%;
        margin-top: 4%;
    }

    .dismiss {
        margin-left: 36% !important;
    }
}

@media (min-width:770px) and (max-width:1479px) {
    .notifyspan {
        margin-left: 0% !important;
    }

    .topClass a {
        font-size: 14px !important;
    }
}
/*.selectedFilterrow1 {
    padding: 10px;
    margin-left: 2%;
    width: 1% !important;
}

.selectedFilterrow2 {
    padding: 10px;
    margin-left: 2%;
    width: 10% !important;
    text-align: right;
}*/



/*@media (min-width:1366px) and (max-width:1619px) {
    .selectedFilterrow2 {
        margin-left: 0% !important;
        width: 11% !important;
    }
}*/


/*@media (min-width:300px) and (max-width:1479px) {

    .selectedFilterrow0 {
        width: 80% !important;
    }

    .selectedFilterrow1 {
        width: 2% !important;
    }

    .selectedFilterrow2 {
        width: 11% !important;
    }
}*/




@media (min-width:1695px) and (max-width:1800px) {

    .FilterBtn, .selectedFilterBtn {
        width: 23.4% !important;
    }
}

@media (min-width:1412px) and (max-width:1694px) {

    .FilterBtn, .selectedFilterBtn {
        width: 31.4% !important;
    }
}

@media (min-width:1033px) and (max-width:1411px) {

    .FilterBtn, .selectedFilterBtn {
        width: 30.6% !important;
    }
}

@media (min-width:867px) and (max-width:1032px) {

    .FilterBtn, .selectedFilterBtn {
        width: 30% !important;
    }
}


@media (min-width:300px) and (max-width:866px) {

    .FilterBtn, .selectedFilterBtn {
        width: 98% !important;
    }
}
/*/end notification /*/

/*27-6-2018*/
.Pro_lis_myoder {
    font-size: 12px !important;
    color: white !important;
    padding: 0px 0px 15px;
    margin: 10px 0px 15px;
    border-bottom: medium none !important;
    /*word-break:break-all;*/
    word-wrap: break-word;
}


.ui-datepicker-week-end a {
    color: #000 !important;
}

.ui-state-default {
    color: #000 !important;
}

#filterByDueDate::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
}

#filterByDueDate {
    /* Mozilla Firefox 4 to 18 */
    color: white;
}

    #filterByDueDate::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: white;
    }

    #filterByDueDate:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white;
    }

/*16-8-2018*/

.lblproductcart {
    margin-top: 10px;
    color: white;
}


@media (min-width:300px) and (max-width:866px) {
    .mbfilterbtn {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }
}

@media (min-width:300px) and (max-width:1024px) {
    .productback {
        margin-top: 10px;
    }

    .productbacktn {
        padding: 5px 11px;
    }
}



.paymbfilterbtn {
    border: 1px #FFFFFF solid;
    text-align: center;
    padding: 7px;
    width: 49%;
    margin-left: 3%;
    background-color: #3d4bca;
    cursor: pointer;
}

.radiolayway {
    margin-left: 4%;
    margin-top: 3% !important;
}

.spanradiolayway {
    margin-left: 1%;
}

/*3-9-2018 Payment Summary Model*/
.txtpayment {
    height: 37px;
}



.paymodelbody {
    background: #4a4a4a none repeat scroll 0 0;
    /* height: 500px; */
    color: white;
    display: table;
    width: 100%;
}

.payheadr {
    background-color: #1c1c1c;
    color: white;
}

.btnprocesspay, .btnprocesspay:hover {
    color: #fff !important;
    background-color: #841013;
    border-color: #841013;
}

/*6-9-2018 Payment Summary Model*/
.pd45 {
    padding-left: 45px !important;
}

.caretUp {
    transform: rotate(-182deg);
    -webkit-transform: rotate(-182deg);
}

.contactiostoreonOrder {
    margin-left: -29px;
}

@media (min-width:1900px) and (max-width:2000px) {
    .contactiostoreonOrder {
        margin-left: -38px;
    }
}


@media (min-width:900px) and (max-width:1200px) {
    .contactiostoreonOrder {
        margin-left: -25px;
    }
}

@media (min-width:400px) and (max-width:500px) {
    .contactiostoreonOrder {
        margin-left: -37px;
    }
}

.chechpayment {
    width: 50% !important;
    float: left;
}

.checktotal {
    text-align: right;
}

.order_total {
    margin-top: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/*Add publisher slider 17-1-2019*/

.psliderwrap .carousel-wrap {
    margin: auto;
    position: relative;
}

.psliderwrap {
    width: 1000px;
}

.owl-carousel .item {
    text-align: center;
    font-family: latolight;
}

.psliderwrap .owl-prev, .psliderwrap .owl-next {
    font-size: 35px !important;
    background-color: white !important;
}

.psliderwrap .owl-prev {
    float: left !important;
}

.psliderwrap .owl-next {
    float: right !important;
}

.psliderwrap .owl-nav {
    display: block !important;
    position: relative !important;
    top: -116px !important;
    color: black;
}

.psliderwrap .owl-prev:hover, .owl-next:hover {
    background: #383838 !important;
}

.psliderwrap .owl-carousel .item {
    margin: 3px;
    margin-right: 3px;
    background: #920004;
    padding: 3%;
    margin-right: 20px;
    border-radius: 5px;
    border: 2px solid #1a0404;
    box-shadow: 3px 5px 3px 3px rgba(26,4,4,0.52);
    color: black;
    /*width: 245px;
    height: 140px;*/
}

.plogoslider-item {
    width: 245px;
    height: 140px;
}

.selectedSliderImage {
    background: #383838 !important;
    border: 1px solid;
}

.pub-slider-text {
    padding: 0px;
    background-color: black;
    color: white;
    text-align: center;
    height: 41px;
    padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1400px) {

    .pub-slider-text {
        height: 50px !important;
    }

    .plogoslider-item {
        height: 160px !important;
        width: 160px !important;
    }
}

@media (min-width: 300px) and (max-width:992px) {

    .pub-slider-text {
        height: 61px !important;
    }


    .plogoslider-item {
        height: 160px !important;
        width: 160px !important;
    }

    .owl-item {
        width: 250px !important;
    }
}
/*End publisher slider 17-1-2019*/

/*Add  Campaign slider 23-1-2019*/

.csliderwrap .owl-prev, .csliderwrap .owl-next {
    font-size: 16px !important;
    background-color: black !important;
    width: 15px;
    height: 6px;
}

    .csliderwrap .owl-prev > span, .csliderwrap .owl-next > span {
        display: none;
    }

.csliderwrap .owl-carousel .item {
    margin: 3px;
    margin-right: 3px;
    background: #920004;
    padding: 3%;
    margin-right: 20px;
    border-radius: 5px;
    border: 2px solid #1a0404;
    box-shadow: 3px 5px 3px 3px rgba(26,4,4,0.52);
    color: black;
}



.csliderwrap .owl-nav {
    display: block !important;
    position: relative !important;
    color: black;
}

.cslideritem {
    margin-left: 20px !important;
    height: 205px;
    /*overflow: auto;*/
    padding: 0px !important;
}

.cslidercarousel {
    width: 558px !important;
    margin-left: 6px;
}

@media (min-width: 300px) and (max-width:992px) {
    .cslidercarousel {
        width: 228px !important;
        margin-left: 47px;
    }

    .cslideritem {
        width: 180px !important;
        height: 250px !important;
        margin-left: -40px !important;
    }
}

.skipbtnspna {
    color: black;
    cursor: pointer;
    opacity: 1;
    font-size: 15px;
    float: right;
}
/*end Campaign slider 23-1-2019*/
/*Start product list 13-02-2019*/

.proimgdiv {
    height: 264px;
    max-height: 264px;
    background-color: white;
}

.proimgdivchield {
    max-height: 264px;
    margin: 0 auto;
}

.nextimgdiv {
    height: 184px;
    max-height: 184px;
    background-color: white;
}

.nextimgdivchild {
    max-height: 184px;
    margin: 0 auto;
}

@media (min-width: 1900px) and (max-width: 1950px) {
    .proimgdiv {
        height: 362px !important;
        max-height: 362px !important;
    }

    .proimgdivchield {
        max-height: 362px !important;
    }

    .nextimgdiv {
        height: 307px;
        max-height: 307px;
        background-color: white;
    }

    .nextimgdivchild {
        max-height: 307px;
        margin: 0 auto;
    }
}




/*End product list 13-02-2019*/


/* product 24-04-2019*/

.back-none {
    background: none !important;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5) !important;
    border: none !important;
}


/* end product 24-04-2019*/


/*Add profile 13-05-2019*/

@media (min-width:1500px) {
    .resprofil {
        width: 80%;
        margin-left: 20%;
    }
}

@media (min-width:700px) and (max-width:900px) {
    .resprofile100 {
        width: 100% !important;
    }
}

@media (min-width:300px) and (max-width:1024px) {
    .resprofile_100 {
        width: 100% !important;
    }
}

@media (min-width:1280px) and (max-width:1280px) {
    .Addtocart {
        padding: 10px 35px;
    }
}


/*End profile 13-05-2019*/

/*start  profile 17-07-2019*/
@media (min-width:320px) and (max-width:770px) {
    .selectedFilterrow0 {
        margin-bottom: 4%;
    }
}

@media (min-width:700px) and (max-width:866px) {
    .divplaylist {
        width: 25% !important;
    }
}
/*End profile 13-05-2019*/


/*Add recommendedItems listing 13-08-2019*/
.recommendedItems {
    width: 10% !important;
}

@media (min-width:320px) and (max-width:500px) {
    .recommendedItems {
        width: 100% !important;
    }
}

@media (min-width:500px) and (max-width:1500px) {
    .recommendedItems {
        width: 20% !important;
    }
}
/*End recommendedItems listing 13-08-2019*/


#RewardsRow {
    width: 100%;
    float: left;
    background-color: #490002;
    padding: 2px;
}

/*.sliderRequestequalcontinertext {

  text-align:left;
}*/
.sliderImagesItem img {
    max-height: 175px !important;
}

.SelectAllbtn {
  margin-bottom:0.5%;
}
