/* line 31, ../sass/components/_giftr.scss */
.giftr-header-wrapper .giftr-header {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@Media only screen and (max-width : 599px) {
  /* line 31, ../sass/components/_giftr.scss */
  .giftr-header-wrapper .giftr-header {
    font-size: 22px;
  }
}
/* line 41, ../sass/components/_giftr.scss */
.giftr-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
@Media only screen and (max-width : 599px) {
  /* line 41, ../sass/components/_giftr.scss */
  .giftr-tabs {
    font-size: 14px;
  }
}
/* line 49, ../sass/components/_giftr.scss */
.giftr-tabs .tab-item {
  color: #000;
  display: inline-block;
  margin: 7px 15px;
}
@Media only screen and (max-width : 599px) {
  /* line 49, ../sass/components/_giftr.scss */
  .giftr-tabs .tab-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* line 57, ../sass/components/_giftr.scss */
.giftr-tabs .tab-item.active {
  color: #dfc200;
  text-decoration: underline;
}

/* line 64, ../sass/components/_giftr.scss */
.giftr-tabs-wrapper {
  margin-bottom: 30px;
}
@Media only screen and (max-width : 599px) {
  /* line 64, ../sass/components/_giftr.scss */
  .giftr-tabs-wrapper {
    margin-left: -15px;
    margin-right: 15px;
  }
}
/* line 73, ../sass/components/_giftr.scss */
.btn.favourites-btn {
  border: 1px solid #000;
  color: #000;
  height: 48px;
  background-color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 48%;
}
/* line 82, ../sass/components/_giftr.scss */
.btn.favourites-btn .icon-heart {
  color: #ff0707;
}

/* line 88, ../sass/components/_giftr.scss */
.giftr-actions-wrapper {
  display: none;
}

/* line 92, ../sass/components/_giftr.scss */
.giftr-actions {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../sass/components/_giftr.scss */
  .giftr-actions {
    display: flex;
    justify-content: space-between;
  }
}
/* line 98, ../sass/components/_giftr.scss */
.giftr-actions .filter-btn-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* line 98, ../sass/components/_giftr.scss */
  .giftr-actions .filter-btn-wrapper {
    min-width: 300px;
  }
}
/* line 104, ../sass/components/_giftr.scss */
.giftr-actions .filter-btn-wrapper .select-style {
  flex: 0 0 48%;
  height: 48px;
  margin-bottom: 0;
}
/* line 108, ../sass/components/_giftr.scss */
.giftr-actions .filter-btn-wrapper .select-style select {
  height: 48px;
}

@media only screen and (max-width: 767px) {
  /* line 115, ../sass/components/_giftr.scss */
  .category-btn-wrapper {
    margin-bottom: 15px;
  }
}
/* line 120, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn {
  border: 0;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 16px;
}
/* line 128, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn i {
  display: inline-block;
  transition: all 0.5s;
}
/* line 133, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn.expanded i {
  transform: rotate(45deg);
}
/* line 137, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn.expanded .text-selecting {
  display: inline;
}
/* line 141, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn.expanded .text-selected {
  display: none;
}
/* line 145, ../sass/components/_giftr.scss */
.category-btn-wrapper .category-btn .text-selecting {
  display: none;
}

/* line 153, ../sass/components/_giftr.scss */
.category-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
/* line 158, ../sass/components/_giftr.scss */
.category-list .category-option-wrapper {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
  /* line 158, ../sass/components/_giftr.scss */
  .category-list .category-option-wrapper {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 158, ../sass/components/_giftr.scss */
  .category-list .category-option-wrapper {
    flex: 0 0 25%;
    width: 25%;
  }
}
/* line 176, ../sass/components/_giftr.scss */
.category-list .category-option {
  text-decoration: none;
}
/* line 179, ../sass/components/_giftr.scss */
.category-list .category-option .pic-container {
  background-color: #000;
  position: relative;
}
/* line 182, ../sass/components/_giftr.scss */
.category-list .category-option .pic-container .pic {
  max-width: 100%;
  width: 100%;
}
/* line 188, ../sass/components/_giftr.scss */
.category-list .category-option .name {
  display: block;
  padding: 8px 0;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: relative;
}
/* line 199, ../sass/components/_giftr.scss */
.category-list .category-option.active .pic-container:before {
  content: "\e771";
  font-family: "icomoon";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 48px;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 10;
}
/* line 220, ../sass/components/_giftr.scss */
.category-list .category-option.active .pic, .category-list .category-option:hover .pic {
  opacity: 0.6;
}
/* line 225, ../sass/components/_giftr.scss */
.category-list .category-option.active .name:after, .category-list .category-option:hover .name:after {
  content: "";
  bottom: 0;
  left: 20%;
  right: 20%;
  position: absolute;
  height: 2px;
  background-color: #dfc200;
}

/* line 239, ../sass/components/_giftr.scss */
.gift-list-section {
  border-top: 1px solid #000;
  padding: 30px 0;
  display: none;
}
/* line 244, ../sass/components/_giftr.scss */
.gift-list-section #load-more {
  display: none;
}
/* line 247, ../sass/components/_giftr.scss */
.gift-list-section #load-more.displayed {
  display: inline-block;
}

