body {
    font-family: 'Open sans', Arial, sans-serif;
  }

  .header-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .80rem;
  }

  .header-navigation a {
    font-size: .80rem;
  }

  .header-navigation .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.20rem 1rem;
  }

  .header-navigation .btn-group {
   margin-left: auto;
  }

  .header-navigation .btn-share {
    position: relative;
  }

  .header-navigation .btn-share::after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }

  .store-body {
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .store-body .product-info {
    width: 60%;
    border-right: 1px solid rgba(0,0,0,.125);
  }

  .store-body .product-payment-details {
    width: 40%;
    padding: 15px 15px 0 15px;
  }

  .product-info .product-gallery {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0,0,0,.125);
  }

  .product-gallery-featured {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0;
    cursor: zoom-in;
  }

  .product-gallery-thumbnails .thumbnails-list li {
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 70px;
  }

  .thumbnails-list li img {
    display: block;
    width: 100%;
  }

  .product-gallery-thumbnails .thumbnails-list li:hover::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #007bff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .product-info .product-seller-recommended {
    padding: 20px 20px 0 20px;
  }

  .product-comments textarea {
    height: 50px;
  }

  .last-questions-list li {
    margin-bottom: 20px;
  }

  .last-questions-list li span {
    padding-left: 10px;
  }
  .rs-bg-color-container{
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
        padding: 10px 0px;
  }
  .rs-bg-color{
    height: 40px;
    width: 40px;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgb(192, 192, 192);
  }
