@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: bold;
  src: url('/app/resources/fonts/century-gothic-bold-italic.ttf') format('truetype');
}
.content.product {
  position:  relative;
}
.product-columns {
  display:  flex;
  margin:  0 auto;
  justify-content: center;
  align-items:  flex-start;
  max-width:  1400px;
}
.product-sidebar {
  text-align: center;
  margin-top: 20px;
  position:  sticky;
  top: 40px;
  width: 43%;
}
.product-name {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 5px;
	text-transform:  uppercase;
	letter-spacing: 2px;
}
.product-collection {
	font-family: "Rage Italic";
	font-size: 24px;
	color: #058ECB;
}
.mobile-product-slider {
  display: none;
}
.mobile-product-slide {
  width: 100%;
  margin: 0 0 15px 0;
}
.mobile-product-image {
  object-fit: contain;
  object-position: center top;
  max-width: 300px;
  max-height: 60vh;
  height:  100%;
  width:  100%;
  margin: 10px auto 0;
}
.desktop-product-gallery {
  flex-grow: 1;
  flex-wrap:  wrap;
  align-content: flex-start;
  justify-content:  center;
  margin:  40px 0 40px 40px;
}
.desktop-product-image {
  width: calc(50% - 3px);
  padding-bottom: calc(50% - 3px);
  background-size: cover;
  background-repeat:  no-repeat;
  background-position:  center center;
  margin: 1.5px;
  float:  left;
  cursor:  pointer;
}
.product-details {
	/*color: #058ECB;*/
	min-height: 40px;
	max-width:  100%;
	overflow:  hidden;
	margin-bottom:  10px;
}
.product-details-headline,
.product-description-headline {
  font-weight: bold;
  text-align: center;
  color: #058ECB;
}
.product-details li {
	margin: 15px 0px;
	padding: 0px 5px;
	white-space:  nowrap;
}
.product-details li:first-of-type {
  margin-top: 5px;
}
.product-details li::before,
.product-details li::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 20px;
}
.product-details li::before {
	margin-right: 5px;
	background-image: url(/images/hexagons-left.svg);
}
.product-details li::after {
	margin-left: 5px;
	background-image: url(/images/hexagons-right.svg);
}
.product-not-for-sale-top {
  color: #d72121;
  border-color: #d72121;
  margin-bottom: 19px;
  display:  block;
}
.product-description {
  margin-bottom: 50px;
  padding: 0 30px;
  line-height:  1.5;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.product-sizes {
  margin: 15px 0 30px;
  display:  flex;
  flex-wrap:  wrap;
  justify-content center:;
  justify-content:  center;
}
.product-size-radio {
  display: none;
}
.product-size:hover {
  background: #c6edff;
}
:checked + .product-size {
  background: #106890;
  color:  white;
}
.product .product-size {
  border: 1px solid black;
  font-size:  20px;
  padding: 5px 7px;
  margin: 2px;
  min-width:  21px;
  transition: background-color .2s linear;
  user-select: none;
}
.product .product-size-disabled {
  background: #ccc;
  border: 1px solid #b5b5b5;
  transition:  none;
}
.product-size-disabled:active {
  background: #a01c1c;
}
.product-quantity {
  display: flex;
  justify-content:  center;
  margin: 10px 0 30px 0;
  line-height: 17px;
}
.product-quantity-add,
.product-quantity-subtract {
  background: black;
  color: white;
  padding: 5px 7px;
  font-size: 24px;
  margin: 0 7px;
  cursor: pointer;
  user-select: none;
  width: 33px;
}
.product-quantity-add:active,
.product-quantity-subtract:active {
  background: #106890;
}
.product-quantity-input {
  width: 40px;
  text-align: center;
  font-size: 22px;
  user-select: none;
  -webkit-user-select:  none;
  border:  1px solid black;
  color:  black;
  margin: 0 9px;
}
.product-quantity-add span {
  position: relative;
  top:  2px;
}
.product-quantity-subtract span {
  font-size: 37px;
  position: relative;
  bottom: 1px;
}
.product-purchase {
  margin: 0 15px;
}
.product-purchase-button,
.product-purchase-button-fixed {
  font-size: 16px;
  background:  black;
  color:  white;
  display: inline-block;
  padding: 7px 30px;
  margin-bottom: 15px;
  cursor:  pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition:  background-color .2s linear;
  border: 3px solid white;
  user-select: none;
}
.product-purchase-button-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
  padding:  10px 0;
  background:  #106890;
  display: none;
}
.product-purchase-button:hover {
  background: #10678f;
}
.product-purchase-button:active {
  border: 3px solid #b7b7b7;
}
.product-added-content {
  display: flex;
  justify-content: space-around;
}
.product-added-backdrop {
  background: rgba(0, 0, 0, .6);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display:  none;
}
.product-added-wrap {
  max-width: 1400px;
  width: 100%;
  position: absolute;
}
.product-added {
  position: absolute;
  background: white;
  z-index: 1;
  padding: 20px;
  right: 11%;
  width: 290px;
  display:  none;
}
.product-added-stash {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #106890;
  white-space: nowrap;
}
.product-added-stash-jar {
width: 24px;
float: left;
position: relative;
bottom: 7px;
right: 4px;
}
.product-added-x {
  width: 12px;
  position:  absolute;
  right: 10px;
  top: 10px;
}
.product-added-style {width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product-added-image {
  width: 50px;
  height:  100px;
  object-fit:  contain;
}
.product-added-body {
  padding:  10px 0;
  line-height:  25px;
  font-size: 13px;
  font-style: normal;
  width: calc(100% - 100px);
}
.product-added-body::after {
  content: '';
  display: block;
  clear: both;
}
.product-added-quantity, .product-added-price {
  /* width: 33%; */
  padding-right: 15px;
  float: left;
}
.product-added-size {
}
.product-added-quantity {
}
.product-added-price {
}
.product-added-buttons {display:  flex;}
.product-added-view-cart,
.product-added-checkout {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  padding: 7px;
  text-align:  center;
  font-size: 15px;
  white-space:  nowrap;
  width:  50%;
}
.product-added-view-cart {
  color:  #058ECB;
  border: 2px solid #058ECB;
  clear: both;
  margin-right: 5px;
}
.product-added-checkout {
  border: 2px solid #106890;
  background: #106890;
  color:  white;
}

@media (max-width: 767px) {
  .product-added {
    width: 255px;
    left:  50%;
    top:  50%;
    position:  fixed;
    transform:  translate(-50%, -50%);
    display: none;
  }
  .product-added-stash {
  font-size: 14px;
  }
  .desktop-product-gallery {
    display: none;
  }
  .mobile-product-slider {
    display: block;
  }
  .product-sidebar {
    width: 100%;
  }
  .product-purchase-button-fixed {
    display: block;
  }
}
