/**
 * Theme Name: Dijee
 * Template:   tenweb-website-builder-theme
 */

a.buy-view-button {
  background-color: #ea8006;
  color: white;
  border-top: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  padding: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 25px;

  &:hover {
    background-color: #94550e;
    text-decoration: none;
  }

  &.view-button {
    background-color: #83e8d7;
    color: #000;

    svg {
      fill: #000;
    }

    &:hover {
      background-color: #52bdab;
    }
  }

  svg {
    height: 14px;
    width: 14px;
    margin-right: 0.5rem;
    fill: white;
  }
}