
.topstyle{
    background: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    color: White;
    padding: 0.50% 0;
}v
.topsection{
    margin: 0;
    padding: 0;
}
.topsection ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.topsection ul li{
    margin: 0 4% 0 0;
    padding: 0;
    float: left;
    font-size: 12px;
}
.topsection ul li i{
    font-size:13px;
    margin: 0 5px 0 0
}
.topsection ul li a{
    text-decoration: none;
    color:#fff;
}
.topsectionright{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}
.topsectionright ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.topsectionright ul li{
    margin-left: 11px;
    padding: 0;
    float: left;
    font-size: 12px;
}
.topsectionright ul li i{
    font-size:11px;
    margin: 4px 0px 0 0;
    float:left;
}
.topsectionright ul li a{
    text-decoration: none;
    color:#fff;
}
.loginSignUpButton{
    margin: -2px 9px 0 0;
}
/*--- sticky----
.navigation {
    width: 100%;
    top: -250px;
}
.navigation .row {
	margin: 0;
}
.navigation img {
	margin: 10px 0 10px 10px;
}
#nav.affix {
    position: fixed;
    top: 0;
    left:0;
    z-index: 1030;
    width: 100%;
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in;
    background: #ededed;
}
 end --*/

#flexiselDemo5 li p{
    margin-top:20px;
}
#flexiselDemo5 li h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 3px 0 7px 0;
}
#flexiselDemo5 li h3 a, .prod-list-row .prod-list-item h3 a{
	color:#333;
}
#flexiselDemo5 li p strong, .prod-list-row .prod-list-item p strong{
    background: #6d6e71;
    color:#fff;
    padding: 3px 7px;
}
#flexiselDemo5 li p samp, .prod-list-row .prod-list-item p samp{
    text-align: right;
	display: inline-block;
	padding-left: 34%;
	font-size: 12px;
}
#flexiselDemo5 li p samp span, .prod-list-row .prod-list-item p samp span{
    margin-left:3px;
}
#flexiselDemo5 li strike, .prod-list-row .prod-list-item strike{
    line-height: 30px;
    color:#a2a2a2;
    margin-right: 10px;
	color:red;
}
.checked {
    color: orange;
}
/*--On hover image--*/
.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 96%;
    height: auto;
}
.hvrbox img {
    max-width: 100%;
}
.hvrbox img:hover {
    opacity: 0.8;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}
.hvrbox_background {
    width: 400px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 300px;
    height: 20px;
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 24%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hvrbox-text ul{
    margin: 0;
    padding: 0;
}
.hvrbox-text ul li {
    margin: 0 0px 0 4px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    background: #fff;
    display: inline-block!important;
    color: #000;
    border: 1px #ededed solid;
}
.hvrbox-text ul li a{
    color:#000;
}
.hvrbox-text ul li  i{
    color:#000;
    padding: 16px 15px;
}

.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}
.hvrbox .hvrbox-layer_image {
    padding: 0;
    background: none;
}
.hvrbox .hvrbox-layer_slideright {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
    border-radius: 50%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
    border-radius: 0%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*--On hover image--*/
.log-frm {
}
.log-frm ul {
    margin: 0 !important;
    padding: 0 !important;
}
.log-frm ul li {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 25px;
}
.log-frm ul li a {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}
.log-frm ul li p {
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    padding: 2px 5px;
}
.log-frm ul li input {
   border-radius: 0;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 100%;
}
.log-frm ul li input:focus {
    border-color: #333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ededed;
  }
  .log-frm-submit {
      background-color: #1b1b1b!important;
      color:#fff!important;
      border:none!important;
  }
.model-l {    
    padding-right: 0px;    
}
.model-r .o-r {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    bottom: 0;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: -19px;
    top: 0;
    width: 40px;
    z-index: 99999;
}
.model-r .o-r span {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #ccc;
    color: #fff;
    display: block;
    height: 100%;
    padding: 8px 0 0;
    text-align: center;
    width: 100%;
    border-radius: 100%;
    display:block;
    position: relative;
}
.model-r {
    padding-left: 30px;
    position: relative;
    border-left: 1px dotted #cccccc;
}
.forgot {
    display: none;
}
.in-dropdown-cus{
    margin-top: 0!important;
}
.in-dropdown{
    color:#000;
    padding: 10px;
}
.in-dropdown-search {
    color: #000;
    right: 0;
    width: 254px;
    position: absolute;
    left: -212px;
    top: 22px;
    border-radius: 0;
    padding: 5px;
}
/*----search----*/
#myInput {
    border-box: box-sizing;
    background-position: 14px 16px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 19px;
    border: none;
    border-bottom: 1px solid #ddd;
	width:100%;
}

#myInput:focus {outline: 3px solid #ddd;}
.buttonsection_search{
cursor: pointer;
position: absolute;
right: 11px;
background: none;
border: none;
top: 18px;
}
/*----search mobile----*/
#myInput1 {
    border-box: box-sizing;
    background-position: 14px 16px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 19px;
    border: none;
    border-bottom: 1px solid #ddd;
	width:100%;
}

#myInput1:focus {outline: 3px solid #ddd;}
.buttonsection_search{
cursor: pointer;
position: absolute;
right: 11px;
background: none;
border: none;
top: 18px;
}

/*--modal custom--*/
.modal-custom-track{
    width:40%;
    padding:2%;
}
.modal-custom {
    width: 65%;
    padding: 2%;
}
.modal-header {
    padding: 5px 22px!important;
    border-bottom: 1px solid #e5e5e5;
    background: #1b1b1b !important;
    color: #fff;
    border-radius: 3px 3px 0px 0px !important;
    font-family: 'Playfair Display', serif;
}
.modal-title {
    margin: 0;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color:#fff!important;
    opacity: 1;
}
.modal-header .close {
    margin-top: 6px;
}
.modal-body{
    font-size:13px!important;
}
.card-body h3 {
    padding: 0 0 12px 0;
    font-size: 22px !important;
    margin: 0;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
}
.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    height: 2em;
    width: 2em;
    border-radius: 2px; 
    border: 1px #333 solid;
}
.color-sel{
    border: 2px #333 solid;
}
.color:first-of-type {
      margin-left: 15px; 
}
.orange {
    background: #ff9f1a; 
}
.green {
    background: #85ad00; 
}
.blue {
    background: #0076ad;
 }
 .item-property h2{
     font-size: 15px;
     font-weight: 700;
 }
 .colors{
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
 }
 .param-inline dt{
    margin-bottom: 12px!important;
    font-size:14px;
}
.hr{
    margin-bottom: 14px;
    margin-top: 0;
}

.text-warning {
    color: red;
    font-weight: 600;
}
.soldout{
	color: #fff;
	position: absolute;
	z-index: 99;
	top: 6px;
	background: #1b1b1b;
	border-radius: 50px;
	width: 57px;
	height: 57px;
	vertical-align: middle;
	text-align: center;
	padding: 5%;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	right: 13px;
	text-transform: uppercase;
}

