/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
/* promobar */
body {
  background-color: #DCD7D2; }

body,
textarea,
select {
  color: #38393f; }

body.noscroll #body {
  overflow: hidden;
  height: 100vh; }

h1, h2, h3, h4, h5 {
  font-family: Cabrito, Georgia, Times, Times New Roman, serif;
  color: #4C4E56; }

h1 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.8rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.8rem;
      font-weight: normal;
      line-height: 2.8rem; } }

h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 3rem; } }

h4 {
  font-size: 1.6rem;
  font-weight: normal; }

h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: #000; }

h6 {
  font-family: Cabrito, Georgia, Times, Times New Roman, serif;
  color: #4C4E56;
  font-size: 1.4rem;
  font-weight: normal; }

a {
  color: #68808c; }
  a:hover, a:focus {
    color: #C76C3D; }

img {
  font-size: 1rem; }

.main > .wrapper {
  position: relative;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  background-color: #FFF;
  display: block;
  clear: both; }
  @media (min-width: 544px) and (max-width: 767px) {
    .main > .wrapper {
      width: 100%; } }
  @media (min-width: 768px) {
    .main > .wrapper {
      margin-top: 0;
      max-width: 720px;
      overflow: hidden;
      height: auto; }
      .main > .wrapper:before {
        content: "";
        display: block;
        border-top: 2px solid #4C4E56; }
      .main > .wrapper:after {
        content: "";
        clear: both;
        display: table; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    .main > .wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .main > .wrapper {
      max-width: 1140px; } }

#main-content {
  margin-top: 0;
  padding-top: 0; }
  body.page-register #main-content,
  body.page-checkout #main-content,
  body.page-user #main-content,
  body.page-login #main-content,
  body.page-order #main-content {
    background-color: #FAFAF9;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      body.page-register #main-content,
      body.page-checkout #main-content,
      body.page-user #main-content,
      body.page-login #main-content,
      body.page-order #main-content {
        width: calc(100% - 146px);
        box-shadow: -10px 0px 12px -4px rgba(50, 50, 50, 0.1); } }
    @media (min-width: 980px) {
      body.page-register #main-content,
      body.page-checkout #main-content,
      body.page-user #main-content,
      body.page-login #main-content,
      body.page-order #main-content {
        width: calc(100% - 200px); } }
  #main-content > h1 {
    text-align: center; }

button,
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  /*white-space: nowrap;*/
  vertical-align: middle;
  color: #3b7226;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 16px;
  background-color: #e1e9e1;
  transition: color .15s ease-in-out, background-color .15s ease-in, border-color .15s ease-in, box-shadow .15s ease-in; }
  button:not(:disabled):not(.disabled),
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  button:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active,
  .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e1e9e1;
    border-color: #e1e9e1; }
  button.focus, button:focus,
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(145, 163, 91, 0.24); }
  button:hover,
  .btn:hover {
    color: #fff;
    background-color: #C76C3D; }
  button.btn-outline,
  .btn.btn-outline {
    background: none;
    padding: 5px 10px 5px 10px;
    border: 1px solid #bbb; }
    button.btn-outline:hover,
    .btn.btn-outline:hover {
      color: #83af16;
      border-color: #83af16; }
  button.btn-round,
  .btn.btn-round {
    border-radius: 12px; }
  button.btn-white,
  .btn.btn-white {
    color: #fff;
    background: none;
    border-color: #fff; }
    button.btn-white:hover,
    .btn.btn-white:hover {
      color: #C76C3D;
      border-color: #C76C3D; }
  button.btn-submit,
  .btn.btn-submit {
    color: #fff;
    background-color: #647B4C; }
    button.btn-submit:hover,
    .btn.btn-submit:hover {
      color: #fff;
      background-color: #C76C3D; }
  button.btn-small,
  .btn.btn-small {
    padding: .15rem .7rem; }
  button.pe-icon i,
  .btn.pe-icon i {
    margin-right: 5px; }

.btn-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0 0 3px 0; }
  .btn-list li {
    font-family: Cabrito, Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 9px 0 9px 0; }
  .btn-list a, .btn-list .btn.cta {
    padding: 1rem 4rem 1.2rem 4rem;
    font-size: 1.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #C76C3D;
    background-color: transparent;
    background-image: none;
    border-color: #C76C3D;
    text-transform: uppercase; }
    .btn-list a:hover, .btn-list .btn.cta:hover {
      color: #fff;
      background-color: #C76C3D; }

.highlight {
  color: #d6713e; }

hr.mgs {
  border-top: 1.5px solid rgba(76, 78, 86, 0.7);
  text-align: center; }
  hr.mgs:after {
    content: '\002022';
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 15px;
    background: #fff;
    color: #8c8b8b;
    font-size: 1.8rem; }

#register-form h1, #register-form h6,
.page-user h1,
.page-user h6,
.page-checkout h1,
.page-checkout h6,
.col-main h1,
.col-main h6 {
  margin-top: 40px;
  text-align: left !important; }
  @media (min-width: 768px) {
    #register-form h1, #register-form h6,
    .page-user h1,
    .page-user h6,
    .page-checkout h1,
    .page-checkout h6,
    .col-main h1,
    .col-main h6 {
      margin-top: 85px; } }

.page-tree #main-content > h1 {
  margin-top: 40px;
  text-align: left !important; }
  @media (min-width: 768px) {
    .page-tree #main-content > h1 {
      margin-top: 85px; } }
