﻿@charset "utf-8";
/*Menu Css*/
.product-imgDefault {
    max-height: 175px;
    width: 100%;
}
.navbar-default {
  /*background-color: #fff!important;
  border-color: #fff!important;*/
}
.navDiv {
    height: 54px;
}
li.devider {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav {
  //margin: 5px 0;
}
.navbar {
    position: relative;
    min-height: 0px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
li.mar {
  padding-left: 45px;
  padding-right: 45px;
}
/*common css*/
li.sub-menu {
    /* border: 1px solid #ddd; */
    /*width: 150px;*/
    width:250px;
}
* {
    margin: 0;
    padding: 0;
}

.right-submenu li {
    padding-top: 5px;
}
.right-submenu {
  display: none;
  position: absolute;
  left: 100px;
  list-style: none;
  border: 1px solid #ddd;
  width: 300px;
  z-index: 90;
}
.dropdown-menu {
  background: none;
  //op: 31px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

 .top-link-menu {

    background-color: #FFF;
       margin-top: 0px!important;
    font-weight: normal !important;
   left: 630px;
}
.dropdown:hover .dropdown-menu {
    //display: block;
    background-color: #FFF;
    margin-top: 4px;
    font-weight: normal !important;
       //left: 50px;
}

.dropdown:hover .dropdown-menu {

    background-color: #FFF;


}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



    .dropdown-menu li a {
        padding: 5px 0px 5px 10px;
        font-weight: 300;
    }

.multi-column-dropdown {
    list-style: none;
    float: left;
    position: relative;
}

    .multi-column-dropdown .submenu {
        width: 550px;
    }

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
        word-wrap: break-word;
        //font-size: 10px;
    }

    .multi-column-dropdown > li > a:hover, .multi-column-dropdown > li > a:focus, .right-submenu > li > a:hover, .right-submenu > li > a:focus {
        text-decoration: none;
        color: #0197dd !important;
        background-color: #f5f5f5;
    }

    .multi-column-dropdown li:hover .right-submenu {
        display: block;
        background-color: #FFF;
        margin-top: -35px;
        font-weight: normal !important;
    }

      .item-sublist > li > a:hover,  .item-sublist > li > a:focus{
        text-decoration: none;
        color: #0197dd !important;
        background-color: transparent;
    }
     .item-sublist {
    margin: 0px;
    padding: 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0197dd !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #0197dd !important;
}
.multi-column-dropdown .pRelative > li > a:hover, .multi-column-dropdown .pRelative > li > a:focus {
  color: #0197dd !important;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #666;
}
.not-active {
  /*cursor:pointer;
  pointer-events: none;*/

}
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .right-submenu {
        left: 95px;
    }
    ul.dropdown-menu.mar-left {
    //margin-left: -60px;
}
    .navbar-nav > li > .dropdown-menu {
     //margin-left: -60px;
    }
    .right-submenu {

    width: 150px;
}
    .navbar-nav .open .dropdown-menu {
      margin-left: 3px;
      background-color: #fff;
      /*-webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    }
    .navbar-nav {
    margin: 0px 0px!important;
    border-bottom:none;
}



}

@media (max-width: 480px) {
    .content {
        width: 90%;
        margin: 50px auto;
        padding: 10px;
    }
}


/*new menu*/


.navDiv {
    height: 47px;
}

.cbp-hrmenu {
    width: 100%;
}

    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
    }

    /* first level ul style */
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        max-width: 80em;
        margin: 0 auto;
    }

        .cbp-hrmenu > ul > li {
            display: inline-block;
            color: #000;
        }

            .cbp-hrmenu > ul > li > a {
                font-weight: 100;
                padding: 13px 10px 10px 10px;
                color: #000;
                display: inline-block;
                font-size: 14px;
                text-decoration: none;
            }

            .cbp-hrmenu > ul > li:hover, li:visited, li:active, li:focus {
                color: #0197dd;
            }

            .cbp-hrmenu > ul > li > a:hover {
                color: #0197dd !important;
            }

            .cbp-hrmenu > ul > li.cbp-hropen:hover, li.cbp-hropen:visited, li.cbp-hropen:active, li.cbp-hropen:focus {
                color: #0197dd !important;
                background-color: #fff;
            }

.cbp-hropen > a {
    color: #0197dd !important;
}

.cbp-hropen > ul > li {
    display: inline-block;
    color: #000;
}


/* sub-menu */

.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    color: #000;
    left: 0;
    top: 30px;
}

    .cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner > div:nth-of-type(even) {
        background-color: #fcfcfc;
    }


.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
    height: 400px;
    margin-top: 13px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,.1);
}

}

.cbp-hrmenu .cbp-hrsub-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 20%;
    float: left;
    padding: 0 2em 0;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 2em;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

    .cbp-hrmenu .cbp-hrsub-inner > div a:hover {
        color: #0197dd;
    }

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #666;
}

.cbr-hrsub-inner > div {
    display: block;
    border: 1px solid #ddd;
}

.cbp-hrsub-inner > div > ul > li {
    display: block;
}

.cbp-hrsub h4 {
    color: #666;
    padding: 0em 0 0.6em;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .cbp-hrsub h4:hover {
        color: #0197dd;
    }

.cbp-links {
    display: none;
}

.cbp-hrmenu .cbp-links {
    display: none;
    position: absolute;
    background: #fff;
    width: auto;
    color: #000;
    top: 30px;
}

.cbp-hropen .cbp-links, .cbp-links:hover {
    display: block !important;
    padding-bottom: 3em;
    height: auto;
    margin-top: 11px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,.1);
}

.cbp-hrmenu .cbp-links .cbp-hrsub-inner > div {
    width: 100%;
    float: left;
    padding: 0 2em 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}

.about-sublink {
    display: none;
}

.cbp-hrmenu .about-sublink {
    display: none;
    position: absolute;
    background: #fff;
    width: auto;
    color: #000;
    left: 80px;
    top: 30px;
}

.cbp-hropen .about-sublink, .about-sublink:hover {
    display: block !important;
    padding-bottom: 3em;
    height: auto;
    margin-top: 11px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,.1);
}

.cbp-hrmenu .about-sublink .cbp-hrsub-inner > div {
    width: 100%;
    float: left;
    padding: 0 2em 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}
/* Examples for media queries */

@media screen and (max-width: 52.75em) {

    .cbp-hrmenu {
        font-size: 80%;
    }
}

@media screen and (max-width: 43em) {

    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }

        .cbp-hrmenu > ul,
        .cbp-hrmenu .cbp-hrsub-inner {
            width: 100%;
            padding: 0;
        }

        .cbp-hrmenu .cbp-hrsub-inner {
            padding: 0 2em;
            font-size: 75%;
        }

        .cbp-hrmenu > ul > li {
            display: block;
            border-bottom: 4px solid #47a3da;
        }

            .cbp-hrmenu > ul > li > a {
                display: block;
                padding: 1em 3em;
            }

        .cbp-hrmenu .cbp-hrsub {
            position: relative;
            height: auto;
        }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }

    .cbp-hrmenu .about-sublink {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        color: #000;
        left: 0px;
        top: 140px;
    }

    .cbp-hrmenu .cbp-links {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        color: #000;
        left: 0px;
        top: 670px;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 20%;
        float: left;
        padding: 0 2em 0;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 20px;
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }

    .cbp-hrmenu .cbp-hrsub {
        height: auto;
    }
}








/*new menu end */
/*loader css goes here*/
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    margin: auto;
    background: #fff;
    opacity: 0.8;
}

    .se-pre-con img {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0;
        bottom: 0;
        width: 128px;
        height: 128px;
        z-index: 99999;
        margin: auto;
    }

#termsandcondn {
    color: #000;
}



.wrapper ::-webkit-scrollbar {
    width: 4px;
}

.errormsg {
    color: red;
    font-weight: bold;
    display: inline-block;
    padding: 5px 12px;
    background: #fbd3d3;
    border: 1px solid red;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #02aae9;
    border-radius: 10px;
}

.wrapper ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #005b7c;
}

.wrapper ::-moz-scrollbar {
    width: 8px;
}

.wrapper ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px #02aae9;
    border-radius: 10px;
}

.wrapper ::-moz-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px #005b7c;
}

body {
    color: #333;
}

.wrapper {
  //overflow-x: hidden;
}

i {
    font-family: 'FontAwesome';
}

h1 {
    background: #7b105c;
    padding: 20px;
    margin-top: 0px;
    color: rgb(233, 231, 234);
    font-weight: bold;
    font-size: 18px;
}

h2 {
    font-size: 18px;
    /*color: #00aeed;*/
    font-weight: bold;
    /*border-top: 4px solid #02ace7;*/
    padding: 8px 0px;
    /*background: url(../img/square.png) no-repeat right top;*/
}

.marB5 {
    margin-bottom: 5px;
}

.marB0 {
    margin-bottom: 0px !important;
}

.marB10 {
    margin-bottom: 10px;
}

.marB15 {
    margin-bottom: 15px !important;
}

.marT30 {
    margin-top: 30px;
}

.marT20 {
    margin-top: 20px;
}

.padTB10 {
    padding: 10px 0px;
}

.padL15 {
    padding-left: 15px;
}

.padL30 {
    padding-left: 30px;
}

.pad20 {
    padding: 20px;
}
/*Top Heading*/
.topdiv {
  padding: 2px 0px;
  background-color: #4c075a;
  color: #fff;
}

.topdiv .top-link a {
  padding: 0px 10px;
  text-decoration: none;
  color: #fff;
  //font-size: 10px;
}

/*logodiv css*/
.logoDiv {
  padding: 32px 0px 0px;
}

    .logoDiv .searchBox {
        line-height: 30px;
    }

        .logoDiv .searchBox input {
            border: 1px solid #c9c7c8;
            height: 30px;
            border-right: 0px;
        }

        .logoDiv .searchBox .searchIcon {
            text-align: center;
            background: #00ade9;
            color: #fff;
            font-family: 'FontAwesome';
            height: 30px;
            border: 0px;
        }

    .logoDiv .search-div {
        //padding: 20px;
    }

        .logoDiv .search-div .search-input {
            height: 44px;
            background-color: #fcfcfc;
        }

        .logoDiv .search-div .btn {
            padding: 11px 14px;
            background-color: #fcfcfc;
        }

.serchContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cart-btn {
    //background-color: #0197dd;
    //border-color: #0197dd;
    text-transform: uppercase;
    //margin: 20px 0px;
    border-radius: 5px;
    //width: 16%;
    /*padding-top: 18px*/
}

    .cart-btn .fa {
        padding-right: 10px;
        font-size: 20px;
    }

    .cart-btn .btn {
        padding: 12px;
        background-color: #0197dd;
        border-color: #0197dd;
        text-transform: uppercase;
    }

    .cart-btn .cart-para {
        display: inline;
        display: inline;
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 5px;
        color: #f91d32;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

.searchRow {
    position: relative;
}

.visitorNoBox {
  text-align: center;
  padding-right: 15px;
  font-size: 15px;
  color: red;
  padding-top: 38px;
}

/*nav css*/
.navDiv {
    border-top: 1px solid #bbbbbb;
    //border-bottom: 1px solid #bbbbbb;
}

.mainHeader .navDiv nav.navbar {
    margin-bottom: 0px;
}

.mainHeader .navDiv .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.mainHeader .navDiv .nav-tabs {
    border-bottom: 1px solid transparent;
}

.mainHeader .navDiv .nav > li > a {
    padding: 13px 15px;
}

.mainHeader .navDiv .nav li.devider {
    padding: 13px 0px;
}

.mainHeader .navDiv .nav li a {
    color: #000;
}

.mainHeader .navDiv .nav .dropdown-menu > li > a {
    color: #666;
    font-size: 13px;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  //font-size: 10px;
}

.mainHeader .navDiv .nav .dropdown-menu > li {
    border-bottom: 1px solid #efefef;
}

    .mainHeader .navDiv .nav .dropdown-menu > li:last-child {
        border-bottom: 0px;
    }

    .mainHeader .navDiv .nav .dropdown-menu > li:hover > a {
        color: #0db0cf;
        background-color: transparent;
    }

.mainHeader .navDiv .nav > li:hover > a, .mainHeader .navDiv .nav > li:focus > a {
    background-color: transparent;
    color: #0db0cf;
    border-color: transparent;
}

.mainHeader .navDiv .nav-tabs > li.active > a, .mainHeader .navDiv .nav-tabs > li.active > a:hover, .mainHeader .navDiv .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
    color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
  //border-color: #36c0f1;
  //background-color: #00ade9;
  border: none;
  padding: 4px 30px 0 0px;
  margin: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  //border-color: #00ade9;
  background-color: transparent;
}

/*footer css*/
.mainFooter .topFooter {
    background: #73787b;
    color: #fff;
    padding: 20px 0px;
    z-index: 9999;
    margin-top: 30px;
    width: 100%;
    bottom: 0;
}

    .mainFooter .topFooter .footHeadingRow {
        border-bottom: 1px solid #5b5b5b;
        line-height: 30px;
        margin-bottom: 15px;
        color: #fff;
    }

    .mainFooter .topFooter ul.sitemap {
        padding-left: 5px;
        list-style: none;
    }

        .mainFooter .topFooter ul.sitemap li {
            line-height: 25px;
            width: 50%;
            float: left;
        }

    .mainFooter .topFooter a {
        color: #c6c6c6;
    }

    .mainFooter .topFooter ul.sitemap li:before {
        content: "\f105";
        font-family: 'FontAwesome';
        padding-right: 10px;
    }

.mainFooter .socialIconDiv .socialLink {
    margin-bottom: 20px;
}

.mainFooter .socialIconDiv .socialIconBox {
    border: 1px solid #5a5a5a;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

.mainFooter .socialIconDiv i {
    font-size: 20px;
}

.mainFooter .socialIconDiv .socialIconTxt {
    line-height: 40px;
}

.mainFooter .bottomFooter {
    color: #fff;
    padding: 10px 0px;
    background: #5e2b78;
    font-size: 12px;
    text-align: center;
}

/*bodyCont css*/
.clientIconDiv {
    padding: 10px 0px;
}

    .clientIconDiv img {
        padding: 5px;
    }

/*slider css*/
.carousel-control {
    background-image: none !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

nav.navbar {
    text-align: center;
}

/*bodyDiv css*/
.bodyDiv {
    margin-bottom: 10px;
}

    .bodyDiv .contentBox {
        list-style: none;
        /*line-height: 25px;*/
        max-height: 130px;
        overflow-y: scroll;
        padding: 0 20px 10px 10px;
    }

        .bodyDiv .contentBox li {
            padding: 5px 0px;
        }

.bodyCont .contentBox a {
    color: #333;
    font-size: 13px;
}

    .bodyCont .contentBox a:hover, .bodyCont .contentBox a:focus {
        text-decoration: underline;
        color: #333;
    }

.readMoreTxt {
    text-align: right;
    font-size: 12px;
}

    .readMoreTxt a {
        color: #872582;
    }

        .readMoreTxt a:hover, .readMoreTxt a:focus {
            color: #8d00ef;
        }

.brandLogo {
    background: #7b105c;
    margin-bottom: 20px;
}

    .brandLogo img {
        margin: 5px 12px;
        max-height: 50px;
    }

    .brandLogo .productTxt {
        color: #135b63;
        font-weight: bold;
        font-size: 18px;
        line-height: 50px;
    }

.categoryBox {
    border: 1px dashed #27aebd;
    border-radius: 10px;
    padding: 5px;
}

    .categoryBox td {
        padding: 5px;
    }

    .categoryBox label {
        font-size: 13px;
        color: #666;
        vertical-align: top;
        padding: 0px 5px;
    }

.productBox {
    margin-bottom: 5px;
    font-size: 13px;
}

.productList td {
    width: 33%;
}

.productBox .form-horizontal {
    box-shadow: 1px 1px 20px #ccc;
    padding: 10px;
}

    .productBox .form-horizontal .form-group {
        margin-bottom: 7px;
    }

        .productBox .form-horizontal .form-group span {
            word-wrap: break-word;
        }

.productImgOuterBox {
    padding: 2px;
}

.productImgBox {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDdkOWQ4IiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(215,217,216,0.4) 0%, rgba(255,255,255,1) 100%);  FF3.6+
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(215,217,216,0.4)), color-stop(100%,rgba(255,255,255,1)));  Chrome,Safari4+
	background: -webkit-linear-gradient(-45deg,  rgba(215,217,216,0.4) 0%,rgba(255,255,255,1) 100%);  Chrome10+,Safari5.1+
	background: -o-linear-gradient(-45deg,  rgba(215,217,216,0.4) 0%,rgba(255,255,255,1) 100%);  Opera 11.10+
	background: -ms-linear-gradient(-45deg,  rgba(215,217,216,0.4) 0%,rgba(255,255,255,1) 100%);  IE10+
	background: linear-gradient(135deg,  rgba(215,217,216,0.4) 0%,rgba(255,255,255,1) 100%);  W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d7d9d8', endColorstr='#ffffff',GradientType=1 );  IE6-8 fallback on horizontal gradient
	background-image:url(../images/productBoxBg.png);
	background-size:cover;
	border: 5px solid #fff;*/
    padding: 5px;
    height: 220px;
}

.wrapper .container .productSlider .mainImg .zoom-wrapper .zoomimage img.img-zoom {
    max-height: 200px;
    display: inline-block;
    margin-bottom: 10px;
}

/*zoomer css hack*/
.zoom-wrapper {
    border: 1px solid #efefef;
    padding: 5px;
    margin-bottom: 10px;
}

    .zoom-wrapper .zoomimage p {
        background: #efefef;
        right: -5px;
        bottom: -5px;
        font-size: 16px;
    }

.test {
    padding-top: 150px;
}

.productTitle {
    color: #e15c0c;
    font-weight: bold;
    font-size: 14px;
}

.productTitleRow {
    margin-bottom: 5px;
}

.valueLbl {
    text-align: left !important;
    font-weight: normal;
}

.lightBluBtn {
    box-shadow: 0 0 4px 1.5px #27aebd;
    border: 1px solid #186c75;
    display: inline-block;
    font-weight: bold;
    background: #fff;
}

#carousel-example-generic2 .carousel-inner > .item > a > img {
    width: 100%;
}

/*about us css*/
.headtxt {
    font-family: arial;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-shadow: 1px 2px 3px white;
}

.awardsimgbox {
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 3px rgb(240, 240, 240);
    border: 1px solid #ccc;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 55%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 55%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 55%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 55%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%,rgba(255, 255, 255, 1) 55%,rgba(249, 249, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.boxrounded {
    background-color: white;
    border: 1px solid #f30089;
    margin: 5px;
    text-align: center;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
}

.boxrounded-map {
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    margin: 5px;
    text-align: center;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 10px;
}

.boxrounded-clientIcon {
    background-color: #f5f5f5;
    border-radius: 25px;
    /*border: 1px solid #ccc;*/
    text-align: center;
    box-shadow: 0 5px 0 4px #c3c3c3;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.boxrounded-clientIcon-outer {
    margin-top: 100px;
}

.clientIconRow .clientLabel {
    color: #007ac5;
    float: left;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    width: 20%;
}

.clientIconRow {
    padding: 5px 0;
    border-bottom: 1px solid #c5c5c5;
    float: left;
    width: 100%;
    display: table-row;
}

    .clientIconRow:last-child {
        border-bottom: 0px;
    }

    .clientIconRow .clientIconImg .imgBox {
        display: inline-block;
        padding: 1px 15px;
        border-right: 1px solid #9b9b9b;
        vertical-align: middle;
        max-width: 96px;
    }

        .clientIconRow .clientIconImg .imgBox img {
        }

        .clientIconRow .clientIconImg .imgBox:last-child {
            border-right: 0px;
        }

.clientIconRowOuter {
    margin: 0;
    padding: 10px 5px;
    display: table;
}

