@charset "utf-8";

/* CSS Document */



select option:first {

    color: #999;

}



.inner-container{

	overflow-x:hidden;

}



.inner-container h3{

  margin-left: 15px;

  margin-right: 15px;

  margin-bottom: 0px;

  margin-top: 0px;

  border-bottom: 2px solid #f0f0f0;

  padding-bottom: 10px;

  padding-top: 10px;

  color: #43ba7e;

  clear:both;

}



.inner-sid-nav .head{

  background-color: #f6931c;

  padding: 15px 25px;

  text-transform: uppercase;

  font-weight: bold;

  color: #fff;

  z-index: 99999;

  /*position: relative;*/

  cursor: pointer;

}



.side-menus-list{

  display: none;

  background: #ffffff;

}



.animate-class{

  display: block;

  position: absolute;

  z-index: 99;

  width: 100%;

  min-height: 300px;

    animation: animationFrames ease 1s;

    animation-iteration-count: 1;

    transform-origin: 50% 50%;

    animation-fill-mode:forwards; /*when the spec is finished*/

    -webkit-animation: animationFrames ease 1s;

    -webkit-animation-iteration-count: 1;

    -webkit-transform-origin: 50% 50%;

    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/

    -moz-animation: animationFrames ease 1s;

    -moz-animation-iteration-count: 1;

    -moz-transform-origin: 50% 50%;

    -moz-animation-fill-mode:forwards; /*FF 5+*/

    -o-animation: animationFrames ease 1s;

    -o-animation-iteration-count: 1;

    -o-transform-origin: 50% 50%;

    -o-animation-fill-mode:forwards; /*Not implemented yet*/

    -ms-animation: animationFrames ease 1s;

    -ms-animation-iteration-count: 1;

    -ms-transform-origin: 50% 50%;

    -ms-animation-fill-mode:forwards; /*IE 10+*/

  }



  @keyframes animationFrames{

    0% {

      opacity:0;

      transform:  translate(0px,-25px)  ;

    }

    100% {

      opacity:1;

      transform:  translate(0px,0px)  ;

    }

  }



  @-moz-keyframes animationFrames{

    0% {

      opacity:0;

      -moz-transform:  translate(0px,-25px)  ;

    }

    100% {

      opacity:1;

      -moz-transform:  translate(0px,0px)  ;

    }

  }



  @-webkit-keyframes animationFrames {

    0% {

      opacity:0;

      -webkit-transform:  translate(0px,-25px)  ;

    }

    100% {

      opacity:1;

      -webkit-transform:  translate(0px,0px)  ;

    }

  }



  @-o-keyframes animationFrames {

    0% {

      opacity:0;

      -o-transform:  translate(0px,-25px)  ;

    }

    100% {

      opacity:1;

      -o-transform:  translate(0px,0px)  ;

    }

  }



  @-ms-keyframes animationFrames {

    0% {

      opacity:0;

      -ms-transform:  translate(0px,-25px)  ;

    }

    100% {

      opacity:1;

      -ms-transform:  translate(0px,0px)  ;

    }

  }



.wish-list{

  padding-top: 20px;

  padding-bottom: 20px;

  margin-left: 0px; /*-- for bottom border align need to change mediaquery--*/

  margin-right: 0px; /*-- for bottom border align need to change mediaquery--*/

}



.wish-list .wish-details{

  padding-left: 0px; /*-- for bottom border align need to change mediaquery--*/

  padding-right: 0px; /*-- for bottom border align need to change mediaquery--*/

}



.wish-list .wish-button{

  padding-left: 0px; /*-- for bottom border align need to change mediaquery--*/

  padding-right: 0px; /*-- for bottom border align need to change mediaquery--*/

}



.wish-list .wish-details .wish-image{

  width:auto;

  float:left;

  margin-right: 16px;

  border:solid 2px #e6e7e8;

}



.wish-list .wish-details p{

  font-family: 'Arial Rounded MT';

  text-transform: uppercase;

  margin: 2px;

}

