/*custom*/
header {
    background-color: #0079a7;
}

.links ul {
    margin: 0;
    padding: 0;
    float: right;
}

    .links ul li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #636363;
        line-height: 2;
    }

        .links ul li:last-child {
            border-right: none;
        }

        .links ul li figure a {
            padding-right: 12px;
            text-decoration: none;
            font-size: 14px;
            color: #fff;
            padding-left: 5px;
        }

        .links ul li:last-child figure a {
            padding-right: 0;
        }

        .links ul li figure a i {
            margin-right: 5px;
        }

        .links ul li figure a:hover {
            color: #fff;
        }

        .links ul li figure a img {
            padding-right: 7px;
            padding-left: 7px;
            margin-top: -6px;
        }

.head .banner figure.data-img-bg {
    position: relative;
    max-width: 100%;
    height: 625px;
    background-position: top center !important;
    padding-top: 7px;
}

.head .banner .banrimg {
    left: 0;
    position: absolute;
    /*top: 10px;*/
    width: 100%;
}

banrimg figure {
    margin-top: -12px;
    position: relative;
    z-index: 1;
}

.head .banner .btn {
    float: right;
    margin-left: 8px;
    margin-right: 0;
    margin-top: 7px;
}

    .head .banner .btn ul {
        margin: 0;
        padding: 0;
    }

        .head .banner .btn ul li {
            list-style: none;
        }

            .head .banner .btn ul li .btn-default {
                font-size: 16px;
                color: #fff;
                background-color: #f71701;
            }

.head .banner .text {
    margin-top: 5%;
    text-align: center;
}

    .head .banner .text h2 {
        font-family: 'proxima_novaextrabold';
        font-size: 40px;
        color: #fff;
        margin-bottom: 0px;
    }

    .head .banner .text p {
        font-family: 'proxima_novaextrabold';
        font-size: 25px;
        color: #fff;
    }

.banrimg figure {
    position: relative;
    z-index: 1;
}