.sold p {
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 99;
    background: red;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 4%;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    top: 15px;
    right: 28px;
    text-transform: uppercase;
}
footer{
    background: #1b1b1b!important;
    font-size:14px;
    color:#898989;
    padding: 3.5% 0;
}
.leftfooter{
    margin: 0;
    padding: 0 0 0 7%;
}
.leftfooter img{
    padding-bottom: 20px;
}
.leftfooter h5{
    color:#fff;
    margin-top:30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.leftfooter ul{
    margin: 0;
    padding: 0;
}
.leftfooter ul li{
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.leftfooter ul li a{
    /*background-color: #ffffff;*/
    width: 40px;
    height: 39px;
    display: block;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.leftfooter ul li a > img{
	width: 20px;
}
/*.leftfooter ul li a .fa-facebook-f{
	color: #3B5998;
}
.leftfooter ul li a .fa-twitter{
	color: #1DA1F2;
}
.leftfooter ul li a .fa-instagram{
	color: #833AB4;
}
.leftfooter ul li a .fa-linkedin-in{
	color: #0077B5;
}
.leftfooter ul li a .fa-youtube{
	color: #ff0000;
}
.leftfooter ul li a:hover{
    background: #fff;
    transition: background-color 0.5s ease;
}*/
.doubleimg{
    padding-top: 3%;
    padding-bottom: 3%;
}

.rightimagesection{
    margin: 0;
    background: url("../img/rightimage.jpg") no-repeat;
    padding: 4%;
}
.rightimagesection img{
    width: 100%;
}
.rightimagesectionnxt{
    margin: 0;
    background: url("../img/leftimage.jpg") no-repeat;
    padding: 4%;
    object-fit: cover;
}
.rightimagesectionnxt img{
    width: 100%;
}
.leftheading{
    margin: 0;
    text-align: left;
}
.leftheading span{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 7px;
}
.leftheading h1{
    margin: 0;
    padding: 3px 0 25px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.leftheading p{
    color:#fff;
}
.leftheading span{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size:50px;
    font-style: italic;
    color:#987854;
}
.leftheading samp {
    float: left;
    height: 100%;
    margin-right: 14px;
    margin-top: -47px;
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    font-style: italic;
    font-weight: bold;
    color:#987854;
}

.leftheading strong{
    font-size: 27px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    line-height: 25px;
}
.leftheading p{
    clear: both;
    color:#000;
    margin-top: 30px;
    margin-bottom: 22px;
}

.rightheading{
    margin: 0;
    text-align: left;
}
.rightheading span{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 7px;
}
.rightheading h1{
    margin: 0;
    padding: 3px 0 25px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.rightheading p{
    color:#fff;
    margin-bottom: 22px;
}
.button-2{
    border:1px solid #fff;
    display: inline-block;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin:0;
    
  }
  .button-2 a{
    color:#fff;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding: 0 20px;
      line-height: 30px
  }
  .eff-2{
    width:260px;
    height:50px;
    top:-50px;
    background:#fff;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
  }
  .button-2:hover .eff-2{
    top:0;
  }
  .button-2:hover a{
    color:#000;
  }
  .button-1{
    border:1px solid #000;
    display: inline-block;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin:0;
    
  }
  .button-1 a{
    color:#000;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding: 0 20px;
      line-height: 30px
  }
  .eff-1{
    width:260px;
    height:50px;
    top:-50px;
    background:#000;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
  }
  .button-1:hover .eff-1{
    top:0;
  }
  .button-1:hover a{
    color:#fff;
  }
  
  .button-3{
    border:1px solid #000;
      background: #000;
    display: inline-block;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden!important;
    margin:0;
    
  }
  .button-3 a{
    color:#fff;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding: 0 20px;
      line-height: 30px
  }
  .eff-3{
    width:260px;
    height:50px;
    top:-50px;
    background:#fff;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
  }
  .button-3:hover .eff-3{
    top:0;
  }
  .button-3:hover a{
    color:#000;
  }
  /*--pop up--*/
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.modal-header {
  font-family: "Bree Serif";
  background-color: #F6F5F5;
  border-radius: 5px;
}

.modal-body {
  font-size: 16px;
}
 /*--pop up end--*/
 

.modal-open{
    padding: 0!important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
    }
   
   .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
  }
   .carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
  }
 .carousel-example-generic {
      margin: 20px auto;
      width: 100%;
  }
  
  .carousel-custom {
  }
  .carousel-custom .carousel-indicators {
      margin: 10px 0 0;
      overflow: auto;
      position: static;
      text-align: left;
      white-space: nowrap;
      width: 100%;
      overflow:hidden;
  }
  .carousel-custom .carousel-indicators li {
      background-color: transparent;
      -webkit-border-radius: 0;
      border-radius: 0;
      display: inline-block;
      height: auto;
      margin: 0 !important;
      width: auto;
  }
  .carousel-custom .carousel-indicators li img {
      display: block;
      opacity: 0.5;
  }
  .carousel-custom .carousel-indicators li.active img {
      opacity: 1;
  }
  .carousel-custom .carousel-indicators li:hover img {
      opacity: 0.75;
  }
  .carousel-custom .carousel-outer {
      position: relative;
  }
  .carousel-indicators li img {
    height: 66px;
    width: 52px;}
   
    .carousel-custom {
    }
    .carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
        overflow:hidden;
    }
    .carousel-custom .carousel-indicators li {
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: auto;
        margin: 0 !important;
        width: auto;
    }
    .carousel-custom .carousel-indicators li img {
        display: block;
        opacity: 0.5;
    }
    .carousel-custom .carousel-indicators li.active img {
        opacity: 1;
    }
    .carousel-custom .carousel-indicators li:hover img {
        opacity: 0.75;
    }
    .carousel-custom .carousel-outer {
        position: relative;
    }

 .form-check-input,.form-check-inline{
     margin: 0 3px 0 0!important;
     vertical-align: middle!important;
     line-height: 13px!important;
 }
 /*--mearge---*/
 .no-pad{
	padding-left: 0px;
	padding-right: 0px;
}
.inr-top-ban {
	position: relative;
}
.inr-top-ban img{
	width: 100%;
}
.inr-bnr-caption {
	position: absolute;
	left: 8%;
	top: 35%;
}
.inr-bnr-caption h2{
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 5px;
}
.inr-bnr-caption h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rtpnl-head{
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.rec-pt-list {
	margin-bottom: 20px;
}
.rec-list-img{
	float: left;
}
.rec-list-img img{
	max-width: 90px;
	/*margin-right: 10px;*/
}
.rec-list-text {
    width: auto;
    overflow: hidden;
    padding-left: 15px;
}
.rec-list-text h4{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.rec-list-text span, .blgdate{
	font-size: 13px;
	color: #999;
}
.rtp-cate{
	margin-top: 40px;
}
.rtp-cate ul {
	padding-left: 0px;
	list-style: none;
}
.rtp-cate ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 18px;
	font-weight: 300;
}
.rtp-feat-img{
	margin-top: 30px;
}
.blog-box{
	margin-bottom: 40px;
	box-shadow: 0px 2px 1px 1px #d2d2d2;
}
.bloglst-info{
	padding: 0px 15px 30px 15px;
}
.bloglst-info a, .rtp-cate a {
	color: #333333;
}
.bloglst-info a:hover, .rtp-cate a{
	text-decoration: none;
}
.btn-rdm {
	font-weight: 700;
}
.bloglst-info h3{
	font-size: 20px;
	font-weight: 300;
}
.bloglst-info p{
	font-weight: 300;
	text-align: justify;
}

.likcomtsec ul li{
	display: inline-block;
	margin-right: 30px;
}
.likcomtsec ul{
	padding-left: 0;
}
.likcomtsec .comt:before{
	content:url('../img/comt.png');
	position: absolute;
}
.likcomtsec .like-pst:before{
	content:url('../img/like.png');
	position: absolute;
}
.likcomtsec a{
	padding-left: 25px;
}
.blog-section{
	padding-top: 40px;
}
.blog-section .pagination{
	border-radius: 0px;
}
.blog-section .pagination > li:first-child > a,
.blog-section .pagination > li:first-child > span{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.blog-section .pagination > li:last-child > a,
.blog-section .pagination > li:last-child > span{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.blog-section .pagination > li > a{
	color: #5d5d5d;
}
.blog-section .pagination > li.active a{
	color: #ffffff;
	background: #5d5d5d;
	border-color: #000;
}
.nxtprv-sec .btn{
	background-color: #f6f6f6;
	border-radius: 5px;
	color: #666;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 8px 20px;
	text-transform: capitalize;
}
.nxtprv-sec .btn-prv{
	float: left;
}

.nxtprv-sec .btn-nxt{
	float: right;
}
.cate-shr-sec{
	margin-top: 30px;
}
.cate-shr-cate{
	display: inline-block;
}
.cate-shr-shr{
	float: right;
}
.cate-shr-shr ul li{
	display: inline-block;
	margin-left: 10px;
}
.comment-sec .rec-pt-list{
	margin-top: 50px;
}
.comment-sec .rec-pt-list .rec-list-text h4{
	font-weight: 600;
}
.btn-subreply, .btn-submit {
	background: transparent;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 6px 20px;
	transition: all 0.3s;
}
.btn-subreply:hover, .btn-submit:hover{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.btn-submitcomt{
	background: #000;
	border: none;
	border-radius: 0px;
}
.btn-submitcomt{
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
	padding: 10px;
}
.commt-frm-sec{
	margin-bottom: 30px;
	margin-top: 30px;
}

.prod-list-section{
	background: #f1f3f6;
	padding-top: 40px;
}
.filter-sec {
	background: #fff;
	padding: 10px;
	border: 1px solid #d2d2d2;
}
.price-color-filter .panel {
	border: 1px solid #d2d2d2 !important;
}


.wrapper{
  width:100%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.cate-filter .panel-heading {
  padding: 0;
	border:0;
}
.cate-filter .panel-title>a, .cate-filter .panel-title>a:active{
	display:block;
	padding:2px;
  color:#333;
  font-size:13px;
  font-weight:400;
	letter-spacing:1px;
	text-decoration:none;
}
.cate-filter .panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: left;
   margin-right: 7px;
   margin-top: 2px;
   color:#999;
   -webkit-transform: rotate(90deg);
   transition: all 0.5s;
}
.cate-filter .panel-heading.active a:before {
	margin-right: 7px;
	margin-top: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
} 
.cate-filter .panel-default > .panel-heading{
	background: transparent;
}
.cate-filter .panel{
	border: none;
}
.cate-filter .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.filter-sec ul {
	padding-left: 20px;
	list-style: none;
}
.filter-sec ul li{
	margin-bottom: 7px;
}
.filter-sec ul li a{
	font-size:13px;
	 color:#000;
}


.price-color-filter .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .price-color-filter .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .price-color-filter .panel-title {
        font-size: 14px;
    }

    .price-color-filter .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .price-color-filter .more-less {
        float: right;
        color: #212121;
    }

    .price-color-filter .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.price-color-filter ul {
	padding-left: 10px;
	list-style: none;
}
.maxinput {
	margin-left: -15px;
}
.clorpltul li{
	margin-bottom: 10px;
}
.clorpltul li p{
	display: block;
	margin-top: -28px;
	margin-left: 35px;
}
.color-plt {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 1px solid #8a8a8a;
	background: #f2f2f2;
	display: inline-block;
}
.price-color-filter .panel-default{
	margin-top: 7px;
}
.filter-sec ul li:hover, .price-color-filter ul li:hover{
	cursor: pointer;
}
.prod-list-item h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 3px 0 7px 0;
}
.prod-list-item p{
    margin-top:6px;
}
.prod-list-item p samp{
	margin-top: -18px;
}
.prodlistcat{
	background: #fff;
	padding: 12px 10px;
	display: inline-block;
}

.prodlistcat h3{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.prodlistcat h3 > span{
	font-size: 13px;
	margin-left: 6px;
}
.numprod-short{
	margin-bottom: 15px;
}
.prodlistsrt p{
	font-size: 13px;
}
.prodlistsrt .no-pad > p{
	margin-top: 8px;
}
/*----end---*/


.footerlink{
    margin: 0;
}
.footerlink ul{
    margin: 0;
    padding: 0;
}
.footerlink ul li{
    margin: 0;
    padding: 5px 0 5px 0;
    list-style: none;
    font-size: 13px;
}
.footerlink ul li a{
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 13px;
    text-decoration: none;
    color:#898989;
    -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
}
.footerlink ul li a:hover{
    color:#fff;
}
.footerlink h5{
    text-transform: uppercase;
    color:#fff;
    font-size: 14px;
    padding-bottom: 20px;
}
.footerlink i{
    color:#fff;
    margin-right:10px;
	font-size: 14px;
}
.copyright{
    background:#000;
    padding:10px 0;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 11px;
}
/*-----inner pages----*/

.inner-background{
    background: #eeeeee;
    padding-top:30px;
}
.inner-padding{
    padding-left:0;
}
.breadcrumbcus{
    background: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.breadcrumbcus li a{
    color:#8b8b8b;
    text-decoration:none;
    font-size:12.30px;
}
.breadcrumbcus li.active{
    color:#000;
    font-size:12.30px;
}
.product-heading-section{
    margin: 0;
}
.product-heading-section h1{
    margin: 0;
    font-size: 20px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.star-section{
    margin: 0;
	text-align:right;
}
.star-section span{
    margin: 0 3px 0 0;
}
.product-details{
    padding:0;
     font-size: 25px;
 }
 .product-details p{
     margin-top:20px;
     line-height: 20px;
     padding: 0;
 }
 .product-details p strong{ 
     background: #6d6e71;
     color:#fff;
     padding: 3px 7px;
     font-size: 14px;
     display: inline-block;
     vertical-align: middle; 
 }
 .product-details strike{  
     line-height: 30px;
     color:red;
     margin-right: 10px; 
     font-size: 22px; 
     margin-left:3%;
 }
 .product-details i{
     color:#b1b1b1;
 }
 
 .product-details i{
    color:#b1b1b1;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 25px;
     font-weight:100;
    
}
.product-details i::after{
    color:#b1b1b1;
    font-size: 13px;
    border: 1px #b1b1b1 solid;
    padding: 11px;
    border-radius: 50px;
    /*! width: 0px; */
    /*! height: 0px; */
    left:-10px;
    content:"";
    position: absolute;
    top:-6px;
    z-index: 999;
}
.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
    margin-left: -50px;

}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 340px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    font-size: 14px;
    padding-bottom:0;
}
.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.tableborder td{
    border:none!important;
    font-size: 13px;
    vertical-align: middle;
}
.tableborder strike{
    font-size: 13px;
    color:#000;
}
.border-style{
    border-bottom: 1px #ccc dotted;
    padding: 0;
    margin: 0;
}
.border-section-hr{
    border-top:1px #ccc solid;
    padding-top:0px;
    padding-top: 3%;
}
.border-section-hr h2{
    font-size:16px;
    color:#6d6e71;
    padding: 0;
    margin: 20px 0 20px 0;
    width: 60%;
    float: left;
}
.border-section-hr h3 {
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0 0 13px 0;
    clear: both;
    font-weight: 600;
}
.border-section-hr strong{
    display: block;
    float:right;
    color:#3a99d9;
    font-weight: 700;
}
.border-section-hr strong a{
    color:#3a99d9;
    text-decoration: none;
}
.border-section-hr ul{
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.border-section-hr ul li{
    margin: 0px 5px 0 0;
    list-style: none;
    float:left;
}
.border-section-hr ul li button{
    border-radius: 0;
    width: 134px;
}
.border-section-hr ul li button:hover{
    background: #000;
    color:#fff;
}
.border-section-hr ul li button.activebutton{
    background: #000;
    color:#fff;
}
.colorone{
    clear: both;
    line-height: 24px;
    padding-bottom: 15px;
}
.colorone ul{
    margin: 0;
    padding: 0 0 6% 0;
}
.colorone ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.colorone ul li span {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    margin-right: 5px !important;
}
.features ul{
    padding: 0;
	clear:both;
	overflow:hidden;
    
}
.features ul li {
    float: left;
    font-size: 13px;
    margin-right: 0;
    width: 116px;
    margin-bottom: 10px;
}
/*---dropdown--*/
.wrapper-dropdown-size {
    width: 137px !important;
    padding: 7px !important;
    margin-top: 3px !important;
} 

.selectdropdown{
    padding: 0;
	z-index:9;
}
.wrapper-demo {
    margin: 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 3 */

.wrapper-dropdown-3 {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: 600;
    color: #666;
}
.wrapper-dropdown-3::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent;
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 96%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index:999999;
}
.wrapper-dropdown-3 .dropdown-details{
	top: 140%!important;
}
.selectdropdown_padding{
	padding:28px 0 0 0!important;
}
.wrapper-dropdown-3 ul{
	padding:0;
	
}
.wrapper-dropdown-3 .dropup {
    position: absolute;
    left: 0;
    right: 0;
	top: -212px;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
	margin:0;
    pointer-events: none;
    z-index:999999;
}
.wrapper-dropdown-3 .dropup:after {
	display:none;
     
}

.wrapper-dropdown-3 .dropup:before {
	display:none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dropdown li{
    float:none!important;
}
.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
.wrapper-dropdown-3 .dropdown li:hover a {
    color:#000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
.information-footer{
    padding: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 50px;
    vertical-align: middle;
    font-size: 14px;
    color: #6d6e71;
}
.information-footer samp{
    color:#000;
    padding: 0 0 0 10px;
    font-weight: normal;
	font-size:15px;
}
.staryellow samp{
    margin: 0 2px 0 10px;
    padding: 0;
}
.staryellow span{
    margin: 0 2px 0 0;
    font-size: 14px;
    padding: 0;
}
.imgmodal img{
    width: 100%;
}
.middlefooter{
    margin: 0;
    padding: 0 0 0 5%;
    font-size:12px;
    text-align: center;
}

.middlefooter ul{
    margin: 0;
    padding: 0;
}
.middlefooter ul li{
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.middlefooter ul li a{
    background-color: #383838;
    width: 30px;
    height: 29px;
    display: block;
    padding: 6px 5px 0 7px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.middlefooter ul li a:hover{
    background: #fff;
    color:#000;
    transition: background-color 0.5s ease;
}
/*----end---*/
.product-btn-sec{
	overflow: hidden;
	position: relative;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	margin-top:20px;
}
.product-details-button {
    background: #222222;
    color: #fff;
    border: none;
    padding: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3%;
    width: 47%;
    float: left;
}
.buyNowButton{
	background:#20bd99;
}
.product-details-button i{
	margin-right:5px;
}

/*----------cart (06.07.2018)-------*/
#ajaxLoading{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
#ajaxLoading img{
	margin:0;
}

.speratedsec{
	border-bottom:1px #e1e1e1  solid;
	background:none;
	line-height: 0px;
}
.movetocart{
    margin-bottom:0px!important;
}
.cart-bottom-padding{
	margin-bottom:30px!important;
}
.cart-leftpannel{
    background: #fff;
    padding: 2%;
    font-size:14px;
    color: #000;
    margin-bottom: 15px;
    box-shadow: 0px 2px 6px #ccc;
    overflow: hidden;
}
.clearclass-cart{
    clear: both;
    margin-top: 27px;
    margin-bottom: 7px;
}
.cartbuttonleft{
    border: 1px #ccc solid!important;
    background: #fff;
    color: #000;
    border: none;
    padding: 2%;
    border-radius: 3px;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
    margin-right:10px;
}
.cartbuttonleft i{
    margin-right: 5px;
}
.cartbuttonleftsec{
    background: #1b1b1b;
    color: #fff;
    border: none;
    padding: 2%;
    border-radius: 3px;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
}
.cartbuttonleftsec i{
    margin-right: 5px;
}
.carttext{
    margin: 0;
    overflow: hidden;
}
.carttext ul{
    margin: 0;
    padding: 0;
}
.carttext ul li {
    margin: 3% 4% 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.carttext ul li:first-child {
    font-size: 24px;
}
.carttext ul li:nth-child(2) {
    font-size: 18px;
    color:#6d6e71;
    margin-top: 3.5%;
}
.carttext ul li:nth-child(3) {
    background: #6d6e71;
    color: #fff;
    padding: 3px 7px;
    margin-top: 3.5%;
}
.cartplus {
    clear: both;
    border-top: 1px #ededed solid;
    margin-top: 10px;
    padding: 0;
    color:#ababab;
    overflow: hidden;
}
.cartplus ul{
    margin: 20px 0 0 0;
    padding: 0;
}
.cartplus ul li{
    margin: 0 17px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.cartplus ul li:first-child{
    width:30%;
}
.cartplus ul li strong{
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.color-sec {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    height: 2em;
    width: 2em;
    border-radius: 2px; 
    border: 1px #333 solid;
    margin-top: 3px;
}
.color-sec:first-of-type {
    margin-left: 0;
    text-align: center;
    vertical-align: middle;
    padding: 3px; 
}
/*.cartplus ul li:last-child {
    margin-right: 0; 
    color:#3a99d9;
}*/


.black {
    background: #000; 
    color:#fff;
}
.input-group-cus{
    width:43%;
}
.carttext h3{
    margin: 0;
    padding: 0;
    color:#000;
    font-size: 17px;
}
.cart-rightpannel{
    background: #fff;
    padding: 6%;
    font-size:14px;
    color: #000;
    margin-bottom: 50px;
    box-shadow: 0px 2px 6px #ccc;
}
.cart-rightpannel h3{
    margin: 0;
    padding: 0;
    font-size:15.30px;
    font-weight: 600;
}
.cart-rightpannel table{
    margin-top: 5%;
    border: none;
}
.table-hr{
    border-bottom: 1px #ccc dashed!important;
    border-top:none;
    clear: both;
    margin-bottom: 0;
}
.table-mr{
    margin: 0!important;
}
.buttonsection_cart p{
    color:#3a99d9;
    font-size:14px;
    margin-top: 11%;
    margin-bottom: 20px;
}
.cart-rightpannel table tr td{
    border: none;
    font-size: 13.40px;
    padding-right: 0;
    padding-left: 0;
}
.fa-inr{
    margin-right: 6px;
}
.fa-rupee::before, .fa-inr::before {
    content: "\f156";
    font-weight: 100 !important;
}
.cartbutton{
    background: #222222;
    color: #fff;
    border: none;
    padding: 4%;
    border-radius: 3px;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
    margin-right:10px;
}
.cartbuttonright{
    background: #20bd99;
    color: #fff;
    border: none;
    padding: 4%;
    border-radius: 3px;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
}
/*----cart end----*/


/*---company----*/
.top-banner-inner{
    margin: 0;
    padding: 0;
}
.top-banner-inner img{
    width: 100%;
}
.company-content-sec{
    padding-top: 30px;
    padding-bottom: 0;
    width: 100%;
    float: left;
}
.company-right img{
    width: 100%;
}
.company-content{
    color:#7b7b7b;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;

}
.company-content p{
    text-align: justify;
        color: #333;
    font-weight: 300;
    font-family: 'poppins';
    margin: 0 0 10px 0;
    font-size: 13px;
}
.company-content h1{
    padding: 0 0 15px 0;
    font-size: 28px;
    font-family: 'Josefin Sans';
    color: #333;
    margin: 0 0 0 0;
    font-weight: 600;


}
.company-background{
    background: #e9e9e9;
    padding: 40px 10px;
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.mission-vission{
   
    color:#3f3f3f;
    font-size:23px;
    margin: 0 auto;
}
.mission-vission strong{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #333;
}
.mission-vission p{
    font-family: 'poppins';
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}
.mission-vission p img{
    float: left;
    margin: 11px 15px;
}
.mission-border::after {
    position: absolute;
    content: "";
    background: #ccc;
    height: 65px;
    width: 1px;
    right: 0;
    top: 6px;
}
.mission-cus-hed{
    font-family: 'Open Sans', sans-serif;
    color:#919191;
    font-size: 14px;
    padding-bottom: 20px; 
    width: 100%;
}
.mission-cus-hed h1{
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Josefin Sans';
    color: #333;
    font-weight: bold;
    font-size: 50px;
    margin: 30px 0 0 0;
    width: 100%;
    float: left;
}
.mission-cus-hed p{
    text-align: center;
}
.mission-cus-hed img{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.counter-div-company {
    width:100%;
    float: left;
    position:relative;
    background: #4f4f4f;
    color:#c3c3c3;
    font-family: 'Cantata One', serif;
    font-size:62px;
    text-align: center;
    line-height: 25px;
    padding-top: 30px;
    padding-bottom:11px;
    font-weight: bold;
  }
  .counter-value-sec span{
    font-family: 'Open Sans', sans-serif;
    color:#c3c3c3;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
  }
  .counter-value-sec::after{
    position: absolute;
    content: "";
    background: #000;
    height: 65px;
    width: 1px;
    right: 0;
    top: -5px;

  }

 /*---company end----*/
 /*------founder----*/
 .founder-flex{
    display: flex;
    vertical-align: middle;
    align-items: center;
    background: #ececec;
 }
 .founder-flex-2nd{
    display: flex;
    vertical-align: middle;
    align-items: center;
    background: #ececec;
    flex-direction: row-reverse;
    
 }
 .founder-img{
     margin: 0;
     padding: 0;
     object-fit: cover;
 }
 .founder-img img{
    margin: 0;
    object-fit: cover;
    width: 100%;
}
.founder-content{
    background: #ececec;
    padding: 6%;
    line-height: 22px;
    color:#7b7b7b;
}
.founder-content h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 26px;
    color:#000;
}
.founder-content span{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
    display: block;
    padding-bottom: 10px;
}
   /*------founder end----*/
   /*------join----*/
.join-background{
    background: #232323;
    margin-top: 0px;
    padding: 30px 0;
}
 .founder-flex-join{
    display: flex;
    vertical-align: middle;
    align-items: center;
 }
 .founder-flex-2nd-join{
    display: flex;
    vertical-align: middle;
    align-items: center;
   flex-direction: row-reverse;
   margin-bottom:30px;
    
 }
 .founder-img-join{
     margin: 0;
     padding: 0;
     object-fit: cover;
 }
 .founder-img-join img{
    margin: 0;
    object-fit: cover;
    width: 100%;
}
.founder-content-join{
    padding: 2%;
    line-height: 22px;
    color:#7b7b7b;
}
.founder-content-join h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 30px;
    color:#000;
}
.founder-content-join span{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
    display: block;
    padding-bottom: 10px;
}
.heading-join{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 15px;
    padding-bottom: 65px; 
    position: relative;
}

.heading-join h1{
    margin: 0;
    padding: 10px 0 20px;
    color: #b3b3b3;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.joinhref a{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-decoration: none;
    color:#000;
    margin-top: 10px;
    display: block;
    font-size: 20px;
}
.join-partner{
    background: url("../img/csr-backgroung.jpg")repeat;
    background-color: #ebebeb;
}
.join-partner-content{
    background-color: #dbdbdb;
    padding: 2%;
    color:#7b7b7b;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 20px;
    padding-bottom: 0;
}

.join-partner-content:first-of-type{
    background: #ebebeb;
}
.join-partner-content:first-of-type img {
    float: right;
    margin-top: -89px;
    margin-right:0px;
}
.join-partner-content img {
    float: left;
    margin-top: -82px;
    margin-right:10px;
}
.join-partner-content h1{
    margin: 0;
    padding: 10px 0 10px;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 25px;
}
.join-partner-content span{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
    display: block;
    padding-bottom: 10px;

}
.join-partner-flex{
    display: flex;
}

   /*------join end----*/

 /*------Accolades----*/ 
 .accolades{
     margin-top: 2%;
 } 
 .accolades img{
     width: 100%;
     padding-bottom: 10px;
 }
 .accolades p{
     text-align: center;
     padding-bottom: 10px;
     color:#373737;
 }
 .accolades p a{
     text-decoration: none;
     color:#373737;
}
.accolades-right{
    color:#ababab;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}
.accolades-right ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.accolades-right ul li{
    padding: 0px 0 0 10px;
    margin: 0 0 10px 0;
    list-style-type: disc;
}
.accolades-right ul li::after{
    height:310px;
    width: 1px;
    background-color:#dedede;
    position:absolute;
    content:"";
    left:1px;
    z-index: -1;top:13px;
}
.accolades-right ul li a{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color:#ababab;
    font-size: 20px;
}
.accolades-right ul li.active{
    color:#000;
}
.accolades-right ul li.active a{
    color:#000;
}
 /*------Accolades end----*/ 

/*------resource----*/ 
.resource-section{
 padding: 0;
}
.resource-cus{
    margin-top: 2%;
	margin-bottom: 1%;
}
.resource {
    position: relative;
    padding: 0;
	padding-bottom:1px;
  }
  .resource-image {
    display: block;
    height: auto;
    width: 100%;
  }
  .resource-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
  }
  .resource:hover .resource-overlay {
    opacity: 0.7;
  }
  .resource-text {
    color: white;
    font-size: 20px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Playfair Display', serif;
  }
.re-horizontal{
    overflow: hidden;
}
/*------resource end----*/ 

/*------journey timeline ----*/ 
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded{
	border-radius: 3px;
}
.img-thumbnail{
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}
.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}
.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}
.timeline-centered:after {
    clear: both;
 }

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background: #ccc;
    left: 50%;
    top: 0;
    bottom: 74px;
    margin-left: -4px;
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
 }
 .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
        content: " ";
        display: table;
 }

.timeline-centered .timeline-entry:after {
        clear: both;
}
 .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
        content: " ";
        display: table;
 }

.timeline-centered .timeline-entry:after {
        clear: both;
}

.timeline-centered .timeline-entry.begin {
     margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
    float: left;
    }
 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -22px;
 }
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}
 .timeline-centered .timeline-entry .timeline-entry-inner:after {
     clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -171px;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -15px;
    font-family: 'Cantata One', serif;
    font-size:70px;
    line-height: 20px;
    color:#8b8b8b;
}
.timeline-time img{
   padding-left: 30px;
}
.timeline-time p{
    font-size: 15px;
	clear: both;
	padding-top: 16%;
	color: #8b8b8b;
	text-align:left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #000;
    color: #737881;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    float: left;
    margin-left: 14px;
    margin-top: 32px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    padding: 0;
    margin-left: 53px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Cantata One', serif;
    font-size:62px;
    line-height: 20px;
    color:#8b8b8b;
    margin-top: 11px;
}
.timeline-label img{
    padding-left: 24px;
    margin-top: -14px;
}
.timeline-label p {
    font-size: 14px;
    clear: both;
    padding-top: 4%;
    color:#8b8b8b;
}
 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: 0;
                   
}
/*------journey end ----*/ 
/*------csr ----*/ 
.background-section-csr{
    background: #252525;
    padding: 3% 0;
}
.blindpols{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 15px;
}
.blindpols h1{
    color:#a9a9a9;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
}
.videoiframe{
    margin: 0;
}
.videoiframe iframe{
    margin: 0;
    width: 100%;
    height: 315px;
}
.csrscroll{
    padding-top: 3%;
    padding-bottom: 3%;
}
#flexiselDemo6{
    margin-top:10px;
}

#flexiselDemo6  img{
    border: 1px #d2d2d2 solid!important;
}
#flexiselDemo7{
    margin-top:10px;
}

#flexiselDemo7  img{
    border: 1px #d2d2d2 solid!important;
}
#flexiselDemo8{
    margin-top:10px;
}

