.repr-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding-bottom: 120px;
}
.store-map {
  position: relative;
  height: 0;
  min-height: 200px;
  overflow: hidden;
  padding-bottom: 40%;
}
.store-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.repr-btn {
  background-color: #7c7a0f;
}
.country-wrapper {
  margin-bottom: 40px;
}
.store-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 2em;
  color: white;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  cursor: pointer;
}
.store-btn:hover {
  opacity: 0.9;
}
.repr-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bfbd00;
}
.repr-table tr:hover {
  background-color: #f1f1d5;
}
.repr-table tr:not(:last-child) {
  border-bottom: 1px solid #bfbd00;
}
.repr-table td {
  padding: 10px;
}
.repr-table td:not(:last-child) {
  border-right: 1px solid #bfbd00;
}
.repr-table-col {
  font-size: 1.8em;
}
.repr-name {
  width: 35%;
}
.repr-addr {
  text-transform: uppercase;
  width: 50%;
}
.repr-link-wrapper {
  width: 15%;
  text-align: center;
}
.repr-link {
  color: #3a4c0d;
  text-decoration: none;
}
.repr-link:hover {
  text-decoration: underline;
}
.repr-btn-a {
  text-decoration: none;
}
.repr-btn-a:hover {
  text-decoration: none;
}
.rel-web {
  display: block;
  margin-top: 9px;
  font-size: 0.7em;
  color: #3a4c0d;
  text-decoration: none;
}
.rel-web:hover {
  text-decoration: underline;
}
.repr-contact-form-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
}
.repr-contact-form-helper {
  overflow: auto;
}
.repr-contact-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 0;
}
.repr-contact-form-close {
  position: absolute;
  top: 10px;
  right: -40px;
  width: 29px;
  height: 29px;
  border: 2px solid white;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-image: url('../images/form-close.png');
}
.repr-contact-input {
  border: 2px solid #9d9b17;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.repr-contact-btn {
  color: white;
  background-color: #9d9b17;
}
@media screen and (max-height: 670px), screen and (max-width: 768px) {
  .repr-contact-form-helper {
    padding: 0 25px;
    height: 670px;
  }
  .repr-contact-form {
    padding: 0 25px;
  }
  .repr-contact-form-close {
    right: 0;
  }
}
@media screen and (max-height: 670px) {
  .repr-contact-form {
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
@media screen and (max-height: 570px) {
  .repr-contact-form {
    margin-top: 60%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .store-find-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .repr-table td {
    display: block;
    width: 100%;
    border-right: none !important;
  }
}
