@import "stellarnav.css"; 
@import "font-awesome.min.css";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    font-family: Poppins, Arial, Helvetica, sans-serif;;
    color: #333;
    font-size: 13px;
    overflow-x: hidden;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
}

/*common*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row{
    margin:0 0;
    height: auto;    
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #404040;
    background:transparent;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover {
    color: #1a9cb7;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}
h4, .h4 {
    font-size: 18px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.table td {padding: 3px 3px;}

.table tr:nth-child(even){background-color: #f2f2f2;}
.table tr:hover {background-color: #ddd;}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42;
  vertical-align: top;
  border: 1px solid #ddd;
  text-align: left;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  color: #2195c4;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
/*  overflow-x: auto;*/
}
.sform{ border: 1px solid #ccc; margin: 0 0 10px; padding: 3px 3px;}
/*Header*/
.header{
    display: inline;
    float: left;
    width: 100%;
    /*    background-color: #dce8ff;*/
}
.full-box{
    width: 100%;
    margin: 0 0;
    display: block;
    float: left;
}
.fixd-h {
    padding: 10px 0 0;
    height: 56px;
    background-color: #2874f0;
}
._3Ed3Ub {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}
.margin-bottom2px{
    margin-bottom: 2px;    
}
.margin-top-10px {
    margin-top: 10px;
}
.margin-top-8px {
    margin-top: 8px;
}
.margin-right-10px {
    margin-right: 10px;
}
.margin-bottom-10px {
    margin-bottom: 10px
}
.margin-left-10px {
    margin-left: 10px;
}
.theme-bg-color {
    background-color: #f0f0f0;
}
.theme-bg-color-one {
    background-color: #dce8ff;
}
.header-top-area {
    float: left;
    width: 100%;
    display: inline;    
}
.header-links{
    text-align: right;
}
.header-links li, .mobile-menu li {
    margin: 0 3px;
    margin-right: 3px;
    display: inline-block;
}
.header-links a, .header-links span {
    line-height: 25px;
    text-transform: none;
    color: black;
}
.header-links li a:hover {
    color: #1E90FF !important;
    text-decoration: underline;
}
li .corporate_process {
    margin: 0px 15px;    
}
li .h-emi-view-btn {
    color: blue;
}
li .h-emi-view-btn a:hover {
    text-decoration: underline;
}
li.corporate_process a {
    line-height: 18px;
    padding: 0 2px 0px 2px;
}
.header-bottom {
    display: table;
    width: 100%;
}
.header-logo {
    text-align: right;
    vertical-align: middle;
    float: left;
}
.search-box {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    float: left;      
}
.cart-wishlist {
    padding-left: 5px;
    float: right;
    margin: 2px 0;
    text-align: right;
    border:0px solid #ccc;
}
.ca-nv-save{
    display: inline-block;
    float: left;
    height: 39px;
    line-height: 39px;
    z-index: 9999999;
}
.ca-nv-cart{
    display: inline-block;
    float: left;
    height: 39px;
    line-height: 39px;
    z-index: 9999999;
}
.mo-sm-emi{
    float: right;
    padding: 15px;
}
.ca-nv-save .text, .ca-nv-cart .text, .ca-nv-user .text{
    color: #fff;
}
.ca-nv-save a:hover .text, .ca-nv-cart a:hover .text, .ca-nv-user a:hover .text{
    color: #FFF900;
}
.cart-box{
    padding: 0 8px;
    display: block;
}
.cart-box .right-cart-number {
    background: #41924B;
    max-width: 25px;
    min-width: 20px;
    height: 20px;
    color:#fff;
    border-radius: 10px;
    position: relative;
    top: -17px;
    right: 0px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    padding: 0 2px;
    font-weight: 700;
}
.cart-itm-hd {
    font-size: 13px;
    font-weight: bold;
}
.automation-item-quantity {
    margin-top: 15px;
}
.ca-nv-user{
    display: inline-block;
    float: right;
    height: 39px;
    line-height: 39px;
    z-index: 99999;
}
.ca-nv-user .user-account-box {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    z-index: 99999; 
    border: 1px solid transparent;
    margin: -1px -1px 0 -1px;
    border-bottom: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
}
.ca-nv-user .user-account-box > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #4AC3E8; display: inline-block; }

.ca-nv-user:hover .user-account-box   {
    background-color: #dce8ff;
    border: 1px solid #e8e8e8;
    margin: -1px -1px 0 -1px;
    border-bottom: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);    
}
.ca-nv-user .user-account-box .text {
    margin-left: 4px;
    padding-right: 0px;
}
.ca-nv-user .user-account-box > a {
    padding-right: 0px;    
}
.ca-nv-user .user-account-main {
    position: absolute;
    font-size: 13px;
    display: none;
    right: 73px;
    top: 50px;
    padding-top: 15px;
    width: 242px;
    border: 1px solid #e8e8e8;
    background-color:#dce8ff;
    color:#656565;
    z-index: 9999;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.ca-nv-user .user-account-box:hover .user-account-main{
    display: inline-block !important;
}
.ca-nv-user .user-account-main .flyout-user {
    padding: 0 16px;
}
.shagni-welcome-wrap{
    line-height: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.ca-nv-user .flyout-user-avatar {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: orange;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.user-account-box .flyout-user-avatar img {
    max-width: 100%;
    vertical-align: top;
}
.user-account-box .flyout-welcome-text {
    width: 164px;
    vertical-align: middle;
    display: inline-block;
    line-height: 16px;
    font-weight: 700;
    margin-left: 4px;
}
.user-account-main .regi-btn, .user-account-main .sign-btn {
    border-radius: 2px;
    font-weight: 700;
    padding: 6px 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
}
.user-account-main .regi-btn {
    background-color: #FE8402;
    color: #fff;
}
.regi-btn:hover {
    background-color: #d0611e;
}
.user-account-main .sign-btn {
    background-color: #1E90FF;
    color: #fff;
    margin-left: 4px;
}
.sign-btn:hover{
    background-color: #3aa0d2;
}
.user-account-main .line {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    margin: 10px 16px 0;
    height: 0;
}
.user-account-main .user-fast-entry {
    margin-bottom: 8px;
}
.user-account-main li {
    list-style: none;
    margin-left: 0;
}
.user-account-main .user-fast-entry li a {
    display: block;
    padding: 0 16px;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-align: left;
}
.fa-custom-head{
    vertical-align: middle;    
}
.fa-color-save{
    color:#fff;
}
.fa-color-cart{
    color:#fff;
}
.fa-color-user{
    color:#fff;
}
.fa-color-blue{
    color:#167bcb;
}
.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.header-logo a img {
    max-width: 100%;
    opacity: 1;
}
.search-box .search-box-button, .copy-parents {
    display: inline-block;
    FLOAT: LEFT;
    height: 40px;
}
.search-box form {
    display: inline-block;
}
.search-box input.search-box-text {
    width: 387px;
    border-radius: 4px 0px 0px 4px;
}
.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}
.search-box input.search-box-text {
    width: 387px;
    border-radius: 4px 0px 0px 4px;
}
.search-top {
    height: 36px;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: 1px solid #ddd;
    padding: 3px;
    vertical-align: middle;
    background: #fff;
}
.search-box .search-box-button {
    float: left;
    min-width: 40px;
    height: 62px;
    border: none;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    width: 50px;
    text-transform: uppercase;
    background-size: 30px 30px;
    font-size: 23px;
    border-radius: 0px 5px 5px 0px;
    background-color: #51b9ec;
}
.search-box .search-box-button {
    display: inline-block;
    float: left;
    height: 36px;
}
.search-box input.search-box-text {
    margin: 0 -1px 0 0;
}
#small-searchterms {
    display: inline-block;
    float: left;
    height: 36px;
    font-size: 12px;
    border: 0;
    padding:3px 10px;
}
/*a.wishlist-custom-icon {
    width: 30px;
    height: 30px;
    background-color: #eb2a2e;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 35px;
}
a.cart-custom-icon {
    width: 30px;
    height: 30px;
    background-color: #FE8402;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 31px;
}
a.profile-custom-icon {
    width: 30px;
    height: 30px;
    background-color: #51b9ec;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    line-height: 31px;
}*/

.user-menu {
    position: absolute;
    font-size: 13px;
    display: block;
    right: -1px;
    top: 33px;
    padding-top: 15px;
    width: 242px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #656565;
    z-index: 999999;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    display: none;
}

.user-menu-t:hover {
    cursor: pointer;
}

.contents-body{
    display: inline;
    float: left;
    width: 100%;
}

/*Home Page*/

.bhgxx2 {
    display: block;
}


.hproftb {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.hproftb .puxlXr {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    font-weight: 700;
}
.hproftb .timer-bl {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-left: 60px;
    font-size: 16px;
    color: #7f7f7f;
    vertical-align: top;
    padding-top: 7px;
}
.hproftb .img-timer {
    margin: 0 10px -8px -35px;
}
.hproftb ._2Umlwf {
    float: right;
}

.timer-bl span {    
    float: right;
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #024179;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
}

._2AkmmA {
    display: inline-block;
    border-radius: 2px;
    color: #212121;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    transition: box-shadow .2s ease;
    vertical-align: super;
    background: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border: 1px solid #e0e0e0;
}

._2AkmmA._1eFTEo {
    background: #2874f0;
    color:#fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border: none;
}

.home-emi-block {
    display: inline-block;
    width: 100%;
}
.home-emi-block img {
    width: 100%;    
}
.hm-sup-ban {
    display: inline;
    float: left;
    padding: 10px 0;
    width: 100%;
    background-color: #dce8ff;
}
.hm-sup-ban .box{
    float: left;
    min-height: 100px;
    text-align: center;
}
.hm-sup-ban-img {
    display: inline;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.hm-sup-ban-img .h-box-img{
    float: left;
    text-align: center;
}
.m-fast {
    margin-left: 0;
}
.m-mid {
    margin: 0 5px;
}
.m-last {
    margin-right: 0;
}
.h-box-img img{
    width: 100%;
}

.home-gtext {
    float: left;
    display: inline;
    width: 100%;
    background-color: #16468e;
    padding: 25px 0;
}
.bg-primary, .panel-primary .panel-body {
    background-color: #16468e;
    color: #fff;
    margin: 10px 0 30px;
}
.text-center {
    text-align: center;
}
.heading-alt {
    color: #fff;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.home-gtext a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.home-gtext h1, .home-gtext h2, .home-gtext h3, .home-gtext h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.footer-box h4, .footer-box h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding-bottom: 5px;
    color: #16468e;
}

/*End Home Page*/

/*Product Page*/
.product-box-home {
    vertical-align: top;
    width: 190px;
    margin: 5px 5px;
    min-height: 189px;
    background: #fff;
    float: left;
}
.hpro-ftrd{
    display: inline-block;
    background-color:#fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    height: 100%;
    width: 100%;
}
.hpro-ftrd .product-box {
    position: relative;
    overflow: hidden;
    width: 222px;
    height: 360px;
    margin: 0 9px 15px;
    padding: 0 0;
    float: left;
    border: 1px solid #fbfbfb;    
}

.product-right-area .product-box {
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 395px;
    margin: 0 5px 15px;
    padding: 0 0;
    float: left;
    border: 1px solid #fbfbfb;    
}
.product-left-area {
    width: 190px;
    float: left;
    margin-right: 5px;
    background-color: #fff;
    padding: 0 10px;
}
.product-right-area {
    width: 1000px;
    float: right;
    margin: 0 0 15px 5px;
    background-color: #fff;
    padding: 10px 0;
}
.prodCat {
    color: #6a6a6a;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: justify;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}
.prodCat p {
    margin:10px 0;
    line-height: 25px;
}
.prodCat h2{
    margin-top: 20px;
    line-height: 28px;
}
.left-area-sub{
    border-bottom: 1px solid #ececec;
    padding-top: 16px;
}
.left-area-sub .title {
    font-size: 18px;
    color: #FE8402;
    font-weight: bold;
}
.left-area-sub .contents {
    margin-top: 10px;
    padding-bottom: 20px;
}
.left-area-sub .contents box{
    max-height: 186px;
}
.filter-brand-box {
    display: block;
    font-size: 13px;
    color: #757575;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.product-box.wrapper {
    position: absolute;
    padding-bottom: 10px;
    width: 223px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.img-box {
    width: 100%;
    position: relative;
}
.prothumb {
    font-size: 19px;
    height: 233px;
}
.prothumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.c1ZEkM {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #c9c9c9;
    font-weight: 700;
}
.prd-box-bot {
    padding: 0 8px;
    margin: 0 auto;
    font-size: 13px;    
}
.prod-title {
    overflow: hidden;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    min-height: 35px;
}
.prod-title a{
    color: #337ab7;
    transition: all 0.5s;
}
.prod-title a:hover{
    color: #23527c;    
}
.prd-emi {
    height: 24px;
    line-height: 24px;
}

.sprice, price {
    height: 20px;
    line-height: 20px;
}
.sprice {
    margin: 5px 0;
    font-size: 14px;
    color: #FE8402;
    font-weight: 500;
}
.price {
    font-size: 12px;
}
.c15YQ9 {
    margin-top: 2px;
    height: 20px;
    line-height: 20px;
    zoom: 1;
}
.btn-m-detail {
    margin-top: -35px;
    visibility: visible;
    text-align: center;
    display: none;
}
.product-box:hover .btn-m-detail{
    display: block;    
}
.product-box:hover{
    transition: all 0.5s;
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
}

.c1enUu {
    width: 100%;
}
.c2i43- {
    float: right;
    color: 
        #9e9e9e;
    font-size: 10px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
}
.price-del, .spdsct {
    margin-right: 5px;
    vertical-align: middle;
}
.price-del {
    position: relative;
    color: #9e9e9e;
}

.sprice-amt, .cx6xCr {
    display: inline-block;
}

.price-amt {
    display: inline-block;
}

.btn-chw, .btn-detail-wrap {
    position: relative;
}

.btn-chw {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
}

.ant-btn-primary {
    color: #fff;
    background-color:#FE8402;
    border-color:#FE8402;
}

.ant-btn-lg {
    padding: 0 15px;
    font-size: 15px;
    border-radius: 2px;
    height: 32px;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.ant-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;        
    white-space: nowrap;
    line-height: 1.15;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 2px;
    height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
}

.view-details-btn {
    background: #1E90FF none repeat scroll 0 0;
    bottom: 5px;
    color:#fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 5px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.view-details-btn span {
    margin-right: 5px;
}
.btn-detail-wrap a:hover{
    color:#fff;
}
.cMcatTitle {
    font-size: 14px;
    color: #1E90FF;
    font-weight: 700;
    border-bottom: 1px solid #1E90FF;
    text-transform: uppercase;
}
.csubTitle {
    font-size: 13px;
    padding-left: 15px;
    color: #757575;
    background-image: url("../img/lisq.png");
    background-repeat: no-repeat;
    background-position: 0 9px;
}
.csubTitle a {
    color: #757575;
    display: block;
    padding: 4px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.csubTitle a:hover {
    color: #1E90FF;
}

.side-catg-nav{
    margin-bottom: 15px;
}

.blog-single-social { float: right; }


/*End Product Page*/

/*Producr Details Page*/
.prd-block-main-information {
    background: #fff;
    padding-bottom: 16px;
    margin-top: 8px;
}
.prd-block {
    display: inline-block;
    vertical-align: top;        
}
.prp-warranty-delivery{
    width: 336px; float: right;
}
.prd-block-gallery {
    width: 338px;
    display: inline-block;
    vertical-align: top;
}

.gallery-preview-wrap {
    border-bottom: 1px solid #eff0f5;
    box-sizing: border-box;
    margin-bottom: 9px;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-preview-wrap-content {
    position: relative;
    overflow: hidden;
    height: 330px;
    width: 330px;
    text-align: center;
    margin: 8px 0 10px 8px;
}

.gallery-preview-wrap-image {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.prd-mod-common-image {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.next-slick.next-slick-horizontal.next-slick-outer {
    padding: 0 24px;
}

.next-slick, .next-slick *, .next-slick ::after, .next-slick ::before {
    box-sizing: border-box;
}

.hasDatepicker { width: 80px; }

.next-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
}

.item-gallery_image-wrapper {
/*    width: 52px; height: 52px;*/
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
}

.next-slick {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.item-gallery__thumbnail-image {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
    margin: auto;
}

.pdp-mod-common-image {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.item-gallery__thumbnail:not(:last-child) {
    margin-right: 14px;
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    transition: all .3s cubic-bezier(.86,0,.07,1);
}

.prd-block-m-info-detail {
    display: inline-block;
    width: calc(1200px - 344px);
    vertical-align: top;    
}

.prp-block-product-detail {
    display: inline-block;
    width: 520px;
    vertical-align: top;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.prd-product-title {
    margin-top: 13px;
    margin-bottom: 11px;
}
.prd-product-title .prd-product-badge-wrapper {
    
}
.prd-product-title .prd-mod-product-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #167bcb;
}
.prd-product-price-d {
    width: 100%;
    display: inline-block;
}
del {
    text-decoration: line-through;
    color: #555;
}
.product-price-detail-page{
    width: 188px;
    float: left;
}
.codavail{
    margin-left: 5px;
}
.emi-amount-detail-month{
    width: 190px;
    float: right;
}
.emi-am-title {
    font-size: 12px;
    margin-bottom: 3px;
}
.btn-emi-cal {
    font-size: 12px;
    color:#2874f0;
    margin-left: 15px;
    cursor: pointer;
    font-style: italic;
}
.price_3, .price_6, .price_9, .price_12{
    font-size: 12px; 
    font-weight: 600;
}
.price_3 {
    color: #167bcb;
}
.price_6{     
    color: #FE8402;    
}
.price_9{     
    color: #167bcb;    
}
.price_12{     
    color: #FE8402;    
}

.original-price-block{
    width: auto;  
}
.prd-product-brand {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff0f5;
    line-height: 20px;
}
.prd-product-brand-divider, .prd-product-brand-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.prd-product-brand-name {
    color: #9e9e9e;
    font-size: 12px;
}
.prd-product-brand-brand-link, .prd-product-brand-suggestion-link {
    display: inline-block;
    vertical-align: middle;
}
.prd-link_size_s {
    font-size: 12px;
}
.prd-link, .pdp-link:visited {
    color: #1a9cb7;
}
.prd-product-brand {
    line-height: 20px;
}
.prp-product-brand-suggestion-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prd-product-price {
    display: inline-block;    
}
.prp-price-d {
    color:#f57224;
    font-size: 18px;
    font-weight: bold;
}
.prd-price-type-deleted {
    text-decoration: line-through;
}
.prd-price-size-xs {
    font-size: 14px;
}
.prd-price-color-lightgray {
    color: #9e9e9e;
}
.prd-price-discount {
    font-size: 13px;
    color: #26abd4;
    font-weight: 700;
}
.EMI-Zero-Details{
    font-weight: bold;
}
.gift {
    margin: 5px 0;
    display: block;
    text-align: left;
    font-size: 12px;
}

.prd-box-bot .prd-emi {
    margin: 5px 0;
    display: block;
    text-align: right;
    font-size: 12px;
    background: url("../img/smart-emi.png") no-repeat 0 0;
    font-weight: 700;
    color: #2874f0;
}
.prd-emi:hover {
    cursor: pointer;
}
.prod-short-des {
    margin: 5px 0 10px;
    font-size: 13px;
}
.prd-detail-emi {
    margin: 5px 0;
    display: block;
    text-align: left;
    color: #2874f0;
}
.giftBadge {
    background-color: #2abbe8;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 9px;
}
.giftTxt {
    background-color: #ffa200;
    padding: 2px 9px;
    color: #FFF;
    font-size: 13px;
}
.emiBadge {
    font-size: 12px;
    padding: 0px 5px 0 0;
    margin-right: 5px;
}

.emiBadge:hover{
    cursor: pointer;
}

.sku-quantity-selection {
    padding-top: 10px !important;
}
.prd-mod-product-info-section {
    padding: 8px 0;
    padding-top: 8px;
}
.sku-quantity-selection .section-title {
    padding-top: 7px;
}
.prd-mod-info-section .section-title {
    display: inline-block;
    margin: 0;
    width: 92px;
    color: #757575;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}
.prd-mod-info-section .section-content {
    display: inline-block;
    width: 100px;
}

.helpline-section{
    margin: 15px 15px;
    text-align: right;
}

.section-content-phone {
    display: inline-block;
    width: 100%;
    
}

.helpline-d { font-size: 23px; color: #FE8402;}
.helpline-d span{font-size: 25px; color: #2874f0; font-weight: bold;}

.cal_qty {
    padding: 8px 8px;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 80px;
    margin: 0 0 10px;
}
#prd-quantity-input-d{
    width: auto;
    float: left;
}

.btn-details-page{
    display: inline-block;
    margin: 3px auto;
}
.prd-buy-cart {
    margin-top: 8px;
    border-radius: 2px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
}
.add-to-cart-buy-now-btn {
    padding: 0;
    width: 225px;
    text-align: center;
    margin-right: 10px;
}
.prd-button-shagni-blue { 
    border: 1px solid #2abbe8;
    background: #2abbe8;
    color: #fff;
}
.prd-button-size-xl {
    height: 44px;
    font-size: 16px;    
}
.prd-button {
    padding: 0 24px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.prd-button-shagni-orrange {
    border: 1px solid #FE8402;
    background: #FE8402;
    color: #fff;
}
.prd-button-shagni-blue:hover {
    border-color: #26abd4;
    background: #26abd4;
}
.prd-button-shagni-orrange:hover {
    background: #d0611e;
}
.prd-button-text {
    display: block;
}
.warranty {
    background-color: #fafafa;
    color: #212121;
    border-top: 1px solid #eff0f5;
}
.warranty-header {
    display: table;
    padding: 20px 10px 2px;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.warranty-header-title {
    display: table-cell;
    font-size: 14px;
    color:#51A5BA;
    font-weight: bold;
    font-family: Roboto-Medium;
    width: 300px;
}

.warranty-content-item {
    padding: 5px 10px;
}

.warranty-content-item-body {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.warranty-option-item-icon {
    display: table-cell;
    padding-right: 10px;
    width: 35px;
    box-sizing: border-box;
}
.warranty-option-item-info {
    display: table-cell;
    vertical-align: middle;
}
.warranty-option-item-title {
    line-height: 14px;
    margin-bottom: 7px;
    font-size: 13px;
}
.warranty-option-item-body {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.pdr-warranty-delivery {
    width: 330px;
    display: inline-block;
    vertical-align: top;
}
.details-delivery-content {
    padding: 3px 5px;
}

.prd-block-addi-info {
    width: 100%;
    margin-top: 12px;
    table-layout: fixed;
}
.prd-block-product-description{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.full-width{
    flex-basis: 100%;
    width: 100%;
}
.background-white {
    background-color: #fff;
}
.prd-detail-section-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prd-block-addi-info h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 51px;
    margin: 0;
}
.outer-title {
    padding-left: 24px;
    padding-right: 24px;
    height: 52px;
    line-height: 52px;
    background: #fafafa;
}
.prd-product-detail {
    position: relative;   
}
.prd-product-detail .height-limit {
    height: 780px;
}
.prd-product-detail .prd-product-desc {
    height: auto;
    overflow-y: hidden;
    padding: 5px 14px 5px 24px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    line-height: 25px;
}
.prd-product-detail p{
    margin:10px 0;
}
.html-content {
    word-break: break-word;
}
.html-content .detail-content{
    position: relative;
    height: auto;
    margin-top: 16px;
    padding-bottom: 16px;
    line-height: 19px;
    overflow-y: hidden;
    border-bottom: 1px solid #eff0f5;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
    line-height: 30px;
    text-align: left;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}
h4 {
  display: block;
  font-size: 1em;
  margin: 1em 0;
  font-weight: bold;
}
h4 {
  display: block;
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}
h5 {
  display: block;
  font-size: .83em;
  margin: 1.67em 0;
  font-weight: bold;
}
h6 {
  display: block;
  font-size: .67em;
  margin: 2.33em 0;
  font-weight: bold;
}

.block-margin-top {
    margin-top: 12px;
}
.prd-product-detail .detail-content h2 {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
}

/* End Producr Details Page */

/*Cart Page*/
.cart-wrapper{
    width: 100%;
}
.cart-left-container{
    width: 788px;
    float: left;
}

.delivery-option {
    background-color: #fff;
    padding-bottom: 6px;
    margin-bottom: 12px;
    width: 100%;
}

.delivery-option-body {
    height: 28px;
    padding: 0 12px;
    display: table;
    width: 100%;
}
.delivery-alter {
    width: 764px;
    background-color: #fff;
}
.delivery-alter-title {
    font-size: 12px;
    line-height: 16px;
    color: #2195c4;
    padding-top: 12px;
    padding-bottom: 8px;
}

.delivery-alter .wrapper {
/*    width: 764px;*/
    width: 100%;
    height: 78px;
    overflow: hidden;
}
.delivery-alter .wrapper .delivery-item {
    height: 80px;
    border: 1px solid hsla(0,0%,85%,.5);
    border-radius: 2px;
    cursor: pointer;
    float: left;
    position: relative;
    background:#fff;
    padding: 0 9px;
}
.delivery-alter .wrapper .delivery-item-content {
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 190px;
}
.delivery-alter .wrapper .item-name-wrap {
    position: relative;
    margin-bottom: 5px;
}

.cart-items-block {
    background-color:#fff;
    margin-bottom: 12px;
}
.cart-items {
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.cart-items-inner {
    display: table;
    width: 100%;
}
.cart-items-left {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 122px - 180px);
    padding-left: 10px;
}
.pay-options-left  {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 400px);
    padding-left: 10px;
}
.emi-optiom-block {
    display: inline-table;
}

.emi-month-options select {
  background-color: #2195c4;
  color: white;
  padding: 12px;
  width: 237px;
  border: none;
  font-size: 13px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.emi-month-options:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.emi-month-options select option {
  padding: 20px;
}

.pay-options-right {
    display: table-cell;
    vertical-align: top;
    width: 400px;
    text-align: left;
    padding:0 10px;
    float: right;
}
.emi-month-options{
    width: 100%;
    display: block;    
}
.month {
    width: 86px;
    border: 1px solid #ccc;
    float: left;
    margin: 5px 5px;
    padding: 3px 3px;
    height: 28px;
}
.cart-items-left .img-wrap {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 12px;
}
.cart-items-left .img-wrap .img {
    width: 80px;
    height: 80px;
}
.cart-items-left .cart-content {
    display: inline-block;
    width: 332px;
}
.cart-items-left .cart-content .cart-content-title {
    display: block;
    width: 100%;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
}
.cart-items-left .cart-content .sku {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}
.cart-items-left .cart-content .cart-del {
    margin-top: 8px;
    color: #9e9e9e;
}
.cart-items-left .cart-content .cart-action .car-delete, .cart-items-left .cart-content .cart-action .wishlist {
    cursor: pointer;
    font-size: 24px;
    margin-right: 8px;
}

.cart-items-middle {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    padding-left: 9px;
}

.cart-items-middle .sprice, .cart-items-right .sprice {
    font-size: 18px;
    line-height: 28px;
    color:#FE8402;
    font-weight: 500;
    margin-bottom: 4px;    
}

.cart-items-middle .price {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    margin-bottom: 8px;
    text-decoration: line-through;
}

.cart-items-middle .disc-percent{
    font-size: 14px;
    line-height: 16px;
    color:#212121;
    font-weight: 500;
}
.cart-items-right{
    display: table-cell;
    vertical-align: top;
    width: 180px;
    text-align: right;
    padding-right: 10px;
}

.cart-items-right .quantity {
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    color: #212121;
}

.cart-items-right .quantity .item-quantity-prefix {
    font-size: 14px;
    color: #757575;
    vertical-align: middle;
}
.cart-items-right .quantity .item-quantity-value {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    vertical-align: middle;
}

.cart-right-container{
    width: 388px;
    float: right;
}
.cart-summary-section {
    padding: 0 0;
    background: #fff;
}
.cart-summary-section-content{
    border-bottom: 1px solid #eff0f5;
    padding-bottom: 16px;
}

.cart-summary-section-heading {
    font-size: 20px;
    color: #212121;
    margin-bottom: 14px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.cart-summary-row:last-child {
    margin-bottom: 0;
}
.cart-summary-label {
    display: table-cell;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
    line-height: 16px;
    vertical-align: middle;
    width: 50%;
}
.cart-summary-rows {
    margin-bottom: 15px;
}
.cart-summary-row {
    display: table;
    width: 100%;
    margin-bottom: 16px;
}
.cart-summary-value {
    display: table-cell;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #202020;
    letter-spacing: -.44px;
    vertical-align: middle;
}
.coupon-input-col {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
}
.coupon-input {
    margin-bottom: 8px;
}
.coupon-input-inner {
    display: table;
    width: 100%;
    margin-bottom: 4px;
}
.coupon-input-col:first-child {
    padding-right: 8px;
}
.coupon-input-control {
    width: 100%;
}
.cart-to-checkout{
    text-align: right;
}
.remove-p-cart{
    cursor: pointer;
}
.clear {
    clear: both;
}
.width-100p{
    width: 100%;
}
.shagni-input {
    display: inline-table;
    border-collapse: separate;
    overflow: visible;
    border: 1px solid #eff0f5;
    width: 200px;
    border-spacing: 0;
    background-color: #fff;
    transition: all .3s ease-out;
}
.shagni-input input {
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 8px;
    font-size: 14px;
}
.shagni-input input, .shagni-input textarea {
    width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent;
}
.coupon-input-button {
    border: none;
    height: auto;
    line-height: 40px;
    width: 104px;
    display: block;
    background-color: #25a5d8;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}
.coupon-input-button:hover {
    background-color: #2195c4;
}
.coupon-input-col:last-child {
    width: 104px;
}
.coupon-input-control {
    width: 100%;
}
.cart-order-total {
    margin-top: 10px;
}
.cart-order-total-row {
    display: table;
    width: 100%;
    margin-bottom: 16px;
}
.cart-order-total-title {
    display: table-cell;
    font-size: 14px;
    color: #202020;
    line-height: 16px;
}
.cart-order-total-fee {
    display: table-cell;
    font-size: 18px;
    color: #FE8402;
    text-align: right;
}
.cart-order-total-fee-tip {
    font-size: 12px;
    color: #424242;
    letter-spacing: 0;
    line-height: 16px;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.next-btn-primary, .next-btn-primary.visited, .next-btn-primary:link, .next-btn-primary:visited {
    color: #fff;
}
.cart-order-total-button.next-btn {
    width: 100%;
    height: 40px;
    line-height: 14px;    
}
.next-btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: inherit;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: none;
    border-radius: 2px;
    border-style: solid;
    text-align: center;
}
.next-btn-primary {
    border-style: solid;    
}
.next-btn-large {
    margin: 0;
    margin-left: 0px;
    height: 48px;
    padding: 0 36px;
    font-size: 14px;
    line-height: 46px;
    border-width: 1px;    
}

/*Checkout Page*/
.checkout-wrapper{
    width: 100%;
}
.checkout-address {
    background-color: #fff;
    padding: 0 0;
}
.checkout-address-block {
    padding-bottom: 16px;
}
.address-head {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 14px;
}
.checkout-box-title {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: left;
}
.address-title-block {
    position: relative;
    margin-bottom: 8px;
}
.address-icon {
    color: #5bbbce;
    font-size: 12px;
    margin-right: 6px;
}

.address-title-block .address-title {
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    width: 300px;
    height: 16px;
}
.address-edit {
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    color: #1a9cb7;
    line-height: 16px;
}
.address-info-item, .address-name {
    font-size: 13px;
    line-height: 16px;
    color: #212121;
/*    margin-left: 21px;*/
    word-wrap: break-word;
}
.checkout-items-left {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 300px);
    padding-left: 10px;
}
.checkout-items-right {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    text-align: left;
    padding-right: 10px;
}

.checkout-d-label{
  color:#666;  
  font-weight: normal;
}

/* The container */
.container-radio-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#666;
}

/* Hide the browser's default checkbox */
.container-radio-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-radio-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-radio-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-radio-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-radio-checkbox .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.acceptTerms{
    margin: 0 auto 20px;   
}

.notAcceptTerms{
    border:2px solid red;    
}

.emi-tenure-main{
    width: 100%;
    display: block;
    padding: 3px 11px 3px 6px;
}
.bank-list-emi{
    width: 45%;
    float: left;
    cursor: pointer;
    font-weight: 500;
}

.emi-calculator{
    width: 45%;
    float: right;
    text-align: right;
}
.bank-list-emi:hover, .emi-calculator:hover{
    cursor: pointer;
    color: #2195c4;
    text-decoration: underline;
}

/*General page*/

.page-wrapper{
    display: inline;
    float: left;
    padding: 0 0;
    width: 100%;
}
.page-body{
    background-color:#FFF0;
    display: inline;
    float: left;
    padding: 0 0;
    width: 100%;
    min-height: 450px;
}
.pageTitle {
    font-size: 1.52em;
    margin: 5px 0 10px;
    font-weight: bold;
    padding: 0 0 5px 2px;
    color: #797979;
}
.pageContent {
    line-height: 1.714em;
    font-size: 1em;
    text-align: justify;
}
.body-text{
    margin-top: 10px;
}
/* Member page */
.profile-left {
    float: left;
    width: 200px;
    margin-right: 10px;    
}
.cname {
    margin: 10px auto 0;
    font-size: 12px;
}
.notverified {
    background-color: red;
    padding: 0px 3px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.vlabel {
    border-radius: 20px;
    width: 104px;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
}
.notverified a {
    color: #fff;
}
.verified {
    
}
.verified a {
    color: #008000; font-weight: bold; text-transform: uppercase;    
}
.sideTitle {
    margin: 10px 0 0;
}
.sideTitle a {
    font-size: 14px;
    font-weight: 700;
    color: #424242;    
}
.member-nav li {
    padding-left: 10px;
    line-height: 25px;
}
.profile-right {
    float: right;
    width: 900px;
}
.member-content {
    display: inline;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px;
}
.member-content .member-page-head {
    display: inline;
    float: left;
    padding: 0 0;
    width: 100%;
    font-size: 14px;
    margin:0 0 10px;
    color:#797979;
}
.member-page-head span {
    margin-top: 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-member input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    width: 90%;
}

.memberBtn {
    width: 300px;
    background-color: #FE8402;
    height: 43px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border: 0px;
    min-width: 135px;
    padding: 0 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/*Top Menu*/


/*Login Page*/

.login-box {
    width: 800px;
    margin: 0 auto;
    padding: 0px 0px;
    color: #757575;
    background: transparent;
}
.login-title {
    width: 100%;
    margin: 50px 17px 15px 0;
    height: 26px;
    line-height: 26px;
}
.login-title h1 {
    font-size: 22px;
    color: #424242;
    font-weight: 400;
}
.login-right {
    float: right;
    margin-top: -10px;
    color: 
        #757575;
}
.login-box .myaccount-area {
    display: inline;
    float: left;
    padding: 0 20px 25px;
    width: 100%;
    background-color: 
        #fff;
    margin: 0 auto 20px;
}
.login-box .myaccount-area .myaccount-login {
    display: inline;
    float: left;
    width: 100%;
}

.login-col1 {
    width: 380px;
    float: left;
}

.error {
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}
.form-group {
    margin-bottom: 15px;
}
.form-group span {
    color:red;
}
.login-form label {
    font-weight: normal;
    margin-top: 8px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.login-form .inp-text-sel-etc {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.login-btn {
    width: 100%;
}
.login-btn {
    background-color: #FE8402;
}
.login-form .lost-password {
    color: #555;
    margin-top: 10px;
    width: 100%;
}
.login-btn:hover, .registerBtn:hover, .memberBtn:hover  {
    background-color: #d0611e !important;
}
.login-btn {
    height: 43px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border: 0px;
    min-width: 135px;
    padding: 0 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}

.form-control {
    display: block;
    width: 300px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: none;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.selectdv {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
/*  background: #2c3e50;*/
  overflow: hidden;
  border-radius: 4px 4px;
  border: 1px solid #ccc;
  box-shadow: none;
}
select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
}
/* Arrow */
.selectdv::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
/*  background: #34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.selectdv:hover::after {
  color: #f39c12;
}
.login-col2 {
    width: 310px;
    float: right;
}
.pageContent #product input {
    width: 100%;
}
.prod_d {
    height: 500px;
    width: 100%;
}

.inputtext {
    width: 100%;
}

.submit-btn {
    height: 30px;
    max-width: 250px;
}

.login-form .lost-password a {
    color: 
        #1E90FF;
    float: right;
}
#myaccount {
    display: inline;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
}
.login-form .want-offer {
    cursor: pointer;
}
#myaccount .myaccount-area .myaccount-register {
    display: inline;
    float: left;
    width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.registerBtn {
    width: 100%;
    background-color: #FE8402;
    height: 43px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border: 0px;
    min-width: 135px;
    padding: 0 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.regiH {
    font-size: 14px;
    font-weight: bold;
    margin: 35px 0 0;
}
.regi-policy {
    font-size: 12px;
    margin: 3px 0px;
    display: inline-block;
    text-align: center;
}
/*End Login Page*/

/* Blog Page */
.blog-box {
    float: left; margin: 10px 5px; padding: 5px 5px; min-height: 400px;
}
.blog-img {
    min-height: 100px;
}
.blog-text {
    text-align: left;
}
.blog-text .title {
    font-size: 12px; margin-bottom: 10px;
}
.read-mor-btn { float: right; margin-top: 5px; color: #2874f0;}

/*Footer*/
.footer {
    display: inline;
    float: left;
    width: 100%;
    background-color: #2b70b8;
    padding:25px 0;    
}
.footer-box {
    float: left;
    border: 0px solid red;
}
.footer-box .title{
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1.5em;
    text-align: left;
    color: #FFF;
    font-weight: bold;
}
.contents p {
    margin: 0 0 10px;
    line-height: 25px;
}
.contents .head{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;

}
.footer-box-smal{
    float: left;
    margin: 10px 5px;
}
.footer-box-smal .title{
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
}
.footer-nav li a {
    color:#FFF;
}
.footer-nav li a:hover {
    color: #1E90FF !important;
    text-decoration: underline;
}
.shagn-payment-method {
    display: none;
    width: 100%;
    margin:10px 0;
}
.shagn-payment-method img {
    width: 100%;
}
.footer-links {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
ul.footer-links li {
    width: 100%;
    display: block;
    margin: 8px auto;
    vertical-align: top;
    font-size: 1em;
    letter-spacing: 0.05em;
    color: #000;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}
.footer-links li.add {
    background: url(../img/icon-add.png) no-repeat left top;
    padding-left: 30px;
}
.footer-links li.tel {
    background: url(../img/icon-tel.png) no-repeat left top;
    padding-left: 30px;
}
.footer-links li.whatsApp {
    background: url(../img/whatsapp-icon.png) no-repeat left top;
    padding-left: 30px;
}
.footer-links li.fax {
    background: url(../img/icon-fax.png) no-repeat left top;
    padding-left: 30px;
}
.footer-links li.mail {
    background: url(../img/icon-mail.png) no-repeat 2px top;
    padding-left: 30px;
}
.social-icons {
    margin: 0px;
    display: block;
}
.social-icons li {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    padding: 0;
    width: auto;
}
.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

.social-icons li.facebook a, .social-icons li.line a, .social-icons li.twitter a, .social-icons li.youtube a, .cd-top {
    background-image: url(../img/iconset.svg);
    background-color: transparent;
    background-repeat: no-repeat;
}
.social-icons li.facebook a {
    background-position: -726px -60px;
    background-color: #3b5998;
}
.social-icons li.youtube a {
    background-position: -822px -60px;
    background-color: #C00;
}
.social-icons li.line a {
    background-position: -770px -60px;
    background-color: #0fbb40;
}

.social-icons li.twitter a {
    background-position: -8px -59px;
    background-color: #0fbb40;
}
.copyright {        
    font-size: 10px; color:#fff;
}

#memicon{ display: none; text-align: right; font-size: 15px; cursor: pointer;}

.prod_details_des{
        display: block;
    }
    .prod_out{
        width: 80%;
        margin: 0 auto;
    }
    .prod_zone01 {
        background: url("../product/common/shagni_crys01.jpg") no-repeat;
    }
    .title01a {
        font-size: 37px;
        padding: 30px 0 20px 350px;
    }
    .title01b {
        font-size: 37px;
        padding: 0 0 20px 600px;
    }
    .txt01 {
        float: right;
        width: 65%;
    }
    .prod_zone01_img {
        float: right;
    }
    .size01 {
        font-size: 57px;
        line-height: 57px;
    }
    .c_blue {
        color: #01b0f1;
    }
    .c_green {
        color: #92d14f;
    }
    .c_blue, .c_blue01, .c_blue02, .c_green, .c_green01, .c_green02, .c_green03, .c_brown { font-family: "Arial Black"; }
    .prod_zone02 {
        padding-left: 120px;
    }
    .prod_img_left {
        display: inline-block;
        width: 19%;
    }
    .prod_txt_right {
        display: inline-block;
        width: 80%;
        vertical-align: bottom;
    }
    .prod_zone01::after {
        content: "";
        clear: both;
        display: block;
    }
    .prod_zone02 {
        padding-left: 120px;
    }
    .prod_img_left {
        display: inline-block;
        width: 19%;
    }
    .prod_txt_right {
        display: inline-block;
        width: 80%;
        vertical-align: bottom;
    }
    .title02 {
        font-size: 37px;
        padding: 0 0 20px 0;
        line-height: 42px;
    }
    .c_blue01 {
        color: #285ea6;
    }
    .prod_zone03 {
        padding-left: 120px;
        margin-top: 30px;
    }
    .prod_txt_left {
        display: inline-block;
        width: 80%;
        vertical-align: bottom;
    }
    .title03 {
        font-size: 37px;
        padding: 0 0 20px 0;
        line-height: 42px;
    }
    .c_green01 {
        color: #006c32;
    }
    .txt03 {
        letter-spacing: -0.3px;
    }
    .prod_img_right {
        display: inline-block;
        width: 19%;
        text-align: right;
    }
    img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .prod_zone04 {
        padding-left: 120px;
        margin-top: 40px;
    }
    .title04 {
        font-size: 37px;
        padding: 0 0 20px 0;
        line-height: 42px;
    }
    .c_brown {
        color: #782f28;
    }
    .txt04 {
        letter-spacing: -0.3px;
    }
    .prod_zone05 {
        padding-left: 120px;
    }
    .ro_left {
        width: 76%;
    }
    .title05 {
        font-size: 37px;
        padding: 0 0 20px 0;
        line-height: 42px;
    }
    .c_blue02 {
        color: #01b0f1;
    }
    .txt05 {
        padding-bottom: 20px;
    }
    .ro_right {
        width: 23%;
    }
    .prod_zone06 {
        padding-left: 120px;
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .title06 {
        font-size: 37px;
        padding: 0 0 20px 0;
        line-height: 42px;
    }
    .c_green02 {
        color: #92d14f;
    }
    .txt06 {
        padding-bottom: 20px;
    }
    .prod_zone10 {
        margin-bottom: 50px;
    }
    .title10a {
        font-size: 37px;
        color: #dfe000;
        font-family: "Arial Black";
        padding-left: 250px;
    }
    .title10b {
        font-size: 37px;
        font-family: "Arial Black";
        padding-left: 550px;
        margin: 12px 0 10px 0;
    }
    .txt10 {
        width: 460px;
        margin: 0 auto 15px auto;
    }
    .pic10 {
        text-align: center;
    }
    .prod_zone07 {
        padding-left: 10px;
    }
    .title07 {
        padding-left: 100px;
    }
    .title07a {
        font-size: 37px;
    }
    .c_green03 {
        color: #00af50;
    }
    .title07b {
        font-size: 30px;
        padding: 10px 0 0 200px;
    }
    .prod_zone07_list {
        display: inline-block;
        text-align: center;
        width: calc(100% / 4 - 5px);
    }
    .prod_zone08 {
        text-align: center;
        font-size: 37px;
        line-height: 42px;
        margin-top: 30px;
    }
    
    .datatable {
        display: inline-table;
    }
    .datatable {
        vertical-align: top;
        text-align: left;
        margin: 5px auto;
        width: 100% !important;
        overflow-x: auto;
        white-space: nowrap;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .datatable tr:nth-child(2n+1) {
        background: #fff;
    }
    .datatable tr:nth-child(2n) {
        background: #eff2f6;
    }
    .datatable td {
        padding: 6px 12px;
        font-size: 1em;
        font-weight: 500;
        border: 1px solid #d9d7ce;
    }
    .about_block {
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 10px 10vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        background: url(../product/common/about.jpg) no-repeat right top #fff;
            background-size: auto;
        background-size: contain;
    }
    .about {
        width: 66%;
        margin: auto;
        text-align: center;
    }
    .about p {
        font-size: 1em;
        font-weight: 400;
        margin-bottom: 4%;
        color: #354153;
        text-align: left;
    }
    .about h2 {
        font-size: 1.5em;
        font-weight: 500;
        color: #39485f;
        margin-bottom: 4%;
        display: block;
        -webkit-font-smoothing: subpixel-antialiased;
        text-align: left;
    }
    
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.order-list {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px 15px;
    border: 1px solid #dddddd;
    margin: 10px 0;
    background-color: #fff;
}

.order-list h1 {
    border: none;
    padding: 0;
    margin: 0 0 5px;
    color: #333333;
    font-size: 14px;
}
.order-list h1 span {
    
}
.order-list p {
    font-size: 12px;
    color: #666666;
    line-height: 21px;
    margin: 0;
}
.order-list p span {
    color: #333333; font-size: 13px;
}
.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.dispInline{
    display: inline-block;
}

@media only screen and (max-width : 767px) {
     .col-sm-1,
     .col-sm-10,
     .col-sm-11,
     .col-sm-12,
     .col-sm-2,
     .col-sm-3,
     .col-sm-4,
     .col-sm-5,
     .col-sm-6,
     .col-sm-7,
     .col-sm-8,
     .col-sm-9 {
      float:left
     }
     .col-sm-12 {
      width:100%
     }
     .col-sm-11 {
      width:91.66666667%
     }
     .col-sm-10 {
      width:83.33333333%
     }
     .col-sm-9 {
      width:75%
     }
     .col-sm-8 {
      width:66.66666667%
     }
     .col-sm-7 {
      width:58.33333333%
     }
     .col-sm-6 {
      width:50%
     }
     .col-sm-5 {
      width:41.66666667%
     }
     .col-sm-4 {
      width:33.33333333%
     }
     .col-sm-3 {
      width:25%
     }
     .col-sm-2 {
      width:16.66666667%
     }
     .col-sm-1 {
      width:8.33333333%
     }
    .hidden-phone,.corporate_process, .ca-nv-save, .header-search-box{
        display: none !important;
    }    
    a.wishlist-custom-icon, a.cart-custom-icon, a.profile-custom-icon{
        width: 30px; height: 30px;
        line-height: 32px;
    }    
    
    .header-links{
        max-width: 200px;
        float: left;
        margin-left: 10px;
    }
    .mobile-menu{
        max-width: 80px;
        float: right;    
    }
    /*Member Page*/
    .profile-left {
        display: none;
        position: fixed;
        top:0;
        left:0;
        background-color: #eeeaea;
    }
    #memicon{
        display: block;
    }
    .profile-right{
        width: 100%;
    }
    .form-control, .memberBtn {
        width: 100%;
    }
    
    #add-to-cart-modal .modal-dialog {
        width: 100% !important;
    }
    
    .next-btn-large {
        padding: 0 32px;
    }
    
    .login-box .myaccount-area{
        padding: 0 3px;
    }
    .login-box, .login-col1, .login-col2 {
        width: 100%;
        float: left;
    }
    .blog-box{
        width: 100%;
    }
    .blog-box img {
        width: 100%;
    }
    .product-left-area {
        display: none !important;
    }
    .prod_zone01 {
        background: none;
    }
    .title01a {
        padding: 30px 0 20px 0;
    }
    .title01b {
        padding: 0 0 20px 150px;
    }
    .txt01 {
        float: none;
        width: 100%;
    }
    .title10b, .title10a, .prod_zone02, .prod_zone03, .prod_zone04, .prod_zone05, .prod_zone06 {
        padding-left: 0;
    }
    .title07b {
        padding: 5px 0;
    }
    .about {
        width: 100%;
    }
        
}

@media only screen and (min-width : 320px) {
    .container {
        width: 100%;
        margin:0 auto;
    }
    .hm-sup-ban .box{
        width: 100%;
        margin:0 5px;
    }  

    .hm-sup-ban span {
        font-size: 30px !important;
        color: #1E90FF;
    }

    .hm-sup-ban h4 {
        color: #1E90FF;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 0.5px;
        font-size: 14px;
    }

    .hm-sup-ban p {
        color: #839199;
        font-size: 13px;
        margin-bottom: 0;
    }

    .h-box-img {
        width: 100%;        
    }

    i.fa.fa-sort-desc {
        font-size: 15px;
        position: absolute;
        right: 5%;
        top: 8px;
        font-weight: bold;
    }
/*    .header-logo {
        width: 100%;        
    }*/
    .search-box{
        width: 100%;
        margin: 2px 2px;  
    }
    .search-box input.search-box-text {
        width: 250px;
        border-radius: 4px 0px 0px 4px;
    }
    .cart-wishlist{
        width: 212px;
        text-align: center;
    }
    
    .footer-box-first,.footer-box-middle,.footer-box-last{
        margin: 5px 0;
        width: 100%;
        padding: 0 10px;
    }

    .footer-box-smal{
        width: 120px;
    }
    
        
    .product-right-area {
        width: 98%;
        float: left;
    }
    .hproftb .puxlXr {
        display: none;
    }
    .hproftb .timer-bl {
        margin-left: 27px;
        font-size: 14px;        
    }
    ._2AkmmA { 
        padding: 4px 13px;
    }
    .product-right-area .product-box {
        width: 48%;
        height: 365px;
        min-width: 150px;
        max-width: 230px;
        margin: 3px 2px;;               
    }
    
    .hpro-ftrd .product-box {
        width: 44%;
        height: 325px;
    }
    .prothumb {
        height: 168px;
    }
    .prd-box-bot .prd-emi {
        background: none;
        text-align: left;
    }
    
    /*Member Menu*/
    .ca-nv-user .user-account-main{
        right: 0px;
    }
    
    /* Product Detail Page*/
    
    .prd-block-gallery {
        width: 100%;
    }
    .prd-block-m-info-detail {
        width: 100%;
        padding: 3px 10px;
    }
    .prp-block-product-detail {
        width: 100%; padding: 0 0;
    }
    .prd-product-title .prd-mod-product-title {
        font-size: 13px;
    }
    
    .product-price-detail-page, .emi-amount-detail-month,#prd-quantity-input-d,.btn-details-page {
        width: 100%;
        margin:5px 0;
    }
    .next-slick.next-slick-horizontal.next-slick-outer {
        padding: 0 10px;
        width: 100%;
    }
    .xzoom-container {
        width: 100%;
    }
    .prp-warranty-delivery {
        width: 100%;        
    }
    
    /*Cart Page*/
    .cart-left-container, .cart-right-container {
        width: 100%;
    }
    .cart-items-left {
        width: 100%;
        float: left; 
    }
    .cart-items-middle{
        width: 40%;
        float: left;
    }    
    .cart-items-right{
        width: 55%;
        float: left;
    }
    .mobile-hidden {
        display: none;
    }
    .delivery-alter{
        width: 100%;
    }
      
    .modal-detail-popup-img{
        text-align: center;
    }
    .modal-content .product-view-content h3 {
        font-size: 18px !important;
    }
    
    /*Checkout Page*/
    .checkout-items-left, .checkout-items-right, .pay-options-left{
        width: 100%; float: left;
    }
    .checkout-items-right{
     padding-left: 10px;   
    }   
}

@media only screen and (min-width : 480px) {
    .container {
        width: 100%;
        margin:0 auto;
    }
    .ca-nv-save {
        display: block;
    }
    .hm-sup-ban .box{
        width: 45%;
        margin:0 5px;
    }  

    .hm-sup-ban span {
        font-size: 30px !important;
        color: #1E90FF;
    }

    .hm-sup-ban h4 {
        color: #1E90FF;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 0.5px;
        font-size: 14px;
    }
    .hm-sup-ban p {
        color: #839199;
        font-size: 13px;
        margin-bottom: 0;
    }  
    i.fa.fa-sort-desc {
        font-size: 15px;
        position: absolute;
        right: 5%;
        top: 8px;
        font-weight: bold;
    }  
    .header-logo {
        width: 200px;
    }
    .header-logo a img{
        
    }
    .search-box{
        width: 260px;
        margin: 2px 2px;  
    }
    .search-box input.search-box-text {
        width: 200px;
        border-radius: 4px 0px 0px 4px;
    }
    .cart-wishlist{
        width: 220px;
        text-align: center;
    }
    
    .footer-box-first,.footer-box-middle,.footer-box-last{
        margin: 5px 0;
        width: 100%;
        padding: 0 10px;
    }
    .footer-box-smal{
        width: 160px;
    }       
    .hpro-ftrd .product-box {
        width: 30%;
        height: 296px;
    }
    .prothumb {
        height: 168px;
    }    
    .hproftb .puxlXr {
        float: left;
        display: block;
        font-size: 20px;         
    }
    .hproftb .timer-bl {
        margin-left: 50px;    
    }
    ._2AkmmA { 
        padding: 4px 13px;
    }
    .product-right-area .product-box {
        width: 32.33%;
        margin: 3px 2px;
        height: 372px;
    }
    .product-right-area .product-box .prothumb {
        height: 178px;
    }    
    /*Cart Page*/
    .cart-left-container, .cart-right-container {
        width: 100%;
    }
    .cart-items-left {
        width: calc(100% - 248px);
        float: left; 
    }
    .cart-items-middle{
        width: 120px;
        float: left;
    }    
    .cart-items-right{
        width: 120px;
        float: left;
    }
    .cart-items-right-btn{
        float: right;
        margin-right: 10px;
    }
    .mobile-hidden {
        display: block;
    }
    .delivery-alter{
        width: 100%;
    }      
    .modal-detail-popup-img{
        text-align: center;
    }
    .modal-content .product-view-content h3 {
        font-size: 18px !important;
    }
    
}

@media only screen and (min-width : 768px) {
    .container {
        width: 100%;
        margin:0 auto;
    }
    .h-box-img {
        width: 24%;        
    }
    i.fa.fa-sort-desc {
        font-size: 15px;
        position: absolute;
        right: 5%;
        top: 8px;
        font-weight: bold;
    }
    .header-logo {
        width: 200px;
        display: block;
    }
    .search-box{
        width: 265px;
        margin: 2px 2px;  
    }
    .search-box input.search-box-text {
        width: 212px;
        border-radius: 4px 0px 0px 4px;
    }
    .cart-wishlist{
        width: 292px;
        text-align: center;
    }    
    .hm-sup-ban .box {
        width: 32%;
        margin: 0 5px;
    }    
    .footer-box-first,.footer-box-middle,.footer-box-last{
        width: 33.33%;
        margin: 5px 0;
        padding: 0 10px;
    }
    .footer-box-smal{
        width: 160px;
    }    
    .hpro-ftrd .product-box {
        width: 23.6%;
    }    
    .product-right-area {
        max-width: calc(100% - 200px);
    }
    .product-right-area .product-box {
        width: 23.6%;
        margin: 8px 5px;
        height: 385px;
    }
    .product-right-area .product-box .prothumb {
        height: 212px;
    }
    
    /* Product Detail Page*/    
    .prd-block-gallery {
        width: 48%;
    }
    .prd-block-m-info-detail {
        width: 49%;
        padding: 3px 10px;
        margin-left: 10px;
    }
    .prp-block-product-detail {
        width: 100%; padding: 0 0;
    }
    .prd-product-title .prd-mod-product-title {
        font-size: 13px;
    }
    
    .product-price-detail-page, .emi-amount-detail-month,#prd-quantity-input-d,.btn-details-page {
        width: 100%;
        margin:5px 0;
    }
    .next-slick.next-slick-horizontal.next-slick-outer {
        padding: 0 10px;
        width: 100%;
    }
    .xzoom-container {
        width: 100%;
    }
    .prp-warranty-delivery {
        width: 100%;        
    }    
    /*Cart Page*/
    .cart-left-container {
/*      width: calc(100% - 260px);  */
        width: 100%;
    }
    .cart-right-container {
        width: 250px;
    }
    .cart-items-left {
        width: calc(100% - 430px);
        float: left; 
    }
    .cart-items-middle{
        width: 140px;
        float: left;
    }    
    .cart-items-right{
        width: 140px;
        float: left;
        margin-top: 0px;
    }
    .cart-items-right-btn{
     float: right;
     margin-right: 10px;
    }
    .mobile-hidden {
        display: block;
    }
    .delivery-alter{
        width: 100%;
    }       
    .modal-detail-popup-img{
        text-align: center;
    }
    .modal-content .product-view-content h3 {
        font-size: 18px !important;
    }    
    .profile-right{
        width: calc(100% - 215px);
    }
    .blog-box{
        width: 23.33%;
    }
    .blog-box img {
        max-width: 100%;  
    }
    .blog-box-de {
        width: 100%;
    }
    .blog-box-de img {
        width: 100%;
        height: 300px;
    }
}

@media only screen and (min-width : 992px) {
    
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
     float:left
    }
    .col-md-12 {
     width:100%
    }
    .col-md-11 {
     width:91.66666667%
    }
    .col-md-10 {
     width:83.33333333%
    }
    .col-md-9 {
     width:75%
    }
    .col-md-8 {
     width:66.66666667%
    }
    .col-md-7 {
     width:58.33333333%
    }
    .col-md-6 {
     width:50%
    }
    .col-md-5 {
     width:41.66666667%
    }
    .col-md-4 {
     width:33.33333333%
    }
    .col-md-3 {
     width:25%
    }
    .col-md-2 {
     width:16.66666667%
    }
    
    .container {
        width: 100%;
        margin:0 auto;
    }
    i.fa.fa-sort-desc {
        font-size: 15px;
        position: absolute;
        right: 5%;
        top: 8px;
        font-weight: bold;
    }
    .header-logo {
        width: 250px;
        text-align: left; 
        display: block;
    }
    .search-box{
        width: 440px;
        margin: 2px 2px;  
    }
    .search-box input.search-box-text {
        width: 390px;
        border-radius: 4px 0px 0px 4px;
    }
    .cart-wishlist{
        width: 292px;
        text-align: center;
    }    
    .footer-box-first,.footer-box-middle,.footer-box-last{
        margin: 5px 5px;
        width: 32.31%;
        padding: 0 0;
    }
    .footer-box-smal{
        width: 160px;
    }    
    .hpro-ftrd .product-box {
        width: 18.6%;
        margin: 8px 5px;
    }
    .product-right-area .product-box {
        width: 24%;
        margin: 8px 5px;
        height: 367px;
    }
    .product-right-area .product-box .prothumb {
        height: 235px;
    }
    
    /* Product Detail Page*/    
    .prd-block-gallery {
        width: 344px;
    }
    .prd-block-m-info-detail {
        width: 635px;
        padding: 3px 10px;
        margin-left: 10px;
        float: right;
    }
    .prp-block-product-detail {
        width: 58%; padding: 0 0;
    }
    .prd-product-title .prd-mod-product-title {
        font-size: 13px;
    }
    
    .product-price-detail-page, .emi-amount-detail-month,#prd-quantity-input-d,.btn-details-page {
        width: 100%;
        margin:5px 0;
    }
    .next-slick.next-slick-horizontal.next-slick-outer {
        padding: 0 10px;
        width: 100%;
    }
    .xzoom-container {
        width: 100%;
    }
    .prp-warranty-delivery {
        width: 40%;        
    }    
    /*Checkout Page*/    
    .checkout-items-left, .pay-options-left{
        width: calc(100% - 499px); 
        float: left;
    }
    .checkout-items-right{
        width: 499px;
    }    

}

@media only screen and (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px
    }
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
     float:left
    }
    .col-xs-12 {
     width:100%
    }
    .col-xs-11 {
     width:91.66666667%
    }
    .col-xs-10 {
     width:83.33333333%
    }
    .col-xs-9 {
     width:75%
    }
    .col-xs-8 {
     width:66.66666667%
    }
    .col-xs-7 {
     width:58.33333333%
    }
    .col-xs-6 {
     width:50%
    }
    .col-xs-5 {
     width:41.66666667%
    }
    .col-xs-4 {
     width:33.33333333%
    }
    .col-xs-3 {
     width:25%
    }
    .col-xs-2 {
     width:16.66666667%
    }
    .col-xs-1 {
     width:8.33333333%
    }

    .container {
        width: 1200px;
        margin:0 auto;
    }
    .header-links{
        max-width: 500px;
        float: left;
        margin-left: 10px;
    }
    .mobile-menu{
        max-width: 225px;
        float: right;    
    }
    .hm-sup-ban .box{
        width: 380px;
        margin:0 10px;
    }    
    .hm-sup-ban span {
        font-size: 30px !important;
        color: #1E90FF;
    }    
    .hm-sup-ban h4 {
        color: #1E90FF;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 0.5px;
        font-size: 14px;
    }    
    .hm-sup-ban p {
        color: #839199;
        font-size: 13px;
        margin-bottom: 0;
    }    
    .h-box-img {
        width: 295px;        
    }      
    i.fa.fa-sort-desc {
        font-size: 15px;
        position: absolute;
        right: 5%;
        top: 8px;
        font-weight: bold;
    }   
    .header-logo {
        width: 230px;
    }
    .search-box{
        width: 658px;
        margin: 0px 5px;  
    }
    .search-box input.search-box-text {
        width: 92%;
        border-radius: 4px 0px 0px 4px;
    }
    .cart-wishlist{
        width: auto;
        min-width: 150px;
        text-align: right;
    }
    .footer-box-first{
        margin: 0 5px 0 0;
        width: 300px;
    }
    .footer-box-middle{
        margin: 0 5px;
        width: 440px;
    }
    .footer-box-last{
        margin: 0 0 0 5px;
        width: 440px;
    }
    .footer-box-smal{
        width: 200px;
    }    
    .modal-detail-popup-img {
        width: 300px;
        float: left;
    }
    .modal-detail-popup-prdinfo{
        width: 450px;
        float: left;
    }    
    .hpro-ftrd .product-box {
        width: 220px;
        margin: 0 10px 15px;
    }
    .product-right-area {
        width: 1000px;
        float: left;
    }    
    .product-right-area .product-box {
        width: 240px;
        margin: 0 10px 15px;
    }
    .product-right-area .product-box .prothumb {
        height: 235px;
    }
    
    /*Member Menu*/
    .ca-nv-user .user-account-main{
        right: 73px;
    }
    
    /* Product Detail Page*/    
    .prd-block-gallery {
        width: 344px;
    }
    .prd-block-m-info-detail {
        width: 845px;
        padding: 3px 10px;
        margin-left: 10px;
        float: right;
    }
    .prp-block-product-detail {
        width: 58%;
        padding: 0 0;
    }
    .prd-product-title .prd-mod-product-title {
        font-size: 13px;
    }
    .product-price-detail-page {
        width: 33%;
        margin: 5px 0;
    }
    #prd-quantity-input-d, .btn-details-page{
        width: 100%;
        margin: 0 0;   
    }
    .emi-amount-detail-month{
        width: 66%;
        margin: 5px 0;
    }
    .next-slick.next-slick-horizontal.next-slick-outer {
        padding: 0 10px;
        width: 100%;
    }
    .xzoom-container {
        width: 100%;
    }
    .prp-warranty-delivery {
        width: 40%;        
    }
    
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

#add-to-cart-modal .modal-dialog {
    margin: 10% auto;
    width: 800px;
    background-color: #fff;
}

#bank-list-emi-m .modal-dialog {
    margin: 100px auto;
    width: 700px;
    background-color: #fff;
}

#emi-cal-table .modal-dialog {
    margin: 100px auto;
    width: 700px;
    background-color: #fff;
}

.modal .in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal .fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}


#add-to-cart-modal .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content .product-view-content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #167bcb;
}
.modal-price-block {
    margin: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.modal-price-block .sprice {
    color: #FE8402;
    font-size: 18px;
    font-weight: bold;
}
.modal-price-block .product-avilability {
    right: 0;
    float: right;
}
.modal-content .product-view-content {
    padding-right: 10px;
    padding-bottom: 10px;
}
#login-modal, #add-to-cart-modal, #bank-list-emi-m, #emi-cal-table{
    z-index: 9999;
}

#login-modal .modal-dialog {
    margin: 100px auto;
    width: 320px;
}

#login-modal .modal-dialog h4 {
    border-bottom: 1px solid #ccc;
    color:#666;
    font-weight: bold;
    padding-bottom: 10px;
}
#login-modal .modal-content {
    border-radius: 0;
    border: 5px solid #d0611e;
}
#login-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.login-form input[type="text"], .login-form select, .login-form input[type="password"] {
    border: 1px solid 
    #ccc;
    font-size: 12px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.login-form label {
    font-weight: normal;
    margin-top: 8px;
}
.login-form .aa-lost-password {
    color: #555;
    margin-top: 10px;
    width: 100%;
}
.login-form .lost-password a {
    color: #1E90FF;
    float: right;
}
.login-form .lost-password a:hover {color: #0964BD;}
#login-modal .register-now {
    border-top: 1px solid  #ccc;
    margin-top: 28px;
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
}
#login-modal  .register-now a {
    margin-left: 5px; 
    color: #f57224;
    font-size: 15px;
}
#login-modal .register-now a:hover{
    color: #CC6C07;
}

.add-to-cart-msg {
    font-size: 13px;
    font-weight: bold;
    color: #1E90FF;
}
.close {
    float: right;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover{
    opacity: 1;
}
.emi-banks {
    margin: 0px 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #6D726C;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-content .product-view-content .prod-view-bottom{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    float: right;
}
.wishlist-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -9em; 
    margin-left: 0em;  
}

.pm-new {
    color: #000;
}
.pm-paid {
    color: #008000;
}
.pm-pending{
    color: #CC6C07;
}
.pm-cancel {
    color: #FF0000;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.stockout-badge {
  position: absolute;
  top: 20px;
  right: 138px;
  font-size: 15px;
  transform: rotate(-45deg);
  background: #ff0404;
  width: 70px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  z-index: 99;
}
.stockout-badge span {
  display: block;
  transform: rotate(0deg);
  color: #FFF;
  font-size: 10px;
}

.dis-badge {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 15px;
  transform: rotate(45deg);
  background: #2874f0;
  width: 40px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  z-index: 99;
}
.dis-badge span {
  display: block;
  transform: rotate(-45deg);
  color: #FFFFFF;
}

/* Admin Page */

.del_tick {
    background: url("../img/tick.png") no-repeat -32px 0;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    width: 20px;
}
.edit_tick {
    background: url("../img/tick.png") no-repeat -130px -26px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    width: 20px;
}
.yes_tick {
    background: url("../img/tick.png") no-repeat -65px 0;
    height: 20px;
    display: inline-block;
    cursor: not-allowed;
    width: 20px;
}
.approve_tick {
    background: url("../img/tick.png") no-repeat -65px 0;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    width: 20px;
}
.corHis { border: 0px solid #ccc; padding: 2px 2px; margin: 0 0 3px;}
.colorNotiYl{color: #f39c12;}
.colorNotiGr{color: #006c32;}
.textSize_15px{font-size: 15px;}
#mCode, #eCode, #btnVerifyMob, #btnVerifyEma{width: 80px; }
.pageTxtCenter {
    width: 500px;
    margin: 0 auto;
}

/*Slider part*/

.div1, .div2 {width:700px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:70px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}

#sliderFrame 
{
    width:1200px;
    margin:8px auto; /*center-aligned*/
    padding:0px;
    box-shadow: 0 0 5px #BBB;
    border:0px solid #CCC;
    background-color:#FFF;
}

#slider, #slider .sliderInner {
    width:960px; height:297px; /* Must be the same size as the slider images */
    border-radius:0px;
}
#slider {
    background-color:white;
    float:left;
    position:relative;
    transform: translate3d(0,0,0);
}


/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}

#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider .mc-caption {
    position:absolute;
    width:400px;
    height:auto;
    padding:10px 0;/* 10px will increase height.*/
    left:120px;
    bottom:10px;
    overflow:hidden;
    font:bold 13px/16px Arial;
    color:#069;
    text-align:center;
    background:rgba(255,255,255,0.2);
    border:1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
}
#slider .mc-caption a { 
    color:#060;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}


/* -- thumbnails -- */
#thumbs 
{
    float:left;
    width:240px;
    font:normal 11px/13px Arial;
    border-top:1px solid #CCC;
    color:#666;
}
#thumbs .thumb 
{
    border:1px solid #CCC;
    border-top:1px solid #FFF;
    padding:11px 8px;
    background:#EEE;
    cursor:pointer;
}
#thumbs .thumb-on 
{
    background:#FFF;
}

#thumbs img{border:1px solid #DDD; cursor:pointer; width:70px; height:44px;}

#thumbs .frame {float:left;padding:2px;border:1px solid #CCC;background:white;border-radius:3px;box-shadow:0 0 3px #BBB;font-size:0;line-height:0;}
#thumbs .thumb-content {float:left;width:110px;padding-left:18px;}

/* Captions in #thumbs .thumb-content */
#thumbs .thumb-content p {font-weight:bold; color:#BF5D9B; margin:0 0 3px;padding:0;}
#thumbs .thumb-on .thumb-content p {color:#BB0000;}

@media only screen and (max-width : 767px) {
    #sliderFrame{
        width: 99%;
    }
    #slider, #slider .sliderInner {
        width: 100%; display: inline-block     
    }    
    #slider img{
        border: 1px solid red;
    }    
    #thumbs{
        display: none;
    }
    #slider .mc-caption {
        width: 96%;
        left:5px;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 768px) {
    #sliderFrame{
        width: 99%;
    }
    #slider, #slider .sliderInner {
        width: calc(100% - 240px); 
        display: inline-block     
    }    
}