/* Fonts */
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/**
 * breakpoints for media queries
 * usage example:
 * .section{
 *   width: 100%;
 *   @include bp($mobile){
 *     width: 50%;
 *   }
 * }
 */
/*
http://thesassway.com/intermediate/mixins-for-semi-transparent-colors
*/
/*
  MIXINS
  https://codepen.io/dsenneff/pen/ZoLVZW
  */
.page-container-left, .page-container-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 5rem 5rem 5rem;
}

.page-container-left h1 {
  text-transform: none;
}
.page-container-left .product-info-cont {
  padding-bottom: 3rem;
}
.page-container-left .product-info-cont .product-info-table {
  width: 100%;
  margin-bottom: 3rem;
}
.page-container-left .product-info-cont .product-info-table tr td {
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
}
.page-container-left .product-info-cont .product-info-table tr td:nth-child(1) {
  border: 1px solid #184e9e;
  border-width: 0 1px 0 0;
  padding-right: 5rem;
  text-align: right;
  color: #184e9e;
  font-family: "Zilla Slab", serif;
  text-transform: uppercase;
  font-weight: 500;
}
.page-container-left .product-info-cont .product-info-table tr td:nth-child(2) {
  padding-left: 5rem;
  text-align: left;
}
.page-container-left .product-info-cont .product-info-table tr td:nth-child(2) ul {
  margin-left: 1.5em;
}
.page-container-left .product-info-cont .product-info-table tr td:nth-child(2) ul li {
  text-align: left;
  padding-left: 0.5em;
}
.page-container-left .product-info-cont .product-info-table tr td.price-r {
  color: #184e9e;
  font-weight: 500;
}
.page-container-left .href-btn {
  padding: 1rem 1.5rem 1rem 2rem;
}
.page-container-left .href-btn.removeFromCart {
  background-color: #d40000;
}
.page-container-left .href-btn.hide {
  display: none;
}
.page-container-left .href-btn span {
  vertical-align: middle;
  background-image: url(/svg/icon-vertical-arrow/FFFFFF);
  transform: rotate(-90deg);
}
.page-container-left .href-btn:hover {
  background-color: #848687;
  color: #FFFFFF;
}
.page-container-left .href-btn:hover > span {
  background-image: url(/svg/icon-vertical-arrow/FFFFFF);
}
@media screen and (max-width: 800px) {
  .page-container-left {
    width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .page-container-left {
    width: 100%;
  }
}

.optional-extras-cont {
  padding-top: 3rem;
}
.optional-extras-cont p {
  padding-bottom: 3rem;
}

.page-container-right {
  padding: 5rem 0 0 0;
}
.page-container-right .img-cont {
  position: relative;
}
.page-container-right .img-cont img {
  width: 100%;
}
.page-container-right .img-cont p {
  position: absolute;
  width: 100%;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px 5px 5px;
  margin: 0 0 0 0;
  left: 0;
  bottom: 10px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-container-right {
    width: 30%;
  }
}
@media screen and (max-width: 740px) {
  .page-container-right {
    display: none;
  }
}

.section-related-products {
  background-color: #e6e7e7;
  margin: 0 0 0 0;
  padding: 3rem 0 3rem 0;
  /**
  	3 column button container with full screen buttons
  	*/
}
.section-related-products h2 {
  color: #184e9e;
  text-transform: uppercase;
  text-align: center;
}
.section-related-products .related-products-cont {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  /*align-content:center;*/
  /*height:52rem;*/
  justify-content: center;
}
.section-related-products .related-products-cont .big-col-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e6e7e7;
  height: 30rem;
  width: 25%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  border: 2px solid #FFFFFF;
  text-decoration: none;
}
.section-related-products .related-products-cont .big-col-btn div {
  width: 70%;
  border: 2px solid #FFFFFF;
  padding: 3rem 0 3rem 0;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-related-products .related-products-cont .big-col-btn div p {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
}
.section-related-products .related-products-cont .big-col-btn div p:nth-child(1) {
  font-family: "Zilla Slab", serif;
  font-size: 2rem;
  font-weight: 400;
}
.section-related-products .related-products-cont .big-col-btn div p:nth-child(3) {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 0px;
  font-weight: 100;
  transition: 0.5s all;
}
.section-related-products .related-products-cont .big-col-btn div hr {
  border-color: #FFFFFF;
  border-width: 0px;
  margin: 0 20% 0 20%;
  transition: 0.5s margin;
}
.section-related-products .related-products-cont .big-col-btn:hover > div {
  background-color: #184e9e;
}
.section-related-products .related-products-cont .big-col-btn:hover > div > hr:nth-child(2) {
  border-width: 1px;
  margin: 10px 20% 10px 20%;
  transition: 0.5s margin;
}
.section-related-products .related-products-cont .big-col-btn:hover > div > p:nth-child(3) {
  font-size: 1.8rem;
  transition: 0.5s all;
}
