<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#where_to_buy {
  background: #ddeef6 url('../Image/bg_where_to_buy.jpg') no-repeat scroll center 0;  
  min-height: 474px;
}

#where_to_buy h1 {
  color: #0075bc;
  text-transform: uppercase;
}

#where_to_buy .description {
  padding: 50px 0 0 50px;
}

#where_to_buy .description p {
  font-size: 14px;
}

#where_to_buy .description .dynamic_content {
  margin-top: 25px;
}

#where_to_buy form {
  background-color: #fff;
  width: 530px;
  padding: 15px 20px 20px 50px;
  margin-top: 60px; 
  color: #b4b4b4;   
  position: relative;
}

#where_to_buy form:after {
  content: ".";
  background: url('../Image/bg_where_to_buy_shadow.png') no-repeat scroll right 0;
  width: 260px;
  height: 7px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;   
}

#where_to_buy form h2 {
  font-size: 30px;
  color: #0075bc;
  text-transform: uppercase;  
}

#where_to_buy form ul {
  margin-top: 10px;
}

#where_to_buy form ul li {
  display: block;
  float: left;
}

#where_to_buy form ul li:last-child {
  margin-left: 15px;
}

#where_to_buy form ul li label {
  display: inline-block;
  line-height: 32px;
  margin-right: 5px;
  font-size: 14px;
  color: #171e24;  
  float: left;
}

#where_to_buy form ul li input[type="text"] {
  width: 20px;
}

#where_to_buy form ul li input[type="text"].last {
  width: 40px;
}

#where_to_buy form ul li select {
  width: 177px; 
  height: 30px !important;
}

#where_to_buy form ul li .customStyleSelectBoxInner {
  width: 135px !important;
}

#where_to_buy form .btn {
  margin-top: 30px;
}

#where_to_buy form .btn + .btn {
  margin-left: 10px;
}

#where_to_buy_result {
  background: #ddeef6 url('../Image/bg_where_to_buy_result.png') no-repeat scroll center 0;
}

#where_to_buy_result .where_to_buy_result_content {
  padding: 50px;
}

#where_to_buy_result h2 {
  font-size: 30px;
}

#where_to_buy_result ul li {
  display: block;
  width: 200px;
  min-height: 80px;
  margin: 30px 75px 0 0;
  float: left;
}

#where_to_buy_result ul li:nth-child(4n) {
  margin-right: 0;
}

#where_to_buy_result ul li h4 {
  font-family: 'Montserrat', Arial;
  font-weight: 600;
}

.hebe {
  color: #90024e;
}

.super_pharm {
  color: #f50030;
}

#where_to_buy_result .search_info {
  margin-top: 20px;
}

#where_to_buy_result .search_info h4 {
  font-weight: bold;
}</pre></body></html>