.gift-cards {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}

.gift-cards .gc-header {
  text-transform: uppercase;
  font-weight: bold;
  background: #363636;
  color: #F7F7F7;
}

.gift-cards .gc-header,
.gift-cards .gc-row {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.gift-cards .gc-row {
  position: relative;
  background: #fff;
}

.gift-cards .gc-col {
  padding: 20px 15px;
}

.gift-cards .gc-value,
.gift-cards .gc-balance {
  font-weight: 500;
}

.gift-cards .gc-code {
  text-transform: uppercase;
  color: #999999;
}

.gift-cards .gc-table {
  margin-top: 20px;
}

.gift-cards > .col {
  word-wrap: break-word;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gift-cards {
    font-size: 16px;
  }

  .gc-code-input {
    min-width: 500px;
  }
}

@media (max-width: 767px) {
  .gift-cards .gc-hd-mobile,
  .gift-cards .gc-info {
    font-size: 16px;
  }

  .gift-cards .gc-info {
    float: right;
  }

  .gift-cards .gc-hd-mobile {
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 5px;
  }
f
  .gift-cards .gc-cta {
    margin-top: 20px;
  }
}

.paypal-gift-cards {
  margin-top: 50px;
  margin-bottom: 50px;
}

.paypal-gift-cards .gc-header {
  margin-bottom: 15px;
}

.paypal-gift-cards .gc-logo {
  width: 100%;
  max-width: 480px;
  text-align: right;
}

.paypal-gift-cards .gc-link {
  margin-bottom: 10px;
}

.paypal-gift-cards .gc-link a {
  font-size: 16px;
  font-weight: bold;
  color: #4a90e2;
}

.paypal-gift-cards .gc-hint {
  padding-left: 1px;
  color: #6e6e6e;
}

.paypal-gift-cards .paragraph {
  white-space: pre-wrap;
}

.textarea-big {
  min-height: 150px;
}

#gift-card-invoice {
  margin-top: 15px;
  padding: 15px;
}

#gift-card-invoice .label-header {
  font-weight: bold;
  text-transform: uppercase;
}

#gift-card-invoice .gc-invoice-seperator {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 2px;
  background: #666;
}

.paypal-button {
  width: 145px;
  height: 40px;
  margin-top: 10px;
  border: 0px;
  background: url("/static/assets/img/paypal-button.png");
  background-position: center center;
}

.gift-card-form .contact-form {
  margin-bottom: 0px;
}

.gift-card-form a {
  font-size: initial !important;
  color: #337ab7 !important;
}

.gift-card-form .paragraph {
  font-size: 16px;
}
.fade-loader {
  opacity: 0.6;
}

