* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%;
  overflow: -moz-scrollbars-none; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Brown', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #282828;
  font-size: 14px; }

::-webkit-scrollbar {
  display: none; }

::-ms-scrollbar {
  display: none; }

::-moz-scrollbar {
  display: none; }

p {
  font-size: 1.5rem;
  line-height: 1.8em; }

.d-flex {
  display: flex; }

.main-content {
  padding-top: 130px; }

.nav {
  display: flex;
  align-items: center; }
  .nav .search,
  .nav .bag-icon {
    cursor: pointer;
    margin-left: 20px; }
  .nav .menu {
    cursor: pointer;
    margin-left: 35px; }

.nav-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  transition: .5s; }

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2em;
  color: #fff;
  min-width: 90vw;
  min-height: 90vmin;
  height: 500px; }

.close-menu {
  position: absolute;
  top: 3.2em;
  right: .5em;
  cursor: pointer; }

.modal-is-open .nav-container {
  z-index: 1;
  opacity: 1; }

.nav-list {
  margin: auto; }
  .nav-list ul li {
    font-size: 25px;
    display: block;
    margin-bottom: 35px;
    cursor: pointer; }
    .nav-list ul li a {
      color: #000; }

.flex {
  display: flex;
  align-items: center; }

#m_nav_menu {
  cursor: pointer;
  right: -5px;
  margin-left: 15px; }

#nav_menu_text {
  color: #fff;
  font-size: 12px;
  padding-right: 15px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: BrownLight; }

.m_nav_ham {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 7px auto; }

#m_ham_1:hover {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px7px7px);
  -ms-transform: translateY(7px7px);
  transform: translateY(7px); }

.m_nav_ham_1_open {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 15px; }

.m_nav_ham_2_open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -9px; }

.m_nav_ham_3_open {
  opacity: 0; }

.button_open {
  background: #000; }

.page-wrapper {
  min-height: 100vh; }

.page-header {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0; }
  .page-header .page-header__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0; }
    .page-header .page-header__content .logo img {
      width: 75px; }

.page-header-bar {
  position: relative;
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (min-width: 1025px) {
  .page-header-bar {
    padding: auto;
    width: 100%; } }
.page-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  overflow: hidden; }
  .page-banner .banner-text {
    position: absolute; }
    .page-banner .banner-text h1 {
      font-family: 'Butler', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-size: 5.5rem;
      color: #fff;
      font-weight: 600; }
  .page-banner img {
    width: 100%; }

.footer {
  border-top: 1px solid #efefef;
  margin-top: 5rem;
  padding: 80px 0;
  font-size: 1.4rem;
  line-height: 1.5; }
  .footer a {
    color: var(--yellow); }
    .footer a:hover {
      color: #282828; }
  .footer ul.social li {
    display: inline-block; }
    .footer ul.social li img {
      margin: 30px 15px 0 0;
      width: 17px; }

.list-title {
  display: block !important;
  font-weight: 700;
  font-size: 1.45rem;
  margin-bottom: 1rem; }

.wrapper--no-overflow {
  overflow: hidden; }

#landing-wrapper {
  background-image: url("assets/img/home1.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  position: relative; }
  #landing-wrapper .landing-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.suggested-categories .col-md-6 {
  padding: 0 !important; }

.suggested-categories .row {
  margin: 0 !important; }

.suggested-categories .sg-section img {
  padding: 2px;
  width: 100%; }

.about-brand img {
  width: 100%; }

.about-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10rem; }
  .about-content:last-of-type {
    margin-bottom: 10rem; }

.about-section--title {
  font-family: 'Butler', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px; }

.sg-section img {
  cursor: pointer; }

.img-cta {
  font-family: 'Butler', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 60%;
  font-weight: 800;
  color: #fff;
  font-size: 42px;
  padding: 22px;
  position: absolute;
  bottom: 65px;
  line-height: 1.1;
  transition: all .5s ease-in-out; }

.img-sub-cta {
  display: none; }

.sg-section:hover .img-cta {
  transform: translateX(12px); }
.sg-section:hover .img-sub-cta {
  display: block; }

