.gift-details-container {
  margin: 3% auto;
}

.gift-details-container a {
  color: var(--primary-color);
}

/* Sticky Banner Start */
.top-banner {
  position: fixed;
  top: var(--navbar-height);
  left: 0;
  width: 100%;
  height: 45px;
  background-color: var(--primary-color);
  z-index: 98;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-banner a {
  color: #fff !important;
  font-family: var(--primary-semi-bold-font);
  font-size: 16px;
  text-decoration: none;
}

.top-banner p {
  line-height: 1rem;
  padding: 0.5rem 0;
}

@media (max-width: 991px) {
  .top-banner a {
    font-size: small;
  }
}

@media (max-width: 768px) {
  .top-banner a {
    font-size: 0.75rem;
  }
}

@media (max-width: 375px) {
  .top-banner a {
    font-size: 0.65rem;
  }
}

/* Sticky Banner css end */

.gift-card-big {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .gift-card-big {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 991px) {
  .big-banner-description {
    margin-top: 2em;
    width: 100%;
  }
}

/* giftcard extra info box */
.gift-card-info-box {
  border: 1px solid var(--primary-color);
  padding: 10px 49px;
}

.gift-card-info-box a {
  color: var(--primary-color);
  text-decoration: underline;
}

.gift-card-info-box strong {
  font-family: var(--primary-semi-bold-font);
}

.price-title {
  font-family: var(--primary-semi-bold-font);
  font-size: 15px;
  color: var(--grey-color);
}

@media (max-width: 991px) {
  .view-gift-block {
    display: grid;
  }
}

/* Play Triangle */
.play-triangle {
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  transition: all 0.1s ease-in;
}

.play-triangle-secondary {
  width: 10px;
  height: 15px;
  background: var(--primary-color);
  transition: all 0.1s ease-in;
}

.state-play {
  clip-path: polygon(0% 0%, 0% 100%, 80% 50%);
  margin-left: 0;
}

.state-pause {
  clip-path: polygon(0% 0%, 60% 0%, 60% 100%, 0% 100%);
  width: 8px;
  height: 15px;
  margin-left: -2px;
}

.state-hide {
  display: none;
}

.audio_play_display {
  display: grid;
  grid-template-columns: repeat(2, auto);
  cursor: pointer;
  margin: 5px 5px 5px 9px;
}

.wrapper-active {
  border: 2px solid var(--primary-color);
}

.greeting-active {
  border: 2px solid var(--primary-color);
}

.animation-active {
  border: 2px solid var(--primary-color);
}

.occasion_none {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.google-play-discount {
  color: var(--error-color);
  font-family: var(--bold-paragraph-font);
  font-size: 0.8em;
  margin-top: 2em;
  line-height: 1.5em;
}

.google-play-discount a {
  color: var(--error-color);
  font-family: var(--bold-paragraph-font);
  font-size: 1em;
  text-decoration: underline;
}

.gift-card-purchase-fee-info {
  color: var(--error-color);
  font-family: var(--bold-paragraph-font);
  font-size: 0.8em;
  margin-top: 0.1em;
}

@media (max-width: 550px) {
  .gift-card-purchase-fee-info {
    text-align: center;
  }
}

.retailer-carousel .owl-item {
  filter: none !important;
}

/* icon error*/
.custom-error-icons span {
  color: var(--error-color);
  font-size: 20px;
  vertical-align: bottom;
}

.cusotm_error_icon_message {
  color: var(--error-color);
}

.brand_image_display {
  position: relative;
  width: 300px;
  height: 190px;
  background-image: url("");
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  filter: drop-shadow(-1px 5px 3px rgba(50, 50, 0, 0.5));
}

.brand_image_display::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0% 100%, 0% 60%, 100% 20%, 100% 100%);
  background-image: var(--wrapping_cover);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: background-image 0.5s ease-in;
}

@media (max-width: 768px) {
  .brand_image_display {
    width: calc(300px - 1em);
  }
}

/*Personalize egift promo banner */
.personalize-egift-promo {
  width: 100%;
  height: 250px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 1em;
}

@media (max-width: 900px) {
  .personalize-egift-promo {
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .personalize-egift-promo {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .gift-details {
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .big-banner-description h1 {
    font-size: 2rem !important;
    justify-self: center;
    text-align: center;
  }

  .tab {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pargraph-error-icon {
    display: none;
    text-align: center;
  }

  .dropdown-occasions-list {
    display: none;
  }

  .scrollable-occasions-list {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 550px) {
  .pull-right,
  .clearfix p,
  .wrapper-cost-label,
  .wrapper-cost {
    display: none;
  }

  .pull-left {
    float: none !important;
  }

  .text-left,
  .wrapping__heading,
  .warper_description {
    text-align: center !important;
    justify-content: center;
  }

  .brand-description-heading {
    display: grid;
    place-items: center;
    -webkit-box-align: center;
    position: relative;
    border: 1px solid rgba(45, 45, 45, 0.314);
    margin-bottom: 1em;
    padding: 0.5rem;
  }

  .brand-description-heading::before {
    content: attr(data-showicon);
    position: absolute;
    top: calc(50% - 1rem);
    right: 5%;
    width: 2rem;
    height: 2rem;
    font-family: var(--secondary-medium-font);
    font-size: 2rem;
    text-align: center;
  }

  .brand-description-heading h3 {
    text-align: center;
    margin-top: 0px;
  }

  .brand-description {
    display: none;
  }
}

/* Dropdown  */
#myBtnContainer::-webkit-scrollbar {
  display: none;
}

.giftCardButtons {
  font-family: opensansRegular;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  height: 45px;
  margin-bottom: 20px;
  overflow: hidden;
}

.giftCardButtons .catalog-list {
  white-space: nowrap;
  overflow-x: auto;
}

.card-btn-active {
  color: white !important;
}

@media (min-width: 768px) {
  .dropdown-occasions-list {
    display: inline-block;
  }

  .scrollable-occasions-list {
    display: none;
  }

  .gif-img {
    margin-top: 3em !important;
  }
}

.image-shadow-box {
  filter: drop-shadow(rgba(50, 50, 0, 0.5) -1px 4px 3px);
}

.owl-item {
  margin-bottom: 15px;
}

/* Extra info */

@media (max-width: 575px) {
  .gift-card-info-box {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    gap: 2em;
  }

  .redeemable span {
    display: block;
  }
}

.personalisation-fluid {
  width: calc(100vw - 1rem);
}

@media (max-width: 768px) {
  .personalisation-fluid {
    padding: 0;
    /* width: 100%; */
  }

  .pull-left,
  .pull-right,
  .clearfix,
  .music-items {
    margin: 10px;
  }
}

.number-selection {
  margin: 5px 5px 5px 0px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  height: 45px;
  font-size: 16px;
  padding-left: 1.75em;
  font-family: var(--primary-semi-bold-font);
}

.gift-details-container input[type="number"] {
  width: 105px !important;
}

.button-block {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 1rem;
}

.button-block :first-child {
  justify-self: right;
}

.button-block :last-child {
  justify-self: left;
}

@media (max-width: 768px) {
  .button-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .button-block :first-child,
  .button-block :last-child {
    justify-self: center;
  }
}

/* Scrollbar Image Slider  */

.scrolling-block__wrapper::-webkit-scrollbar {
  display: none;
}

.scrolling-block__div-with-arrows {
  display: grid;
  grid-template-columns: 15px 1fr 15px;
  gap: 0.5em;
  -webkit-box-align: center;
  align-items: center;
}

.scrolling-block__wrapper {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: white white;
  -webkit-overflow-scrolling: touch;
}

.scrolling-block__wrapper ::-webkit-scrollbar {
  width: 0rem;
  height: 0;
  right: 0rem;
}

.scrolling-block__wrapper ::-webkit-scrollbar-track {
  border: 0px solid white;
  background-color: white;
  opacity: 0;
  border-radius: 0px;
  margin: 0rem;
}

.scrolling-block__wrapper ::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0px;
}
.scrolling-item-holder__div {
  width: auto;
  display: flex;
  padding: 0.5rem 0px;
}

/* Arrow Left */
.left_arrow {
  position: relative;
  height: 100%;
}

.left_arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  width: 15px;
  height: 25px;
  background: var(--primary-color);
  clip-path: polygon(20% 50%, 100% 100%, 100% 0%);
  cursor: pointer;
}

/* Arrow Right */
.right_arrow {
  position: relative;
  height: 100%;
}

.right_arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0px;
  width: 15px;
  height: 25px;
  background: var(--primary-color);
  clip-path: polygon(0% 0%, 0% 100%, 80% 50%);
  cursor: pointer;
}

/* Retailer  */
:root {
  --retailers_width: 10rem;
}

.brands-and-retailers__list {
  display: flex;
  flex-direction: row;
  margin: 1rem 0px;
  width: var(--retailers_width);
}

.retailer_image_div {
  width: 10rem;
  height: 7.5rem;
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 0.5rem;
  pointer-events: none;
}

.retailer_image_div:first-of-type {
  margin-left: 0px;
}

@media (max-width: 768px) {
  .right_arrow,
  .left_arrow {
    display: none;
  }

  .scrolling-block__wrapper {
    padding-left: 0.5rem;
  }

  .scrolling-block__div-with-arrows {
    grid-template-columns: 1fr;
  }
}

.retailer_image_div img {
  width: 100%;
  height: auto;
}

#id_brand_image {
  width: auto;
}

@media (max-width: 650px) {
  #id_brand_image {
    width: 100%;
  }
}

/* Discount Tag CSS start */
.discount-tag-lg__wrapper {
  position: relative;
  z-index: 2;
}
.dicount-tag-lg__div-wrap {
  filter: drop-shadow(-1px 4px 3px rgba(50, 50, 0, 0.5));
}

.discount-tag-lg__div {
  display: none;
  position: absolute;
  top: 1.5em;
  right: 0;
  background-color: #e94d55;
  clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
  text-align: center;
  padding: 12px 1em;
  transition: all 0.3s ease-in;
}

.discount-tag-lg__div:hover {
  padding-right: 2em;
}
.discount-tag-lg__text {
  color: #fff;
  font-family: var(--secondary-bold-font), georgia, serif;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .discount-tag__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .discount-tag__text {
    font-size: 1rem;
  }
}

.gift-card-discount-info {
  color: var(--error-color);
  font-family: var(--primary-bold-font);
  font-size: 0.8em;
  margin-top: 0.1em;
}
/* Discount Tag CSS end */