.link-block {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.text-light {
  color: #6e6e6e;
}

.text-upper {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 13px;
}

.text-medium {
  font-size: 14px;
}

.text-default {
  font-size: 16px;
}

.text-big {
  font-size: 18px;
}

.text-large {
  font-size: 20px;
}

.font-default {
  font-family: Avenir;
  font-weight: 300;
}

.bg-alt {
  background: #e1e1e1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.flex-center-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-flex {
  position: relative;
  overflow: hidden;
}

.image-flex img,
.image-flex .img {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
}

.w-eighth {
  width: 12.5%;
}

@media (max-width: 767px) {
  .xs-w-half {
    width: 50%;
  }

  .full-width-xs {
    width: 100% !important;
  }

  .inline-block-xs-half,
  .gc-cta .btn {
    display: inline-block !important;
    width: 49%;
  }
}

.ratio-1-1 {
  padding-bottom: 100%;
}

._h100px {
  min-height: 100px;
}

.ph:empty:before {
  content: "--";
  color: #999999;
}

.image-bg {
  background-size: cover;
  background-position: center center;
}

.snb-hover {
  opacity: 1;
}

.snb-hover:hover {
  opacity: 0.8;
  transform-property: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.full-width {
  width: 100% !important;
}
.profile-popup {
  padding: 30px;
}

.profile-popup .pp-desc {
  font-size: 18px;
  font-weight: 500;
}

.profile-popup .pp-label {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.profile-popup .pp-interests {
  height: 235px;
  padding: 10px;
  border-radius: 3px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}

.profile-popup .pp-interests .interest {
  display: block;
}

.profile-popup h2 {
  font-size: 24px;
}

.profile-popup b {
  font-weight: 800;
}

.profile-popup label {
  display: block;
}

.profile-popup button {
  max-width: 250px;
  margin: 10px auto;
}
.btn.btn-primary {
  border-radius: 40px !important;
}

.store-app-banner {
  background: #fbda57;
}

.store-app-banner h4 {
  margin-bottom: 5px;
}

.store-app-banner a {
  margin: 11px 10px 0px;
  float: right;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: bold;
}

.store-app-banner img {
  margin: 10px;
}

@media (max-width: 767px) {
  .hero-slider .slide-img {
    background-size: cover;
    background-position: 103% 10px;
  }
}

.store-close-btn {
  padding: 10px;
  font-size: 18px;
}

.store-close-btn-abs {
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 5px;
  padding: 10px;
  font-size: 18px;
}

.no-paypal {
  text-align: left;
  font-style: italic;
  margin-bottom: 18px;
  color: #6e6e6e;
}

.img-partners {
  cursor: pointer;
}

.landing-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.landing-section > .the-title:first-child {
  margin-bottom: 40px;
}

.landing-section .press-list .video-item {
  margin-bottom: 0px;
}

.landing-section .other-history {
  margin: auto;
}

.block-center-md {
  max-width: 600px;
  margin: auto;
}

.container-timeline {
  z-index: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.container-timeline div:not(.overley-white),
.container-timeline h3 {
  z-index: 2;
}

.container-timeline .start,
.container-timeline .end {
  z-index: 1;
  position: relative;
  padding: 30px;
  text-align: center;
  margin: auto;
  color: #fff;
  background: #363636;
}

.container-timeline .start {
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.container-timeline .end {
  width: 300px;
  left: -52px;
  margin-top: 20px;
}

.container-timeline .start:after {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 48%;
  content: '';
  width: 2px;
  height: 835px;
  background: #363636;
}

.tl-mobile {
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
}

.tl-mobile .step {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.tl-mobile .tl-middle {
  max-width: 230px;
  margin: auto 70px;
}

.tl-mobile .start {
  position: relative;
}

.tl-mobile .last {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  color: #fff;
  background: #363636;
}

.tl-mobile .start:before {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: -20.5%;
  content: '';
  width: 2px;
  height: 570px;
  background: #363636;
}

.tl-mobile .step:before {
  z-index: 1;
  position: absolute;
  top: 23%;
  left: -23.5%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  content: '';
  background: #fbda57;
}

.overley-white {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  opacity: 0.6;
}

.container-middle {
  position: relative;
  overflow: visible;
  width: 200px;
  margin: auto;
}

.container-step {
  position: relative;
  width: 260px;
  padding: 20px;
  margin-top: 15px;
  font-size: 16px;
  border: 0px solid #888;
  background: rgba(255, 255, 255, 0.9);
}

.step-left {
  left: -200px;
}

.step-right {
  left: 150px;
}

.step-left:after,
.step-right:before {
  z-index: 1;
  position: absolute;
  top: 33.5%;
  height: 20px;
  border-radius: 50%;
  content: '';
  background: #fbda57;
  width: 20px;
}

.step-left:after {
  left: 111.11%;
}

.step-right:before {
  left: -23.5%;
}

.features-section img {
  max-width: 160px;
  margin: auto;
}

@media (max-width: 768px) {
  .container-timeline .step-left:after,
  .container-timeline .step-right:before {
    display: none;
  }

  .container-timeline .step-left {
    left: -28px;
  }

  .container-timeline .step-right {
    left: -28px;
  }
}

@media (max-width: 991px) {
  .tl-mobile .tl-middle {
    margin: auto;
  }
}

.img-zoomed {
  max-width: 100%;
}

.zoom-image-cont {
  overflow: hidden;
  text-align: center;
}

.flex-cont,
.flex-cont--center,
.sticky-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-cont--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-modal {
  padding: 0px;
}

.zoomable-image-cont {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.zoomable-image {
  max-width: 100%;
}

.image-modal {
  min-height: 300px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.sticky-add-btn {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 5%;
  width: 170px;
  height: 60px;
  margin: auto;
  padding: 6px 12px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  cursor: pointer;
  font-family: Avenir-Bold;
}

.sticky-add-btn .plus-btn {
  position: relative;
  left: -6px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
  font-size: 24px;
  color: #fff;
}

.sticky-add-btn .cont-text {
  letter-spacing: 1px;
}

.sticky-add-btn:hover {
  color: #FFC458;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}

@media (max-width: 768px) {
  .sticky-add-btn {
    right: 8%;
  }
}

.link-item,
.link-text {
  cursor: pointer;
}

.link-text {
  color: #337ab7 !important;
}

.bg-image,
.image-chat {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.image-chat {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.stretch,
.item-card .card-hovered .card-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image-chat.image-right {
  margin: 0px 0px 0px 15px;
}

.list-item.popular-item .list-item-overlay,
.item-card .card-hovered .card-btn {
  /* Home slider */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
}

.item-card .card-hovered .card-btn {
  margin: 0px;
}

/* Fallback for common.css:1543 */

.list-item .btn {
  min-width: 200px;
}

/* Overrides for ../pages/content.css */

.author {
  margin: 20px 0 !important;
}

.boxers-lists .list-item-infos h4.the-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item-label {
  margin-bottom: 5px;
  display: inline-block;
  padding: 1.66667px 10px;
  font-size: 11px;
  border-radius: 30px;
  background: #e1e1e1;
}

.action-tag {
  margin-top: 10px !important;
  font-size: 20px;
  cursor: pointer;
}

.action-tag.inactive {
  color: #DCDADA;
}

.action-tag.active {
  color: #6e6e6e;
}

@media (max-width: 768px) {
  .item-label {
    margin-left: 10px;
    font-size: 13px;
  }

  .action-tag {
    margin-top: 15px;
    font-size: 25px;
    text-align: right;
  }
}

.button-icon {
  background: none;
  border: 0px;
  text-align: left;
}

.img-fluid {
  width: 100%;
}

.landing-section ul > li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .card-btn {
    position: relative !important;
    top: 75px !important;
  }
}

.inaccessible {
  opacity: 0.5;
}

.calc-highlight {
  margin-left: 5px;
  color: #A0D0E4;
}

.shipping-calculator-content .shipping-calculator-footer {
  text-align: left;
}

.boxer-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 800px;
  background: #ccebe8;
}

.boxer-intro .section {
  width: 50%;
  min-height: 450px;
  padding: 60px;
  font-size: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.boxer-intro .the-title {
  font-size: 30px;
  font-family: Avenir-Bold;
}

.boxer-signup .the-title {
  font-size: 30px;
  font-family: Avenir-Bold;
}

.boxer-signup textarea {
  min-height: 100px;
}

.boxer-signup .inline-left {
  padding-right: 5px;
}

.boxer-signup .inline-right {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .boxer-intro .section {
    padding: 30px;
    width: 100%;
    min-height: 230px;
  }

  .boxer-signup .inline-left,
  .boxer-signup .inline-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.msg-success {
  padding: 30px;
  margin-top: 10px;
  text-align: center;
  background: #ccebe8;
}

.form-desc {
  font-weight: 500;
}

.btn-invert {
  border-color: #000;
  color: #000;
  background: none;
}

.input-interests {
  max-height: 300px;
  margin-bottom: 15px;
  padding: 10px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}

.cta-big {
  min-width: 200px;
}

.img-map {
  width: 100%;
}
.btn-search {
  min-height: 40px;
}

.label-filter {
  color: #b3b3b3;
  font-size: 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .grid-inline-sm {
    display: inline-block;
    width: 48%;
  }
}

@media (min-width: 992px) {
  .form-inline .filter-input.form-control {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .form-inline .filter-input.form-control {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .form-inline .filter-input.form-control {
    width: 170px;
  }
}

.sw-results {
  font-family: Avenir;
  font-weight: 500;
}

.sw-results > div:first-child {
  font-size: 16px;
}

.label-results {
  font-size: 16px;
}

.nav-pagination {
  margin-top: 10px;
}

.nav-pagination li {
  cursor: pointer;
}

.nav-pagination li a {
  margin-right: 6px;
}

.nav-pagination li:not(.active) > a {
  color: #333 !important;
  border: 1px solid #ddd;
}

.nav-pagination li.active > a,
.nav-pagination li.active a:hover {
  color: #fff !important;
  background: #333;
  border: 1px solid #ddd;
}
/* Block elements seperator */

._sep-5 {
  margin-top: 5px;
}

._sep-10 {
  margin-top: 10px;
}

._sep-15 {
  margin-top: 15px;
}

._sep-20 {
  margin-top: 20px;
}

._sep-30 {
  margin-top: 30px;
}

._sep-45 {
  margin-top: 45px;
}

._sep-50 {
  margin-top: 50px;
}

._sep-60 {
  margin-top: 60px;
}