.gradient1 {
    position: relative;
}

    .gradient1:after {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        right: 0;
        content: '';
        height: 0%;
        background: -moz-linear-gradient(top, rgba(158,0,4,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,0,4,1)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(158,0,4,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(158,0,4,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(158,0,4,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(158,0,4,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0004', endColorstr='#00ffffff',GradientType=0 );
    }

.middle {
    padding-bottom: 20px;
}

.txt {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .txt h2 {
        font-family: 'proxima_novaextrabold';
        font-size: 24px;
        color: #585858;
        margin: 33px 0 43px;
        position: relative;
    }

        .txt h2:after {
            background-color: #000;
            content: "";
            height: 2px;
            left: 43%;
            margin-left: 3px;
            position: absolute;
            top: 45px;
            width: 14%;
            z-index: 0;
        }

    .txt p {
        font-size: 16px;
        color: #838383;
        margin-bottom: 34px;
    }

.leftlink ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

    .leftlink ul li {
        list-style: none;
        padding: 0 10px;
    }

        .leftlink ul li:hover a { /*background-color:#0079a7;*/
            color: #0079a7;
        }

        .leftlink ul li a {
            font-size: 16px;
            color: #3e3e3e;
            text-decoration: none;
            position: relative;
            display: block;
            padding: 9px 15px;
            border-bottom: 1px solid #ccc;
            outline: 0 none;
        }

        .leftlink ul li:last-child a {
            border-bottom: none;
        }

.leftlink {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fbfbfb;
}

    .leftlink h3 {
        margin: 0px;
        font-size: 18px;
        background-color: #0079a7;
        color: #fff;
        padding: 10px 25px;
        text-transform: capitalize;
    }

.rytlink h2 {
    font-family: 'proxima_novalight';
    font-size: 24px;
    color: #000;
    margin: 30px 0px 20px;
}

    .rytlink h2 span {
        font-family: 'proxima_novaextrabold';
        font-size: 24px;
        color: #000;
    }

.rytlink ul {
    margin: 0;
    padding: 0;
}

.image ul li {
    border-bottom: medium none;
    display: inline-block;
    margin: 0px 8px 20px 0px;
    width: 23.5%;
    vertical-align: top;
    border: 2px solid #ebebeb;
    padding: 3px 3px 7px 3px;
    -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;
}

    .image ul li:hover {
        -webkit-box-shadow: 0 0 3px 0 #0079a7;
        box-shadow: 0 0 3px 0 #0079a7;
    }

    .image ul li .txtt {
        text-align: center;
    }

        .image ul li .txtt h2 {
            font-size: 16px;
            color: #5d5d5d;
        }

            .image ul li .txtt h2 a {
                color: #5d5d5d;
                text-decoration: none;
            }

                .image ul li .txtt h2 a:hover {
                    color: #0079a7;
                    text-decoration: none;
                }

            .image ul li .txtt h2 span {
                font-family: 'proxima_novaextrabold';
                font-size: 20px;
                color: #6b0002;
            }

.rytlink .image img {
    margin-left: 0px;
    width: 100%;
}

.rytlink .loading {
    width: 115px;
    border-radius: 0;
    height: 38px;
    margin: 50px 0;
    font-size: 16px;
    color: #3e3e3e;
    border: 1px solid #ccc;
}

    .rytlink .loading img {
        margin-right: 7px;
    }

footer {
    background-color: #636363;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

    footer .container {
        position: relative;
    }

    footer .text {
        border-bottom: 1px solid rgba(255,255,255,0.22);
        margin-bottom: 80px;
    }

    footer h2 {
        font-size: 18px;
        color: #fff;
        margin: 30px 0px 0px 0px;
    }

    footer .text h3 {
        font-size: 16px;
        color: #fff;
        margin: 25px 0px 15px;
    }

    footer ul {
        padding: 0px;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 49.5%;
    }

    footer .text ul li {
        list-style: none;
        font-size: 14px;
        color: #fff;
    }

        footer .text ul li figure a {
            font-size: 14px;
            color: #fff;
            text-decoration: none;
        }

    footer .text img {
        padding: 7px;
    }

    footer .copy {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 100px;
    }

        footer .copy p {
            margin: 0px;
            text-align: center;
        }

    footer .rtxt {
        position: relative;
    }

        footer .rtxt h3 {
            font-size: 16px;
            color: #fff;
        }

        footer .rtxt p {
            font-size: 14px;
            color: #fff;
        }

        footer .rtxt .box {
            position: relative;
           
            width: 100%;
            padding: 10px;
            border-top: 1px solid rgba(255,255,255,.22);
        }

            footer .rtxt .box h2 {
                font-size: 16px;
                color: #fff;
                margin: 0px 0px 7px 0px;
            }

            footer .rtxt .box p {
                font-size: 14px;
                color: #fff;
                margin: 0px;
            }

    footer ul li {
        padding: 10px 0px 10px 40px;
        margin: 0px;
        display: block;
        position: relative;
        font-size: 14px;
    }

    footer li figure {
        position: absolute;
        top: 4px;
        left: 0px;
    }

.address li figure {
    font-size: 40px;
    line-height: 40px;
}

.mail li figure {
    font-size: 24px;
}

footer ul li a {
    color: #fff;
}

footer ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.map {
    padding-top: 12px;
}

.fryt {
    padding-bottom: 25px;
    position: relative;
}

    .fryt:after {
        position: absolute;
        content: '';
        left: -5px;
        top: 0px;
        height: 100%;
        width: 1px;
        border-left: 1px solid rgba(255,255,255,0.22);
    }

.map_box {
    background-color: #fff;
    display: block;
    padding: 4px 4px 0;
}

.inner_banner {
    padding-top: 15px;
}

    .inner_banner nav {
        margin-top: 20px;
    }

.list_section {
    margin-top: 15px;
}

.sort_view {
    background-color: #F4F4F4;
    padding: 10px 10px 15px;
    margin-top: 15px;
}

    .sort_view ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
    }

        .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;
                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;
            }

            .sort_view ul li.active a {
                background-color: #0079a7;
                color: #fff;
            }

            .sort_view ul li:hover a {
                background-color: #0079a7;
                color: #fff;
            }

.product_view {
    padding-top: 20px;
}

.pro_img figure {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 3px;
    width: 88%;
}


.figureCss {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 3px;
   width: 88%;
}

.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: #0079a7;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.price del {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #3e3e3e;
    font-size: 22px;
}

.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: #0079a7;
        }

.review_tab {
    padding-top: 40px;
}

.review_tab_content {
    border: 1px solid #ccc;
    padding: 10px;
}

    .review_tab_content h3 {
        font-size: 24px;
        margin: 0px 0px 10px 0px;
        padding: 0;
    }

    .review_tab_content .table > tbody > tr > td, .review_tab_content .table > thead > tr > td {
        border-top: none;
        vertical-align: middle;
    }

.styled-selectors {
    position: relative;
}

input[type=checkbox]:not(old), input[type=radio]:not(old):not(.style_none_checkbox) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    left: -1px;
    cursor: pointer;
}

    input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
        display: inline-block;
        margin-right: 6px;
        margin-left: 0;
        padding-left: 28px;
        line-height: 28px;
        cursor: pointer;
    }

input[type="checkbox"]:not(old) + label {
    background: url(../images/uncheck.png) no-repeat;
    background-position: 0px 3px;
}

input[type="checkbox"]:checked + label {
    background: url(../images/check.png) no-repeat;
    background-position: 0px 3px;
}
/*input[type="radio"]:not(old) + label{background:url(../images/radio-uncheck.png) no-repeat; background-position:0px 5px;}
input[type="radio"]:checked + label{background:url(../images/radio-checked.png) no-repeat; background-position:0px 5px;}*/

.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: #0079a7;
        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;
}