.content-left {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
  margin-right: 5rem; }

.content-right {
  display: inline-block;
  width: 60%;
  vertical-align: middle; }

.flex-block {
  display: flex;
  flex-flow: row wrap; }

.flex-block > * {
  position: relative;
  flex-basis: 50%; }

.w-80 {
  width: 80%; }

.brand-quote {
  text-align: center;
  margin: 20px 0; }
  .brand-quote h2 {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 5rem; }

.product--large-view img {
  margin-bottom: 30px;
  width: 100%; }

.product-grid-item {
  margin-bottom: 1.875rem; }
  .product-grid-item img {
    cursor: pointer;
    width: 100%; }
  .product-grid-item .grid-item__description {
    text-align: center;
    padding: 15px 0; }
    .product-grid-item .grid-item__description h2 {
      font-size: 15px;
      padding-bottom: .35rem;
      text-transform: uppercase; }
    .product-grid-item .grid-item__description p {
      font-size: 13px;
      line-height: 1.6em; }
    .product-grid-item .grid-item__description .grid-item__price {
      padding-top: 1rem;
      font-weight: 500; }

.shopping-bag {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 550px;
  padding: 30px;
  background-color: #fff;
  z-index: 99999;
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform .3s;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .shopping-bag .bag-empty {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100vh; }
    .shopping-bag .bag-empty .empty-state {
      text-align: center; }
    .shopping-bag .bag-empty .close-bag {
      position: absolute;
      top: 3.2em;
      right: 2.5em;
      cursor: pointer; }
  .shopping-bag .bag-with-items {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .shopping-bag .bag-with-items .empty-state {
      text-align: center; }
    .shopping-bag .bag-with-items .close-bag {
      position: absolute;
      top: 3.2em;
      right: 2.5em;
      cursor: pointer; }

.shopping-bag.bag-is-open {
  transform: matrix(1, 0, 0, 1, 0, 0); }

.shopping-bag-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  transition: opacity .3s; }

.shopping-bag-overlay.is-visible {
  opacity: 1;
  z-index: 999; }

.shop .header-text {
  color: white;
  font-family: ButlerBold;
  font-size: 50px; }

.shop .sub-text {
  color: white;
  font-size: 18px;
  padding-top: 10px;
  font-family: BrownLight; }

.product-categories {
  width: 100%;
  text-align: center;
  padding: 80px 0; }

.product-category {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
  padding: 15px; }

.product-bg {
  background-color: rgba(153, 153, 153, 0.09);
  padding: 25px;
  margin-bottom: 4%; }

.product-category img {
  width: 100%; }

.category-name,
.category-active {
  font-family: ButlerBold;
  color: #000;
  font-size: 24px;
  padding-bottom: 20px; }

/*.breadcrumb {
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}*/
ul.breadcrumb {
  padding: 19px 0;
  list-style: none;
  display: inline;
  float: left;
  height: 40px; }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
  font-family: BrownRegular;
  text-transform: uppercase;
  padding: 8px 0; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "\003e"; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #333;
  text-decoration: none; }

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #9c9c9c; }

.category-active {
  padding-bottom: 50px;
  font-size: 32px; }

.product {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  background-color: #fff;
  margin-bottom: 4px;
  margin: 0 2%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.product img {
  padding-bottom: 1%;
  max-width: 90%;
  height: auto;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 4s;
  transition: all 4s; }

.product:hover > .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 100;
  display: block;
  -webkit-transition: all 2s;
  transition: all 2s; }

.more {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 18px;
  text-align: center; }

.product-more {
  background: url(../images/more.svg) left no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-size: contain;
  margin: -2px 4px;
  transition: opacity 500ms ease, right 450ms ease;
  cursor: pointer;
  right: -7px;
  z-index: 555555; }