.wish-list .wish-details .product-name{

  font-size: 21px;

}

.wish-list .wish-details .product-descrip{

  font-size: 19px;

  color: #2ab572;

}

.wish-list .wish-details .product-val{

  font-size: 19px;

  color: #f7931d;

}



.wish-list .wish-details .product-quant{

  font-family: 'source_sans_proregular';

  font-size: 21px;

}



.wish-list .wish-button button{

  font-family: 'source_sans_proregular';

  width: 100%;

  background: #86c751;

  border: none;

  color: #fff;

  padding-top: 10px;

  padding-bottom: 10px;

  text-transform: uppercase;

  margin-bottom: 5px;

}



.side-menus-list .nav-stacked{

  border: solid 1px #f6931c;

}



.side-menus-list .nav-stacked li a{

  padding: 10px 11px;

  color: #666;

  font-size: 18px;

  border-bottom: 1px solid #f3f3f3;

}



.side-menus-list .nav-stacked li i{

  margin-right: 10px;

}





.side-menus-list .nav-stacked > li > a::after {

    content: "\f105";

    font-family: 'FontAwesome';

    float: right;

    margin-right: 0px;

}



.side-menus-list .nav-stacked .dropdown-menu{

  left: 100%;

  top: 0%;

}

.side-menus-list .nav-stacked .dropdown-menu li a{

    border-bottom: 1px solid #e3e3e3;

}



.about-content, .careerdtl-content, .inner-detail{

  margin-top: 50px;

}



.contact-cols h3, .careerdtl-content h3, .vacantcy-sec h3, .about-content h3{

  font-size: 22px;

  color:#010101;

  text-align: center;

  max-width: 750px;

  margin-left: auto;

  margin-right: auto;

  margin-top: 40px;

  margin-bottom: 10px;

  line-height: 26px;

  border-bottom: none;

}



.careerdtl-content h3{

  margin-bottom: 0px;

  padding-bottom: 3px;

  font-size: 17px;

}



.careerdtl-content h3.desc-head{

  text-align: left;

  width: 100%;

  max-width: 100%;

  margin-top: 0px;

  font-size: 18px;

  color:#2ab572;

  padding-top: 0px;

  margin-bottom: 20px;

}



.careerdtl-content p, .careerdtl-content ul{

  font-size: 16px;

  font-family: 'source_sans_proregular';

  margin-bottom: 30px;

}



.careerdtl-content ul{

  margin-bottom: 30px;

}



.careerdtl-content ul li{

  background:url("../image/li-bg.png") 0px 5px no-repeat;

  padding-left: 20px;

  margin-bottom: 5px;

}



.careerdtl-content p.career-desc{

  text-align: center;;

  margin-bottom: 2px;

}



.about-content p{

  text-align: center;

  font-family: 'Source Sans Pro';

  font-size: 16px;

  color: #4c4c4c;

  padding: 0 10px;

}



.vacancy-cols{

  padding-top: 20px;

  padding-bottom: 20px;

}



.vacancy-cols .img-div{

  width: 210px;

  margin-left: auto;

  margin-right: auto;

}



.vacancy-cols h3{

  font-size: 20px;

  color: #2ab572;

  margin-top: 10px;

  margin-bottom: 0px;

  padding-bottom: 0px;

}



.vacancy-cols p{

  color: #4c4c4c;

  text-align: center;

  font-size: 17px;

}



/*----- contact page style------*/

.contact-page{

    margin-top: 50px;

}

.faqs-content h3, .contact-cols h3{

  text-align: left;

  width: 100% !important;

  max-width: 100% !important;

  font-size: 20px;

  color: #000;

}



.faqs-content h3 span{

  color: #f7931d;

}



.contact-cols ul{

  font-size:17px;

  color:#4c4c4c;

}

.contact-cols ul li{

  background-position: 0px 0px !important;

  background-repeat: no-repeat !important;

  padding: 8px 45px;

  margin-bottom: 5px;

}