#flexiselDemo8  img{
    border: 1px #d2d2d2 solid!important;
}
.background-csr{
    margin: 0;
    padding: 2% 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 14px;
    position: relative;
    background: #252525;
}
.background-csr h1{
    margin: 0;
    padding: 10px 0 20px;
    color: #b3b3b3;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.videoiframe-csr{
    width: 100%;
}
.videoiframe-csr iframe{
    margin: 0;
    width: 100%;
    height: 300px;
}
#flexiselDemo9{
    margin-top:10px;
}

#flexiselDemo9 img{
    border: 1px #d2d2d2 solid!important;
}
#flexiselDemo10{
    margin-top:10px;
}

#flexiselDemo10 img{
    border: 1px #d2d2d2 solid!important;
}
/*------csr end ----*/ 
/*-----stroe locator----*/
.storelocimage{
    margin-top: 30px;
    margin-bottom: 30px;
}
.storelocimage img{
   width: 100%;
}
/*-----stroe end----*/
/*-----invoice ----*/
.pad-top-botm {
    padding-bottom:40px;
    padding-top:60px;
}
.pad-custom {
    padding-bottom: 10px;
    border: 1px #000 solid;
    padding:10px;
}
.borderhrtable{
    border-color:#000;
    margin: 8px 0;
}
.eando{
    text-align: right;
    font-size:17px;
    text-transform: uppercase;
}
 .table-font{
     font-size:13px;
 }
