:root {
  --company-main-color: #002f7b;
  --company-another-color: #79bd28;
  --company-gold-color: #c6aa76;
  --brand-font: 'acumin-pro', sans-serif;
  --fade-motion: all .2s ease-in-out;
}
.Buttons {
  border-radius: 1em;
  cursor: pointer;
  font-weight: bold;
  margin: .2em;
  padding: .8em 1.6em;
  text-align: center;
  background: #ccc;
  border: 1px solid #444;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  color: #555555;
  outline: 0;
}

.Buttons:hover {
  background: #666;
  text-shadow: 1px 1px #000;
  box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.6);
  border: 1px solid #888;
  color: #ff0;
}

.Buttons:active {
  background: #aaa;
  color: #0ff;
}

.Buttons:disabled {
  background: #333;
  border: 1px solid #000;
  color: #666;
  cursor: not-allowed;
}

.catalogBtn {
  width: 100%;
  background-color: #8E9695;
  border: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.catalogBtn:hover {
  background-color: #333;
  border: 1px solid;
}

.catalogBtn:active {
  color: #B09D60;
  border: none;
}

div.Preliminary {
  font: normal 12px "Trebuchet MS", arial, helvetica, sans-serif;
  width: 120px;
  margin-left: 3px;
  background: #555;
  border: 1px solid #333;
  border-radius: 6px;
  text-align: center;
  text-shadow: 1px 1px #000;
  color: #fff;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}

div.Preliminary {
  float: right;
  background: #888;
  border: 1px solid #333;
  color: #fff;
}

.Miniature {
  width: 340px;
  margin-left: 10px;
}

.Miniature li {
  float: left;
  margin-right: 2px;
  list-style: none;
  line-height: 0;
}

.Miniature li a {
  display: block;
  border: 1px solid #ccc;
}

.Miniature li a.zoomThumbActive {
  border: 1px solid #c2a96b;
}

#ProductMenu {
  list-style: none;
}

#ProductMenu li {
  display: inline;
  font: normal 15px var(--brand-font);
  margin: 10px 6px 12px;
}

#ProductMenu a {
  float: left;
  margin: 0;
  text-decoration: none;
  border-radius: 20px;
  color: #333;
}

#ProductMenu a span {
  float: left;
  display: block;
  padding: 10px 12px 8px;
}

#ProductMenu a:hover span {
  color: #fff;
  cursor: pointer;
}

#ProductMenu a:hover {
  background: #999;
}

#ProductMenu .current a {
  background: rgba(0 0 0 / 0.8);
}

#ProductMenu .current a span {
  color: #fff;
}

.PrintBtn {
  font: normal 14px var(--brand-font);
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 3px 10px;
  margin: 10px 15px;
  position: relative;
  span {
    text-transform: uppercase;
    margin: 0px 3px 0px 4px;
    font-weight: 600;
  }
}

.PrintBtn:hover {
  border: solid 1px #666;
  cursor: pointer;
  span {
    color: #000;
  }
}
.PrintBtn:hover::after {
  content: '';
  width: 110%;
  height: 110%;
  background: linear-gradient(60deg, rgba(22, 50, 118, 1) 40%, rgba(117, 179, 46, 1) 80%);
  position: absolute;
  top: -5%;
  left: -5%;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: saturate(1.3);
}

th[data-sort] {
  cursor: pointer;
  color: #33f;
}

#SelectOS {
  list-style: none;
}

#SelectOS li {
  font: normal 15px tahoma;
  border: 1px solid #ddd;
  background: #fafafa;
  margin: 1px auto;
  padding: 8px 6px;
  transition: var(--fade-motion);
}

#SelectOS li:hover {
  border: 1px solid var(--company-gold-color);
  background: #fff;
  cursor: pointer;
  color: var(--company-gold-color);
}

#briefGallery {
  clear: both;
  width: 100%;
  padding-top: 10px;
}

