body{
    font-family: 'Barlow', sans-serif;
}
@font-face{
    font-family:'TTFirs-Medium';
    src:url("fonts/TT Firs Medium.woff2") format("woff2"),
    url("fonts/TTFirs-Medium.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}
ul,ol{
	margin-left: 20px;
	padding: 0;
}
button#reset_search {
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 10px 30px !important;
    margin-top: 20px !important;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

a, a:hover{
	text-decoration: none;
}
.grey-bg{
    background-color: #3a3a3a;
    height: 90px;
}
.atp-logo {
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
}
.atp-logo:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 75%;
    bottom: 0;
    left: 0;
    background: #3a3a3a;
}
.how-it-works h2{
    font-size: 26px;
    color: #3a3a3a;
    font-family:'TTFirs-Medium';
    font-weight: 600; 
    padding-bottom: 10px;
}
.how-it-works p{
    font-size: 18px;
    color: #3a3a3a;
}
.product-cont{
    padding-top: 40px;
}
.product-cont .form-control{
    border-radius: 13px;
}
.product-cont .btn-primary{
    border-radius: 0px;
    background-color: #517cba;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 20px;
}
.product-cont .btn-primary:hover{
    background-color: #174e9e;
}
.title-plus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}
.title-plus:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #e1e1e1;
}
.title-plus span{
    padding-right: 10px;
    font-family:'TTFirs-Medium';
}
.title-plus i{
    color: #517cba;
}
.title-plus span, .title-plus i{
    background: #fff;
    position: relative;
    font-size: 20px;
}
.table-sec{
    background-color: #fafafa;
    padding: 0 0 30px 0;
}
.table-sec tbody {
    background-color: #fff;
    color: #3a3a3a;
}
.table-sec tr td button.table-btn{
    background-color: #34b44c;
    color: #fff;
    border: transparent;
    padding: 5px 15px;
}
.table-sec table thead tr th{
    background-color: #3a3a3a;
    color: #fff;
}
footer{
    background-color: #3a3a3a;
    color: #fff;
}
footer p{
    padding: 40px 0 40px;
    text-align: center;
}
@media(max-width: 768px){
    .product img{
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}

.mix_entry{
    color: #407a00;
    cursor: pointer;
}
.compatible{
    /* background: #bdff73; */
    font-weight: 600;
}
/* .marginally{background: #e4facc;} */
.select2-search__field:focus{
    border-width:1px;
    border: 1px solid #333;
    outline:none!important;
}
.fas{
    cursor: pointer;    
}
.add-more-link a{ color: #318000; }
.add-more-link{
    margin:12px 0;
}

  @media (min-width: 768px) {
    .panel-heading {
      display: none;
    }
    .panel {
      border: none;
      box-shadow: none;
    }
    .panel-collapse {
      height: auto;
    }
    .panel-collapse.collapse {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .tab-content .tab-pane {
      display: block;
    }
    .nav-tabs {
      display: none;
    }
    .panel-title a {
      display: block;
    }
    .panel {
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      margin-top: -2px;
    }
    .tab-pane:first-child .panel {
      border-radius: 5px 5px 0 0;
    }
    .tab-pane:last-child .panel {
      border-radius: 0 0 5px 5px;
    }
  }
.mix_name{
    color: #12a700;
    font-weight: 500;
}

.mix_name:hover{
    color: #007a18;
}
.mix_status_compatible{
    background: #bdff73 !important;
}
.mix_status_marginally{
    background: #f3f633  !important;
}
.mix_status_not{
    background: #fc7575  !important;
}
#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }
  
  #loading-image {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100;
  }
  .flexbox .remove_btn{
      float: right;
  }
  .remove_btn i{ color: #db6464;}

.flexbox .chem_remove_btn{
    float: right;
}
.chem_remove_btn i{ color: #db6464;}