.search-product label {
  font-size: 13px;
  text-transform: uppercase;
  font-family: BrownRegular;
  height: 40px;
  display: inline;
  color: #292929; }

input[type="search"] {
  border-style: none none solid none;
  border-bottom: 1px solid #333;
  font-size: 13px;
  text-transform: uppercase;
  font-family: BrownRegular;
  padding: 8px 100px 8px 0;
  height: 40px;
  vertical-align: middle; }

.product-main,
.product-details {
  display: inline;
  float: left; }

.product-main {
  width: 40%;
  padding-left: 5%; }

.product-main img {
  width: 100%;
  vertical-align: bottom;
  text-align: center; }

.product-details {
  padding-left: 80px; }
  .product-details .product-title {
    margin-bottom: 1.5em; }
    .product-details .product-title .product-title__name {
      display: block;
      font-size: 25px;
      margin-bottom: .3em; }
    .product-details .product-title .product-title__description {
      display: block;
      font-size: 16px;
      margin-bottom: .6em; }
    .product-details .product-title .product-title__code {
      color: #8a8989;
      display: block;
      font-size: 12px; }
  .product-details .product-price {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 70px; }

.product-info {
  margin-top: 4rem; }
  .product-info .product-info__tabs li {
    background: none;
    display: inline-block;
    padding: 0 0 10px;
    font-size: 17px;
    cursor: pointer; }
    .product-info .product-info__tabs li:not(:last-child) {
      margin-right: 30px; }
  .product-info .product-info__tabs li.current {
    border-bottom: 3px solid;
    border-color: var(--yellow); }

.tab-content {
  display: none;
  padding: 35px 0 0; }

.tab-content.current {
  display: block; }

ul.details-list {
  margin-top: 1.5rem;
  margin-left: 16px; }
  ul.details-list li {
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 15px;
    list-style: disc;
    padding-left: 10px; }

.product-bottom-bar {
  position: -webkit-sticky;
  position: sticky;
  top: auto !important;
  bottom: 0;
  z-index: 10;
  height: 100px;
  background-color: #fff; }

.featured-products img,
.product-carousel img {
  width: 100%; }

.featured-product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .featured-product-item .feature-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 50%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.7); }
  .featured-product-item:hover .feature-overlay {
    opacity: 1; }
  .featured-product-item h3 {
    position: absolute;
    color: #fff;
    font-size: 40px; }

.related-products {
  padding: 4rem 0; }
  .related-products h2 {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin: 3rem 0; }

.product-section {
  display: flex;
  align-items: center; }
  .product-section .product-section--slider {
    overflow-y: auto;
    white-space: nowrap;
    height: 100%;
    margin: 25px; }
  .product-section .product-section--slider img {
    width: 400px;
    max-width: 100%;
    height: 100%;
    margin-right: 10px;
    cursor: pointer; }

.view-all-products {
  text-align: center;
  font-weight: 400;
  margin-top: 30px;
  font-size: 16px;
  text-decoration: underline; }
  .view-all-products a {
    color: inherit; }

.slide {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  border: none; }
  .slide--right {
    float: right;
    background-image: url("../assets/icons/right-scroll.svg"); }
  .slide--left {
    float: left;
    background-image: url("../assets/icons/left-scroll.svg"); }
  .slide:focus {
    outline: none; }

hr {
  margin: 20px 0;
  border-top: 1px solid #000;
  height: 0; }

.thumbnails {
  display: block;
  width: 70%;
  cursor: pointer; }

.thumbnails img {
  width: 100%; }

.plus {
  float: right;
  background: url(../images/plus.svg) left no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  background-size: contain;
  margin: 3px 3px;
  transition: opacity 500ms ease, right 450ms ease;
  cursor: pointer; }

.favourite {
  background: url(../images/favourite.svg) left no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-size: contain;
  margin: -7px 4px;
  transition: opacity 500ms ease, right 450ms ease;
  cursor: pointer;
  right: -15px; }

.store-locator p {
  line-height: 1.8em;
  font-family: BrownLight;
  cursor: pointer;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out; }

.store-locator:hover p {
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(10px, 0);
  /** Opera **/
  -moz-transform: translate(10px, 0);
  /** Firefox **/ }