.contact-cols ul li.address{

    background: url("../image/cont-address.png");

}

.contact-cols ul li.call{

    background: url("../image/cont-call.png");

}

.contact-cols ul li.fax{

    background: url("../image/cont-fax.png");

}

.contact-cols ul li.mail{

    background: url("../image/cont-mail.png");

}

.contact-cols ul li.hotlin{

    background: url("../image/cont-hotlin.png");

}



.contact-cols form input{

  width:100%;

  height: 50px;

  border: solid 1px #e1e1df;

  border-radius: 5px;

  font-family: 'source_sans_proregular';

  padding: 20px;

}



.contact-cols form textarea{

  width:100%;

  height: 129px;

  border: solid 1px #e1e1df;

  border-radius: 5px;

  font-family: 'source_sans_proregular';

  padding: 20px;

  resize: none;

  margin-bottom: 25px;

}



.contact-cols form button{

  width:100%;

  background: #86c751;

  color: #fff;

  text-transform:uppercase;

  font-family: 'source_sans_proregular';

  border:none;

  font-size: 19px;

  padding: 12px 0;

}

.contact-cols form button:hover{

  background: #64a62e;

}



.contact-cols form .form-div{

  min-height: 79px;

}

/*------accordion accordion accordion custom style----*/

#accordion a h4.panel-title{

  font-family: 'source_sans_proregular';

  font-size: 16px;

  color: #4c4c4c;

  width: 100%;

  text-decoration: none;

}



#accordion .panel-heading{

  background: url("../image/acco-bg.png") no-repeat 100% 0px;

}

#accordion a{

  text-decoration: none;

}

.panel-default > .panel-heading{

  padding: 18px;

  padding-right: 0px;

}



.active-accodrion{

  color:#da1b5a !important;

  font-weight: bold;

  background: url("../image/acco-up-bg.png") no-repeat 100% 0px !important;

}

/*------accordion accordion accordion----*/

.form-inline .form-group { margin-right:10px; }

.well-primary {

color: rgb(255, 255, 255);

background-color: rgb(66, 139, 202);

border-color: rgb(53, 126, 189);

}

.glyphicon { margin-right:5px; }

/*------accordion accordion accordion----*/

/*------contact page style close--------*/



/*-----inner page style inner page style----*/

h3.department-head {

    font-size: 22px;

    color: #2ab572;

}



.newArrival span.caption h5{

  max-width: 175px;

}



h3.pay{

  font-size: 26px;

  border-bottom: none;

  color: #f7931d;

  max-width: 350px;

  float: left;

  padding: 0px;

  text-align: left;

  margin-left: 0px;

  margin-bottom: 12px;

}



h3.pay span{

  font-size: 16px;

}



.inner-detail-col .starrr{

  color: #c2d44e;

  float: right;

  margin-top: 0px;

  text-align: right;

  cursor: pointer;

}



.inner-detail-col .starrr .star-text{

  color: #4c4c4c;

}



.inner-detail-col  p{

  clear: both;

}



ul.product-social{

  margin-top: 15px;

  margin-bottom: 15px;

}



ul.product-social li{

  display: inline-block;

  text-transform: uppercase;

  color: #29aae1;

  font-size: 17px;

}

ul.product-social li img{

  margin-left: 5px;

  margin-right: 5px;

}



p.avilabity{

  text-transform: uppercase;

  font-weight:bold;

}



p.avilabity span{

  color:#63c998;

}



ul.product-desc{

  text-transform: uppercase;

  margin-bottom: 15px;

}



ul.product-desc li{

  margin-top: 5px;

  margin-bottom: 5px;

  background: url("../image/product-des-lis.png") no-repeat 0 4px;

  padding-left: 20px;

}



.btn-qty, .btn-addcart, .btn-wishlist{

  float: left;

}

.btn-qty{

  background: #ededed;

  padding: 0px 0 0 10px;

}



.btn-qty p, .btn-qty input, .btn-qty div{

  float: left;

  padding: 5px;

  margin: 0px;

}

 .btn-qty input{

   width: 50px;

   padding: 5px;

   border: none;

   background: none;

 }



