.slick-slider-wrapper {
  position: relative; }

.product-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2); }

.product-slider-overlay svg {
  width: 80px;
  height: auto; }

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5; }
  ul.tabs li {
    background: none;
    display: inline-block;
    padding: 20px 22px;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    color: #2d2d2d;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: -1px; }
    ul.tabs li.current {
      color: #a5c236; }

.tab-content {
  display: none;
  padding: 20px 22px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5; }
  .tab-content .images .image {
    float: left;
    margin-bottom: 22px;
    margin-right: 22px;
    width: 115px; }
    .tab-content .images .image img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .tab-content .images .image a span {
      display: block;
      padding: 7px 0;
      color: #9d9d9d;
      font-size: 14px; }
    .tab-content .images .imagebigger {
      float: left;
      margin-bottom: 22px;
      margin-right: 22px;
      width: 100%;
      min-width: 200px;
      max-width: 400px; }
    .tab-content .images .imagebigger img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .tab-content .images .imagebigger a span {
      display: block;
      padding: 7px 0;
      color: #9d9d9d;
      font-size: 14px; }
  .tab-content .text p, .tab-content .text ul, .tab-content .text ol {
    color: #9d9d9d;
    font-size: 16px; }
  .tab-content.current {
    display: inherit; }

section.section-product-detail {
  margin-bottom: 30px; }
  section.section-product-detail div.product-slider {
    margin-bottom: 30px; }
  section.section-product-detail div.product-title {
    margin-bottom: 20px; }
    section.section-product-detail div.product-title h2 {
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      text-decoration: none;
      color: #2d2d2d;
      position: relative;
      padding: 0 0 15px; }
    section.section-product-detail div.product-text {
      margin-bottom: 20px; }
    section.section-product-detail div.product-text ol, section.section-product-detail div.product-text p, section.section-product-detail div.product-text ul {
      color: #9d9d9d;
      font-size: 16px; }

@media (min-width: 992px) {
  section.section-product-detail div.product-title h2 {
    font-size: 22px; }
    section.section-product-detail div.product-text {
      margin-bottom: 30px; } }

@media (min-width: 1200px) {
  section.section-product-detail div.product-text {
    margin-bottom: 60px; } }
