﻿:root {
  --primary-color: #148362;
  --secondary-color: #5FB86F;
  --hover-color: #007855;
  --text-color: #7d828b;
  --background-color: #EFEFEF;
  --font-lato: 'Lato', sans-serif;
  --font-oswald: 'Oswald', sans-serif;
}

.opb span.tick::before {
  font-weight: 600;
}

.opb .opb-product-title,
.opb span.tick::before,
.opb span.opb-tooltip::before {
  text-align: center;
}

.opb .opb-product-title {
  color: var(--primary-color);
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.opb .product-card {
  font-family: var(--font-oswald);
  width: 680px;
  max-width: 95%;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.opb .product-container {
  margin: auto;
}

.opb span.tick::before {
  content: "\2713";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 8px;
  font-style: normal;
}

.opb span.opb-tooltip::before {
  content: "\003F";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #3c8dbc;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 8px;
  cursor: pointer;
  font-style: normal;
}

.opb .product-summary ul {
  max-height: 120px;
  overflow-y: auto;
}

  .opb .product-summary ul::-webkit-scrollbar {
    width: 8px;
  }

  .opb .product-summary ul::-webkit-scrollbar-track {
    background: #d6ff9c;
  }

  .opb .product-summary ul::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
  }

    .opb .product-summary ul::-webkit-scrollbar-thumb:hover {
      background-color: var(--primary-color);
    }

.product-card {
  width: 75%;
}

.opb .product-summary {
  margin: 0px auto 20px;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 26px;
  cursor: pointer;
  color: #1a1616;
}

.opb.group-product-details-page .product-name::after {
  content: none;
}

#fpm-btn {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
  left: calc(50% - 26px);
  top: calc(50% - 15px);
  background: rgba(0, 0, 0, .9);
  border-radius: 4px;
  transition: opacity 0.2s ease-in;
}

#fpm-play,
#fpm-pause {
  width: 55px;
  padding: 8px 20px;
  transition: opacity 0.2s ease-in;
}

#fpm-btn:hover {
  background: #00adefff;
}

.fpm-video-container:hover #fpm-btn {
  opacity: 1;
}

#fpm-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .9);
  font-size: 12px;
  letter-spacing: 0;
  bottom: 1.65em;
  padding: .66667em 1em;
  height: 2.66667em;
  line-height: 1.25em;
  border-radius: 4px;
  transition: opacity .15s ease-out;
  position: absolute;
  font-weight: 700;
  white-space: pre;
  opacity: 0;
  transform: translateX(-50%);
  cursor: default;
  font-family: sans-serif;
}

#fpm-btn:hover #fpm-tooltip {
  opacity: 1;
}