.btn-qty .val-next{

  background-image: url("../image/up-img.jpg");

  padding: 10px 22px;

  cursor:pointer;

  text-indent: -100px;

  overflow: hidden;

 }



 .btn-qty .val-prev{

   background-image: url("../image/down-img.jpg");

   padding: 10px 22px;

   cursor: pointer;

  text-indent: -100px;

  overflow: hidden;

  }



.btn-qty p, .btn-qty input {

    margin-top: 4px;

}



.btn-addcart button, .btn-wishlist button{

    background: #86c751;

    color: #fff;

    border: none;

    margin-left: 5px;

    text-transform: uppercase;

    padding: 10px;

    min-width: 150px;

}



 .inner-detail-col h3{

   margin-left: 0px;

   margin-right: 0px;

 }



  .inner-detail-col p.descrip{

    text-align: justify;

  }



  .inner-detail-image img{

    border: solid 3px #e9e5e2;

  }



  .inner-detail-image .thub-image{

    padding-left: 0px;

    padding-right: 0px;





  }



  .inner-detail-image .main-image{

    margin-bottom: 10px;

  }



  .inner-detail-image .thub-image ul li{

    margin-bottom: 7px;

    display: inline-block;

    max-width: 90px;

  }

/*--- inner page style close inner page style close--*/

/*---- login page login page login page ---*/

h3.log-head{

font-family: 'Conv_Lato-Light';

border: none;

color: #231f20;

margin: 0 0 30px 0;

}



.log-p{

  min-height: 126px;

}



ul.log li{

  clear: both;

  margin-bottom: 30px;

}



ul.log li p{

  font-family: 'Conv_Lato-Light';

  float: left;

  min-width: 120px;

  text-transform: uppercase;

  margin-top: 6px;

}



ul.log li input{

  width: 100%;

  max-width: 434px;

  min-height: 38px;

  border: #cecdcd solid 1px;

  padding-left: 10px;

}



.modal-header{

  background: #29aae3;

  color: #fff;

  text-align: right;

}



.close{

  float: left;

  background: url("../image/model-close.png") no-repeat !important;

  text-indent: 100px;

  overflow: hidden;

  width: 47px;

  height: 47px;

  opacity: 1;

  margin-top: 0px !important;

}



.modal-header h3{

  font-family: 'Arial Rounded MT';

  text-transform: uppercase;

  color: #fff;

  border-bottom: none;

  font-size: 22px;

}



.modal-body .form-group{

  width: 90%;

  max-width: 555px;

  margin-left:auto;

  margin-right: auto;

  margin-top: 30px;

}



.modal-body .form-group span{

  text-transform: uppercase;

}



.modal-body .form-group input, .modal-body .form-group select{

  width: 100%;

  float: none;

  height: 50px;

  margin-bottom: 25px;

  margin-top: 15px;

  padding-left: 15px;

  border: solid 1px #e1e1df;

}



.modal-body .form-group select{

  appearance:none;

  -webkit-appearance:none;

  -moz-appearance:none;

  -o-appearance:none;

  background: url("../image/down-img.jpg") no-repeat 100% 0px;

}



.modal-body .form-group input.log-btn{

  text-transform: uppercase;

  background:#86c751;

  color:#fff;

  border: none;

}



.modal-body .form-group .rembr{

  text-align: right;

}



.modal-body .form-group a{

  color: #000;

  text-decoration:none;

}



.log-inpage{

  min-height: 400px;

}



.dp-department{

  margin-left: 10px;

}



/* .squaredThree */



section.squared{

  float: right !important;

  margin-left: 5px;

}



.squaredThree {

  width: 20px;

  position: relative;

  float: right;

  margin-left: 10px;

}

.squaredThree label {

  width: 20px;

  height: 20px;

  cursor: pointer;

  position: absolute;

  top: 0;

  left: 0;

  background:#d91b5b;

}

