
body {
  opacity: 0;
  transition: opacity 0.7s;
}

section {
  margin-bottom: 48px;
  text-align: left;
}

ul {
  list-style: square;
}

.block {
  margin-bottom: 6px;
}

#screen-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#content {
  display: block;
  overflow-x: hidden;
}

form div[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-container {
  padding: 0 24px;
}


.decor {
  display: inline-block;
  position: relative;
}

.decor:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20%;
  height: 70%;
  left: -10%;
  top: 60%;
  background-color: aliceblue;
  z-index: -1;
}

.decor.right:before {
  left: auto;
  right: -10%;
  top: 0%;
}

h1, .h1,
h2, .h2 {
  letter-spacing: -3px;
  white-space: pre-wrap;
}

h3, .h3,
h4, .h4 {
  letter-spacing: -2px;
  white-space: pre-wrap;
}

h5, .h5,
h6, .h6 {
  letter-spacing: -1px;
  white-space: pre-wrap;
}

.fa.offset {
  padding-right: 12px;
}


a.button {
  background: transparent;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  touch-action: manipulation;
  padding: 12px 36px;
  user-select: none;
  border: 1px solid #C0C0C0;
  animation: load-in .5s ease forwards;
  transition: all .3s linear;
  will-change: transform,opacity,color;
  color: #555;
  margin: 12px 36px;
}

a.button:active,
a.button:focus,
a.button:hover {
  text-decoration: none;
}

a.button:hover {
  background: #fafafa;
}

a.button:before {
  position: absolute;
  padding: 0;
  margin: 0;
  content: '';
  display: inline-block;
  top: 50%;
  width: 40px;
  transform: translateY(-50%);
  transition: all .3s linear;
  right: auto;
  left: -30px;
  height: 6px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

a.button:hover:before {
  right: auto;
  /*left: calc(100% - 10px);*/
}

#page-overlay {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  background: white;
  z-index: -99999;
  transition: opacity 0.5s;
}

#page-overlay.show {
  opacity: 1;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

#page-top-title {
  position: relative;
  text-align: left;
  font-size: 75%;
  padding-left: 24px;
  color: #969696;
}

#page-top-title:after {
  content: ' >';
}

ul.default {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}

ul.default > li {
}

ul.default > li > a {
  padding-left: 36px;
  display: block;
  margin-bottom: 6px;
}

ul.default > li:before {
  content: '—';
  position: absolute;
  height: 100%;
  left: 18px;
  display: inline-block;
  font-family: serif;
  font-weight: 100;
  color: #555;
}

.subcaption {
  color: #808080;
}

.price-product-img path{
  fill: #808080;
}



.details-grid > .details-grid-title {
  font-weight: bold;
  margin-bottom: 24px;
}

.details-grid > .details-grid-content {
  display: grid;
  grid-template-columns: min-content auto;
  grid-column-gap: 1px;
  margin-bottom: 1px;
  overflow-x: auto;
}

.details-grid > .details-grid-content > div {
  box-shadow: 0 0 0 1px #e6e6e6;
  padding: 6px 12px;
  margin-bottom: 1px;
  z-index: 1;
}

.details-grid > .details-grid-content > div:nth-child(odd) {
  white-space: nowrap;
  color: gray;
}
