﻿a{
    color:#009D48
}
a:hover{
    color:orange!important
}
.title-dm {
    color: #009D48;
    padding: 10px;
    background-color: #e8e8e8;
    text-transform: capitalize;
    margin-bottom:15px;font-size:1.4em;
}
.nav-pills .nav-link.active {
    background-color: #009D48;
}
ul.no-ul.lisnc {
    margin: 0;
    margin-bottom: 15px;
}
.lisnc li a {
    color: rgba(0,0,0,.7);
    font-size: .9rem;
    padding: 3px 10px;
    display: block;
}
.lisnc li a:hover,.lisnc li a.actix {
    text-decoration:none;color:#009D48
}

.lisnc li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #009D48;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
#image1 a{
    color:rgba(72, 181, 74,.7)
}
#image1 a:hover{
    color:orange
}
.sidebar{
    font-size:1.4em;
}
.tlf-order{
    border-bottom: 1px solid #dadada;
        padding: 8px 12px;
        margin-bottom:15px;font-size:1.6em;
}
.bg-white table{font-size:.9rem;}
.nav-item a{font-size:.9rem;}
.show_order_li{
    padding:8px 12px;
}
    .tlf-order .tlf-order-tite {
        color:#009D48;
    }
    .tlf-order .tlf-order-tite a{font-size:14px;font-weight:bold;color:#507601;}
    .tlf-order .tlf-order-date {
        color: rgba(0,0,0,.6);
        font-size: 13px;
        font-style: italic;
    }
 .badge{font-size:100%;}
 #ddlremainday{font-size:.9rem;}
 .tbm-favourite-product{
     border:1px solid #ddd;
     padding:10px;display:block;
 }
  .tbm-favourite-product:hover{
      border-color:#009D48
  }
  .tbm-favourite-product:before{
      padding-top:100%;
      display:block;
      content:'';
  }
  .tbm-favourite-product img{
      position:absolute;
      top:0;left:0;right:0;bottom:0;margin:auto;
      display:block;max-height:100%;padding:5px;
  }
  .favourite-product{
       border-bottom:1px dashed #ddd;
       margin-bottom:15px;padding-bottom:15px;
       position:relative;
   }
 .tl-favourite-product{
     color:rgba(0,0,0,.7);
     font-size:1rem;
 }
 .pro-code.pro-code-favourite-product{
     font-size:.9rem;
     display:block;margin:6px 0 8px;height:auto;
 }

  .title-favourite-product{
      margin-bottom:10px;font-size:1.1rem;color:rgba(0,0,0,.8);
  }
  .title-favourite-product:before{
          width: 7px;
    height: 7px;
    background: #009D48;
    content: '';
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -3px;
  }
  .bg-dsds {
    border: 1px solid #dadada;
    background-color: #eff0f5;
    border-radius: 4px;
    padding: 12px;
    position: relative;
    font-size: 1.4em;
    margin: 0 40px;
}.dt-tk {
    color: #9e9e9e;
    font-style: italic;
}.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}
   
 .bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}
  .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0;
        height: 8px;
        box-shadow: none;
        margin: 20px 0;
    }
 .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}.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>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background: #fbe8aa;
}.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #009d48;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    background-color: #fff;
}
 .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot{
     background:#e9ecef
 }