.squaredThree label:after {

  content: '';

  width: 9px;

  height: 5px;

  position: absolute;

  top: 5px;

  left: 6px;

  border: 3px solid #fcfff4;

  border-top: none;

  border-right: none;

  background: transparent;

  opacity: 0;

  -webkit-transform: rotate(-45deg);

          transform: rotate(-45deg);

}

.squaredThree label:hover::after {

  opacity: 0.3;

}

.squaredThree input[type=checkbox] {

  visibility: hidden;

}

.squaredThree input[type=checkbox]:checked + label:after {

  opacity: 1;

}

.squaredTwo input, .squaredThree input{

  height: inherit !important;

  margin: auto !important;

}



.sign-ara a{

  color: #000;

  text-decoration:none;

}





/* .squaredTwo */



.squaredTwo input{

  margin-left: 10px;

}



.squaredTwo {

  float: left;

  margin:0 10px 0 0!important;

  width: 28px;

  height: 28px;

  position: relative;

  margin: 20px auto;

  background: #f7931d;

}

.squaredTwo label {

  width: 20px;

  height: 20px;

  cursor: pointer;

  position: absolute;

  left: 4px;

  top: 4px;

  background:#fff;

}

.squaredTwo label:after {

  content: '';

  width: 24px;

  height: 12px;

  position: absolute;

  top: -2px;

  left: 4px;

  border: 5px solid #86c751;

  border-top: none;

  border-right: none;

  background: transparent;

  opacity: 0;

  -webkit-transform: rotate(-45deg);

          transform: rotate(-45deg);

}

.squaredTwo label:hover::after {

  opacity: 0.3;

}

.squaredTwo input[type=checkbox] {

  visibility: hidden;

}

.squaredTwo input[type=checkbox]:checked + label:after {

  opacity: 1;

}





/* end .squaredTwo */



/* end .squaredThree */

.apply-job{

  width: 100%;

  max-width: 500px;

  margin-left: auto;

  margin-right: auto;

  margin-top: 60px;

  margin-bottom: 80px;

}



.apply-job input{

  background: #86c751;

  color:#fff;

  text-transform: uppercase;

  width: 100%;

  font-size: 18px;

  border: none;

  height: 50px;

}



.upload-carer{

  border: solid 1px #e1e1df;

  padding: 10px;

}



ul.product-sort li{

  display: inline-block;

  text-transform: uppercase;

  color: #000;

}



ul.product-sort li select{

  height: 25px;

  -webkit-appearance:none;

  -moz-appearance:none;

  -o-appearance:none;

  margin-right: 20px;

  padding-right: 50px;

  padding-left: 10px;

  background: url("../image/inner-dp-dwn.png") no-repeat 100% 0;

}



.bnr-add.best-seller h3{

  color: #2ab572;

}



ul.department-list li{

  clear: both;

}



ul.department-list > li > a::after{

  margin-right: -7px !important;

}



ul.department-list li p{

  width: 77% !important;

}



ul.best-seller-ul li{

  clear: both;

  margin-top: 15px;

  margin-bottom: 15px;

}



ul.best-seller-ul li img{

  float: left;

  margin: 0 10px 15px 0;

}



ul.best-seller-ul li p{

  color: #333333;

  font-family: 'Source Sans Pro';

  font-size: 20px;

  margin-bottom: 2px;

}



ul.best-seller-ul li p.price{

  color: #00a9df;

}



.bnr-add ul.best-seller-ul li img{

  width: auto !important;

}



.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}

.pagination>li>a{

border-radius: 50% !important;

margin: 0 5px;

width: 40px;

height: 40px;

text-align: center;

}



.pagnation-div{

  width: 80%;

  max-width: 600px;

  margin-left: auto;

  margin-right: auto;

}



.pagination li.prev_next a{

  width: auto;

  border: none;

  background: none !importat;

}

.pagination li.prev_next a:hover{

  width: auto;

  border: none;

  background-color: #fff !important;

}



ul.nav-stacked li i img{

  float: left;

}



