body {
  color: #484848;
  background: #f0f0f0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  width: 100%;
  margin: 0px;
}

h1, h2, h3 {
  font-weight: 600;
}

.h1, h1 {
  font-size: 26px;
}

.h2, h2 {
  font-size: 24px;
}

.h3, h3 {
  font-size: 22px;
}

p {
  margin: 0px 0px 11px;
}

a {
  color: #0a78c2;
}

header {
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  line-height: 1;
  box-shadow: 0px 2px 2px #c4c4c4;
  width: 100%;
}

header img {
  margin: 10px 0;
  padding: 0 5px;
  width: 500px;
}

.container {
  max-width: 960px;
}

.main-content {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
}

.sidebar-right {
  padding: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  background: #fff;
}

hr {
  height: 2px;
  border: 0;
  margin: 0 0 5px;
}

img {
  max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.red {
  color: red;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

strong, .strong {
  font-weight: bolder;
}

.light {
  font-weight: 400;
}

.no-margin {
  margin: 0;
}

.social-icons {
  margin-bottom: 10px;
}

.fact {
  display: table;
  margin: 30px 0;
}

.fact-title, .fact-desc {
  display: inline-block;
  vertical-align: middle;
}

.fact-title {
  width: 10%;
  font-family: 'Lobster', cursive;
}

.fact-desc {
  width: 80%;
  font-size: 20px;
  padding: 0 20px;
}

.fact-desc .small {
  font-size: 14px;
}

.margin-top-15 {
  margin-top: 15px;
}

.bordered {
  text-align: center;
  line-height: 1;
  padding: 4px 0;
  max-width: 500px;
  margin: 0 auto;
}

.comments-container {
  font-size: 11px;
}

.comments-header {
  margin: 20px 0;
}

.comment-body {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 25px;
}

.comment-body .avatar {
  float: left;
  margin-right: 10px;
}

.comment-body .name {
  font-weight: bold;
  font-size: 12px;
}

.comment-body .date {
  position: absolute;
  left: 58px;
}

.comment-body .like {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-weight: bold;
}

.comment-body .text img {
  margin: 10px 0;
}

button {
  padding: 15px 20px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  text-shadow: 2px 2px #00000030;
  margin: 20px 0 10px;
  font-weight: bold;
  cursor: pointer;
}

.sidebar-right button {
  padding: 8px 20px;
}

.product-bottom {
  max-height: 300px;
}

#overlay {
  display: none;
}

.exit-coupon {
  position: fixed;
  background: rgba(0, 0, 0, 0.50);
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}

.exit-coupon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.age-pop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.50);
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}

.close-age, .close-coup {
  top: -.8em;
  width: 1.3em;
  position: absolute;
  right: -.8em;
  height: 1.3em;
  background: #ffb900;
  border-radius: 50%;
  line-height: 1em;
  font-size: 2em;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
}

.age-options {
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.age-title {
  background: #f0f0f0;
  margin: 0;
  padding: .5em;
  font-size: 2em;
}

.age-range {
  max-width: 50%;
  background: #ffba00;
  margin: .5em auto;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: .2em 0;
  border-radius: .2em;
  cursor: pointer;
}

.age-range:hover {
  background: #fac637;
}

.overflow-hidden {
  overflow: hidden;
}

.age-options.mobile {
  max-width: unset;
  width: 90%;
  font-size: 25px;
}

.fixed-banner {
  bottom: -215px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
}

@media screen and (max-width: 991px) {
  .fact-desc {
    width: 100%;
  }
  div[class^="col"] {
    padding: 0;
  }
  .close-age, .close-coup {
    top: -.5em;
    width: 1em;
    right: -.2em;
    height: 1em;
    line-height: .7em;
    font-size: 1.8em;
  }

}

h1:first-of-type {
  margin-top: 0;
}

/********* SKINS *********/

body.skin1 hr {
  background-color: #ffba00;
}

body.skin1 .orange {
  color: #ffba00;
}

body.skin1 .fact-desc {
  border-left: 4px solid #ffba00;
}

body.skin1 .bordered {
  border: 2px solid #ffba00;
}

body.skin1 .comments-header {
  border-bottom: 2px solid #ffba00;
}

body.skin1 button {
  background-image: linear-gradient(#ffd461, #ffbc06);
  border-bottom: 4px solid #bd8b04;
}

body.skin1 .close-age, body.skin1 .close-coup {
  background: #ffb900;
}

body.skin1 .age-range {
  background: #ffba00;
}

body.skin1 .age-range:hover {
  background: #fac637;
}

body.skin2 hr {
  background-color: #0f9be7;
}

body.skin2 .orange {
  color: #0f9be7;
}

body.skin2 .fact-desc {
  border-left: 4px solid #0f9be7;
}

body.skin2 .bordered {
  border: 2px solid #0f9be7;
}

body.skin2 .comments-header {
  border-bottom: 2px solid #0f9be7;
}

body.skin2 button {
  background-image: linear-gradient(#36b7fb, #129ce8);
  border-bottom: 4px solid #0e7fbc;
}

body.skin2 .close-age, body.skin2 .close-coup {
  background: #0f9be7;
}

body.skin2 .age-range {
  background: #0f9be7;
}

body.skin2 .age-range:hover {
  background: #31a8ea;
}

body.skin3 hr {
  background-color: #9f53c9;
}

body.skin3 .orange {
  color: #9f53c9;
}

body.skin3 .fact-desc {
  border-left: 4px solid #9f53c9;
}

body.skin3 .bordered {
  border: 2px solid #9f53c9;
}

body.skin3 .comments-header {
  border-bottom: 2px solid #9f53c9;
}

body.skin3 button {
  background-image: linear-gradient(#c567f9, #9f53ca);
  border-bottom: 4px solid #7e419f;
}

body.skin3 .close-age, body.skin3 .close-coup {
  background: #9f53c9;
}

body.skin3 .age-range {
  background: #9f53c9;
}

body.skin3 .age-range:hover {
  background: #ac66d3;
}

body.skin4 hr {
  background-color: #fe2a0d;
}

body.skin4 .orange {
  color: #fe2a0d;
}

body.skin4 .fact-desc {
  border-left: 4px solid #fe2a0d;
}

body.skin4 .bordered {
  border: 2px solid #fe2a0d;
}

body.skin4 .comments-header {
  border-bottom: 2px solid #fe2a0d;
}

body.skin4 button {
  background-image: linear-gradient(#ff6052, #fe2a0d);
  border-bottom: 4px solid #c51e07;
}

body.skin4 .close-age, body.skin4 .close-coup {
  background: #fe2a0d;
}

body.skin4 .age-range {
  background: #fe2a0d;
}

body.skin4 .age-range:hover {
  background: #f04028;
}

.bottom-coup a {
  display: inline-block;
}

.bottom-coup .product-image {
  position: absolute;
  max-width: 30%;
  left: 5%;
  max-height: 80%;
  bottom: 10%;
}

.bottom-coup {
  position: relative;
}

.bottom-coup.sticky {
  position: sticky;
  bottom: 0;
}

.relative {
  position: relative !important;
}

.close-coup {
  display: none;
}

.bottom-coup.center.sticky .close-coup {
  display: block;
}

.bottom-coup.center.sticky.relative .close-coup {
  display: none;
}
