/* Functions */
#info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*width:90%;*/
  margin: auto;
  /* margin-top:16em;*/
  /*margin-bottom:2em;*/
  /*  max-width:880px;*/
  background: #f1f1f1;
  max-width: 1880px;
}

.info_top {
  background: #dac5ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction:column;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25em 1.25em;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.info_top h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
  -ms-flex-item-align: first baseline;
      -ms-grid-row-align: first baseline;
      align-self: first baseline;
  /*text-align:center;*/
  color: #231f20;
  margin-bottom: 0em;
  margin-right: 1em;
}

.info_top h3 strong {
  font-weight: 500;
}

#newsletter_form {
  border-bottom: solid 1px #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#newsletter_form input {
  padding: 1em 0;
}

#newsletter_form button {
  padding: 1em 0 !important;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

#newsletter_form button:hover {
  padding: 1em 1em !important;
}

@media (min-width: 768px) {
  .info_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #newsletter_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  input {
    padding: 1em 1em;
  }
  button {
    padding: 1em 1em !important;
  }
}

.newsletter_input {
  background: transparent !important;
  border: none !important;
  font: size 1.25rem !important;
  color: #231f20 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn_newsletter {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1.5em;
  border-left: solid 1px #231f20;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.btn_newsletter:hover {
  background: #b09fa3;
}

.info_connect {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: #231f20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25em 1em 1.25em 0;
  padding: 1.25em 8%;
  width: 100%;
}

.info_connect .info_connect_label {
  font-weight: 500;
  text-align: right;
  margin-right: 1em;
}

.social_link {
  display: inline-block;
  padding: 1em;
  padding-bottom: 0px;
  height: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

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

.social_link:hover {
  opacity: 0.7;
}

.info_image {
  display: none;
}

.info_buy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  background: #f1f1f1;
  padding: 1.25em 1em 1.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info_buy .arrow_title {
  font-size: 1.52rem;
  font-weight: 300;
}

.info_buy .arrow_link {
  width: 100%;
}

.info_buy .arrow_link .arrow_link_arrow {
  width: 35%;
  max-width: 250px;
}

@media (min-width: 576px) {
  .info_buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .info_buy .arrow_link {
    width: 100%;
    max-width: 1200px;
  }
  .info_buy .arrow_link .arrow_link_arrow {
    width: 25%;
    max-width: 250px;
  }
  .info_connect {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social_link {
    height: 25px;
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .info_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
    width: 35%;
    height: 7em;
    overflow: hidden;
    /* background: $black;*/
  }
  .info_image img {
    height: 100%;
    width: auto;
    /*  display: none;*/
  }
  .info_connect {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 65%;
  }
  .info_buy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .info_buy .arrow_title {
    font-size: 2rem;
    font-weight: 300;
  }
  .info_buy .arrow_link .arrow_link_arrow {
    width: 35%;
    max-width: 250px;
  }
  #info_box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 930px) {
  .info_top {
    width: 60%;
  }
  .info_connect {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
  .info_image {
    width: 40%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .info_buy {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.gift_card {
  color: #231f20;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.gift_card:hover {
  color: #b09fa3;
}
/*# sourceMappingURL=infobox.css.map */