ul.nav-stacked li p{

  font-size: 16px;

  float: left;

  width: 78%;

  margin-left: 12px;

}



ul.nav-stacked li.acte p{

  color: #f8941e;

  font-weight: bold;

}



.side-more-ul{

  margin-top: 50px;

}



ul.side-more-ul li.side-more{

  text-align: right;

  background: url("../image/more-dpdown.jpg") no-repeat 100% 1px;

  padding-right: 36px;

}



ul.side-more-ul li.side-more a{

  color: #333;

  text-decoration: none;

}



.log-register, .log-login{

  width: 300px;

  height: 40px;

  color: #fff;

  border: none;

  background:#939598;

  text-align: right;

  padding-right: 15px;

  float: right;

}



.log-login{

  background: #000;

}



.price-slider{

  float: left;

}



ul.product-sort li button{

  background: #2ab572;

  color: #fff;

  border: none;

}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{

  background: #f7931d !important;

  border: none !important;

}



.side-menus-list .nav-stacked .dropdown-menu li:last-child >a{

  border-bottom: 0px solid #000;

}



/**** 23 Febrary 2017 start here ***/



/*-- account information page style 23-february-2017 --*/

.account-sideNav{

  float: left;

  width: 100%;

}



.acSide-Div{

  background: #f3f3f3;

  margin: 30px 0;

}



.acSide-Div ul{



}



.acSide-Div ul li{

  border-bottom: solid 1px #e8e8e8;

  padding: 20px 30px;

  text-transform: uppercase;

}



.acSide-Div ul li:last-child{

  border-bottom: 0px;

}



.acSide-Div ul li a{

  color: #050304;

}



.acSide-Div ul li a:hover{

  color: #9c9c9c;

}



.acSide-Div ul li a.active{

  color: #f7921c;

}



.account-contents.row{

  margin-left: 0px;

  margin-right: 0px;

  margin-top: 15px;

  margin-bottom: 30px;

}



.account-contents.row p{

  margin: 15px 0;

}

.account-contents.row ul{

  float: left;
  width: 100%;

}



.account-contents.row ul li{

  padding: 6px 0;

  font-size: 18px;

}



.account-contents.row ul li span{

  min-width: 120px;

  float: left;

  color: #6e6d6d;

}



.account-contents.row ul li i{

  font-style: normal;

}



.account-contents.row input.edit-btn{

  float: right;

  color: #43ba7e;

  border: none;

  background:none;

  text-transform: uppercase;

  width: auto;

}

.account-contents.row h3{

  margin: 30px 0px 15px -1px;

  font-size: 19px;

}



/*=== account information page style====*/

.account-contents.row input{

  width: 100%;

  padding: 8px 20px;

  margin-bottom: 15px;

  border: solid 1px #d4d4d4;

}



.account-contents.row button.save{

  padding: 6px 50px;

  color: #fff;

  background: #29aae3;

  border: 0px;

  font-size: 18px;

}

.account-contents.row button.save:hover{

  background: #54bfef;

}



/*========= my order page style ==============*/

.table-bordered{

  padding: 0px;

}



.table-bordered .tab-color{

  color: #f7921c;

}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{

  border-width: 1px;

}

#no-more-tables{

  margin-top: 26px;

}



#no-more-tables th{

  text-transform: uppercase;

  color: #43ba7e;

  font-weight: normal;

  font-size: 17px;

  padding: 7px;

}



/*=========== shopping cart page style ===============*/

#no-more-tables p.product-descrip{

    font-size: 18px;

    color: #2ab572;

    font-family: 'Arial Rounded MT';

    text-transform: uppercase;

    margin: 2px;

}



#no-more-tables p.product-val{

    font-size: 19px;

    color: #f7931d;

    font-family: 'Arial Rounded MT';

    text-transform: uppercase;

    margin: 2px;

}



.shopping-cart #no-more-tables td{

  vertical-align: top;

  padding-top: 25px !important;

  padding-bottom: 25px !important;



}