/* line 253, ../sass/components/_giftr.scss */
.gifts-wrapper {
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (min-width: 480px) {
  /* line 253, ../sass/components/_giftr.scss */
  .gifts-wrapper {
    display: flex;
  }
}
/* line 259, ../sass/components/_giftr.scss */
.gifts-wrapper .banner-wrapper {
  padding: 0 15px;
  flex: 0 0 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 259, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper {
    flex: 0 0 100%;
  }
}
/* line 268, ../sass/components/_giftr.scss */
.gifts-wrapper .banner-wrapper .banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 599px) {
  /* line 268, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper .banner {
    background: none;
  }
}
/* line 279, ../sass/components/_giftr.scss */
.gifts-wrapper .banner-wrapper .banner-pic {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 279, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper .banner-pic {
    display: none;
  }
}
/* line 286, ../sass/components/_giftr.scss */
.gifts-wrapper .banner-wrapper .banner-name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 32px;
}
@media only screen and (min-width: 480px) {
  /* line 286, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper .banner-name {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 286, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper .banner-name {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 286, ../sass/components/_giftr.scss */
  .gifts-wrapper .banner-wrapper .banner-name {
    font-size: 48px;
  }
}

/* line 309, ../sass/components/_giftr.scss */
.gift-item-wrapper {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
  /* line 309, ../sass/components/_giftr.scss */
  .gift-item-wrapper {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 309, ../sass/components/_giftr.scss */
  .gift-item-wrapper {
    flex: 0 0 25%;
    width: 25%;
  }
}

/* line 323, ../sass/components/_giftr.scss */
.gift-item {
  border: 1px solid #e2e2e2;
  padding: 15px 15px 55px;
  height: 100%;
  position: relative;
  text-align: center;
}
/* line 330, ../sass/components/_giftr.scss */
.gift-item .pic-container img {
  width: 100%;
}
/* line 335, ../sass/components/_giftr.scss */
.gift-item .brand-container {
  text-align: center;
  padding: 20px 0;
}
/* line 338, ../sass/components/_giftr.scss */
.gift-item .brand-container img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
/* line 345, ../sass/components/_giftr.scss */
.gift-item .gift-name {
  color: #000;
  margin-bottom: 10px;
  display: block;
}
/* line 351, ../sass/components/_giftr.scss */
.gift-item .price {
  font-size: 24px;
  font-weight: 300;
}
/* line 356, ../sass/components/_giftr.scss */
.gift-item .text-bottom {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  right: 0;
  width: auto;
}
/* line 365, ../sass/components/_giftr.scss */
.gift-item .like-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  text-decoration: none;
  font-size: 20px;
  color: #f3c1cc;
}
/* line 373, ../sass/components/_giftr.scss */
.gift-item .like-btn.active {
  color: #ff0707;
}

/* line 380, ../sass/components/_giftr.scss */
.giftr-loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 393, ../sass/components/_giftr.scss */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

/* line 399, ../sass/components/_giftr.scss */
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 410, ../sass/components/_giftr.scss */
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 415, ../sass/components/_giftr.scss */
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 436, ../sass/components/_giftr.scss */
.giftr-loading .giftr-loading-cover {
  display: flex;
}

/* line 443, ../sass/components/_giftr.scss */
.donation-container .share-btns {
  text-align: center;
  margin-bottom: 30px;
}
/* line 447, ../sass/components/_giftr.scss */
.donation-container .share-btns .btn.btn-icon {
  height: auto;
  font-size: 36px;
  color: #000;
}
/* line 455, ../sass/components/_giftr.scss */
.donation-container .st-custom-btn {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
/* line 461, ../sass/components/_giftr.scss */
.donation-container .email-share-btn {
  display: inline-block;
  margin: 0 15px;
}
/* line 466, ../sass/components/_giftr.scss */
.donation-container .st-custom-btn .stButton {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