#briefGallery li {
  margin: 10px 2px 0 0;
  width: 66px;
  line-height: 1px;
  list-style: none;
  display: inline-block;
}

#briefGallery li img {
  width: 100%;
}

#briefGallery li a {
  display: block;
  border: 1px solid #444;
  border-radius: 3px;
}

#briefGallery li .active {
  border: 1px solid #fff;
}

#briefGallery .briefVideo {
  z-index: 5;
  width: 64px;
  height: 64px;
  position: absolute;
  background: url('/images/youtube-play.png') no-repeat center;
  background-size: 60%;
  transition: All 0.3s ease-in-out;
  transform: scale(0.8);
}

#briefGallery .briefVideo:hover {
  transform: scale(1.0);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

table, tr, td {
  border: none;
}

div.Preliminary {
  float: right;
  background: radial-gradient(circle farthest-corner at -10% 20%, #0f1835 0%, #4370b7 90%);
  text-shadow: 0 0 .2em BLACK;
  font-family: var(--brand-font);
  font-weight: 500;
  padding: 3px 0px 0px;
  font-size: 12px;
  width:120px;
  margin-left:3px; margin-right:10px;
  border-radius:6px; text-align:center;
  color:#fff; line-height:22px; transition: all 0.3s ease-in-out;
  border: .1em solid #FFF;
  letter-spacing: .07em;
  background: radial-gradient(circle farthest-corner at -10% 20%, rgb(69, 72, 84) 10%, #fff 100%);
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
}

h1 {
  font-family: var(--brand-font);
  color: #002f7b;
  position: relative;
  top: 3px;
  left: 5px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 50px 140px;
  font-size: 1.5em;
  text-shadow: none;

  .new {
    background: linear-gradient(90deg, #c6aa76 0%, #fff 120%);
    color: #FFF;
    font-family: var(--brand-font);
    margin: 0px auto;
    padding: 3px 6px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .05em;
    text-shadow: 0 0 .2em BLACK;
    width: 46px;
  }
}

.SeparatedBtm { margin: 10px 0px 5px;}

table.ListSpec {
  border: none;
  a { color: #C2A96B;}
  td {
    padding: 6px 0 6px 10px;
    vertical-align: top;
  }
  td[bgcolor="#f5f5f5"] {
    text-align: left;
  }
}

#ProductContents {
  margin-bottom: 60px;
  .SeparatedTop, .SeparatedBtm { display: none;}
  h2 {
    font: 800 1.5em var(--brand-font);
    margin: 25px 0px 10px;
    text-shadow: none;
    color: #333;
  }
  div a {
      display: block;
      border-top: 1px solid var(--company-gold-color);
      margin-top: 1px;
      padding-top: 4px;
      border-image: linear-gradient(90deg, #c6aa76 10%, transparent 100%) 1;
  }
}

table.List {
  border: none;
  tr.Title { background: #EEE;}
  td {
    padding: 10px 5px;
    font-size: .85em;
  }
  :first-of-type
  th, tr.Title {
    border: none;
    padding: 4px 8px 5px;
  }
  tr.Title td {
    padding: 10px 5px 8px;
    font-size: 1em;
  }
  th[data-sort] {
    color: var(--company-gold-color);
    transition: var(--fade-motion);
    span.arrow {
      padding-left: 3px;
    }
  }
  th[data-sort]:hover {
    background: var(--company-gold-color);
    color: #FFF;
  }
  tr:not(thead tr) {
    border-bottom: 1px solid var(--company-gold-color);
    transition: var(--fade-motion);
  }
  tr:nth-child(even) {
    background: #FFF;
  }
  tr:not(thead tr, tr.Title):hover {
    background: #c6aa7633;
  }
}


@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }

  a[href]:after {
    content: none !important;
  }

  .HeadMenu,
  .FunctionMenu,
  .NewIcon,
  .FooterContainer,
  .hiddenFooter,
  .PrintBtn,
  .headclear {
    display: none;
  }
}