.shopping-cart #no-more-tables th{

  text-align: center;

  font-family: 'Arial Rounded MT';

  font-size: 19px;

  color: #000;

}



.shopping-cart .sc-close button{

  background: url(../image/sc-close.png) no-repeat;

  border: none;

  padding: 9px;

  text-indent: 100px;

  width: 32px;

  overflow: hidden;

  outline: none;

}



.shopping-cart p.totalord-p{

  font-family: 'Arial Rounded MT';

  font-size: 19px;

  float: right;

  margin: 45px 0 5px 0;

}



.shopping-cart p.sec_totalord{

  float: right;

  width: 100%;

  text-align: right;

}



.shopping-cart .shop-button{

  float: right;

  width: 100%;

}



.shopping-cart .shop-button button {

    font-family: 'source_sans_proregular';

    width: 100%;

    background: #86c751;

    border: none;

    color: #fff;

    padding-top: 10px;

    padding-bottom: 10px;

    text-transform: uppercase;

    margin-bottom: 5px;

    width: 50%;

    float: right;

    max-width: 312px;

    margin-left: 8px;

}





/**** 23 Febrary 2017 end here ***/



/*======== checkout page style 28-february-2017 Start here ===========*/

.checkout-page-cont{

  max-width: 90%;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 65px;

}

.checkout-page-cont h3.log-head{

  text-align: center;

  margin-top: 35px;

  margin-bottom: 8px;

}



.checkout-page-cont p{

  text-align: center;

  margin-bottom: 40px;

  font-family: 'Conv_Lato-Light';

}



ul.sel-adderess{

  font-family: 'Conv_Lato-Light';

  font-size: 16px;

  max-width: 215px;

}



ul.sel-adderess li.sel-name{

  font-size:18px;

  font-weight: bold;

}



ul.sel-adderess li input{

  margin-top: 5px;

background: #29aae3;

border: none;

padding: 5px;

width: 100%;

border-radius: 4px;

color: #fff;

}



ul.sel-adderess li.towbtns input{

  width: 49%;

  float: left;

}



ul.sel-adderess li.towbtns input:last-child{

  float: right;

}



.checkout-page-cont .form-group label{

  font-weight: normal;

  text-transform: uppercase;

}

.checkout-page-cont .form-group input{

  min-height: 41px;

  border-radius: 0px;

}

.checkout-page-cont .form-group select{

  min-height: 41px;

  border-radius: 0px;

  width: 100%;

  appearance:none;

  -webkit-appearance:none;

  -moz-appearance:none;

  -o-appearance:none;

  padding: 6px 12px;

  background: url("../image/down-img.jpg") no-repeat 100% -2px;

}



ul.chout2{

  width: 100%;

  max-width: 100%;

}



ul.chout2 li input{

  text-transform: uppercase;

}



#no-more-tables .yo-product-name{

  /*padding: 5px 15px;*/

  vertical-align: top;



}



.your-order{

  font-family: 'Arial Rounded MT' ;

  margin-bottom: 30px;

}



.your-order th{

  padding: 5px 15px !important;

  color: #000 !important;

}



.your-order .yo-total, .your-order .yo-total p{

  text-align: right;

  padding: 5px 10px;

    font-weight: bold;

    vertical-align: top;

}



#no-more-tables .yo-product-name p{

  text-align: left;

  font-size: 18px;

  color: #2ab572;

  font-family: 'Arial Rounded MT' ;

}



.cart-detail td{

  padding: 0px 15px 0 0!important;

  vertical-align: top;

  border-bottom: solid 0px;

  text-align:right;

  text-transform: uppercase;

  vertical-align: middle;

}



.cart-detail .yo-total p{

  margin-bottom: 0px;

  padding: 5px 10px;

}



.table-nobdr{

  border-bottom-color: #fff !important;

}



.main-total p{

  font-size: 26px;

  font-family: 'Arial Rounded MT' ;

}





/***************** 28-02-2017 END Here ***************/







