/* @override http://founditlower.local/shared/css/fil.css */

body {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 12pt;
  }

.fil-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

h1.fil-title {
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  font-size: 1.6em;
}

.fil-left-content p {
  margin-bottom: 15px;
}

span.fil-bold {
  font-weight: bold;
}

form {
  background: #dedede;
  padding: 20px;
  border-radius: 7px;
  moz-border-radius: 7px;
  webkit-border-radius: 7px;
}

input[type="text"] {
  display: block;
  width: 100%;
  margin-top:3px;
  margin-bottom: 12px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fcfcfc;
  border: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 7px;
  border-radius: 5px;
  moz-border-radius: 5px;
  webkit-border-radius: 5px;
}

select {
  display: block;
  border: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
  line-height: 32px;
  background: #fcfcfc;
  height: 32px;
  margin: 4px 0 15px 0;
}

.submit-container {
  margin-top: 20px;
}

#submitbutton {
  float: left;
  margin-right: 15px;
}

.title {
  font-weight: bold;
  font-size: 14px;
  }

.contact {
  font-weight: bold;
  font-size: 11px;
  }

.label {
  font-weight: bold;
  font-size: 10px;
  }
  
.heading {
  font-weight: bold;
  font-size: 11px;
  }
  
.free {
  font-weight: bold;
  font-size: 11px;
  color: #AD0101;
  }
  
.thankyou {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  }

.narrowField {
  width: 140px;
  background-color: #eeeeee;
  }
  
.wideField {
  width: 320px;
  background-color: #eeeeee;
  }

.fineprint {
  font-size: 10px;
  line-height: 11px;
  color: #555;
  overflow: hidden;
  }

.rights {
  margin-top: 15px;
  border-top: 1px solid #555;
  padding-top: 15px;
}

.product {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  }

.size {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  }

.price {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #AD0101;
  }

#zip-code, label[for=zip-code] {
    display: none;
  }
  
ul {
  margin: 0;
  padding: 15px;
  }

li {
  line-height: 12px;
  margin-bottom: 10px;
  }

.error {
  color: #c40000;
  font-weight: bold;
  }
 
.clarifyheader {
  color: #c40000;
  font-weight: bold;
  background-color: #ffe4ed;
  font-size: 14px;
  padding: 10px;
  }
 
.clarify input{
  background-color: #ffe4ed;
  border: 1px solid #ad0101;
  font-weight: bold;
  padding: 3pt;
  }

.error ul {
  padding: 5px 0 5px 15px;
  }

.error li {
  margin: 0;
  padding: 0;
  }

.error li a {
  color: #444;
  }

.error p {
  margin-bottom: 0px;
  }
  
  
.textTight {
  font-weight: normal;
  font-size: 10px;
  }

.fil-right-content {
  box-sizing: border-box;
  padding: 15px;
}

.fil-right-content p {
  margin-bottom: 20px;
  margin-left: 75px;
  overflow: hidden;
}

.fil-compare-icons {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 40px;
}

@media only screen and (min-width: 420px) {

  .narrow-wrap {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .fil-left-content .narrowField {
    width: 48%;
  }

}

@media only screen and (min-width: 768px) {

  .fil-left-content {
    width: 49%;
    float: left;
  }

  .fil-right-content {
    width: 49%;
    float: right;
    padding-top: 59px;
    padding-left: 25px;
  }

  input[type="text"] {
  font-size: 1em;
  }

}