/* Store detailed view */
.store-product-detail {
  overflow: hidden;
  margin-bottom: 50px; }
  .store-product-detail .product-header {
    position: relative; }
    .store-product-detail .product-header-thumb {
      height: 160px;
      background-size: cover;
      position: relative; }
      .store-product-detail .product-header-thumb > img:nth-of-type(1) {
        width: 100%;
        overflow: hidden;
        max-height: 100%;
        filter: blur(40px); }
      .store-product-detail .product-header-thumb > img:nth-of-type(2) {
        position: absolute;
        top: 25px;
        left: 85px;
        margin: 0 auto;
        width: 108px;
        border: 2px solid white;
        background-color: white;
        border-radius: 70px; }
    .store-product-detail .product-header-title {
      position: absolute;
      top: 20%;
      margin-left: 210px;
      padding: 10px;
      font-size: 1.2em;
      font-weight: bold;
      z-index: 1;
      color: #ffffff;
      display: block;
      text-transform: uppercase;
      text-align: center;
      font-size: 20px; }
  .store-product-detail .product-info {
    box-sizing: border-box;
    position: relative;
    text-align: justify;
    z-index: 1;
    background-color: #f2f2f2; }
    .store-product-detail .product-info-band {
      width: 130%;
      height: 90px;
      background-color: #f2f2f2;
      content: '';
      display: block;
      position: absolute;
      top: -29px;
      left: -20%;
      transform: rotate(0deg);
      z-index: -1; }
    .store-product-detail .product-info-title {
      padding: 10px;
      font-size: 1.2em;
      font-weight: bold;
      z-index: 1;
      color: #f57674;
      display: block;
      text-transform: uppercase;
      text-align: left;
      font-size: 20px; }
    .store-product-detail .product-info-divider {
      margin-top: -10px;
      border-top: 1px solid #f57674;
      margin-bottom: 7px;
      margin-left: 10px;
      margin-right: 10px;
      opacity: 0.2; }
    .store-product-detail .product-info-row {
      margin-top: 10px;
      margin-left: -5px;
      margin-right: -5px; }
      .store-product-detail .product-info-row .product-info-labels div {
        margin-bottom: 10px; }
      .store-product-detail .product-info-row .product-info-month-equivalent {
        font-size: 10px;
        margin-top: -10px; }
      .store-product-detail .product-info-row .mingama-required {
        color: red; }
    .store-product-detail .product-info .product-info-iva {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 11px; }
    .store-product-detail .product-info .header-back-btn {
      margin-bottom: 20px;
      margin-left: 10px; }
    .store-product-detail .product-info-description {
      white-space: pre-line;
      padding: 10px;
      padding-top: 0px;
      text-align: left;
      font-size: 14px;
      padding-bottom: 10px;
      height: 100px;
      overflow: hidden; }
    .store-product-detail .product-info .description-expanded {
      height: auto;
      overflow: initial; }
    .store-product-detail .product-info .description-expand-btn {
      margin-left: 10px;
      cursor: pointer; }
    .store-product-detail .product-info-price {
      text-align: center;
      display: block;
      width: 100px;
      margin: 0px auto 0;
      position: relative;
      margin-bottom: 20px;
      font-size: larger;
      font-weight: bold;
      color: #f57674; }
      .store-product-detail .product-info-price:after, .store-product-detail .product-info-price:before {
        content: '';
        height: 1px;
        width: 60px;
        display: block;
        position: absolute;
        background-color: #f57674;
        top: 10px; }
      .store-product-detail .product-info-price:before {
        left: -80px; }
      .store-product-detail .product-info-price:after {
        right: -80px; }
    .store-product-detail .product-info-screenshot {
      cursor: pointer;
      width: 100%;
      height: 170px;
      max-width: 270px;
      margin-bottom: 20px;
      border-radius: 5px;
      max-height: 150px; }
    .store-product-detail .product-info .screenshot-carousel {
      cursor: pointer; }
    .store-product-detail .product-info #screenshot {
      border: 2px solid rgba(245, 118, 116, 0.3);
      margin: 10px; }
      .store-product-detail .product-info #screenshot .carousel-indicators {
        background-color: rgba(245, 118, 116, 0.3);
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: 0; }
  .store-product-detail .product .fields {
    padding-left: 10px;
    padding-right: 10px; }
  .store-product-detail .product .plyr {
    margin: 10px; }
  .store-product-detail .product .product-button-group {
    padding-bottom: 20px; }
    .store-product-detail .product .product-button-group .back-btn {
      padding-top: 10px; }
  .store-product-detail .main-form-record-state-ribbon {
    position: absolute;
    width: 134px;
    overflow: hidden;
    height: 103px;
    right: 15px;
    top: 0; }
  .store-product-detail .ribbon-color {
    background-color: #32c864;
    border-color: #238b45;
    color: white;
    width: 170px;
    position: absolute;
    z-index: 1;
    transform: rotate(35deg);
    right: -30px;
    top: 25px;
    padding: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25); }
  .store-product-detail .ribbon-color-upgrade {
    background-color: #e7aa23;
    border-color: #e7aa23;
    color: white;
    width: 170px;
    position: absolute;
    z-index: 1;
    transform: rotate(35deg);
    right: -30px;
    top: 25px;
    padding: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 992px) {
    .store-product-detail .product-header-title {
      top: 77%;
      margin-left: 12px; }
    .store-product-detail .product-info-band {
      top: -19px; }
    .store-product-detail .product-info-screenshot {
      max-width: 100%; } }
