@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap');
.dropbtn {
  background-color: #29394a;
  text-transform: uppercase;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px auto;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #c74545;
}
.dropbtn {
  padding: 20px;
}
.tag {
  background-color: #c74545;
  border: 1px solid #ab1919;
  color: #ffffff;
  text-shadow: 0px 1px 0px #662828;
  margin: 10px 0 10px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 20px;
  width: auto;
  display: inline-block;
}
a.featdropdown_link {
  font-weight: lighter;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 5px 3px;
  font-size: 14px;
  font-weight: 100;
}
a.featdropdown_viewAll_link, a.shop.blue.align-center {
  font-weight: 100;
  color: #990000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border: solid 1px;
  margin: 0px 20px;
}
@media screen and (min-width: 768px) {
  .dropbtn {
    padding: 10px;
  }
  .tag {
    background-color: #c74545;
    border: 1px solid #ab1919;
    color: #ffffff;
    text-shadow: 0px 1px 0px #662828;
    margin: 10px 0 10px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 20px;
    width: auto;
    display: inline-block;
  }
  a.featdropdown_link {
    font-weight: lighter;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 5px 3px;
    font-size: 14px;
    font-weight: 100;
  }
}
@media screen and (min-width: 960px) {
  div#sfnt-section .button.shop.featcat {
    position: relative;
  }
  .dropbtn {
    padding: 16px;
  }
  .tag {
    background-color: #c74545;
    border: 1px solid #ab1919;
    color: #ffffff;
    text-shadow: 0px 1px 0px #662828;
    margin: 10px 0 10px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 20px;
    width: auto;
    display: inline-block;
  }
  a.featdropdown_link {
    font-weight: lighter;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 5px 3px;
    font-size: 14px;
    font-weight: 100;
  }
}