.contact-info span {
    font-size:14px;
    padding:0px 50px 0px 50px;
}

.contact-info hr {
    margin-top: 0px;
margin-bottom: 0px;
}

.client-info {
    font-size:13px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
}
.client-info u{
    margin-bottom: 6px;
    display: inline-block;
}
.ttl-amts {
    text-align:right;
    padding-right:50px;
}
.pad-custom-right{
    border-right:0;
    border-bottom:0;
}
.pad-custom-bottom{
    border-right:0;
}
.pad-custom-left-bottom{
    border-bottom:0;
}
.table-bordered-padding{
    padding: 0;
}
.table-bordered-tr > tbody > tr > td{
    border: 1px #000 solid!important;
}
.table-bordered-tr > thead > tr > th{
    border: 1px #000 solid!important;
}
.strongupper{
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
}
.pad-custom-invoice{
    border-left:0;
}
.invoiceborder {
    border: 1px #000 solid;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}
.adminfooter{
    line-height: 30px;
    padding:0;
}
/*-----end----*/
/*----contact----*/
.contactmap{
    margin:0;
}
.contactmap iframe{
    width:100%;
    height: 506px;
    
}
.heading-contact h1 {
    margin: 0;
    padding-bottom: 16px;
    color: #a9a9a9;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size:27px;
}
.pclass-contact{
    color:#a9a9a9;
}
.heading-contact p a{
    color: #333;
	text-decoration:none;
}
.heading-contact p i{
    margin: 0 5px 0 0;
}
.contact-input{
    padding:0;
}
.contact-input select{
    padding: 7px;
    width:96%;
    border:1px #a9a9a9 solid;
    margin: 0 0 10px 0;
}
.contact-input input{
    padding: 7px;
    width:96%;
    border:1px #a9a9a9 solid;
    margin: 0 0 10px 0;
}
.contact-inputsubmit{
    background: #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    width: auto !important;
    margin: 7px 0 0 0 !important;
    padding: 5px 15px !important;
    border: none !important;
}
.contact-input textarea{
    padding: 7px;
    width:98%;
    border:1px #a9a9a9 solid;
    height: 130px;
}
/*-----end----*/
/*=== SUBHASHIS 04-07-18  ===*/ 
.clorpltul li > label {
	/*display: block;*/
    margin-top: -6px;
}
.clorpltul li > label > input{
	display: block;
}
.color-plt{
	margin-top: 1px;
    margin-left: 4px;
}
.clorpltul li p{
	margin-left: 47px;
}
/*=== SUBHASHIS 04-07-18  ===*/ 
.clorpltul li > label {
	/*display: block;*/
    margin-top: -6px;
}
.clorpltul li > label > input{
	display: block;
}
.color-plt{
	margin-top: 1px;
    margin-left: 4px;
}
.clorpltul li p{
	margin-left: 47px;
}
.icon1{
	margin-top:2px;
}
.icon1 h3, .icon1 h4 a{
	color: #000000;
}
.topsectionright ul li.icon1 a{
	color: #000000;
}
.icon1 h3{
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0px
}
.icon1 ul {
	width:310px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 28px;
	z-index: 1;
	right: -30px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	padding: 10px 15px;
	color: #000000;
}
 li.icon1:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}