.store-locator p:hover .border {
  transform: translate(35px, 0);
  -webkit-transform: translate(35px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(35px, 0);
  /** Opera **/
  -moz-transform: translate(35px, 0);
  /** Firefox **/ }

.border {
  border-bottom: 1px solid #000;
  width: 20%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out; }

.recommend-grid {
  width: 100%;
  text-align: center;
  padding: 5% 0 10%;
  margin: auto; }

.recommend-item {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  padding: 0 2%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.recommend-text {
  font-family: ButlerMedium;
  line-height: 1.2em;
  padding-bottom: 100px;
  font-size: 30px; }

.recommend-item img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 4s;
  transition: all 4s; }

/* shop */
.filters {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3rem;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .filters .filter-column {
    display: inline-block;
    border-right: 1px solid #efefef;
    width: 100%;
    padding: 20px 50px;
    transition: all .3s;
    cursor: pointer; }
    .filters .filter-column:hover {
      background-color: #f3f3f3; }

.filter-item {
  display: inline-block; }
  .filter-item p::after {
    content: '';
    display: inline-block;
    position: relative;
    background: url("../assets/icons/down-arrow.svg");
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 15px; }

.pages-layout {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .pages-layout p {
    font-weight: 500; }

.change-grid-layout {
  margin-left: 12px;
  border: none; }
  .change-grid-layout:focus {
    outline: none; }

.layout-active {
  font-weight: bold; }

.product-layout img {
  width: 50px;
  cursor: pointer; }

.pagination {
  text-align: center; }

.account-auth .login,
.account-auth .register {
  padding: 30px; }

h1 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem; }

@media screen and (min-width: 580px) {
  .account-auth .login,
  .account-auth .register,
  .account-auth .checkout {
    padding: 30px 50px; }
  .account-auth .register {
    border-left: 1px solid #a0a0a0; } }
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2; }

.forgot-password {
  max-width: 540px;
  margin: auto; }

.forgot-password-container {
  display: none; }

.forgot-password-container.visible {
  display: block; }

.hidden {
  display: none; }

.forgot-password-label {
  margin: 25px 0 50px; }
  .forgot-password-label a {
    color: #808080;
    text-decoration: underline; }

.auth-center {
  max-width: 400px;
  margin: 0 auto; }

.fp-reveal-indicator {
  color: #808080;
  font-size: 16px;
  float: right; }

.cart {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.cart-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.cart-products {
  margin-top: 45px; }

.cart-products img {
  width: 100%;
  cursor: pointer; }

.products-scroll {
  overflow-y: auto; }

.cart-header,
.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.cart-total span {
  font-weight: 600; }

.cart-header h2 {
  font-size: 17px;
  font-weight: 500; }

.cart-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #efefef; }

.cart-cta a {
  color: #dad84d; }

.cart-close {
  cursor: pointer; }

.cart-item:last-child {
  margin-bottom: 0; }

.c__product-title {
  margin-bottom: 3rem; }

.c__product-title__name {
  display: block;
  font-size: 18px;
  margin-bottom: .3em; }

.c__product-title__description {
  display: block;
  font-size: 15px;
  margin-bottom: .6em; }

.c__product-title__code {
  color: #8a8989;
  display: block;
  font-size: 12px; }

.c__product-price {
  font-weight: 600; }

.cart-footer {
  background-color: #fff;
  padding-top: 30px; }

.cart-cta {
  margin-top: 30px; }

.cart *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: .3s background; }

.cart *::-webkit-scrollbar-thumb {
  background: #ced4da; }

.cart *:hover::-webkit-scrollbar-thumb {
  background: #adb5bd; }

.order-summary {
  background-color: #f5f5f5; }

.product-bottom-bar {
  padding: 20px 0;
  height: 130px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999999;
  box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.4);
  transition: transform 1s;
  transform: translate(0, 180px); }

.product-bottom-bar.is-visible {
  transform: translate(0); }

.product-shrink {
  width: 80px; }
  .product-shrink img {
    width: 100%; }

.checkout-form {
  margin-top: 5rem; }

.order-summary {
  padding: 30px;
  margin-top: 115px; }

.order-summary hr {
  border-color: rgba(185, 185, 185, 0.4); }

.checkout-items img {
  width: 100%; }

.checkout-item {
  margin: 20px 0; }

ul.checkout-steps {
  display: inline-block;
  margin-bottom: 30px; }

ul.checkout-steps a:hover {
  text-decoration: none; }

ul.checkout-steps li {
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  border: 1px solid #3c3c3c;
  padding: 15px; }

ul.checkout-steps li.active span {
  background-color: #fffc22;
  color: #000; }

ul.checkout-steps li:not(.active) {
  opacity: .3; }

ul.checkout-steps li span {
  background-color: #e2e0e0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  border-radius: 25px;
  text-align: center;
  margin-right: 8px; }

.item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  position: relative; }
  .container--xsm {
    max-width: 650px; }
  .container--sm {
    max-width: 760px; }
  .container--md {
    max-width: 960px; }
  .container--lg {
    max-width: 1200px; }
  .container--xlg {
    max-width: 1400px; }

.section {
  padding: 3em 0; }
  .section--lg-padding {
    padding: 6em 0; }
  .section---no-padding {
    padding: 0; }

.grid {
  display: inline-block;
  position: relative;
  width: 100%; }
  .grid--with-gutters {
    margin-left: -8px;
    width: calc(100% + 16px); }

.grid__row {
  margin-bottom: 30px; }

.grid__column {
  float: left; }
  .grid__column--12 {
    width: 100%; }
  .grid__column--11 {
    width: 91.6666666667%; }
  .grid__column--10 {
    width: 83.3333333333%; }
  .grid__column--9 {
    width: 75%; }
  .grid__column--8 {
    width: 66.6666666667%; }
  .grid__column--7 {
    width: 58.3333333333%; }
  .grid__column--6 {
    width: 50%; }
  .grid__column--5 {
    width: 41.6666666667%; }
  .grid__column--4 {
    width: 33.3333333333%; }
  .grid__column--3 {
    width: 25%; }
  .grid__column--20 {
    width: 20%; }
  .grid__column--2 {
    width: 16.6666666667%; }
  .grid__column--1 {
    width: 8.3333333333%; }
  .grid__column--relative {
    position: relative; }
  .grid__column--centered {
    float: none;
    margin: 0 auto;
    clear: both; }
  .grid__column--with-margin {
    margin-bottom: 100px; }
  .grid--with-gutters .grid__column {
    padding-left: 10px;
    padding-right: 10px; }
  .grid--flex .grid__column {
    display: flex; }
  .grid--flex .grid__column--no-flex {
    display: block; }
  .grid__column--offset-3 {
    margin-left: 25%; }
  .grid__column--right {
    float: right; }

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 7px; }

.form-group {
  margin-bottom: 4rem; }

.form-control {
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.75rem;
  font-size: 14px;
  background-clip: padding-box;
  border-radius: 0;
  outline: 0 !important;
  border-style: none none solid none;
  border-bottom: 1px solid rgba(155, 155, 155, 0.7);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.custom-select {
  cursor: pointer;
  vertical-align: middle;
  background-clip: border-box;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath fill='#5f5f5f' d='M6.76-.045L4 2.715 1.24-.045.4.795l3.6 3.6 3.6-3.6z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 10px 11px;
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-label {
  font-size: 15px;
  margin-bottom: 6px; }

.form-control:focus {
  outline: 0 !important;
  outline: 1.5px solid transparent;
  border-bottom: 2px solid #000; }

input:hover {
  border-bottom: 1.5px solid #000; }

@font-face {
  font-family: 'Brown';
  src: url("../assets/fonts/Brown-Light.eot") format("embedded-opentype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Brown';
  src: url("../assets/fonts/Brown-Regular.eot") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Brown';
  src: url("../assets/fonts/BrownLightRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Brown';
  src: url("../assets/fonts/Brown-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Butler';
  src: url("../assets/fonts/Butler_Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Butler';
  src: url("../assets/fonts/Butler_Medium.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Butler';
  src: url("../assets/fonts/Butler_Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Butler';
  src: url("../assets/fonts/Butler_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
.no-margin {
  margin: 0 !important; }

.m-auto {
  margin: auto; }

.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mt-5 {
  margin-top: 50px; }

.mt-6 {
  margin-top: 60px; }

.mt-7 {
  margin-top: 70px; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.mb-5 {
  margin-bottom: 50px; }

.mb-6 {
  margin-bottom: 60px; }

.mb-7 {
  margin-bottom: 70px; }

.no-padding {
  padding: 0 !important; }

.no-padding-t {
  padding-top: 0 !important; }

.no-padding-b {
  padding-bottom: 0 !important; }

.sm-padding {
  padding: 1em 0; }

.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-6 {
  padding-bottom: 60px; }

.space-30 {
  height: 30px; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 2rem;
  line-height: 1.8; }

button {
  -webkit-appearance: none; }

.btn {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  padding: 18px 49px;
  color: #2F3D41;
  border: .3px solid #B7B6B3;
  text-decoration: none;
  transition: color ease-in-out .2s, border-color ease-in-out .2s; }
  .btn:hover {
    color: #000;
    border-color: var(--yellow); }

.btn--small {
  width: 40%;
  margin-top: 30px; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    outline: none; }

.btn-transparent {
  background-color: transparent; }
  .btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active, .btn-transparent.active {
    border-color: white;
    outline: none; }

.btn-xl {
  padding: 12px 25px; }

.btn-fixed-width {
  width: 40%; }

.btn-default {
  color: #282828;
  font-size: 14px;
  background: transparent;
  border: 1px solid #282828;
  border-radius: 0;
  padding: 1.3em 1.5em;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-clip: padding-box;
  outline: none;
  box-shadow: inset 0 0 0 0 #282828;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }
  .btn-default::after {
    background-image: url(../assets/icons/plus-dark.svg);
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    background-size: contain;
    cursor: pointer;
    box-shadow: none; }

.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #282828;
  background-clip: padding-box;
  color: #fff; }

.slide_right:hover .plus {
  background: url(../images/plus-white.svg) left no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  background-size: contain;
  margin: 3px 3px;
  cursor: pointer;
  box-shadow: none; }

.btn-trans-hover {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
  overflow: hidden; }

.btn-trans-hover a {
  color: #333333;
  text-decoration: none;
  display: block; }

.btn-trans-hover::before,
.btn-trans-hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.btn-trans-hover::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s; }

.btn-trans-hover:hover::before,
.btn-trans-hover:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media screen and (max-width: 500px) {
  .btn {
    border-radius: 1px;
    border: 2px solid; }

  .btn-fixed-width {
    width: 100%;
    margin: auto; }

  .mbl-btn {
    margin: 0 45px; }
    .mbl-btn a {
      display: block; }
      .mbl-btn a:first-child {
        margin-bottom: 20px; } }
:root {
  --yellow: #dad84d;
  --brand-red: #c52e39;
  --grey-dark: #5f5f5f;
  --grey-medium: #736e6e;
  --grey-light: #858585;
  --grey-lighter: #9b9b9b;
  --blue: #007ace;
  --green: #4d880a;
  --brown: #8b572a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /*--indigo: #6574cd;
  --purple: #a55eea;
  --pink: #f66d9b;
  --red: #cd201f;
  --orange: #fd9644;
  --yellow: #f1c40f;
  --green: #5eba00;
  --teal: #2bcbba;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --azure: #45aaf2;
  --lime: #7bd235;
  --primary: #467fcf;
  --secondary: #868e96;
  --success: #5eba00;
  --info: #45aaf2;
  --warning: #f1c40f;
  --danger: #cd201f;
  --light: #f8f9fa;
  --dark: #343a40;*/ }

.bg-green {
  background-color: var(--green); }

.bg-blue {
  background-color: var(--blue); }

.bg-brown {
  background-color: var(--brown); }

.bg-red {
  background-color: var(--brand-red); }

.view {
  cursor: pointer;
  color: var(--green) !important; }

.add-old {
  color: #282828;
  font-size: 14px;
  background: transparent;
  border: 1px solid #282828;
  border-radius: 0;
  padding: 1.3em 1.5em;
  margin: 70px 0 30px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  box-shadow: inset 0 0 0 0 #282828;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s; }

/*# sourceMappingURL=main.css.map */
