@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
	/*background-color: #f4e9e3;*/
  font-family: "Roboto", Helvetica, sans-serif;

  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #774a39;;
}

.container {
  max-width: 800px;
}

.pink {
  color: #d73073;
}

.logo {
  margin-top: 50px;
}
.btn-outline-info {
  color: #d73073;
  border-color: #d73073;
  background: #fff;
}
.btn-outline-info:hover {
  color: #fff;
  background: #d73073;;
}
.radio,
.checkbox {
  display: none;
}

  .radio + span,
  .checkbox + span {
    padding-left: 8px;
    padding-right: 30px;
  }

  .checkbox + span > a {
    color: inherit;
    text-decoration: underline;
  }

  .radio + span:before,
  .checkbox + span:before {
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 1px;
  }

  .radio + span:before,
  .checkbox + span:before {
    content: "\f1db";
  }

    .radio:checked + span:before {
      content: "\f111";
    }

    .checkbox:checked + span:before {
      content: "\f058";
    }

section {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
  /* background: #d73073; */
}
  aside.elevation-4 {
    box-shadow:  0 0 0 rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
  }
  section .big {
    font-size: 1.33em;
  }

  section > header {
    padding: 25px 30px;
    color: #FFF;
  }

    section > header > h1 {
      font-weight: bold;
      margin: 0 auto 25px;
      font-size: 2em;
    }

    section > header > h1:last-child {
      margin-bottom: 0;
    }

    section > header small {
      font-weight: normal;
      font-size: 1em;
    }

    section > header .title {
      border-bottom: 1px solid #FFF;
      margin-top: 5px;
      font-weight: bold;
    }

    section > header .list > div {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    section > header .list > div:first-child {
      border-top: 0;
    }

      section > header .list > div {
        border-top: 1px solid #FFF;
        margin: 0 0 10px 0;
        padding-top: 10px;
      }

  section header .btn {
    background-color: #FFF;
    color: #d73073;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /*width: 150px;*/
    line-height: 40px;
  }

  section .content .btn {
    background-color: #d73073;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 150px;
    line-height: 40px;
  }

  section > .content {
    background: #FFF;
    padding: 15px 30px;
  }

    section .text {
      /*font-size: 0.77em;*/
      font-size: 14px;
    }

    section > .content .title {
      color: #d73073;
      border-bottom: 1px solid #d73073;
      font-weight: bold;
      margin-bottom: 5px;
    }
  
    section a {
      color: #fff;
      /* text-decoration: underline; */
    }

    section > .content .row_tip_client {
      width: 100%;
      padding: 30px 15px 20px 15px;
    }

    section > .content label {
      color: #d73073;
      width: 100%;
    }

    section > .content .form-control {
      color: #774a39;
      border-radius: 6px;
      border: 2px solid #d73073;
      display: block;
      padding: 15px;
      height: 50px;
      font-size: 1em;
      margin-top: 3px;
    }

.footer {
  /*position: relative;*/
  margin-top: 50px;
  padding: 9px 0 10px 0;
  border-top: 1px solid #d73073;
}
  
  .footer a {
    font-size: 14px;
    color: #d73073;
    margin-right: 30px;
  }

    .footer a:last-child {
      margin-right: 0;
    }


/* ---- PAGES SPECIFIC ----- */


/* -- ORDER  -- */

.checkout {
  margin-top: 20px;
}

  .checkout .checkbox + span { font-weight: normal; }

  .checkout img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 10px;
  }

.btn-submit {
  background: #d73073;
  width: 100%;
  max-width: 440px;
  font-weight: bold;
  font-size: 1.33em;
  color: #fff;
  height: 80px;
}

  .btn-submit:hover {
    color: #fff;
  }

.btn-info {
  background: #fff;
  color: #d73073;
  padding: 20px 100px;
  font-weight: bold;
  font-size: 1.33em;
  border: 0;
  text-decoration: none;
}

  .btn-info:hover {
    color: #d73073;
    background: #fff;
  }

.token_input {
  background-color: #D83074;
  border: 0;
  color: #fff;
  border-bottom: 2px solid;
}


/* ---- RESPONSIVE ---- */
@media (max-width: 768px)  {
  body {
    font-size: 16px;
  }

  .radio-inline,
  .radio-inline+.radio-inline {
    display: block;
    margin-left: 0;
  }

  .footer a {
    display: block;
    float: none !important;
    text-align: right;
    margin-right: 0;
  }
}


img.elevation-3.img-circle {
  box-shadow: none !important;
  border-radius:  0px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 10px 0px !important;
  position: relative;
  vertical-align: middle;
}