.icon1 ul li {
	/*--float: none;--*/
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	/*white-space: nowrap;*/
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}


/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.cart_box{
	margin-bottom:1em;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:10px;
	padding-bottom:10px;
}
.list_img{
	float:left;
	width:20%;
	/*border:1px solid #e0e0e0;*/
	margin-right:6%;
}
.list_desc{
	float:left;
	width:65%;
	color: #999;
}
.list_desc h4{
	    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.list_desc h4 {
	color:#999;
}
.list_desc h4 a:hover{
    color: #FF967D;
}
.total{
	padding: 10px;
    background: #ffffff;
    margin-top: 10px;
    /*color: #fff;*/
}
.c1 {
  font-size:1em;
  color: #000;
}
a.active-icon.c1:hover {
	text-decoration:none;
	color: #FF967D;
}
.rate{
    text-align: center;
    border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	position: absolute;
	top: 0;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	right: -28px;
	width: 20px;
	height: 20px;
	line-height: 19px;
}
span.actual {
   color: #000;
    font-size: 15px;
    font-weight: 500;
}
.cart_box, .cart_box1{
	position:relative;
}
.alert-close {
  background: url('../img/close1.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  /*right:-10px;
  top:5px;*/
  right: -9px;
  top: 11px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /*background: #ff0000;*/
}
.alert-close1 {
  background: url('../img/close1.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right:-10px;
  top:5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.alert-close2 {
  background: url('../assets/frontend/images/close1.html') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right:-10px;
  top:5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.total_left{
	float:left;
	font-size:16px;
	color: #000;
}
.total_right{
	float:right;
	font-size:16px;
	color:#000;
	font-weight:600;
}
.login_buttons{
	padding:0px;
}
.check_button{
}
.check_button a{
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 1em 6.1em;
    /*display: inline-block;*/
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #4A245E;
    margin: 10px 0 0;
}
.check_button a:hover{
	background: #FF967D;
}
/*--copy-right--*/
.copy-right {
      margin: 30em 0px 3em 0;
}
.copy-right p {
color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0 auto;
    text-align: center
}
.copy-right p a {
	color: #4A245E;
}
.copy-right p a:hover {
	text-decoration: underline;
}
.topsectionright ul li.icon1 i{
	margin: 1px 0 0 0;
	color:#FFF;
	/*font-size: 12px;*/
	/*float: none;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.topsectionright ul li.icon1 i{
	margin: 1px 0 0 0;
	color:#FFF;
	font-size: 11px;
	/*float: none;*/
}
}

.btn-checkout {
	width: 100%;
	background: #333333;
	color: #f2f2f2;
}
.btn-checkout:hover {
	background: #000000;
	color: #ffffff;
}
/*=== END SUBHASHIS 04-07-18  ===*/ 
/*=== SUBHASHIS 05-07-18  ===*/ 
.checkout-sec, .my-account-sec{
	padding-top: 40px;
	padding-bottom: 40px;
	background: #eeeeee;
}

#myTabCheckOut{
	border-bottom: 1px solid transparent;
}
#myTabCheckOut.nav-tabs > li{
	width: 25%;
}
#myTabCheckOut.nav-tabs > li > a{
	color: #fff;
    background-color: #797979;
	border: none;
	border-radius: 0px;
	margin-right: 2px;
	text-align:center;
}
#myTabCheckOut.nav-tabs > li.active a{
	color: #fff;
    background-color: #141212;
	border: none;
	border-radius: 0px;
}


