*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: 'Montserrat';
  overflow: hidden;
  margin: 0;
  position: relative;
}

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

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.logo {
  text-align: center;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: 150px;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}

.page-banner {
  padding: 50px 0 50px 0;
  position: relative;
  text-align: center;
}

.headline {
  margin: 0;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}


@media (min-width: 768px) {
  .headline {
    font-size: 56px;
  }

  .page-banner__content {
    margin-bottom: 50px;
  }
}

.headline span {
  color: #E6007E;
}

.main {
  flex: 1;
}

body.home,
body.error404 {
  display: flex; 
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-image: url("images/royal-tap-bg.png");
  background-size: 600px;
  background-position: right center;
  background-repeat: no-repeat;
}

.home-main-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 130px;
}

.site-footer {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
}

body.single {
  padding-bottom: 150px;
  background-image: url("images/royal-tap-bg.png");
  background-size: 600px;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body.home,
  body.single,
  body.error404 {
    background-position: right top;
    background-size: contain;
  }
}

body.single .site-footer {
  position: absolute;
  bottom: -200px;
}

.footer-circle {
  background: #E6007E;
  height: 300px;
  width: 400px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.footer-circle img {
  width: 100px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer-circle {
    height: 500px;
    width: 600px;
  }

  .site-footer {
    bottom: -330px;
  }

  .footer-circle img {
    margin-top: 50px;
  }

  .home-main-text {
    font-size: 24px;
  }
}

.container::after {
  display: block;
  clear: both;
  content: "";
}

.product-wrapper {
  max-width: 1300px;
  margin: 50px auto 0 auto;
}

.product-wrapper .container {
  padding: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-4,
.col-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.product-image {
  background-color: #D9D9D9;
  text-align: center;
  height: calc(100% - 10px);
}

.product-image img {
  max-height: 600px;
}

.product-title {
  background-color: #E8D1C1;
  position: relative;
  padding: 12px 24px;
  margin-bottom: 50px;
}

.product-title::before {
  content: "";
  background-color: #E8D1C1;
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
}

.product-title h2 {
  color: #E6007E;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 400;
  margin: 0;
}

.product-description {
  background: #313D4E;
  padding: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.product-description h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: normal;
}

.product-description p {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 300;
}

.product-table {

}

.product-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.product-table caption {
  text-align: left;
  background: #E6007E;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.product-table tr td:first-child {
  background: #313D4E;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  width: 50%;
}

.product-table tr td:last-child {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  background: rgba(49, 61, 78, 0.60); 
  width: 50%;
}

@media (max-width: 768px) {
  .col-4,
  .col-8 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.single .site-footer {
    bottom: -350px;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .product-image img {
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}