.clientIconRow .clientIconImg {
    float: left;
    width: 80%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.clientTopIcon img {
    width: 65px;
}

.boxrounded-r {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    padding: 5px;
    margin: 10px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-bottom: 10px;
}

.boxrounded-event {
    background-color: white;
    border: 1px solid #ccc;
    margin: 10px;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 10px;
}

.boxrounded-evn-d {
    background-color: white;
    border: 1px solid #ccc;
    margin: 10px;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.boxroundedimg {
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    margin: 10px;
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.form-control-evnd {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.mapimg {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.graytxt {
    line-height: 23px;
    font-family: Arial;
    font-size: 14px;
    color: rgb(61, 61, 61);
    padding-top: 5px;
}

.graytxt-n {
    line-height: 23px;
    font-family: Arial;
    font-size: 14px;
    color: rgb(63, 63, 63);
    padding-left: 15px;
    margin: 5px;
}


    .graytxt-n a {
        line-height: 22px;
        font-family: Arial;
        font-size: 14px;
        color: rgb(63, 63, 63);
        padding-left: 2px;
    }

        .graytxt-n a:hover {
            line-height: 22px;
            font-family: Arial;
            font-size: 14px;
            color: black;
            padding-left: 2px;
        }

.awardtext {
    color: rgb(5, 9, 11);
    text-shadow: 1px 2px rgb(241, 241, 241);
}

.teamprobox {
    background-color: white;
    border: 1px solid rgb(227, 227, 227);
    box-shadow: 1px 2px 3px rgb(246, 246, 246);
    margin: 5px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.brandbox {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px rgb(243, 243, 243);
    margin: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    line-height: 30px;
}

.brandtexth {
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    color: #E46E1F;
    text-decoration: none;
    text-shadow: 1px 2px 3px rgb(246, 246, 246);
    padding-top: 15px;
    margin: 0px;
}

.brandtext {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #00ADE9;
    text-decoration: none;
    text-shadow: 1px 2px 3px rgb(246, 246, 246);
    border-bottom: 2px dotted;
    padding-bottom: 5px;
}

.brandtext1 {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    text-decoration: none;
    text-shadow: 1px 2px 3px rgb(246, 246, 246);
}

.grayline {
    background-image: url('../img/brandbgline.png');
}

.boximg {
    margin: 5px;
    text-align: center;
}

    .boximg img {
        max-height: 150px;
    }

.teamprotxt {
    padding-top: 50px;
}

.protxt {
    font-family: Arial;
    font-size: 14px;
    color: rgb(186, 0, 233);
    font-weight: 700;
    float: right;
    float: none !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .protxt :hover {
        font-family: Arial;
        font-size: 14px;
        color: rgb(3, 115, 161);
        font-weight: 700;
    }

.search-button button {
    display: block;
    /*margin: 0 auto;*/
    padding: 0;
    width: 100px;
    height: 40px;
    border: 2px solid #4CC0E1;
    border-radius: 40px;
    /*background: transparent;*/
    background-color: rgb(0, 173, 233);
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

    .search-button button:hover {
        background-color: #4CC0E1;
        color: #fff;
    }

.clickhead {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: 700;
    color: rgb(65, 65, 65);
    padding-left: 10px;
    margin: 5px;
}

.tablehead {
    background-color: #00BEE0;
    font-size: 16px;
    color: white;
    font-weight: 700;
    text-align: center;
}

.tabletext {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.texthead {
    font-family: Arial;
    font-size: 18px;
    color: rgb(54, 209, 237);
    font-weight: 700;
    margin-top: 10px;
}

.onlinetxt a {
    font-family: Arial;
    font-size: 12px;
    color: rgb(89, 88, 88);
    font-weight: 700;
    line-height: 22px;
}

    .onlinetxt a:hover {
        font-family: Arial;
        font-size: 12px;
        color: black;
        font-weight: 700;
    }

.brand-h a {
    font-family: Arial;
    font-size: 14px;
    color: rgb(60, 60, 60);
}

    .brand-h a:hover {
        font-family: Arial;
        font-size: 14px;
        color: black;
    }

.newsicon {
    margin: 5px;
    margin-top: 20px;
}

.newstxtb {
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    border-bottom: 2px dotted gray;
    color: rgb(89, 89, 89);
}

.btnback {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

.btn-info back {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btnbtnsearch {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

.btn-info search {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.form-control search {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btngo {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

.btn-info go {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.select-txt {
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    color: gray;
    margin: 16px;
}

.videotxt {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0, 136, 176);
    text-shadow: 1px 2px 3px rgb(231, 231, 231);
    padding: 5px;
}


/*contact page css*/
.contactUs {
    padding-bottom: 20px;
}

.contactNav li {
    width: 100%;
}

.contactNav li {
    border: 1px solid #ddd;
    border-radius: 0px;
}

    .contactNav li a {
        margin-right: 0px;
        color: #666;
        font-weight: bold;
    }

.contactNav .nav-tabs > li > a:hover, .contactNav .nav-tabs > li > a:focus {
    background: transparent;
    color: #5bc0de;
    font-weight: bold;
    border-right: 3px solid #5bc0de;
    border-radius: 0px;
}

.contactNav .nav-tabs > li.active > a, .contactNav .nav-tabs > li.active > a:hover, .contactNav .nav-tabs > li.active > a:focus {
    border: 0px;
    color: #5bc0de;
    font-weight: bold;
    border-right: 3px solid #5bc0de;
    border-radius: 0px;
}

.contactNav i {
    float: right;
}

.contactUs .tab-content {
}

.contactSubTitle {
    color: #e15c0c;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.contactUs .feedbackForm {
    font-size: 13px;
}

.blueTxt {
    color: #3d78c2;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.addressDiv {
    line-height: 25px;
}

.mapTxt {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 12px;
    text-decoration: underline;
}

.branchAddress {
    padding: 4%;
}

.form-box {
    padding-top: 8px;
}

/*prduct detail css*/
.pDetail .futuretxt {
    padding-left: 15px;
    display: block;
}

.pDetail .specification .futuretxt {
    padding-left: 0px;
}

.pDetail .modelBox, .pDetail .mrpBox {
    margin-left: -15px;
}

    .pDetail .modelBox .labelTitle, .pDetail .mrpBox .labelTitle {
        margin-right: 10px;
    }

.overviewBox span {
    margin-left: 0px;
}

.breadcrumb {
    background: #c7edf8;
    padding: 10px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}

.productInfo {
    line-height: 30px;
}

.labelTitle {
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

.overviewBox {
    line-height: 20px;
    color: #666;
    margin-left: -15px;
}

.pTitle {
    color: #135b63;
    font-weight: bold;
    font-size: 22px;
}

.subTitle {
    font-weight: bold;
    color: #df8000;
}

.descTitle {
    color: #0c9eb9;
    font-weight: bold;
    border-bottom: 1px solid #c8cdcd;
    padding-bottom: 10px;
}

.tabTitleTxt {
    font-weight: bold;
    color: #df8000;
    padding: 15px;
}

.pFeature {
    padding: 10px;
    color: #666;
    padding-bottom: 30px;
    border: 1px solid #ddd;
    border-top: 0px;
    margin-bottom: 20px;
}

    .pFeature hr {
        border-top: 1px solid #ccc;
        margin-bottom: 10px;
        margin-left: 1%;
        margin-right: 1%;
    }

    .pFeature .nav-tabs > li > a {
        border: 1px solid #ddd;
        color: #135b63;
    }

    .pFeature .nav-tabs > li.active > a, .pFeature .nav-tabs > li.active > a:hover, .pFeature .nav-tabs > li.active > a:focus {
        background: #135b63;
        color: #fff;
    }

.productSlider {
    text-align: center;
}

    .productSlider .mainImg, .productSlider .thumbBox {
        display: inline-block;
    }

    .productSlider .mainImg, .productSlider .thumbContainer {
        width: 100%;
    }

.thumbContainer {
    margin-top: 20px;
}

.productSlider .thumbBox .thumb {
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

    .productSlider .thumbBox .thumb:hover {
        border: 1px solid #df8000;
    }

    .productSlider .thumbBox .thumb img {
        max-width: 100%;
        cursor: pointer;
        max-height: 100%;
    }

.productSlider .mainImg img {
    max-height: 200px;
    display: inline-block;
}

/*review css*/
.reviewTb tbody tr th {
    text-align: center;
}

.reviewTb tbody tr td {
    text-align: center;
}

.reviewTb a {
    text-decoration: underline;
    color: #666;
}

    .reviewTb a:hover {
        color: #000;
    }

.orangeTxt {
    color: #dc8303;
    font-weight: bold;
}

.onlinetxt a {
    line-height: 25px;
}

.reviewBtn > .btn {
    margin-top: 43px;
}

.eventNews i {
    padding-right: 10px;
}

.graytxt-n:before {
    font-family: 'FontAwesome';
    content: "\f101";
}

.evDetailHeading {
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    color: #E46E1F;
    line-height: 40px;
}

.reviewDText {
    margin-bottom: 10px;
}

.productImgOuterBox {
    text-align: center;
}

    .productImgOuterBox img {
        display: inline-block;
        height: 120px;
        width: auto;
    }

.evDetailImg {
    /*background: url("../images/eventBg.jpg") no-repeat scroll 0% 0% / cover transparent;*/
    text-align: center;
    padding: 0;
    /*margin: 1%;*/
}

    .evDetailImg img.img-responsive {
        display: inline-block;
        margin-top: 5%;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 10px double rgb(91, 192, 222);
        width: 100%;
        height: 200px;
    }

.newsDetailImg img.img-responsive {
    width: auto;
    max-height: 200px;
}

.overviewBox p span {
    margin-left: 0px;
}

/*services css*/
.serCityAdd {
    text-align: left;
    color: #666;
}

.selectCityBox {
    padding: 20px 0px;
    /*border: 1px solid #ccc;*/
    margin-bottom: 20px;
}

.cLogoBox {
    padding: 5px;
    text-align: center;
}

    .cLogoBox img {
        display: inline-block;
    }

.supportLink {
    word-break: break-all;
}

/*rma modal css   */
.rmaModal .modal-content {
    border: 8px solid #c2c0c3;
    background: #0093dd;
    border-radius: 0px;
}

    .rmaModal .modal-content h4 {
        color: #fff;
        margin-bottom: 15px;
        font-weight: bold;
        border-bottom: 2px dotted;
        display: inline-block;
        display: -moz-inline-box;
        display: -webkit-inline-box;
    }

    .rmaModal .modal-content .form-horizontal {
        margin-top: 15px;
    }

        .rmaModal .modal-content .form-horizontal .form-group {
            margin-left: 0;
            margin-right: 0;
        }

            .rmaModal .modal-content .form-horizontal .form-group .form-control {
                width: 90%;
                max-width: 300px;
                border-radius: 0px;
                margin: 0 auto;
            }

            .rmaModal .modal-content .form-horizontal .form-group .btn-submit {
                background-color: #fff;
                color: #0091d0;
                font-weight: bold;
                text-transform: uppercase;
                padding: 3px 12px;
                box-shadow: 0px 2px 0px #000;
                float: right;
                margin-right: 50px;
                font-size: 16px;
            }

            .rmaModal .modal-content .form-horizontal .form-group .btn-blue {
                font-size: 16px;
                width: 120px;
                font-weight: bold;
                background: #3071a9;
                border: 0px;
                border-radius: 0px;
            }

        .rmaModal .modal-content .form-horizontal .select-elem .form-control {
            text-transform: capitalize;
        }

        .rmaModal .modal-content .form-horizontal .form-group hr {
            border-width: 2px 0 0;
            width: 50%;
            border-color: #000;
        }

        .rmaModal .modal-content .form-horizontal .form-group table {
            margin-bottom: 0;
            border: 3px solid #ddd;
            background-color: #fff;
        }

            .rmaModal .modal-content .form-horizontal .form-group table tr th {
                text-align: center;
            }

    .rmaModal .modal-content .rmaError {
        background: cyan;
        color: Red;
        font-weight: bold;
        width: 150px;
        margin: 0 auto;
        border-radius: 5px;
        padding: 5px;
        display: block;
        text-align: center;
    }

/*Sign UP Form*/
.signup-form {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0px;
    border: 1px solid #ededed;
}

.sign-img {
    /* padding-right: 20px; */
    margin-left: 16px;
}

.signup-form .signup-col {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.signup-form .register-control {
    height: 44px;
    color: #626262;
}

.signup-form label.gender {
    display: block;
    font-weight: normal;
}

.signup-form .signup-button {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .signup-form .signup-button .btn-register {
        /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
        background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
        background: -moz-linear-gradient(left top, #e05907, #ea8210);
        color: #fff;
        padding: 8px 120px 8px 75px;
        font-size: 20px;
        border-radius: 0px;
        margin-bottom: 10px;
        background: #e05907;
    }

        .signup-form .signup-button .btn-register:hover {
            color: #fff;
            background-color: #eb8711;
            border-color: #da9658;
        }

    .signup-form .signup-button .btn-signin {
        color: #0197dd;
        padding: 8px 45px 8px 12px;
        font-size: 18px;
        border-color: #0197dd;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .signup-form .signup-button .btn-signin:hover {
            color: #58afe4;
            font-size: 18px;
        }

.sign-container {
    padding-left: 150px;
    padding-right: 150px;
}

.signup-form .form-control {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}
/*Login Form*/
.login-container {
    padding-left: 250px;
    padding-right: 250px;
}

.login-form {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0px;
    border: 1px solid #ededed;
}

.sign-img {
    /* padding-right: 20px; */
    margin-left: 16px;
}

.login-form .signup-col {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.login-form .register-control {
    height: 44px;
    color: #626262;
}

.login-form label.gender {
    display: block;
    font-weight: normal;
}

.login-form .signup-button {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .login-form .signup-button .btn-login {
        /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
        background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
        background: -moz-linear-gradient(left top, #e05907, #ea8210);
        color: #fff;
        padding: 8px 160px 8px 160px;
        font-size: 20px;
        border-radius: 0px;
        margin-bottom: 10px;
        background: #e05907;
    }

        .login-form .signup-button .btn-login:hover {
            color: #fff;
            background-color: #eb8711;
            border-color: #da9658;
        }

    .login-form .signup-button .btn-signin {
        color: #0197dd;
        padding: 8px 80px 8px 85px;
        font-size: 18px;
        border-color: #0197dd;
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 35px;
    }

        .login-form .signup-button .btn-signin:hover {
            color: #58afe4;
            padding: 8px 80px 8px 85px;
            font-size: 18px;
            border-color: #0197dd;
            margin-left: 0px;
            margin-bottom: 10px;
            margin-top: 35px;
        }

.login-form .register-control {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

.login-form .signin-img {
    padding: 0px;
}

.login-form .sign-img {
    margin-left: 10px;
}

.login-form .forgot-password {
    color: #0197dd;
    font-size: 18px;
}

.login-form .frm-link {
    position: relative;
    padding-top: 20px;
}

.login-form .frm-forgot {
    position: absolute;
    top: 10px;
    right: 10px;
}

.login-after {
    border: none;
    background-color: #0197dd;
}

    .login-after:hover, .login-after:active {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
.login-after:focus{
	background-color: transparent;
}
.top-link-menu {
    left: 630px;
}


    .top-link-menu > li {
        border-bottom: 1px solid #ccc;
    }

        .top-link-menu > li > a {
            color: #626262 !important;
        }

/*Shopping Cart Page*/
.cart-table {
    padding-top: 50px;
}

    .cart-table .table-bordered {
        border: 1px solid #ddd;
        margin-bottom: 0px;
    }

    .cart-table > .table-bordered > thead > tr > th {
        background-color: #fafafa;
        padding-left: 15px;
    }

    .cart-table > .table-bordered > tbody > tr > td {
        padding: 15px;
        padding-bottom: 10px;
    }

    .cart-table .cart-img {
        display: inline;
        max-width: 70px;
    }

    .cart-table .cart-div {
        display: inline-block;
    }

    .cart-table .cart-para {
        line-height: 12px;
    }

    .cart-table .cart-qty {
        display: inline;
        padding: 4px 12px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .cart-table .delete-icon {
        color: #bbbbbb;
    }

.order-para {
    background-color: #fafafa;
    padding: 20px;
    font-size: 20px;
    border-top: 3px solid #ccc;
}

.order-span {
    color: #d1d1d1;
}

.shopping-btn .btn-placeorder {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 8px 60px 8px 60px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #0197dd;
}

.shopping-col {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 100px;
}

.shopping-btn .btn-continue {
    color: #0197dd;
    padding: 8px 40px 8px 45px;
    font-size: 18px;
    border-color: #0197dd;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*Product Page*/
.product-container {
    padding-top: 0px;
    padding-bottom: 30px;
}

    .product-container .product-heading {
      padding: 10px;
      color: #428bca;
      z-index: 10;
    }

.product-info .product-title {
    color: #0197dd;
    font-weight: bold;
}

.product-info .title {
    color: #df8000;
    margin-bottom: 5px;
}

.product-info .productno {
    color: #585858;
}

.product-info .mrp-heading {
    font-weight: 600;
}

.product-info .mop-heading {
    font-weight: 400;
    text-decoration: line-through;
    padding-left: 10px;
}

.product-info .discount-heading {
    color: #388e3c;
    letter-spacing: -.2px;
    font-weight: 500;
    padding-left: 10px;
    font-size: 19px;
}

.overview-row {
    padding-top: 20px;
}

.overview {
    color: #c4c4c4;
    padding: 0px;
}

.overview-para {
    display: inline;
    color: #000000;
    padding: 0px;
}

.specification-div {
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
}

.specification-row {
    padding-top: 30px;
    z-index: 1;
}

    .specification-row .panel-title a {
        text-decoration: none;
    }

    .specification-row .heading {
        color: #df8000;
        font-weight: bold;
        padding-bottom: 10px;
    }

.specification-div .specification-para {
    line-height: 20px;
}
/*.product-container .btn-shopping{padding-top:300px;}*/
.product-container .btn-shopping .btn-addcart {
    color: #0197dd;
    padding: 15px 90px 15px 90px;
    font-size: 18px;
    border-color: #0197dd;
    margin-bottom: 10px;
}

.product-container .product-specification {
  height: auto;
}

.product-container .btn-shopping .btn-buynow {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 15px 90px 15px 90px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #e05907;
}

.back-to-top {
    display: none;
    color: #0197dd;
    border: 1px solid #0197dd;
    font-size: 14px;
    border-color: #0197dd;
    margin-bottom: 10px;
    background-color: #fff;
    position: fixed;
    z-index: 89;
    right: 20px;
    bottom: 50px;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.back-to-top:hover, .back-to-top:focus{
  text-decoration: none;
}
a .back-to-top {
    color: #000;
    position: fixed;
    right: 20px;
    text-decoration: none;
    bottom: 20px;
}

img.img-responsive.top-arrow {
    display: inline-block;
    padding-right: 5px;
    padding-top: 5px;
}
/*Scroll Css*/
.content {
    overflow: auto;
    position: relative;
    padding: 10px;
    margin: 10px;
    width: 300px;
    height: 560px;
    float: left;
}



.prod-thumbnail {
    //padding-top: 0px;
    //margin: 0px;
    width: auto;
    height: auto;
    //padding-right: 0px;
    padding: 0;
    margin: 0;
}

.mTS-buttons-out {
    padding: 6px;
    background: #fff !important;
}

    .mTS-buttons-out .mTSButton {
        background: #fff !important;
        border: 1px solid #fff;
        width: 36px;
        height: 36px;
        line-height: 42px;
        padding: 6px;
    }

.mTSButtonUp {
    left: 60% !important;
    margin-left: -24px;
    top: -10px !important;
}

.mTSButtonDown {
    left: 60% !important;
    margin-left: -24px;
}

.mTS-buttons-out .mTSButtonIcon {
    fill: #0197dd !important;
}
/*.mainHeader{position:fixed;;left:0;
            background:lightgray;width:100%;z-index:2;}*/


/*Payment Page CSS*/

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.payment-container .payment-col {
    padding: 120px;
    padding-top: 50px;
}

.payment-container .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    background: -webkit-gradient(linear, 0% 20%, 0% 50%, from(#e9e9e9), to(#fafafa));
}

.payment-container .panel-title {
    padding: 10px 5px 0px 15px;
    height: 60px;
}

    .payment-container .panel-title a {
        text-decoration: none;
    }

.payment-container .panel-bg {
    padding: 10px 5px 0px 15px;
    background-color: #018fd1;
    border-color: #018fd1;
}

.payment-container .panel-body {
    padding: 15px;
    background-color: #fff;
    padding-top: 20px;
}

.payment-container .panel-heading {
    padding: 0px;
}

.payment-container .panel-signin {
    color: #428bca;
}

.payment-container .normal-bg {
}

.payment-container.accordion-toggle {
    padding: 10px 5px 0px 15px;
}

.payment-container .active {
    background-color: #018fd1;
    padding: 10px 5px 0px 15px;
}

.payment-container .panel-no {
    border: 0px solid;
    text-align: center;
    color: #f91d32;
    background: #fff;
    padding-top: 2px;
    width: 25px;
    height: 25px;
    font-weight: bold;
    border-radius: 25px;
}

.payment-container .panel-normal-no {
    text-align: center;
    color: #fff;
    background: #018fd1;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 25px;
}

.payment-container .heading {
    display: inline;
    padding-top: 10px;
    font-size: 14px;
    padding-left: 10px;
}

.payment-container .panel-div {
    display: inline-flex;
    position: relative;
}

.payment-container .after-panel-div .heading {
    display: inline;
    padding-top: 0px;
    font-size: 14px;
    padding-left: 10px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #018fd1;
    position: absolute;
    top: 40px;
    left: -5px;
    display: none;
}


.payment-container .signup-button {
    padding-top: 30px;
}

.payment-container .signin-form {
    padding-left: 40px;
    padding-bottom: 50px;
}

.payment-container .frm-change {
    position: absolute;
    top: 0px;
    left: 230px;
    right: 0px;
}

.payment-container .form-group {
    margin-bottom: 10px;
    padding-top: 20px;
    /* margin-top: 0px; */
}

.payment-container .form-control {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    padding: 0px;
}

.payment-container .signup-button .btn-login {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 8px 135px 8px 135px;
    font-size: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #e05907;
}

.payment-container .signup-button .btn-loginexist {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    /*padding: 8px 135px 8px 135px;*/
    padding: 8px 105px 8px 100px;
    font-size: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #e05907;
}

.payment-container .forgot-password {
    color: #0197dd;
    font-size: 18px;
}

.payment-container .product-qty {
    font-size: 14px;
    text-decoration: none;
    color: #f91d32;
    font-weight: bold;
}

.payment-container .delivery-address .white-bg {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    position: relative;
}

/*Payment Login Section*/
.payment-container .after-panel-div {
    padding-left: 0px;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 0px;
}

    .payment-container .after-panel-div .delivery-info {
        margin-top: -10px;
    }

    .payment-container .after-panel-div .panel-normal-no {
        margin-top: -5px;
        padding: 5px;
    }

    .payment-container .after-panel-div .change-login {
        float: right;
    }

        .payment-container .after-panel-div .change-login .btn-login {
            /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
            background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
            background: -moz-linear-gradient(left top, #e05907, #ea8210);
            color: #fff;
            padding: 4px 20px 4px 20px;
            border-radius: 0px;
            margin-bottom: 10px;
            background: #e05907;
        }

.payment-container .delivery-address .icon-para {
    text-align: right;
    padding: 10px;
}

.payment-container .delivery-address #circle {
    width: 30px;
    height: 30px;
    background: #06c60b;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
}

    .payment-container .delivery-address #circle .tick-mark {
        padding-top: 6px;
        padding-left: 6px;
        color: #fff;
    }

.payment-container .delivery-address .collapse.in {
    display: block;
    visibility: visible;
}

.payment-container .delivery-address .icon-col {
    padding: 10px;
}

.payment-container .delivery-address .first-col {
    padding: 20px;
}

    .payment-container .delivery-address .first-col .col-name {
        font-size: 20px;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

.payment-container .first-col-button .btn-continue {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 8px 55px 8px 55px;
    font-size: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    background: #e05907;
}

.payment-container .first-col-button .btn-deliver {
    color: #fff;
    background-color: #8b8b8b;
    padding: 8px 55px 8px 55px;
    font-size: 20px;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.payment-container .delivery-address .second-col-bg {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
}

.payment-container .delivery-address .icon-img {
    display: inline !important;
}

.payment-container .delivery-address .fa {
    padding-right: 10px;
    font-size: 25px;
    color: #7a7a7a;
}

.payment-container .delivery-address .second-row {
    background-color: #f9f9f9;
    text-align: center;
}

    .payment-container .delivery-address .second-row .btn-add {
        color: #0197dd;
        padding: 8px 20px 8px 20px;
        font-size: 18px;
        border-color: #0197dd;
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .payment-container .delivery-address .second-row .plus-icon {
        padding-right: 5px;
    }

.order-summary .cart-div {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 0px;
    width: 300px;
}

.order-summary .cart-img {
    display: inline;
    max-width: 70px;
}

.order-summary .cart-qty {
    display: inline;
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.order-summary .table > thead > tr > th, .table > tbody > tr > td {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #fff;
}

.payment-container .order-summary .fa {
    padding-right: 10px;
    font-size: 25px;
    color: #7a7a7a;
}

.payment-container .order-summary .btn-continue {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 8px 55px 8px 55px;
    font-size: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #e05907;
}

.payment-container .order-summary .amount-para {
    font-size: 20px;
}

.payment-container .order-summary .order-table {
    margin-bottom: 0px;
}

.payment-container .order-summary .second-row {
    border-top: 3px solid #ddd;
    padding-top: 30px;
}

.payment-container .order-summary .confirm-email p {
    padding-left: 15px;
}
/*Payment Section*/
.payment-container .payment-section .amount-para {
    font-size: 20px;
}

.payment-container .payment-section .payment-body {
    padding: 0px;
    background-color: #fafafa;
    padding-top: 20px;
    padding-right: 20px;
}

    .payment-container .payment-section .payment-body .left-col {
        padding: 0px;
    }

    .payment-container .payment-section .payment-body .payment-contents {
        padding: 0px;
    }

    .payment-container .payment-section .payment-body .left-col .pay-link {
        list-style-type: none;
        padding: 10px 0px 0px 10px;
    }

    .payment-container .payment-section .payment-body .left-col .left-column {
        padding: 0px;
    }

    .payment-container .payment-section .payment-body .left-col .payment-type {
        padding: 10px;
        padding-top: 5px;
        background: url(../img/backBg.png) no-repeat 100% 100%;
        color: #fff;
    }

        .payment-container .payment-section .payment-body .left-col .payment-type .select-type {
            color: #fff;
        }

    /*.payment-container .payment-section .payment-body .left-col  .arrow_box:after, .arrow_box:before {
	left: 91%;
top: 0%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.payment-container .payment-section .payment-body .left-col  .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
border-left-color: #636363;
border-width: 20px;

z-index: 999;
}
.payment-container .payment-section .payment-body .left-col  .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
border-left-color: #636363;
}*/
    .payment-container .payment-section .payment-body .left-col .img-type {
        display: inline-block;
        padding-right: 5px;
        margin-right: 5px;
    }

    .payment-container .payment-section .payment-body .left-col .payment-type .img-type {
        display: inline-block;
        padding-right: 5px;
        margin-right: 5px;
        background-color: white;
    }

    .payment-container .payment-section .payment-body .left-col .select-type {
        color: #000;
    }

.pay-link .credit-card {
    background-color: #636363;
}

.payment-container .payment-section .payment-body .right-col {
    background-color: #fff;
}

    .payment-container .payment-section .payment-body .right-col .img-type {
        display: inline-block;
    }

    .payment-container .payment-section .payment-body .right-col .payment-card {
        padding-left: 30px;
    }

    .payment-container .payment-section .payment-body .right-col .pay-para {
        border-bottom: 1px solid #ddd;
        padding: 10px 0px 5px 0px;
    }

.payment-container .payment-row .lblcard-no {
    padding: 0px;
}

.payment-container .payment-row .card-img {
    padding-left: 10px;
}

.payment-container .payment-section .payment-body .right-col .payment-row .second-col {
    padding-right: 0px;
}

.payment-container .payment-section .payment-body .right-col .payment-row .card-row {
    padding-right: 0px;
}

    .payment-container .payment-section .payment-body .right-col .payment-row .card-row label {
        display: block;
    }

.payment-container .payment-section .payment-body .right-col .cc-form {
    padding: 20px 60px 20px 60px;
}

.payment-container .payment-section .payment-body .right-col .cc-row {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 10px;
}

.payment-container .payment-section .payment-body .right-col .card-no {
    width: 83%;
    float: left;
}

.payment-container .payment-section .payment-body .right-col .cc-input {
    padding: 5px;
}

.payment-container .save-button .btn-save {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 5px 140px 5px 140px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #e05907;
}

.payment-container .payment-section .payment-body .right-col .last-row {
    padding-left: 15px;
}

.payment-container .payment-section .payment-body .right-col .cw-no {
    border-radius: 15px;
    color: #fff;
    background-color: #018fd1;
    width: 30px;
    height: 30px;
    padding: 5px 0px 0px 10px;
    /* padding-right: 15px; */
}

.payment-container .payment-section .payment-body .right-col .save-button {
    padding-top: 20px;
}

.payment-container .payment-section .payment-body .right-col .ccv-img {
    padding-left: 10px;
}

.net-banking-section .nb-title {
    font-weight: bold;
}

.net-banking-section .selectpicker {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
}

.net-banking-section .select-bank {
    padding: 0px;
    padding-bottom: 30px;
}

.net-banking-section .pay-button .btn-save {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 5px 140px 5px 140px;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.net-banking-section .nb-radio {
    /* padding-top: 30px; */
    margin: 13px 0 0;
}

.net-banking-section .col-radio {
    background-color: #fafafa;
    padding: 5px 0px 0px 10px;
    border-radius: 5px;
}
/*Product List Page*/
.productlist-container .list-heading {
    margin-top: 40px;
    padding: 10px;
    border-radius: 5px;
    color: #4296d6;
}
/*.productlist-container{height:100%; margin-bottom:100px;min-height:5500px;}*/
.productlist-container {
    height: 100%;
    margin-bottom: 100px;
    min-height: 300px;
}

    .productlist-container .filter-col {
        padding: 0px;
        padding-bottom: 0px;
    }

    .productlist-container .left-col {
        padding: 0px;
        border: 1px solid #ddd;
        background-color: #fff;
        /*height: 350px;*/
        //height: 260px;
        margin-top: 0px;
        /*width: auto;*/
        width: 275px;
        /*margin-bottom:300px;*/
        position: fixed;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }

        .productlist-container .left-col.pos-fixed {
            width: initial;
            /*width: auto;*/
            /*margin-bottom:300px;*/
            position: fixed;
        }

        .productlist-container .left-col.add-class-left-col {
            position: relative;
            /* width: 100%;*/
            width: 275px;
        }

.filter-options {
    position: relative;
}

.productlist-container .filter-col .filter h1 {
    background-color: #efefef;
    padding: 10px;
}

.productlist-container .filter-col .left-col .price-row {
    padding: 10px;
}

.price-row p {
    display: inline;
}

.filter-clear {
    float: right;
    color: #279fdf;
    font-weight: bold;
}

.slider-handle {
    background-color: #fff !important;
}

.slider-selection {
    -webkit-box-shadow: none !important;
    background-image: none !important;
    background-color: #0197dd !important;
}

.productlist-container .price-range {
    padding-top: 30px;
    padding-bottom: 50px;
}

.productlist-container .data-range {
    padding: 0px 30px;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.filter {
    border-bottom: 1px solid #ddd;
}

.row-chk {
    padding: 10px;
}

.productlist-container .product-items .product-heading {
    background-color: #fff;
    padding: 10px;
    color: #333;
}

.productlist-container .product-items .product-img {
  max-width: 300px;
  max-height: 175px;
  /*//height: 160px;*/
  margin: 0 auto;
}

.productlist-container .product-items .product-name {
    color: #df8000;
    font-size: 18px;
}

.productlist-container .product-items .product-price {
    font-size: 18px;
}

.productlist-container .product-items .product-MOPprice {
    font-size: 15px;
    text-decoration: line-through;
    padding-left: 5px;
}

.productlist-container .product-items .product-discount {
    color: #388e3c;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 500;
    padding-left: 5px;
}

.productlist-container .btn-col {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.productlist-container .productlist-btn .btn-view {
    color: #7b105c;
    padding: 4px 25px 4px 25px;
    font-size: 18px;
    border-color: #0197dd;
    margin-left: 0px;
    margin-bottom: 10px;
    //margin-right: 10px;
}

.productlist-container .productlist-btn .btn-buy {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));*/
    /*background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
    background: -moz-linear-gradient(left top, #e05907, #ea8210);
    color: #fff;
    padding: 4px 30px 4px 30px;
    font-size: 18px;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #e05907;*/
    color: #fff;
    padding: 4px 30px 4px 30px;
    font-size: 18px;
    background: #7b105c;
    margin-left: 0px;
    margin-bottom: 10px;
    //margin-right: 10px;
}

.productlist-container .product-items .product-details {
    border: 1px solid #ddd;
    width: 48%;
    //margin-right: 15px;
    //padding: 10px;
    margin-bottom: 10px;
    min-height: 240px;
    //height: 240px;
    box-shadow: 1px 1px 20px #ccc;
    margin-right: 10px;
    padding-top: 15px;
`   padding-bottom: 15px;
}

.productlist-container .product-items {
    //padding-right: 0px;
    float: right;
    height: 100%;
}

    .productlist-container .product-items .product-info {
      //height: 250px;
    }

    .productlist-container .product-items .product-row {
        /*min-height: 100px;
        padding-left: 10px;
        padding-right: 10px;*/
    }

    .productlist-container .product-items .product-details-col {
        //padding-right: 0px;
    }

.productlist-container .productlist-go {
    padding: 10px;
}

    .productlist-container .productlist-go .btn-go {
        background-color: #848484;
        padding: 5px 10px 5px 10px;
        color: #fff;
        font-size: 18px;
    }

.productlist-container .price-range .selectpicker {
    height: 30px;
    display: block;
    width: 100%;
}

.productlist-container .product-desc {
    height: 75px;
    overflow-y: auto;
    margin-bottom: 11px;
}

.productlist-container .product-img img {
    //max-width: 100%;
    max-height: 150px;
    //height: auto;
    //width: 100%;
}

.productlist-container .product-code {
    padding-top: 0px;
}

.mainHeader {
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
}

.bodyCont {
  padding-top: 45px;
}
/*Payment CSS*/
.payment-container .signin-form .sign-email {
    padding-left: 0px;
}

@media handheld, screen and (min-width: 768px) {
    .cust-menu > div > div > ul > li:last-child > .dropdown-menu{
      min-width: 160px !important;
      left: 25px;
    }
    .top-link-menu {
        display: none;
    }
    .mainHeader .navDiv .nav-tabs li.dropdown .dropdown-menu, .mainHeader .navDiv .nav-tabs li.dropdown-submenu .dropdown-menu {
        display: none;
    }

    .mainHeader .navDiv .nav-tabs li.dropdown:hover > .dropdown-menu, .mainHeader .navDiv .nav-tabs li.dropdown ul.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .mainHeader .navDiv .nav-tabs li.dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .mainHeader .navDiv .nav-tabs li.dropdown-submenu .caret {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(270deg);
    }
    /*	.contentMenu .navbar-collapse .collapse,.navbar-collapse.collapse{
			display:inline-block !important;
		}
		.mainHeader .navDiv .nav-tabs li.dropdown:hover .dropdown-menu{
			display:block;
			}
		.mainHeader .navDiv .nav-tabs li:hover > a{
			color:#0db0cf;
			}*/
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .bodyCont {
        //min-height: 340px;
    }

    .brandtexth2 {
        text-align: right;
    }

    .awardsimgbox .boxrounded {
        height: 300px;
        padding: 20px;
    }

        .awardsimgbox .boxrounded img {
            display: inline-block;
            height: 65%;
        }
    /*.productInfoBox span{margin-left:-15px;}*/
}

@media handheld, screen and (max-width: 1169px) and (min-width: 960px) {
    .mainHeader .navDiv .nav > li > a {
        padding: 13px 9px;
    }

    .simpleLens-big-image-container {
        width: 384px !important;
    }
}

@media handheld, screen and (max-width: 1023px) and (min-width: 768px) {
    .productBox {
        font-size: 12px;
    }

    .productImgOuterBox, .productInfoBox {
        width: 100%;
    }

    .pDetail .productInfoBox {
        width: 50%;
    }

    .productImgOuterBox {
        text-align: center;
    }

        .productImgOuterBox img {
            display: inline-block;
            height: 120px;
            width: auto;
        }

    .productImgBox {
        text-align: center;
    }

    .clientIconRow .clientLabel {
        width: 26%;
    }

    .clientIconRow .clientIconImg {
        width: 74%;
    }

    .cart-btn {
        //padding: 0px;
    }

        .cart-btn .btn {
            padding: 12px 5px;
            background-color: #0197dd;
            border-color: #0197dd;
            text-transform: uppercase;
        }

        .cart-btn .cart-para {
            display: inline;
            display: inline;
            background-color: #fff;
            padding: 4px 12px;
            border-radius: 5px;
            color: #f91d32;
            float: right;
            margin-right: 5px;
            margin-top: 12px;
        }

    .signup-form {
        padding: 5px;
    }

        .signup-form .signup-button .btn-signin {
            margin-left: 0px;
        }
}

@media handheld, screen and (max-width: 1200px) and (min-width: 768px) {
    .container {
        //width: 100% !important;
        padding: 0px;
        font-size: 12px;
    }

    .bodyDiv, .mainFooter .topFooter {
        padding: 0 10px;
    }

    .row {
        margin: 0px;
    }

    .productImgBox {
        padding: 10px;
    }

    .teamprobox {
        margin: 10px 5px;
    }

    /*.top-link-menu {
        width: 100%;
        left: 0px;
    }*/
    
    .dropdown-menu.top-link-menu {
        min-width: 160px;
		left: 64%;
    }
    .simpleLens-big-image {
        height: 560px;
        width: 350px !important;
        border: 1px solid #ccc;
        padding: 30px 10px;
    }

    .simpleLens-lens-element {
        left: 110% !important;
        width: 400px !important;
    }

    .product-container .btn-shopping .btn-addcart {
        color: #0197dd;
        padding: 15px 80px 15px 80px;
        font-size: 18px;
        border-color: #0197dd;
        margin-bottom: 10px;
        border-radius: 0px;
    }

    .productlist-container .product-items .product-details {
        border: 1px solid #ddd;
        width: 43%;
        margin-right: 15px;
        //padding: 10px;
        margin-left: 20px;
    }
    .productlist-container .product-items .product-heading {
      padding-left: 20px;
    }
    /*Payment CSS*/
    .payment-container .signin-form .sign-email {
        padding-left: 0px;
    }

    .payment-container .payment-col {
        padding: 20px;
        padding-top: 50px;
    }

    .payment-container .first-col-button .btn-continue {
        padding: 8px 5px 8px 5px;
        width: 100%;
    }

    .payment-container .payment-section .payment-body .right-col .cc-row {
        background-color: #fafafa;
        padding: 0px;
        border-radius: 10px;
    }

    .payment-container .first-col-button .btn-deliver {
        color: #fff;
        background-color: #8b8b8b;
        padding: 8px 5px 8px 5px;
        font-size: 20px;
        border-radius: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .payment-container .payment-section .payment-body .right-col .card-no {
        width: 80%;
        float: left;
    }

    .payment-container .payment-section .payment-body .right-col .payment-row .second-col {
        padding-right: 10px;
    }

    .payment-container .payment-section .payment-body .right-col .ccv-img {
        padding-left: 0px;
    }

    .payment-container .save-button .btn-save {
        padding: 5px 75px 5px 75px;
    }

    .productlist-container .filter-col .left-col {
        position: fixed;
        //min-height: 230px;
        //height: 230px;
        width: 25%;
        /*width: 22%;*/
        //overflow-x: auto;
        overflow-x: visible;
        height: auto;
        margin-left: 10px;
        top: 260px;
    }

    .productlist-container .left-col.add-class-left-col {
        position: relative;
    }

    .productlist-container .price-range .selectpicker {
        /*height: 30px;
    width: 40%;*/
    }

    .productlist-container .product-items .product-details {
        min-height: 280px;
    }
}

@media handheld, screen and (max-width: 959px) and (min-width: 768px) {
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mainHeader .navDiv .nav > li > a {
        padding: 13px 5px;
        font-size: 12px;
    }

    .mainHeader .navDiv .nav li.devider {
        font-size: 12px;
    }

    .onlineDiv, .offlineDiv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .categoryBox td {
        text-align: center;
    }

        .categoryBox td input[type="checkbox"] {
            width: 100%;
        }

    .categoryBox .col-sm-2 {
        width: 100%;
        text-align: center;
    }

    .simpleLens-big-image-container {
        width: 280px !important;
    }

    .simpleLens-big-image {
        height: 560px;
        width: 300px !important;
        border: 1px solid #ccc;
        padding: 30px 10px !important;
    }

    .simpleLens-lens-element {
        left: 100% !important;
        width: 360px !important;
    }

    .product-container .btn-shopping .btn-addcart {
        color: #0197dd;
        padding: 15px 80px 15px 80px;
        font-size: 18px;
        border-color: #0197dd;
        margin-bottom: 10px;
        border-radius: 0px;
        display: block;
    }
}

@media handheld, screen and (max-width: 959px) and (min-width: 768px) {
    .awardsimgbox .col-sm-3 {
        width: 33.33333333%;
    }
	.navbar-nav {
		//margin: -5px 5px !important;
	}
    li.mar {
    padding: 5px 19px !important;
}
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    //margin-left: -50px;
  }
  .cust-menu > div > div > ul > li:last-child > .dropdown-menu{
    width: 100px !important;
  }
}
.btn-shopping{
  padding-top: 40px;
}
@media handheld, screen and (max-width: 767px) and (min-width: 100px) {

    .container {
        width: 100% !important;
        padding: 0px;
        font-size: 16px;
    }
    .productlist-container .productlist-btn .btn-defaultbuy {
         padding: 4px 0px !important;      
    }
.navDiv {
    height: auto;
}
    .bodyDiv, .mainFooter .topFooter {
        padding: 0 10px;
    }

    .row {
        margin: 0px;
    }

    .mainHeader .nav-tabs > li {
        width: 100%;
        border-bottom: 1px solid #666;
    }

    .mainHeader .navDiv .nav li.devider {
        display: none;
    }

    .visitorNoBox {
        text-align: center;
        padding: 5px 0px;
    }

    .serchContainer {
        position: relative;
        text-align: center;
    }

    .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
      //height: 450px !important;
    }

    .bodyDiv {
        padding: 0 5px;
    }

    .mainFooter .socialIconDiv .socialLink {
        margin-left: 10px;
    }

    .mainFooter .socialIconDiv .socialIconBox {
        width: 80px;
        float: left;
        margin-right: 20px;
    }

    .dropdown-menu {
        position: relative;
        width: 100%;
    }

        .dropdown-menu li {
            width: 100%;
            text-align: left;
        }

    .clientIconDiv {
        min-height: 150px;
        //overflow-y: scroll;
        text-align: center;
    }

    .searchRow {
        text-align: center;
    }

    .mainFooter .topFooter {
        padding: 0 5px;
    }

        .mainFooter .topFooter .footHeadingRow {
            margin-top: 20px;
            font-weight: bold;
        }

    .videoDiv iframe {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
        height: auto;
        width: 100%;
    }

    .carousel-indicators {
        display: none;
    }

    .serchContainer .searchBox .searchTxt, .serchContainer .searchBox input, .serchContainer .searchBox .searchIcon {
        float: left;
    }

    .logoDiv .searchBox {
        text-align: center;
        display: inline-block;
    }

    .productRow {
        text-align: center;
    }

    .productInfoBox {
        margin-top: 10px;
    }

    .logoDiv .searchBox input {
        border-right: 1px solid #c9c7c8;
        float: left;
        display: inline-block;
    }

    .logoDiv .searchBox {
        width: 110%;
    }

    .serchContainer, .serchContainer .searchBox .searchIcon, .serchContainer .searchBox .searchTxt {
        display: inline-block;
    }

    .reviewBtn > .btn {
        margin-top: 20px;
        margin-left: -13px;
    }



    .reviewTb .table, .reviewTb .table tbody, .reviewTb .table tr, .reviewTb .table td {
        display: block;
    }

        .reviewTb .table > tbody > tr > td {
            border: 0px;
        }

        .reviewTb .table > tbody > tr {
            border-bottom: 1px solid #ddd;
        }

            .reviewTb .table > tbody > tr > th {
                display: none !important;
            }

    .reviewTb .reTD1, .reviewTb .reTD2, .reviewTb .reTD3, .reviewTb .reTD4 {
        display: block !important;
        padding-left: 50% !important;
        width: 100% !important;
        text-align: left !important;
    }

    .reviewTb .table tr:nth-of-type(odd) {
        background: #efefef;
    }

    .reviewTb .table td {
        width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 5px;
    }

        .reviewTb .table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .reviewTb .table td.reTD1:before {
            content: "Sr.No.";
            font-weight: bold;
            color: #0076a3;
            font-size: 14px;
        }

        .reviewTb .table td.reTD2:before {
            content: "Month & Year";
            font-weight: bold;
            color: #0076a3;
            font-size: 14px;
        }

        .reviewTb .table td.reTD3:before {
            content: "Heading";
            font-weight: bold;
            color: #0076a3;
            font-size: 14px;
        }

        .reviewTb .table td.reTD4:before {
            content: "Brand";
            font-weight: bold;
            color: #0076a3;
            font-size: 14px;
        }

    .reviewDText {
        padding: 0 5px;
    }

    .faq .btnsearch {
        padding-left: 2px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .faq .brandbox {
        margin: 0px 15px 10px;
    }

    .videoDiv {
        text-align: center;
    }

        .videoDiv iframe {
            width: auto;
        }

    .awardsimgbox {
        margin: 0 15px 15px;
    }

    .boxrounded {
        width: 300;
        height: 300px;
        margin: 10px auto;
        padding: 10px;
    }

        .boxrounded img {
            height: 65%;
            display: inline-block;
        }

    .reviewTb .table td {
        -webkit-column-width: 100%;
    }

    .reviewTb .table {
        margin-bottom: 0px;
    }

    .boxrounded-r {
        margin-bottom: 10px !important;
    }

    .eventNews .graytxt-n {
        margin-bottom: 10px !important;
    }

    .mapTxt {
        padding-left: 15px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .mapDiv {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .productBox {
        font-size: 12px;
        max-width: 400px !important;
        display: inline-block;
    }

    .productImgOuterBox, .productInfoBox {
        width: 100%;
    }

    .productImgOuterBox {
        text-align: center;
    }

        .productImgOuterBox img {
            display: inline-block;
            height: 120px;
            width: auto;
        }

    .productImgBox {
        text-align: center;
    }

    .productBox .form-horizontal .form-group span {
        margin-left: 0px !important;
        display: inline-block;
    }

    .productBox .form-horizontal .form-group label {
        width: 100%;
    }

    .col-sm-7 .categoryBox {
        margin-bottom: 10px;
    }

    .categoryBox .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-all;
    }

    .pDetail .productInfoBox {
        text-align: center;
    }

        .pDetail .productInfoBox .productInfo {
            display: inline-block;
        }
    /* .marB10 table{table-layout:fixed;width:100%;}*/
    .productInfoBox span {
        margin-left: 0px;
    }

    .teamprobox {
        margin: 10px 5px;
    }

        .teamprobox .boximg {
            text-align: center;
        }

    .teamprotxt {
        padding-top: 10px;
    }

    .overviewBox p {
        text-align: left;
    }

    /*service css*/
    .boxrounded-map {
        margin: 15px;
    }

    .cLogoBox {
        padding: 5px;
        text-align: center;
        display: inline-block;
    }

    .selectCityBox {
        padding: 10px;
        margin: 0px -5px;
    }

    .boxrounded-clientIcon {
        margin: 10px;
    }

    .evDetailImg img.img-responsive {
        max-width: 90%;
        width: auto;
    }

    .brandLogo, .brandLogo .text-right {
        text-align: center !important;
    }

    .productSlider .thumbBox .thumb {
        margin-top: 10px;
        margin-right: 10px;
    }

    .btnback {
        float: none;
    }

    .overviewBox {
        margin-top: 35px;
    }

    .modelBox .price span {
        margin-left: -48px;
    }

    .categoryRow {
        padding-left: 5px;
        padding-right: 5px;
    }

    .categoryOuterBox {
        padding-left: 0px;
        padding-right: 0px;
    }

    .categoryBox label {
        font-size: 12px;
    }

    .pDetail .futuretxt {
        word-break: break-word;
    }

    #carousel-example-generic2 {
        display: none;
    }

    .clientIconRow .clientLabel {
        font-size: 12px;
        width: 95px;
    }

    .clientIconRow .clientIconImg .imgBox {
        display: inline-block;
    }

    .col-sm-7.clientTopOuter > div {
        text-align: center;
    }

    .cart-btn {
        //margin-left: 20px;
    }

    .cart-btn {
        //width: 60%;
    }

        .cart-btn .cart-para {
            margin-top: 12px;
        }

    .signup-form .signup-button .btn-signin {
        margin-left: 0px;
    }

    .login-form .signup-button .btn-login {
        padding: 8px 0px 8px 0px;
        width: 100%;
    }

        .login-form .signup-button .btn-login:hover {
            padding: 8px 0px 8px 0px;
            width: 100%;
        }

    .login-form .signup-button .btn-signin {
        padding: 8px 0px 8px 0px;
        width: 100%;
    }

        .login-form .signup-button .btn-signin:hover {
            padding: 8px 0px 8px 0px;
            width: 100%;
        }

    .login-form .signup-button .btn-signin {
        margin-top: 0px;
    }

    .top-link-menu {
        width: 100%;
        left: 0px;
    }

    .shopping-btn .btn-continue {
        margin-right: 0px;
    }

    .shopping-table {
        overflow-y: scroll;
    }

    .simpleLens-thumbnails-container a img {
        display: inline-block !important;
        padding: 5px;
        width: 110px;
        height: 80px;
        float: left;
    }

    .product-container .btn-shopping {
      padding-top: 40px;
    }

    .simpleLens-big-image-container {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px !important;
      position: relative;
      height: auto !important;
      //width: 75% !important;
      border: none !important;
    }

    .simpleLens-big-image {
        height: auto !important;
        border: 1px solid #ccc;
        padding: 30px;
    }

    .simpleLens-lens-image {
        /*margin: 20px !important;
        width: 100%;*/
        border: 1px solid #ddd;
    }

    .simpleLens-lens-element {
        left: 12% !important;
        top: 430px !important;
        width: 300px !important;
    }

    .content {
        overflow: auto;
        position: relative;
        //width: 300px;
        height: 360px !important;
        float: left;
    }

    .prod-thumbnail {
        padding-top: 0px;
        margin: 0px;
        //width: 100%;
        height: auto !important;
        margin-right: 10px;
    }

    .product-container .btn-shopping .btn-addcart {
        color: #0197dd;
        padding: 15px 80px 15px 80px;
        font-size: 18px;
        border-color: #0197dd;
        margin-bottom: 10px;
        border-radius: 0px;
        width: 100%;
    }

    .product-container .btn-shopping .btn-buynow {
        width: 100%;
    }

    .productlist-container .product-items .product-details {
      border: 1px solid #ddd;
      width: 90%;
      margin-bottom: 10px;
      margin-right: 0;
      margin-left: 25px;
    }

        .productlist-container .product-items .product-details .product-code {
            //text-align: left;
        }

    .productlist-container .product-items .product-details-col {
        //padding-right: 15px;
    }

    .productlist-container .product-items .product-info {
        //padding: 0px;
    }

    .productlist-container .filter-col .left-col {
        position: fixed !important;
        margin-top: 0px !important;
        width: 100% !important;
        height: 100%;
        bottom: 41px;
        z-index: 10000;
    }

    .productlist-container .product-items .product-details {
        //height: 250px;
    }

    .productlist-container .product-items {
        //padding-right: 0px;
        float: none;
        height: auto;
    }

    .mainHeader .cart-btn {
        //width: 90%;
        //margin-left: 20px;
        //margin-right: 20px;
    }

    .bodyCont {
      //min-height: 740px;
      padding-top: 0px;
    }

    .product-container .col-left {
        position: relative !important;
        z-index: 10;
        margin-top: 0px;
    }
    /*Payment Page */
    .payment-container .payment-col {
        padding: 20px;
        padding-top: 50px;
    }

    .payment-container .signin-form {
        padding-left: 0px;
        padding-bottom: 50px;
    }

        .payment-container .signin-form .sign-email {
            padding-left: 0px;
        }

    .payment-container .frm-change {
        position: absolute;
        top: 30px;
        left: 0px;
        right: 0px;
    }

    .payment-container .signin-form .form-group {
        margin-bottom: 10px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .payment-container .signup-button .btn-login {
        padding: 8px 75px 8px 75px;
        width: 100%;
    }

    .payment-container .panel-title {
        padding: 10px 5px 0px 15px;
        height: 150px;
    }

    .payment-container .after-panel-div .change-login {
        float: right;
        padding-left: 45px;
    }

    .payment-container .after-panel-div .col-email {
        padding-right: 15px;
        padding-left: 45px;
        padding-bottom: 10px;
    }

    .payment-container .after-panel-div .delivery-info {
        margin-top: 0px;
        padding-left: 45px;
        font-size: 12px;
    }

    .payment-container .first-col-button .btn-continue {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05907), to(#ea8210));
        background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#e05907), to(#ea8210));
        background: -moz-linear-gradient(left top, #e05907, #ea8210);
        color: #fff;
        padding: 8px 5px 8px 5px;
        font-size: 20px;
        border-radius: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .payment-container .first-col-button .btn-deliver {
        color: #fff;
        background-color: #8b8b8b;
        padding: 8px 5px 8px 5px;
        font-size: 20px;
        border-radius: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .payment-container .order-summary .btn-continue {
        padding: 8px 5px 8px 5px;
        width: 100%;
    }

    .payment-container .payment-section .payment-body .right-col .cc-form {
        padding: 20px 20px 20px 20px;
    }

    .payment-container .payment-section .payment-body .right-col .payment-row .second-col {
        padding-right: 0px;
        margin-top: 20px;
    }

    .payment-container .payment-section .payment-body .right-col .payment-row .card-ccv-img {
        padding-left: 15px;
    }

    .payment-container .payment-section .payment-body .right-col .card-no {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .payment-container .save-button .btn-save {
        padding: 5px 0px 5px 0px;
        width: 100%;
    }

    .payment-container .payment-row .card-img {
        padding-left: 0px;
        padding-top: 0px;
    }

    .payment-container .payment-section .payment-body .right-col .ccv-img {
        padding-left: 0px;
    }

    .net-banking-section .pay-button .btn-save {
        padding: 5px 10px 5px 10px;
        width: 100%;
    }

    .payment-container .payment-section .payment-body .left-col .payment-type {
        padding: 10px;
        padding-top: 5px;
        background: url(../img/backBg.png) no-repeat 0%;
        color: #fff;
    }
}


@media handheld, screen and (max-width: 639px) and (min-width: 320px) {
    .productList td {
        width: 100% !important;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    .productBox {
        font-size: 12px;
        margin-bottom: 20px;
        max-width: 350px !important;
        display: inline-block;
        text-align: left;
    }

    .productImgOuterBox, .productInfoBox {
        width: 100%;
    }

    .productImgOuterBox {
        text-align: center;
    }

        .productImgOuterBox img {
            display: inline-block;
            height: 120px;
            width: auto;
        }

    .productImgBox {
        text-align: center;
    }

    .productTitleRow {
        padding-left: 0px;
    }

    #ContentPlaceHolder1_ddlsubcatfilter_ddlProductList_27 .product-details{
          margin-top: 130px;
    }
}

@media handheld, screen and (max-width: 767px) and (min-width: 480px) {
    .productRow {
        text-align: center;
    }
    /*.evDetailImg img.img-responsive
		{
		    max-width:400px;
		    }	*/

}

@media handheld, screen and (max-width: 479px) and (min-width: 100px) {

    .boxrounded {
        width: 230;
    }

    .categoryBox td {
        text-align: center !important;
    }

        .categoryBox td input[type="checkbox"] {
            width: 100% !important;
        }

    .categoryBox .col-sm-2 {
        width: 100%;
        text-align: center;
    }

    .pFeature ul li {
        width: 50%;
    }

    .productBox {
        width: 95% !important;
    }

    .pDetail .modelBox, .pDetail .mrpBox {
        margin-left: 0px;
        text-align: left;
        word-break: break-all;
    }

        .pDetail .modelBox .labelTitle, .pDetail .mrpBox .labelTitle {
            margin-right: 10px;
            display: inline-block;
            width: 100%;
        }

    .modelBox .price span {
        margin-left: 0px;
    }

    .videoDiv iframe {
        width: 100%;
    }
}
.cust-menu{
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
.logoRow{
  padding: 10px 0;
}
.logoRow .form-control{
  height: 29px;
}
.cust-menu > div > div > ul > li:nth-child(3) > .dropdown-menu{
  left: 20px;
}

@media (max-width: 767px) {
  /*.bodyDiv .contentBox {
      overflow-y: visible;
  }*/
  .top-link{
    //margin-top: 15px;
  }
  .logoDiv {
    padding: 25px 0px 0px;
  }
  .cust-menu{
    border: none;
  }
  .navbar-nav > li > a {
    font-size: 14px !important;
  }
  .multi-column-dropdown li a {
    font-size: 14px !important;
  }
  .dropdown-menu > li > a {
    font-size: 14px;
  }
  .logoDiv .search-div {
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .logoRow .form-control {
    height: 30px;
  }
  .top-link .fa-shopping-cart{
    vertical-align: text-bottom;
  }
  .top-link a{
    font-size: 12px;
  }
  .mob-menu{
    background: #f7f7f7;
    position: fixed;
    top: 26px;
    z-index: 1002;
    width: 70%;
    left: -101%;
    height: 100%;
    transition: left 0.2s ease-in;
    padding-top: 15px;
    overflow-y: scroll;
    padding-bottom: 62px;
  }
  .menu-highlight a{
    color: #0197dd !important;
  }
  .collapsed .in{
    left: 0;
  }
  .dropdown-menu {
    background-color: #ececec !important;
    box-shadow: none;
    border: none;
  }
  .cart-btn{
    float: right;
  }
  .navDiv{
    border: none;
    margin-bottom: 0;
  }
  .dropdown-menu{
    //display: none !important;
  }
  /*.cust-drop .dropdown-menu{
    //display: block !important;
    left: 0;
    margin-bottom: 12px;
  }*/
  ul.dropdown-menu.mar-left{
    margin-left: 3px;
  }
  .navbar-collapse.in{
    overflow-x: hidden;
    //max-height: 215px;
  }
  .navbar-collapse>ul{
    text-align: left;
    //background: rgba(17, 17, 173, 0.07);
  }
  .col-sm-12.col-xs-12.btn-shopping{
    padding-top: 100px !important;
  }
  .filter-btn{
    position: fixed;
    bottom: 0;
    background: #5fa5df;
    border-top: 1px solid #2d2d2d;
    height: 40px;
    width: 100%;
    z-index: 1;
  }
  .filter-btn p{
    font-size: 20px;
    color: #2d2d2d;
    margin-top: 5px;
  }
  .no-padding{
    margin-right: -15px;
    margin-left: -15px;
  }
  .filter-div{
    display: none;
  }
  .filter-div-show{
    display: block;
  }
  .close-btn{
    background: #5fa5df;
    border: 1px solid #9e8383;
    border-radius: 3px;
    margin-top: 10px;
  }
  .close-btn p{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cart-btn{
    margin: 0;
    padding: 0;
  }
  .product-content{
    padding-left: 15px !important;
  }
  .productlist-container .product-items .product-heading {
      padding: 0 20px;
  }
  li.mar {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media handheld, screen and (min-width: 768px){
  li.mar {
    padding: 5px 26px;
  }
}
@media handheld, screen and (max-width: 959px) and (min-width: 768px) {
  .cust-menu > div > div > ul > li:last-child > .dropdown-menu{
    min-width: 140px !important;
    left: 0;
  }
  .dropdown-menu{
    min-width: 290px;
  }
  .productlist-container .productlist-btn .btn-view{
    padding: 4px 25px 4px 25px !important;
  }
  .productlist-container .productlist-btn .btn-defaultbuy{
    padding: 4px 13px 4px 13px !important;
  }
  input#ContentPlaceHolder1_btnAddToCart, input#ContentPlaceHolder1_btndefaultBuy{
    width: 28% !important;
  }
}
@media handheld, screen and (max-width: 1200px) and (min-width: 959px){
  li.mar {
    padding: 5px 16px;
  }
  .dropdown-menu{
    min-width: 290px;
  }
}
.no-padding{
  margin-right: -15px;
  margin-left: -15px;
}
.simpleLens-container{
  display: block;
}
.simpleLens-lens-image{
  max-width: 100%;
}
.simpleLens-big-image{
  max-width: 100%;
}
.prod-thumbnail{
  margin-bottom: 10px;
  margin-right: 5px;
}
.pRelative{
  position: relative;
}
.logoDiv .search-div .input-group span i{
  top: 2px;
}
.socIconDiv ul{
  list-style-type: none;
  display: block;
}
.socIconDiv ul li{
  display: inline-block;
  padding: 0 10px;
}
.navbar-nav > li > a{
  color: #777;
  padding: 0 24px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
  background-color: transparent !important;
  color: #0197dd;
}
.mar:hover .dropdown-menu, .mar:focus .dropdown-menu{
  display: block;
}
.devider{
  pointer-events: none
}

/*ul.dropdown-menu .signin-menu {
    background: rgb(255, 255, 255);
    left: 630px;
}*/
ul.dropdown-menu .signin-menu {
    background: rgb(255, 255, 255);
    left: 630px;
}
@media handheld, screen and (max-width: 1200px) and (min-width: 992px){
	.dropdown-menu.top-link-menu {
        min-width: 160px;
		left: 72.5%;
    }
}

.login-after-dropdown{
	display:inline;
}
.login-after-dropdown:hover .dropdown-menu{
	display: block;
}
.login-after-dropdown:hover .login-after{
	background-color: #ffffff;
	color: #000000;
}