a.addcart {
    /*background-color: #585858;*/
    padding: 9px 10px;
    min-width: 130px;
    text-align: center;
    display: block;
}

a.buynow {
    /*background-color: #0079a7;*/
    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 #0079a7;
    position: relative;
}

    .success-msg:after {
        border-bottom: 9px solid transparent;
        border-top: 9px solid transparent;
        border-left: 9px solid #0079a7;
        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: #0079a7;
    font-size: 18px;
}

    a.delete_item:hover {
        color: #0079a7;
    }

.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;
}

.accordion_box .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 3px solid #0079a7;
}

.accordion_box .panel-heading a {
    color: #333;
    display: block;
    font-size: 18px;
    text-decoration: none;
    background-image: url(../images/minus_icon.png);
    background-repeat: no-repeat;
    background-position: 100% 5px;
    outline: 0 none;
}

    .accordion_box .panel-heading a.collapsed {
        background-image: url(../images/plus_icon.png);
        background-repeat: no-repeat;
        background-position: 100% 5px;
    }

.accordion_box .col-sm-6 > label {
    text-transform: capitalize;
}

.accordion_box label {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

    .accordion_box label em {
        font-size: 14px;
        display: inline-block;
        color: red;
        font-family: Arial;
    }

.accordion_box .form-control {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
}

.accordion_box .btn.btn-default {
    font-size: 14px;
    padding: 6px 20px;
    text-transform: uppercase;
}

.right_pannel h3 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.right_pannel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .right_pannel ul li {
        display: block;
        margin: 0px 0px 10px 0px;
    }

.progess_box {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
}

    .progess_box a {
        text-decoration: none;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #ccc;
        color: #0079a7;
    }

        .progess_box a:hover {
            color: #0079a7;
        }

.complete {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px;
}

    .complete p {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }

.fixrate {
    display: block;
    padding: 0px 0px 5px 15px;
    font-weight: bold;
}

.gift_message {
    padding-bottom: 15px;
}

    .gift_message h3 {
        font-size: 22px;
        margin: 15px 0px;
    }

.entire_order textarea.form-control {
    resize: none;
    height: 80px;
}

.entire_order p {
    font-size: 14px;
    padding: 0px;
    margin: 10px 0px 15px 0px;
}

.ind_item figure img {
    max-width: 100%;
}

.bill_info h3 {
    margin: 10px 0px;
    font-size: 22px;
}

.bill_info p.description {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.mt10 {
    margin-top: 10px;
}

a.forget {
    color: #920024;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.accordion_box .panel-body > h4.card {
    margin-bottom: 10px;
}

.pay_card {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pay_card li {
        display: inline-block;
        margin: 5px 10px;
        padding: 0;
    }

        .pay_card li a {
            display: block;
        }

.bill_info .table {
    border: 1px solid #ddd;
    margin: 20px 0 30px;
    min-width: 800px;
}

    .bill_info .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        font-weight: normal;
        vertical-align: bottom;
        text-transform: uppercase;
        background-color: #ececec;
    }

    .bill_info .table tr td {
        color: #535353;
        padding: 12px 8px;
    }

    .bill_info .table > tfoot {
        border-top: 1px solid #ddd;
        background-color: #f9f9f9;
    }

        .bill_info .table > tfoot > tr > td {
            border-top: none;
        }

            .bill_info .table > tfoot > tr > td strong {
                font-size: 18px;
            }

            .bill_info .table > tfoot > tr > td:first-child {
                text-align: right;
                padding-right: 30px;
            }

.f_item {
    font-size: 14px;
    margin: 15px 0 0;
    text-align: right;
}

    .f_item a {
        color: #0079a7;
    }

        .f_item a:hover {
            color: #0079a7;
        }

.ind_item figure {
    border: 1px solid #ccc;
    display: block;
    padding: 1px;
    overflow: hidden;
    height: 125px;
    line-height: 120px;
    width: 110px;
    max-width: 100%;
}

.create_account {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 750px;
}

    .create_account h2 {
        font-size: 30px;
        margin: 20px 0px 10px 20px;
    }

    .create_account .graybg {
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 30px 20px;
    }

    .create_account .form-control {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .create_account label {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

        .create_account label em {
            color: red;
            display: inline-block;
            font-size: 14px;
            font-family: Arial;
        }

    .create_account .btn.btn-default {
        text-transform: uppercase;
        padding: 8px 25px;
    }

    .create_account.login {
        width: 900px;
        max-width: 100%;
    }

        .create_account.login h2 {
            margin-bottom: 20px;
        }

.resisteration {
    border-right: 1px solid #ccc;
    position: relative;
}

.login .resisteration .graybg {
    margin: 0px 20px 0px 0px;
}

.login .graybg {
    margin: 0px 0px 0px 20px;
    min-height: 290px;
}

.circle {
    display: block;
    height: 32px;
    width: 32px;
    background-color: #0079a7;
    border-radius: 50%;
    font-size: 14px;
    padding: 7px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -16px;
}

.resisteration h3 {
    font-size: 22px;
    margin: 10px 0px 0px;
}

.resisteration p {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.resisteration ul {
    display: block;
    margin: 0px 0px 54px 0px;
    padding: 0px 0px 0px 15px;
}

    .resisteration ul li {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
    }

.graybg .form-group {
    margin: 0;
}

a.forget_pass {
    color: #0079a7;
}

    a.forget_pass:hover {
        color: #0079a7;
    }


.brand_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0;
}

    .brand_list li {
        display: inline-block;
        font-size: 16px;
        width: 24%;
        margin: 8px 10px 8px 0px;
        text-align: center;
        vertical-align: top;
    }

        .brand_list li:nth-child(4n) {
            margin-right: 0;
        }

        .brand_list li a {
            text-decoration: none;
            color: #3e3e3e;
            background-color: #fbfbfb;
            padding: 8px;
            border: 1px solid #ddd;
            display: block;
        }

        .brand_list li:hover a {
            color: #0079a7;
            background-color: #F4F4F4;
        }



/*27-10-2015*/
/*Check Out  Page Shipping Address*/
.brand_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0;
}

    .brand_list li {
        display: inline-block;
        font-size: 16px;
        width: 24%;
        margin: 8px 10px 8px 0px;
        text-align: center;
        vertical-align: top;
    }

        .brand_list li:nth-child(4n) {
            margin-right: 0;
        }

        .brand_list li a {
            text-decoration: none;
            color: #3e3e3e;
            background-color: #fbfbfb;
            padding: 8px;
            border: 1px solid #ddd;
            display: block;
        }

        .brand_list li:hover a {
            color: #0079a7;
            background-color: #F4F4F4;
        }

.delivery_address {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
}

.shipping_box, .pay_summary {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
}

.shipping_box {
    margin-bottom: 5px;
}

a.add_arw {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #0079a7;
    text-align: center;
    line-height: 28px;
}

.shipping_add {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #0079a7;
}

.shipping_add_new {
    border-bottom: none;
    margin: 15px 0px 0px;
}

.shipping_add p {
    max-width: 90%;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.checkout_box h4 {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    text-transform: capitalize;
}

.delivery_address .form-group {
    margin-bottom: 20px;
}

    .delivery_address .form-group:last-child {
        margin-bottom: 0;
    }

.delivery_address .form-control {
    text-transform: capitalize;
}

.delivery_address .btn-default {
    text-transform: uppercase;
    padding: 6px 30px;
}

.pay_summary .btn-default {
    text-transform: uppercase;
    padding: 6px 10px;
    width: 250px;
    text-align: center;
    max-width: 100%;
    display: block;
}

.pay_summary table {
    width: 100%;
    margin-bottom: 20px;
}

    .pay_summary table tr td {
        padding: 5px;
        text-transform: capitalize;
        font-size: 14px;
    }

.order_total {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.pay_summary table tr.order_total td {
    padding: 8px 5px;
    font-size: 16px;
}

.new_add a {
    color: #0079a7;
}

    .new_add a:hover {
        color: #0079a7;
    }



a {
    cursor: pointer;
}

.shipping_add .styled-selectors {
    display: block;
}

#targetDiv input {
    opacity: 1;
    top: -15px;
    left: inherit;
    right: 0;
}

.delivery_address .form-group .field-validation-error {
    margin-top: 0;
}
/*custom*/

#targetDiv input {
    opacity: 1;
    top: 5px;
}

.pay_summary input {
    opacity: 1 !important;
}

.new_add.a {
    color: #0079a7;
}

/*custom*/

.myorder figure {
    display: inline-block;
    margin-right: 10px;
}

.order-status {
    font-size: 16px;
    text-transform: capitalize;
}

.order_detail {
    font-size: 16px;
}

    .order_detail small {
        display: block;
        font-size: 14px;
        color: #838383;
    }

.info_page {
    border: 1px solid #ccc;
    padding: 15px;
}

    .info_page .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .info_page .nav-tabs > li {
            text-transform: capitalize;
            font-size: 18px;
        }

            .info_page .nav-tabs > li a {
                color: #333;
                border-bottom: 3px solid transparent;
            }

            .info_page .nav-tabs > li.active > a, .info_page .nav-tabs > li.active > a:hover, .info_page .nav-tabs > li.active > a:focus {
                border: none;
                border-bottom: 3px solid #0079a7;
                color: #0079a7;
            }

.tab_content {
    padding: 20px 0px 10px;
}

.chnge_passs {
    width: 350px;
    max-width: 100%;
}

.tab_content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px 0px 30px 0px;
}

.chnge_passs .form-control {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tab_content .btn.btn-default {
    font-size: 14px;
    text-transform: uppercase;
    width: 130px;
}

.personal_info {
    position: relative;
}

    .personal_info .remove_add {
        position: absolute;
        top: 0px;
        right: 0px;
    }

.remove_add > img {
    max-width: 25px;
}

.personal_info label {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}

.personal_info .form-control {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.gender {
    margin: 30px 0px 20px 0px;
}

.update_issue {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .update_issue li {
        display: inline-block;
        width: 280px;
        margin: 0px 5px 20px 0px;
        vertical-align: top;
        position: relative;
        max-width: 100%;
    }

        .update_issue li:last-child {
            margin-right: 0px;
        }

.old_address, .new_address {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 140px;
}

    .old_address strong {
        display: block;
        text-transform: capitalize;
    }

    .old_address p {
        margin: 0;
    }

    .new_address figure {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -28px 0px 0px -60px;
        text-align: center;
    }

        .new_address figure a {
            display: block;
            margin: 0 auto;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            border: 1px solid #ccc;
            line-height: 30px;
            font-size: 24px;
            color: #ccc;
            font-weight: bold;
        }

        .new_address figure span {
            display: block;
            text-transform: capitalize;
            margin-top: 5px;
        }

.order_section {
    border: 1px solid #ccc;
    padding: 10px;
    color: #838383;
}

.order_box {
    padding-bottom: 20px;
    border-bottom: 1px dotted #0079a7;
    margin-bottom: 25px;
}

    .order_box:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

.order_img {
    border: 1px solid #ccc;
    padding: 2px;
    max-width: 150px;
}

    .order_img img {
        max-width: 100%;
    }

.order_summary h5 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}

.order_summary > span {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    text-transform: capitalize;
    font-size: 16px;
}

.seller_rate {
    font-weight: bold;
    color: #0079a7;
}

.promo_code {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    color: #0079a7;
}

    .promo_code strong {
        display: inline-block;
        padding: 0px 5px;
    }

.shipping_fee span {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
}

    .shipping_fee span b {
        display: inline-block;
    }

.shipping_fee strong {
    display: block;
}

.order_status {
    text-align: right;
    text-transform: capitalize;
    font-size: 16px;
}

    .order_status span {
        display: block;
        font-weight: bold;
        color: #0079a7;
    }

.order_progress {
    list-style: none;
    padding: 0px;
    margin: 15px auto;
    width: 600px;
    max-width: 100%;
    text-align: center;
}

    .order_progress li {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        position: relative;
    }

        .order_progress li:after {
            position: absolute;
            top: 15px;
            left: 50%;
            content: "";
            background-color: #0079a7;
            height: 1px;
            width: 100%;
        }

        .order_progress li a {
            display: block;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            margin: auto;
            border: 1px solid #0079a7;
            line-height: 30px;
            text-align: center;
            position: relative;
            z-index: 1;
            background-color: #fff;
        }

            .order_progress li a.active {
                background: url(../images/right_chk.png) #FFF no-repeat center;
            }

        .order_progress li:last-child:after {
            background-color: inherit;
            position: inherit;
            right: inherit;
        }

        .order_progress li span {
            display: block;
            font-size: 14px;
            line-height: 16px;
            margin: 15px 0px 0px 0px;
        }

            .order_progress li span b {
                display: block;
                font-weight: normal;
                font-size: 12px;
            }

.old_address h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 10px 0px 10px 0px;
}

.payment_summary {
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-top: 15px;
}

    .payment_summary h4 {
        font-size: 18px;
        text-transform: capitalize;
        margin: 0px 0px 10px 0px;
    }

    .payment_summary table {
        width: 100%;
    }

        .payment_summary table tr td {
            padding: 5px 0px;
            vertical-align: bottom;
            text-transform: capitalize;
        }

            .payment_summary table tr td:last-child {
                text-align: right;
            }

.ordrbrdr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.payment_summary table tr.ordrbrdr td {
    padding: 8px 0px;
}

.payment_recived {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

    .payment_recived h3 {
        font-size: 20px;
        margin: 0;
        padding: 10px 0px 0px 0px;
        text-transform: capitalize;
    }

    .payment_recived p {
        text-align: right;
        margin: 0;
    }

        .payment_recived p strong {
            display: inline-block;
        }

        .payment_recived p span {
            display: block;
        }

.order_section .table {
    margin: 0;
}

    .order_section .table > tbody > tr > td {
        border-top: none;
        vertical-align: middle;
        font-size: 16px;
        text-transform: capitalize;
    }

        .order_section .table > tbody > tr > td h5 {
            font-size: 20px;
            margin: 0;
        }

    .order_section .table > tbody > tr {
        border-bottom: 1px dotted #0079a7;
    }

        .order_section .table > tbody > tr:last-child {
            border-bottom: none;
        }

.norecord {
    display: block;
    padding: 15px 0 5px;
    font-size: 20px;
}
/*custom*/

.loader {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

    .loader > figure {
        left: 50%;
        border: 2px solid #0079a7;
        position: fixed;
        top: 50%;
        background-color: #fff;
        border-radius: 50%;
        padding: 10px;
    }

    .loader img {
        border-radius: 50%;
        max-width: 40px;
    }



/*3-nov-2015*/
.user_profileView .profile_open {
    position: relative;
    padding: 5px 0px 5px 0px;
    -ms-transition: all 0.5s ease 0s;
    -moz-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;
}

.user_profileView figure {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 28px;
    width: 28px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

    .user_profileView figure img {
        border-radius: 50%;
        width: 100%;
    }

.user_profileView strong {
    font-weight: normal;
    display: block;
    padding: 0px 0px 0px 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}

.user_profileView a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.profile_open a:hover {
    color: #fff;
}

.user_profileView .dropdown_menus {
    position: absolute;
    top: 38px;
    right: 0;
    width: 200px;
    background-color: #0079a7;
    z-index: 99;
    display: none;
}


.links ul li {
    vertical-align: middle;
}

.user_profileView .dropdown_menus li {
    display: block;
    list-style: none;
    border: none;
}

    .user_profileView .dropdown_menus li a {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 6px 10px;
        display: block;
    }

        .user_profileView .dropdown_menus li a:hover {
            background-color: #636363;
            border-bottom: 1px solid #fff;
            color: #fff;
        }


    .user_profileView .dropdown_menus li:last-child a {
        border-bottom: 0px;
    }

@media (max-width: 767px) {
    .user_profileView {
        width: 100%;
        display: block;
        margin-top: 7px;
        margin-bottom: 7px;
    }

        .user_profileView .profile_open {
            max-width: 160px;
            margin: auto;
        }
}
/*4-11-2015*/
.unactive .form-control {
    border-radius: 36px;
    color: #000;
    font-size: 12px;
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
}

    .unactive .form-control::-moz-placeholder {
        color: #000;
    }

    .unactive .form-control:-ms-input-placeholder {
        color: #000;
    }

    .unactive .form-control::-webkit-input-placeholder {
        color: #000;
    }

.sort_view ul li {
    font-size: 13px;
}

.links ul li:first-child {
    border: none;
}

.empty_cart {
    text-align: center;
}

    .empty_cart figure {
        display: block;
        text-align: center;
        min-height: 130px;
        line-height: 130px;
    }

    .empty_cart .btn.btn-default {
        margin-top: 20px;
        text-transform: uppercase;
    }

    .empty_cart h2 {
        font-size: 34px;
        margin: 0px 0px 10px 0px;
    }

.empty_cart {
    border: 1px solid #ccc;
    margin: 20px auto;
    padding: 20px 0px;
    text-align: center;
    width: 600px;
    max-width: 100%;
}

.login .graybg.payment_msg {
    margin: 0;
}

    .login .graybg.payment_msg h2 {
        margin: 15px 0px;
    }

    .login .graybg.payment_msg figure img {
        max-width: 60px;
    }

.payment_msg {
    text-align: center;
}

    .payment_msg h2 {
        margin: 0;
        font-size: 34px;
    }

    .payment_msg span {
        display: block;
        font-size: 22px;
        padding: 5px 0px;
    }




.SuccessMsg {
    padding: 10px 10px 10px 15px;
    border-left: 6px solid #0079a7;
    position: relative;
    background-color: #8AC38A;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
}

.ErrorMsg {
    padding: 10px 10px 10px 15px;
    border-left: 6px solid #0079a7;
    position: relative;
    background-color: #0079a7;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
}

.scrollToTop {
    position: fixed;
    outline: 0;
    bottom: 3%;
    right: 0px;
    display: none;
    background: url(../../images/top_arw.png) no-repeat;
    width: 53px;
    height: 63px;
    z-index: 161;
}

    .scrollToTop:focus {
        outline: none;
    }

#SpanItemCount {
    background: #f91800 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    height: 16px;
    left: 21px;
    line-height: 12px;
    min-width: 16px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: -8px;
}

.cartholder {
    position: relative;
}



/*//najam /*/
.t .image ul li .txtt h2 a {
    min-height: 45px;
    display: block;
}

.image ul li .txtt h2 span {
    text-align: center;
    margin-top: 12px;
    display: inline-block;
}

.txtt {
    padding: 2px;
    position: relative;
    padding-bottom: 80px;
}

.CheckBoxShow {
    vertical-align: middle;
}

/*create by ravi*/
.in_stock {
    position: relative;
}

.product-list ul li {
    position: relative;
}

.stock_status {
    position: absolute;
    height: 60px;
    text-align: left;
    bottom: 0px;
    left: -15px;
    z-index: 999;
}

.txtt div span {
    display: block;
}

/*a:visited {
    color: white;
}*/


/*Blog css 15 may 2017 */
#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.white-panel img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

    .white-panel h4, p {
        color: #5d5d5d;
    }

    .white-panel a {
        text-decoration: none;
    }

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            color: #5d5d5d;
        }

    .white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/*End Blog css*/


/***slider css Them 25  may 2017 */
.top_slider .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#owl-demo1 img {
    position: relative;
    width: 100%;
    /*height: 350px;*/
    background-position: top center !important;
}

.owl-buttons {
    margin-top: 5px;
}

/*.owl-wrapper-outer {
    border: 0.3px solid black;
}*/

.banner {
    /*background-color: rgba(120, 6, 9, 0.86);*/
    height: 354px;
    /*border-bottom: 2px ridge black;*/
}

@media (min-width: 320px) and (max-width: 340px) {
    .homebanerimage {
        height: 140px !important;
        top: 0px !important;
    }

    .sliderdiv {
        margin-top: 140px !important;
    }

    .flexnavcss {
        margin-top: 0px !important;
    }
}

@media (min-width: 360px) and (max-width: 640px) {
    .head .banner .text {
        margin-top: 0%;
        text-align: center;
    }

    .homebanerimage {
        height: 140px !important;
        top: 0px !important;
    }

    .sliderdiv {
        margin-top: 140px !important;
    }

    .flexnavcss {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .text p {
        font-size: 20px !important;
    }

    .owl-theme .owl-controls {
        margin-top: 2% !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {


    .owl-theme .owl-controls {
        margin-top: 2% !important;
    }

    .head .banner .banrimg figure {
        margin-top: 0;
        margin-bottom: 0px !important;
    }

        .head .banner .banrimg figure img {
            height: 70px;
        }

    .sliderdiv {
        margin-top: 135px !important;
    }

    .homebanerimage {
        height: 135px !important;
    }

    .head .banner .banrimg {
        top: 0px !important;
    }

    .flexnavcss {
        margin-top: 12px !important;
    }
}

@media (min-width: 1280px) {


    .banrimg .container .row {
        margin: 0px auto !important;
    }

    .flexnavcss {
        margin-top: 20px !important;
    }
}

.sliderdiv {
    margin: 0 auto;
    width: 85%;
    margin-top: 85px;
}



.homecontainer {
    margin-top: 18%;
}

@media (min-width: 1920px) {


    .homecontainer {
        margin-top: 24% !important;
    }

    .flexnavcss {
        margin-top: 20px !important;
    }
}



.homebanerimage {
    background-color: #636363;
}


/***End Slider Them Css*/



/*ToolTip css 25 may 2017 **/

.tooltipdiv {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tooltipdiv .tooltiptext {
        visibility: hidden;
        width: 450px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        text-align: left;
        padding-left: 24px;
    }

    .tooltipdiv:hover .tooltiptext {
        visibility: visible;
    }

.pdf_prdcts {
    width: 100%;
    padding: 10px;
    border: 2px solid #cccccc;
    text-align: center;
    border-radius: 5px;
    min-height: 150px;
    margin-bottom: 5px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

.pdf_prdcts span {
    margin-top: 10px;
    font-family: 'PTSans-Regular';
}

.welcomedivtxt {
    border-bottom: none;
}

.welcomedivtxth3 {
    margin: 0px;
    font-size: 18px;
    background-color: #0079a7;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
}

.educationaldiv {
    border: 2px solid #0079a7;
    border-radius: 5px;
    margin-bottom: 7px;
}

.downloadbtn_p {
    margin-top: 30px;
    text-align: right;
}


    .downloadbtn_p a {
        margin-right: 10px;
    }

        .downloadbtn_p a img {
            width: 136px;
        }
/***End Tooltip*/



/***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: 46px !important;
        padding: 0px !important;
    }

        .advancefilltermenu li a {
            color: #fff !important;
        }
}


@media (min-width: 1280px) and (max-width: 1280px) {
    .advancefilltermenu li {
        margin-right: 46px !important;
        padding: 0px !important;
    }

        .advancefilltermenu li a {
            color: #fff !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: #fff !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: #fff !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;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    border: 1px solid gray;
}

panel__body.is-active {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 1;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    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: #0079a7;
    }

.selectedFilterBtn {
    background: #0079a7 !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;
        }



        .pay_summary {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
    background: #000 none repeat scroll 0 0;
    color: #fff;
}


/***End Advance Fillter csss 26 may 2017 ***************************/



/***css/all us  26 dec 2017 ***************************/
.rytlink {
    font-family: 'proxima_novalight';
}

@media (min-width: 700px) {
    .flexnavcss {
        margin-top: 20px;
    }
}

.ErrorMsgDiv {
    padding: 10px 10px 10px 15px;
    border-left: 6px solid #000000;
    position: relative;
    background-color: #e01502;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
}

.error-msg:after {
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid #000000;
    position: absolute;
    top: 50%;
    left: -1px;
    height: 0;
    width: 0;
    content: '';
    margin-top: -9px;
}

/*/End*/



/***css/all us  4 april 2018 ***************************/

.multistoreul li {
    list-style: none;
}

.StoreSelectUlCss {
    background: #636363;
    color: #fff;
    border: none;
}

/*/End*/

/*/ start menu responsive 25 sep 2018 /*/

@media (min-width: 992px) and (max-width: 1310px) {

    .divlogoresponsive {
        width: 100% !important;
    }

    .divmenuresponsive {
        width: 100% !important;
        padding-right: 200px !important;
    }

    .sliderdiv {
        margin-top: 160px !important;
    }

    .homebanerimage {
        height: 160px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .divmenuresponsive {
        padding-right: 370px !important;
    }
}

@media (min-width: 1200px)and (max-width: 1310px) {

    .divmenuresponsive {
        padding-right: 200px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .sm-text-center {
        text-align: start;
    }
}

@media (min-width: 768px) and (max-width: 815px) {

    .flexnav {
        padding-left: 14px !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {

    .homebanerimage {
        top: 0px !important;
    }

    .sliderdiv {
        margin-top: 141px !important;
    }
}

@media (min-width: 800px) and (max-width: 900px) {

    .divmenuresponsive {
        padding-left: 51px !important;
    }
}

@media (min-width: 910px) and (max-width: 960px) {

    .divmenuresponsive {
        padding-left: 75px !important;
    }
}

@media (min-width: 320px) and (max-width: 740px) {

    .manucontainer {
        width: 100% !important;
    }

    .flexnav {
        width: 95%;
    }
}

/*/ end menu responsive 25 sep 2018 /*/