#myTabContentCheckOut{
	background: #ffffff;
	margin-top: 5px;
	padding: 15px;
}

#myTabCheckOut-accordion .panel-default .panel-heading{
	color: #fff;
    background-color: #141212;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px
}
#myTabCheckOut-accordion .panel-default .panel-heading a{
	text-decoration: none;
}
#myTabCheckOut-accordion .panel-group .panel{
	border-radius: 0px;
}

/*=== 06-07-18 ===*/

#DeliveryAddCheckOut h2, #PaymentCheckOut h2, #DeliveryAddCheckOut-collapse h2, #PaymentCheckOut-collapse h2{
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
}
#DeliveryAddCheckOut h2 > span, #PaymentCheckOut h2 > span, #DeliveryAddCheckOut-collapse h2> span, #PaymentCheckOut-collapse h2 > span{
	font-size: 13px;
	font-weight: 300;
	color: #777;
}
#DeliveryAddCheckOut .radio-inline, #PaymentCheckOut .radio-inline, #DeliveryAddCheckOut-collapse .radio-inline{
	margin-left: 0px;
	margin-bottom: 20px;
}
.btn-add-adrs, .btn-deliver{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	border: none;
	border-radius: 0px;
	padding: 10px 20px;
	margin-right: 10px;
	color: #fff;
	transition: all .3s;
}
.btn-add-adrs:hover, 
.btn-add-adrs:focus, 
.btn-add-adrs:active{
	background: #333333;
	color: #fff;
	transition: all .3s;
}
.btn-deliver:hover, 
.btn-deliver:focus,
.btn-deliver:active{
	background: #0fa583;
	color: #fff;
	transition: all .3s;
}
.btn-add-adrs{
	background: #000;
}
.btn-deliver{
	background: #20bd99;
}
.addnwadrs-sec hr{
	margin-top: 10px;
}
.addnwadrs-sec {
	display: none;
	padding-bottom: 10px;
	padding-top: 30px;
}
.addnwadrs-sec form{
	padding-top: 20px;
}
.addnwadrs-sec .log-frm input {
border-radius: 0;
color: #000;
display: block;
font-size: 13px;
line-height: 19px;
margin-bottom: 10px;
width: 100%;
}
.addnwadrs-sec textarea{
	border-radius: 0px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100%;
}
.bootstrap-select .btn{
	border-radius: 0px;
}

