@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

sup {
  font-size: 50%;
  line-height: normal;
  vertical-align: super;
}

a sup {
  display: inline-block;
}

strong {
  font-weight: 700;
}

a.learn-more {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  display: inline-block;
  padding: 12px 20px;
  background: rgba(255, 255, 255, .1);
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a.learn-more:hover {
  background: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 21px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 21px;
  color: #3e3e3e;
  ;
}

@media only screen and (max-width: 767px) {
  ::-moz-placeholder {
    font-size: 18px;
  }
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 21px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767px) {
  :-ms-input-placeholder {
    font-size: 18px;
  }
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 21px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767px) {
  :-moz-placeholder {
    font-size: 18px;
  }
}

/*********** Product Page ************/

.center-align {
  text-align: center;
}

.page-special-offers #content,
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.img-responsive img {
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.strong {
  font-weight: bold;
}

p {
  font-size: 20px;
  color: #3e3e3e;
  line-height: 23px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

h1.title {
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  h1.title {
    margin: 0 0 15px;
  }
}

h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  color: #3e3e3e;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

ol {
  list-style: decimal;
  padding: 0 0 0 22px;
}

ul {
  list-style: disc;
  padding: 0 0 0 22px;
}

@media only screen and (min-width: 1025px) {
  .not-front #main-wrapper {
    position: relative;
    z-index: 99;
  }
}

.not-front #main-wrapper {
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .not-front #main-wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .not-front #main-wrapper {
    margin-top: 40px;
  }
}

ol li,
ul li {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 23px;
}

.drupal-navbar ol li,
.drupal-navbar ul li,
#admin-menu-wrapper ol li,
#admin-menu-wrapper ul li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.buy-button a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  min-width: 210px;
  background: #d2202f;
  padding: 8px 20px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.buy-button a:hover {
  border: 2px solid #d2202f;
  background: #fff;
  color: #d2202f;
}

a.product-learn-more {
  font-size: 18px;
  line-height: 23px;
  color: #d2202f;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media only screen and (max-width: 767px) {
  a.product-learn-more {
    font-size: 16px;
    line-height: 22px;
  }
}

a.product-learn-more:hover {
  opacity: .8;
}

span.underline {
  display: block;
  background: #ccc;
  height: 1px;
  margin: 40px auto 20px;
}

@media only screen and (max-width: 767px) {
  .underline-wrap span.underline {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Clearfix */

.cf:after {
  content: '';
  display: table;
  clear: both;
}

/**************/

#content_bottom {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

span.new-product {
  color: #d2202f;
  font-weight: 700;
}

.captcha-error {
  background: none !important;
  color: #d2202f !important;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) {
  img.mobile {
    display: none !important;
  }
  img.desktop {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  img.desktop {
    display: none !important;
  }
  img.mobile {
    display: block !important;
  }
}
