* {
  margin: 0;
  padding: 0;
  font-family: "GothamBook", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body.body-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9999;
}

input:focus {
  outline: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.IC-layout-section {
  display: flex;
  flex-direction: column;
}
.IC-layout-section .ic-listing-plot {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot {
    padding: 0 24px;
  }
}
@media (max-width: 541px) {
  .IC-layout-section .ic-listing-plot {
    padding: 0 15px;
  }
}
.IC-layout-section .ic-listing-plot .listing-top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 14px 25px 30px;
}
@media (max-width: 992px) {
  .IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  line-height: 2px;
  padding-right: 22px;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li .breadcrumb_link {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li:not(:last-child)::after {
  content: ">";
  display: inline-flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  position: absolute;
  right: 7px;
  top: 6px;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li:last-child .breadcrumb_link {
  color: #998659;
  cursor: text;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul {
  padding: 17px 25px;
}
.IC-layout-section .ic-listing-plot .listing-top-section .item-count {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4d4d4d;
  font-style: italic;
  padding: 14px 25px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-top-section .item-count {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .gcl-banner {
  width: 100%;
  display: flex;
}
@media (max-width: 541px) {
  .IC-layout-section .ic-listing-plot .gcl-banner {
    padding: 20px 0px 0;
  }
}
.IC-layout-section .ic-listing-plot .gcl-banner img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .gcl-banner img.web-img {
  display: block;
}
@media (max-width: 540px) {
  .IC-layout-section .ic-listing-plot .gcl-banner img.web-img {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .gcl-banner img.mob-img {
  display: none;
}
@media (max-width: 540px) {
  .IC-layout-section .ic-listing-plot .gcl-banner img.mob-img {
    display: block;
  }
}
.IC-layout-section .ic-listing-plot .gcl-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 22px 10px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .gcl-section {
    padding: 15px 10px;
  }
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 30px;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link:nth-child(4n) {
    margin-right: 10px;
  }
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1112px) and (max-width: 540px) {
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .IC-layout-section .ic-listing-plot .gcl-section a.gcl-link:nth-child(2n) {
    margin-right: 0;
  }
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img-caption .gcl-img-title {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img-caption .gcl-price {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.IC-layout-section .ic-listing-plot .gcl-section a.gcl-link .gcl-img-caption .gcl-price span {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}

/*# sourceMappingURL=gift-card-listing.css.map */