.join-top{
 margin-top:30px;
}
/*=== SUBHASHIS 11-07-18  ===*/ 
.chkotplord{
	padding: 12px;
	margin-left: 10px;
	float: right;
	width: 200px;
}
.checkout-sec .cartbutton{
	width: 100%;
}
.chkotcntshp{
	float: left;
}
.checkout-sec .cart-leftpannel {
	margin-bottom: 30px;
}
.prod-list-row {
  display: flex;
  flex-wrap: wrap;
}
.prod-list-item{
  width: 33%;
  max-width: 270px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.prod-list-section .wrapper-dropdown-3{
	width: 100%;
}
.prod-list-section .numprod-short{
	margin-bottom: 0px;
}


#PersonalInfo .edt-frm .row > div {
	/*margin-bottom: 10px;*/
}
#PersonalInfo input:disabled, #PersonalInfo textarea:disabled {
	background: #ffffff;
	border: none;
	box-shadow: none;
}
 #PersonalInfo-collapse input:disabled, #PersonalInfo-collapse textarea:disabled {
	background: #f7f7f7;
	border: 1px solid #efefef;
	box-shadow: none;
}
.btnset {
	margin-top: 20px;
	/*margin-bottom: 20px;*/
    position: absolute;
    right: 0;
    top: 0;

}
#uPdateInfo{
	display: none;
}
.cngpassect{
	display: none;
}
#changPassLink{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

#MyOrders .cartplus ul li:first-child {
    width: 80px;
}
#MyOrders .cartplus{
	border-top: none;
	margin-top: 5px;
}
.ordid p{
	color: #333;
	margin-top: 10px;
}
.ordid p > strong{
	color: #ababab;
}
.delivprod{
	color: #666666;
}
.delivprod i.fa {
	color: green;
	font-size: 18px;
}
#MyOrders .image-cart-view{
	padding: 5px;
}
#MyOrders .cartplus ul li {
    margin: 0 2px 0 0;
}
.btn-deliver{
	/*margin-top: 10px;*/
}
.info-success-msg{
	background: #d4ffee;
	padding: 15px;
}
.info-error-msg{
	background: #ffcaca;
	padding: 15px;
}
.empty-cart{
	padding-bottom: 50px;
	text-align: center;
	
}
.empty-cart .btn-add-adrs{
	margin-top: 20px;
}
.prdinfo{
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px
}
.prdinfo:last-child{
	border-bottom: none;
}

.thanks-section{
	background: #f1f3f6;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.instagram-sec .heading h1, .instagram-sec{
margin-bottom: 30px;
}

/*=== END SUBHASHIS  ===*/ 