@media (min-width: 1100px){

  /*-- 23-february 2017--*/

  .shopping-cart #no-more-tables td{

    padding: 0 2%;

  }

    /*-- 27-february 2017--*/

  #no-more-tables .yo-product-name{

    padding: 5px 15px;

  }



}



@media (min-width: 900px){

  .navbar-collapse form[role="search"] {



  }



}



@media (max-width: 1024px){

	#accordion a h4.panel-title{

	  padding-right:56px !important;

  }

  .inner-right-side{

    clear: both;

  }

.side-menus-list .nav-stacked .dropdown-menu{

  left: 0px;

  width: 100%;

  /*top: 52px;*/

  position: relative;

  margin-bottom: 10px;

}



}



@media only screen and (max-width : 992px) {

.productsinner-col-device{

  width: 50% !important;

}



.inner-detail-col{

  clear: both;

}

}



@media (max-width: 768px){

	.follow ul.social, .follow em{

		text-align:center;

	}

	.inner-detail-image .thub-image{

	  padding-left:15px;

	  padding-right:15px;

  	}



    .product-sort li{

      margin: 10px 0;

    }

}



@media only screen and (max-width : 480px) {

.productsinner-col-device{

  width: 100% !important;

}



.pagnation-div{

  width:90%;

}



.pagination>li>a{

  margin: 0 1px;

  width: 30px;

  height: 30px;

      padding: 4px 7px;

}



.inner-detail-image .thub-image ul li{

  width: 24%;

}



.btn-addcart{

  clear: left;

}

.btn-wishlist, .btn-addcart{

  margin-top: 10px;

}

}



/**** 23 Febrary 2017 start here ***/



/*-=====================table styel======================*/

@media only screen and (max-width: 800px) {

    



    /* Force table to not be like tables anymore */

    .shopping-cart #no-more-tables td{

    clear: both;

    min-height: 96px;

  }

	#no-more-tables table,

	#no-more-tables thead,

	#no-more-tables tbody,

	#no-more-tables th,

	#no-more-tables td,

	#no-more-tables tr {

		display: block;

	}



	/* Hide table headers (but not display: none;, for accessibility) */

	#no-more-tables thead tr {

		position: absolute;

		top: -9999px;

		left: -9999px;

	}



	#no-more-tables tr { border: 0px solid #ccc; }

  #no-more-tables tr:nth-child(even){background: #dcdcdc;}

	#no-more-tables td {

		/* Behave  like a "row" */

		border: none;

		border-bottom: 1px solid #eee;

		position: relative;

		padding-left: 50%;

		white-space: normal;

		text-align:left;

	}



	#no-more-tables td:before {

		/* Now like a table header */

		position: absolute;

		/* Top/left values mimic padding */

		top: 6px;

		left: 6px;

		width: 45%;

		padding-right: 10px;

		white-space: nowrap;

		text-align:left;

		font-weight: bold;

	}



	/*

	Label the data

	*/

	#no-more-tables td:before { content: attr(data-title); }

}

/**** 23 Febrary 2017 end here ***/





/************** 28-02-2017 start here *****************/



/*=======process=============*/

.bs-wizard {margin-top: 40px;}



/*Form Wizard*/

.bs-wizard {border-bottom: solid 0px #e0e0e0; padding: 0 0 10px 0;}

.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}

.bs-wizard > .bs-wizard-step .bs-wizard-info {    text-transform: uppercase; color: #999; font-size: 14px;}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 75px; height: 75px; display: block; background: #f0f0f0; top: 20px; left: 44%; margin-top: -15px; margin-left: -15px; border-radius:20%; text-align: center; font-family: 'Arial Rounded MT'; padding: 19px 0; font-size: 24px; color: #9e9e9e;}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after { width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }

.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 2px; box-shadow: none; margin: 40px 0;}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #29aae3;}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}

.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}

.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.complete .bs-wizard-dot {

  background: #29aae3 !important;

  color: #fff !important;

}

/*END Form Wizard*/



/************** 28-02-2017 end here *****************/

