/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
h2.section-head {
  color: #098084;
  font-size: 1.6em;
  font-weight: normal;
}
section {
  margin-bottom: 40px;
}
section#name {
  font-size: 2em;
  color: #0075c1;
  line-height: 130%;
  margin-bottom: 10px;
}
section#pics {
  margin-bottom: 20px;
}
section#pics nav {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 25px 0;
}
section#pics nav .thumb {
  position: relative;
  height: auto;
  background-size: cover;
  background-position: center center;
  width: 100px;
  cursor: pointer;
  max-width: 18%;
  margin-bottom: 10px;
}
section#pics nav .thumb:before {
  content: "";
  display: block;
  padding-top: 75%;
}
section#pics nav .thumb:not(:last-child) {
  margin-right: 10px;
}
section#pics nav .thumb.active {
  border: solid 2px #098084;
}
section#pics nav .thumb:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
section#features .group {
  margin-bottom: 25px;
}
section#features .group .label {
  color: #333;
}
section#features .group ul {
  display: flex;
  flex-wrap: wrap;
}
section#features .group ul li {
  width: 33%;
  padding-right: 35px;
}
section#addon {
  margin-bottom: 30px;
}
section#addon .com-accordion > .item .body {
  margin-top: 20px;
}
section#addon .com-accordion > .item .body .col {
  margin-bottom: 30px;
}
section#tnc {
  margin-top: 40px;
}
section#tnc .body {
  margin-top: 20px;
}
aside {
  padding-top: 47px;
  margin-bottom: 20px;
}
aside .actions {
  text-align: center;
  margin-bottom: 25px;
}
aside .actions .info {
  background-color: #def6f7;
  padding: 20px 15px;
}
aside .actions .info .name {
  margin-bottom: 25px;
  line-height: 130%;
}
aside .actions .info .price .org {
  font-size: 0.82em;
  display: flex;
  justify-content: center;
}
aside .actions .info .price .org .amount {
  text-decoration: line-through;
  font-style: italic;
  color: #999;
}
aside .actions .info .price .org .discount {
  background-color: #c60a76;
  padding: 0 4px;
  color: #FFF;
  display: block;
  font-size: 0.92m;
  margin-left: 8px;
}
aside .actions .info .price .current {
  font-size: 2em;
  line-height: 130%;
}
aside .actions .info .price .current .unit {
  font-size: 0.8em;
}
aside .actions .info .price .type {
  font-size: 0.9em;
}
aside .actions a.btn-add-to-cart {
  color: #FFF;
  padding: 25px 15px;
  background-color: #c60a76;
  display: block;
  font-size: 1.2em;
  line-height: 140%;
}
aside .actions .promo-code {
  background-color: #0075c1;
  padding: 20px 15px;
}
aside .actions .promo-code input {
  border: 0;
  background-color: #ffffff;
}
aside .actions .share {
  background-color: #def6f7;
  padding: 25px 15px;
}
aside .actions .share a {
  color: #333;
  font-size: 1.8em;
  margin: 0 4px;
}
aside .actions .share-wechat {
  display: none;
  border: solid 2px #EEE;
  margin-top: 10px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #FFF;
}
aside .actions .share-wechat p {
  font-size: 0.85em;
  margin-bottom: 10px;
}
aside .actions .share-wechat .btn-close {
  padding: 6px 16px;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  section#features .group .label {
    font-weight: bold;
    margin-bottom: 10px;
  }
  aside {
    margin: 0 -20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  section#features .group ul li {
    width: 50%;
  }
}