/*Palash Work On 07--7-2018 11-44AM*/
	.enter_otp,.enter_auth_otp{
		display:none;
	}
	.forgotPasswordDiv{
		display:none;
	}
	.image-cart-view img{
		width:100%;
	}
	.maximumProductAvilable{
		display:none;
	}
	/*Search Style added*/
		.autocomplete {
		  /*the container must be positioned relative:*/
		  position: relative;
		  display: inline-block;
		}
		.autocomplete input {
		  border: 1px solid transparent;
		  background-color: #f1f1f1;
		  padding: 10px;
		  font-size: 16px;
		}
		.autocomplete input[type=text] {
		  background-color: #f1f1f1;
		  width: 100%;
		}
		.autocomplete input[type=submit] {
		  background-color: DodgerBlue;
		  color: #fff;
		  cursor: pointer;
		}
		.autocomplete-items {
		  /*position: absolute;
		  border: 1px solid #d4d4d4;*/
		  border-bottom: none;
		  border-top: none;
		  z-index: 99;
		  /*position the autocomplete items to be the same width as the container:*/
		  top: 100%;
		  left: 0;
		  right: 0;
		}
		.autocomplete-items div {
		  padding: 10px;
		  cursor: pointer;
		  background-color: #fff; 
		}
		.autocomplete-items div:hover {
		  /*when hovering an item:*/
		  background-color: none; 
		}
		.autocomplete-active {
		  /*when navigating through the items using the arrow keys:*/
		  background-color: DodgerBlue !important; 
		  color: #ffffff; 
		}
	/*Search Style added*/
/*Palash Work On 07--7-2018 11-44AM*/
/*---error message---*/
.msg{
	font-size:12.50px!important;
	font-weight:100;
}
.sizeSelectErrorMsgClass { 
    background: #000;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 8px;
    margin-bottom: 17px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.sizeSelectErrorMsgClass::after{
  position:absolute;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  content:"";
  top: -5px;
    left:50%
}
.sizeSelectErrorMsgClasserror {
    background: #000;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 0px!important;
    margin-bottom: 17px;
    border-radius: 3px;
    color: #fff!important;
    font-size: 13px;
    position: relative;
    border: none!important;
}
.sizeSelectErrorMsgClasserror::after{
  position:absolute;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  content:"";
  top: -5px;
    left:50%
}
.sizeSelectErrorMsgClasserror-cart {
    background: #000;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 10px!important;
    margin-bottom: 17px;
    border-radius: 3px;
    color: #fff!important;
    font-size: 13px;
    position: relative;
    border: none!important;
	font-weight:normal;
}
.sizeSelectErrorMsgClasserror-cart::after{
  position:absolute;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  content:"";
  top: -5px;
    left:50%
}
.loginsucess {
    background: #37b32a;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 7px!important;
    margin-bottom: 17px;
    border-radius: 3px;
    color: #fff!important;
    font-size: 13px;
    position: relative;
    border: none!important;
}

.loginsucesserror {
    background: #d02c2c;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 7px!important;
    margin-bottom: 17px;
    border-radius: 3px;
    color: #fff!important;
    font-size: 13px;
    position: relative;
    border: none!important;
}


/*----end----*/
.headingsave{
	margin:0;
}
.headingsave h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 0 17px 13px;
	font-weight:600;
}
/*----order tracking-----*/
.order-tracking-section{
	font-size:15px !important;
	font-family: 'Open Sans', sans-serif!important;
	margin-left: -60px;
	margin-top:0px;
	color:#000!important;
}
.order-tracking-section span{
	line-height:30px;
	color:#ababab!important;
	font-weight:400!important;
	text-align:right;
}
.order-placed{
	margin-top:-6px!important;
}
.highlight{
	background:#20bd99!important;
	margin-top:0!important;
}
.order-icon{
	width: 20px;
	height: 20px;
	margin-left: 9px;
}
.highlightcolor{
	color:#20bd99!important;
}
.cart-leftpannel h4{
	text-align:center;
	margin-bottom:50px;
}
.bg-sucess-top{
	margin-top:0!important;
}
.fa-truck{
	color:#20bd99;
	margin-right:7px;
}
/*----- SUBHASHUS 06-08-18 ----*/
.fancybox-button.fancybox-button--close{
	display: none;
}
.bloglst-img{
	position: relative;
}
.videoicon {
	position: absolute;
	top: 40%;
	text-align: center;
	left: 0;
	right: 0;
	width: 95px;
	height: 95px;
	margin: auto;
	background: rgba(256,256,256,0.7);
	padding: 26px;
	padding-left: 29px;
	border-radius: 100%;
}
.account {
	margin-top: 0px;
	margin-left: 0px;
	background: transparent;
}
.account .button{
	background: transparent;
}
.accoladesdiv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accolade{
	width: 32%;
}
.errpg {
	padding-top: 10px;
	padding-bottom: 30px;
}
.errpg h1{
	font-size: 83px;
}
.errpg .btn-back{
	padding: 10px 30px;
	background: #333333;
	color: #ffffff;
}
figure.effect-jazz p.hdrhver{
	font-size: 28px;
	font-weight: 700;
	margin-top: 90px;
	text-transform: uppercase;
}
/*----------sucess & error msg-----------*/
.progressdiv-sec{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    justify-content: center;
    align-items: center;

}
.progressdiv-sec div {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px 30px;
    background: #000;
    border-radius: 3px;
	background:#fff;
}


svg {
    width: 57px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 0;
  }
  .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }
  .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
  }
  .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
  }
  .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
  }
  p.success {
    color: #73AF55;
    float: left;
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 16px;
}
  p.error {
    color: #D06079;
    float: left;
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 16px;
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
/*.ajax-cart-success-error-div{
	border:1px #000 solid!important;
}
.ajax-cart-success-error-div div{
	border:1px #ccc solid!important;
}*/
.resource-cus-lookbook{
    margin-bottom: 2%;
}
.loginToLogout{
	margin-top:0!important;
}
.loginToLogout ul{
	margin-top:6px!important;
   
}
.loginToLogout ul li{
	margin-top:0!important;
    border-bottom:1px #ededed solid;
    margin-left:0;
     
}
.loginToLogout ul li i{
    margin-right: 10px;
}
.loginToLogout ul li a{
	margin-top:0!important;
    color:#000;
    font-size:13px;
	padding-bottom: 5px;
    padding-top: 5px;

}
.loginToLogout ul li a:hover{
	background:#f2f2f2;
}
/*----order cancel----*/
.radio {
 
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff ;
    border-color:#1b1b1b;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}
.radio input:checked ~ .checkround {
    background-color: #fff;
}
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkround:after {
    display: block;
}
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#1b1b1b;
}
.order-cancel-submit{
    font-size: 14PX;
    letter-spacing: 1px;
    background: #1b1b1b;
    color: #fff;
    margin-top: 10px;
}
/*---checkout----*/
.updatePassord h4{
	font-size:14px;
}
.userPersonalInfo h4{
	font-size:14px;
}
.input-border-cus-cus{
	margin-bottom:7px!important;
}
.btn-deliver-sec{
	margin-top:20px;
}
.offer-img-sec img{
	width:100%;
}
.plscnt{
	position: absolute;
	right: 27%;
	top: 0px;
}
.excstr{
	right: 22%;
}
.mltbrnd{
	right: 17%;
}
/*-------footer pages-----*/
.easyreturn{
}
.easyreturn h2{
	font-family: 'Playfair Display', serif;
	font-size:35px;
	margin-bottom:10px;
}
.easyreturn h5 {
    font-size: 15px;
    margin-bottom: 25px;
}
.faq-accordion{
	margin-top:30px;
}
.faq-accordion h2{
	font-family: 'Playfair Display', serif;
	margin-bottom:15px;
}
.resumemargin{
	margin-bottom:10px;
}
.applyonline b{
	line-height:26px!important;
}
.secc-filed{
    margin-left: 13px;
    padding-bottom: 7px;
    font-size: 13px;
}
