
  /* ------------------- Default Style ------------------------- */

  .terms_badge {
    display: inline-flex;
    margin-right: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
	border-left: 1px solid #efefef;
	padding-left: 10px;
  font-family: 'Open Sans',Arial,sans-serif !important;
  }
  
  .terms_badge img {
    width: 22px;
	  margin-left: 5px;
    margin-top: 10px;
  }

  .terms_url{
    color: #dc582a;
  }



.serp_chip{
  display: inline-flex;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  border:1px solid #cecece;
  border-left: none;
  border-radius: 28px 25px 25px 28px;

 }
 
 .serp_chip img{
   float: left;
   margin: 0 10px 0 -25px;
   height: 50px;
   width: 50px;
   border-radius: 50%;
 }

 .serp_box_t{
  border:1px solid #cecece;
    padding: 10px 15px;
}


 .card-flv-eff {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 90%;
}

.card-flv-eff:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}




  .gauge-container {
    width: auto;
    height: auto;
    display: block;
    /* float: left; */
    padding: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  .gauge-main-circle{
    display: flex;
  }

  .gauge-main-fluid{
    display: flex;
  }

  .gauge-container.THC {
    margin-left: auto;
    margin-right: auto;
  }

  .gauge-container.CBD {
    margin-left: auto;
    margin-right: auto;
  }

  .gauge-container.TAC {
    margin-left: auto;
    margin-right: auto;
  }


  .gauge-container2 {
    display: block;
    /* float: left; */
    padding: 10px;
    overflow: hidden;
  }


  .gauge2-main{
    display: flex;
  }

  .gauge-container2.FlowerEquivalent {
    width: 90%;
    height: 40%;
    display: block;
    /* float: left; */
    padding: 10px;
    overflow: hidden;
  }
  
  .gauge-container2.GramsConcentration {
    width: 90%;
    height: 40%;
    display: block;
    /* float: left; */
    padding: 10px;
    overflow: hidden;
  }

  .fluid-meter-container{
    text-align: center;
  }
  
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 90%;
  }

  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }


  .canvas-main-circle{
    display: inline-flex;
    width: 33%;
    margin-right: 1%;
  }

  .canvas-main-fluid{
    display: inline-flex;
    width: 33%;
    margin-right: 1%;
  }

  
  .canvas-main{
    display: inline-flex;
    width: 48%;
    margin-right: 2%;
  }


  .card-2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  .card-2:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  .card-2.FlowerEquivalent{
     width: 100%; 
  }

  .card-2.GramsConcentration{
     width: 100%; 
  }

  .card-3 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 98%;
  }
  
  .card-3:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  .text-container {
    padding: 3% 0;
    text-align: center;
    color: #ffffff;
  }

  .text-container.CBD{
    background-color: #000;
  } 

  .text-container.TAC{
    background-color: #000;
  } 

  .text-container.THC{
    background-color: #000;
  } 

  .text-container.FlowerEquivalent{
    background-color: #000;
    padding: 1% 0;
  } 

  .text-container.GramsConcentration{
    background-color: #000;
    padding: 1% 0;
  } 
  
  .main-flavor-effects{
    display: none;
  }
  

  .cp-recorder-ui-wrapper{
    background:transparent !important;
  }
  
  .cp-recorder-ui-camera-start-btn{
    background-color: #d7532f !important;
  }
  .cp-recorder-ui-record-btn{
    background-color: #d7532f !important;
  }

  #gform_wrapper_8{
    color: #c1c1c1;
    border-color: #d6542f;
  }

  #gform_wrapper_8 label{
    color: #c1c1c1;
  }

  #gform_wrapper_8 h2{
    color:#fff;
  }

  #gform_submit_button_8{
    background-color: #d6542f;
    color: #fff;
    border-color: #d6542f;
    border-width: 1px;
  }
 
  #gform_8_validation_container{
    background-color: #353434;
  }

  #validation_message_8_1{
    color:#fff;
    background-color: transparent;
  }
  #validation_message_8_2{
    color:#fff;
    background-color: transparent;
  }
  #validation_message_8_3{
    color:#fff;
    background-color: transparent;
  }
  #validation_message_8_4{
    color:#fff;
    background-color: transparent;
  }
  #validation_message_8_5{
    color:#fff;
    background-color: transparent;
  }

  #effects_main{
    font-family: 'Open Sans',Arial,sans-serif !important;
  }

  #effects_main table th,td{
    border: none !important;
  }


  @media only screen and (min-device-width: 768px) {
    .gauge-container {
      width: 200px;
      height: 165px;
    }
  }

  @media only screen and (max-device-width: 768px) {
    .gauge-main-fluid{
      display: block;
    }
    .canvas-main-fluid{
      width: 48%;
      margin-right: 0;
      margin-bottom:10%;
    }
  }

  @media only screen and (max-device-width:  480px) {
    .gauge-main-circle{
      display: block;
    }

    .gauge-main-fluid{
      display: block;
    }

    .gauge2-main{
      display: block;
    }

    .canvas-main-circle{
      width: 95%;
      margin-right: 0;
      margin-bottom:10%;
    }
    .canvas-main-fluid{
      width: 100%;
      margin-right: 0;
      margin-bottom:10%;
      margin-left: 8%;
    }

    .canvas-main{
      width: 100%;
      margin-right: 0;
      margin-top:1%;
    }
  
  }


  /* ------------------- Alternate Style 2 ------------------------- */

  /* THC */

  .gauge-container.THC > .gauge > .dial {
    stroke: #ffd3c8;
    stroke-width: 2;
    /*stroke-dasharray: 125, 20;*/
  }
  .gauge-container.THC > .gauge > .value {
    stroke: #dc582a;
    stroke-width: 2;
    /*stroke-dasharray: 125, 20;*/
  }
  
  .gauge-container.THC > .gauge > .text-container {
    fill: #27fcff;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: bolder;
    font-size: 70%;
    
  }

  
  /* CBD */

  .gauge-container.CBD > .gauge > .dial {
    stroke: #ffd3c8;
    stroke-width: 2;
    /*stroke-dasharray: 125, 20;*/
  }
  .gauge-container.CBD > .gauge > .value {
    stroke: #dc582a;
    stroke-width: 2;
    /*stroke-dasharray: 125, 20;*/
  }
  
  .gauge-container.CBD > .gauge > .text-container {
    fill: #27fcff;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: bolder;
    font-size: 70%;
   
  }

/* TAC */

.gauge-container.TAC > .gauge > .dial {
  stroke: #ffd3c8;
  stroke-width: 2;
  /*stroke-dasharray: 125, 20;*/
}
.gauge-container.TAC > .gauge > .value {
  stroke: #dc582a;
  stroke-width: 2;
  /*stroke-dasharray: 125, 20;*/
}

.gauge-container.TAC > .gauge > .text-container {
  fill: #27fcff;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: bolder;
  font-size: 70%;
  
}

.woocommerce ul.products li.product a img.race_img_cls{
  width: 18px !important;
  margin-left: 5px !important;
}

.eff_feel_img_resp{
  width:32px !important;
}

.eff_pos_img_resp{
  width:32px !important; 

}

  
.flv_img_resp{
  width:32px !important;
  margin-left:2%;
}

@media screen and (max-width: 600px) {
 
  
  .eff_feel_img_resp{
    width:30px !important;
  }
  
  .eff_pos_img_resp{
    width:30px !important; 
  
  }
  
    
  .flv_img_resp{
    width:30px !important;
    margin-left:2%;
  }

}

