@charset "UTF-8";
@import url("https://use.typekit.net/zkf5cca.css");
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
.clr {
  float: none;
  clear: both;
}
p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
ul {
  padding-left: 0;
  margin-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
li {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
a {
  color: #000;
}
a:hover {
  color: #B68717;
}
input,
select,
textarea {
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 1.4rem/2 'Lato', sans-serif;
  border: 1px solid #B68717;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  font: 1.4rem/2 'Lato', sans-serif;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  font: 1.4rem/2 'Lato', sans-serif;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  font: 1.4rem/2 'Lato', sans-serif;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  font: 1.4rem/2 'Lato', sans-serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  font: 1.4rem/2 'Lato', sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
textarea {
  height: 10em;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label {
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.privacyCheck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.privacyCheck .wpcf7-list-item {
  margin-left: 0;
  margin-right: 5px;
}
.privacyCheck input {
  display: inline-block;
  width: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.privacyCheck a {
  display: inline-block;
  margin-right: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.wpcf7-submit {
  background-color: #B68717;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.8rem;
  cursor: pointer;
}
.wpcf7-submit:disabled {
  opacity: 0.7;
}
.wpcf7-submit:hover {
  background-color: #98721e;
  border: 1px solid #98721e;
}
.pulse {
  -webkit-animation: pulse 1s linear infinite alternate;
  animation: pulse 1s linear infinite alternate;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rotate {
  -webkit-animation: rotate 1.2s linear infinite;
  animation: rotate 1.2s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#page {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px)  {
  #page {
    padding-top: 70px;
  }
}
#page.nopadding {
  padding-top: 0;
}
@media only screen and (max-width: 1024px)  {
  #page.nopadding {
    padding-top: 0;
  }
}
.home #page {
  padding-top: 0;
}
@media only screen and (max-width: 1024px)  {
  .home #page {
    padding-top: 0;
  }
}
.page-opening {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 19vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 1024px)  {
  .page-opening {
    min-height: 18vh;
  }
}
.page-opening:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
.page-opening.page-opening--no-image {
  min-height: inherit;
  padding: 30px 0;
}
.page-opening.page-opening--no-image:after {
  display: none;
}
.page-opening.page-opening--no-image .page-opening-content {
  width: 100%;
  text-align: center;
  padding: 0 4%;
}
.page-opening.page-opening--no-image h2 {
  color: #B68717;
  font-family: anisette-std, sans-serif;
  font-size: 3.4rem;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}
.page-opening-content {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px)  {
  .page-opening-content {
    padding-top: 35px;
  }
}
.page-opening-content h2 {
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 300;
  font-family: anisette-std, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 3.4rem;
}
.post-type-archive-product.woocommerce .site-content {
  padding: 0;
}
.post-type-archive-product.woocommerce .fastContact {
  display: none;
}
.products-container {
  display: block;
  width: 100%;
}
.products-container .woocommerce-pagination {
  width: 100%;
  margin-top: 30px;
}
.products-container .grid-sizer {
  width: 30%;
}
@media only screen and (min-width: 1680px)  {
  .products-container .grid-sizer {
    width: 18%;
  }
}
@media screen and (max-width: 620px)  {
  .products-container .grid-sizer {
    width: 48%;
  }
}
.products-container .gutter-sizer {
  width: 3.3%;
}
@media only screen and (min-width: 1680px)  {
  .products-container .gutter-sizer {
    width: 2.5%;
  }
}
@media screen and (max-width: 620px)  {
  .products-container .gutter-sizer {
    width: 4%;
  }
}
.woocommerce-products-header {
  text-align: center;
  padding: 8px 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #B68717;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-products-header {
    padding: 10px 0;
    border-bottom: none;
  }
}
.woocommerce-products-header .page-title {
  font-size: 3.4rem;
  font-weight: 400;
  margin: 10px 0;
  color: #B68717;
  font-family: anisette-std, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-products-header .page-title {
    font-size: 29px;
  }
}
.woocommerce-products-header .page-subtitle {
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-products-header .page-subtitle {
    font-size: 19px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
  }
}
.products-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.products-archive .products-filters {
  width: 17%;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px)  {
  .products-archive .products-filters {
    width: 95%;
    margin: 0 auto;
  }
}
.products-archive .products-container {
  width: 56%;
  padding: 50px 0;
  margin-left: 3%;
}
@media only screen and (max-width: 1024px)  {
  .products-archive .products-container {
    width: 95%;
    margin: 0 auto;
  }
}
.products-archive .products-archive-sidebar {
  width: 22%;
  position: relative;
  background-color: #fff;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px)  {
  .products-archive .products-archive-sidebar {
    width: 100%;
    top: 87vh;
    z-index: 12;
    position: fixed;
    padding-top: 8px;
    bottom: 0;
    margin-top: 0;
    background-color: #77a464;
    -webkit-transition: top 600ms, background-color 300ms;
    transition: top 600ms, background-color 300ms;
  }
  .products-archive .products-archive-sidebar .mini-cart-details-header h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .products-archive .products-archive-sidebar .mini-cart-details-header h4,
  .products-archive .products-archive-sidebar .mini-cart-details-header:after {
    color: #fff;
  }
  .products-archive .products-archive-sidebar.active {
    top: 80px;
    background-color: #fff;
  }
  .products-archive .products-archive-sidebar.active .mini-cart-details-header:after {
    content: '\f00d';
  }
  .products-archive .products-archive-sidebar.active .mini-cart-details-header h4,
  .products-archive .products-archive-sidebar.active .mini-cart-details-header:after {
    color: #3b3b3b;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .products-archive .products-archive-sidebar {
    top: 85vh;
  }
}
.products-archive .products-archive-sidebar .product-artchive-mincart {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.products-archive .products-archive-sidebar .mini-cart-details {
  position: static;
  width: 100%;
  right: inherit;
  bottom: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px;
  padding-top: 0;
  background-color: transparent;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: right 500ms;
  transition: right 500ms;
}
.products-archive .products-archive-sidebar .mini-cart-details a {
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .products-archive .products-archive-sidebar .mini-cart-details-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .products-archive .products-archive-sidebar .mini-cart-details-header:after {
    content: '\f077';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .products-archive .products-archive-sidebar .mini-cart-details-header {
    margin-bottom: 60px;
  }
}
.products-archive .products-archive-sidebar .woocommerce-mini-cart.cart_list {
  margin-bottom: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-height: 30vw;
}
@media only screen and (max-width: 1024px)  {
  .products-archive .products-archive-sidebar .woocommerce-mini-cart.cart_list {
    max-height: 55vh;
  }
}
.products-archive .products-archive-sidebar .woocommerce-mini-cart-item .mini-cart-item-data img {
  display: none;
}
.products-archive .products-archive-sidebar .product_list_widget li a {
  display: inline-block;
}
.products-filters {
  position: relative;
  z-index: 9;
  padding: 0 1%;
}
@media only screen and (max-width: 1024px)  {
  .products-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background-color: #ece9e2;
  }
}
.products-filters .filters-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .filters-bar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.products-filters .sidebar {
  width: 100%;
  margin: 0;
  float: none;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .sidebar {
    padding: 0;
  }
}
.products-filters .shop-filters-reset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-reset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7%;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
    margin-left: 0;
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.products-filters .shop-filters-reset .reset-filter {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-reset .reset-filter {
    padding: 5px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-filters .shop-filters-reset .reset-filter span {
    display: none;
  }
}
.products-filters .shop-filters-reset .reset-filter i {
  margin-right: 5px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-reset .reset-filter i {
    margin-right: 0;
  }
  .products-filters .shop-filters-reset .reset-filter i:before {
    content: "\f00d";
  }
}
.products-filters .shop-filters-reset .reset-filter:hover {
  color: #B68717;
}
.products-filters .shop-filters-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7%;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
    margin-left: 0;
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.products-filters .shop-filters-search .search-filter {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-search .search-filter {
    padding: 5px 0;
  }
  .products-filters .shop-filters-search .search-filter span {
    display: none;
  }
}
.products-filters .shop-filters-search .search-filter i {
  margin-right: 5px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters-search .search-filter i {
    margin-right: 0;
  }
}
.products-filters .shop-filters-search .search-filter:hover {
  color: #B68717;
}
.products-filters .shop-filters-search.active .search-filter {
  color: #B68717;
}
@media only screen and (min-width: 1441px) , only screen and (min-width: 1025px) and (max-width: 1440px)  {
  .products-filters .shop-filters-search.active .search-filter i:before {
    content: "\f00d";
  }
}
.products-filters .shop-filters {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    position: static;
  }
}
.products-filters .shop-filters.active .filter-button-group {
  height: 280px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters.active .filter-button-group {
    height: auto;
  }
}
.products-filters .shop-filters.active .sidebar-title span:after {
  content: '\f00d';
}
.products-filters .shop-filters.active .sidebar-title .active-filter {
  background-color: #ece9e2;
  color: #3b3b3b;
}
.products-filters .shop-filters .sidebar-title {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 8% 10px 4%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .sidebar-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    margin-top: 0;
  }
}
.products-filters .shop-filters .sidebar-title span {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .sidebar-title span {
    display: none;
  }
}
.products-filters .shop-filters .sidebar-title span:after {
  content: '\f078';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  margin-left: 15px;
}
.products-filters .shop-filters .sidebar-title .active-filter {
  background-color: #3b3b3b;
  color: #fff;
  border-radius: 2px;
  padding: 2px 10px;
  font-weight: 300;
  font-size: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .sidebar-title .active-filter {
    display: block;
  }
}
.products-filters .shop-filters .sidebar-title .active-filter.active {
  display: block;
}
.products-filters .shop-filters .filter-button-group {
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  position: relative;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .filter-button-group {
    position: absolute;
    left: -4px;
    right: -4px;
    background-color: #ece9e2;
    padding-right: 0;
  }
}
.products-filters .shop-filters .filter-button-group .ps__rail-y {
  right: 0;
  left: inherit !important;
}
.products-filters .shop-filters .filter-button-group .ps__thumb-y {
  background-color: #B68717;
}
.products-filters .shop-filters .filter-button-group .filter-link {
  font-size: 14px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .filter-button-group .filter-link {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px)  {
  .products-filters .shop-filters .filter-button-group .filter-link:first-child {
    width: 100%;
  }
}
.products-filters .shop-filters .filter-button-group .filter-link:hover {
  color: #B68717;
}
.products-filters .shop-filters .filter-button-group .filter-link.active {
  background-color: #77a464;
  color: #fff;
}
.products-filters .shop-filters .filter-button-group .filter-link:focus {
  outline: none;
}
.shop-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media only screen and (max-width: 1024px)  {
  .shop-search {
    position: absolute;
    left: -4px;
    right: -4px;
    margin-top: 35px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 400ms;
    transition: height 400ms;
    background-color: #ece9e2;
  }
  .shop-search.active {
    height: 60px;
  }
  .shop-search p {
    margin: 0;
  }
}
.shop-search input {
  width: 100%;
  margin: 15px auto 0;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px)  {
  .shop-search input {
    width: 90%;
    margin-top: 0;
  }
}
.products-closing-message {
  padding: 20px;
  min-height: 80vh;
  width: 56%;
  padding: 50px 0;
  margin-left: 3%;
}
@media only screen and (max-width: 1024px)  {
  .products-closing-message {
    width: 95%;
    margin: 0 auto;
  }
}
.woocommerce-checkout li {
  color: #000;
}
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
  display: none;
}
.woocommerce-checkout #billing_extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.woocommerce-checkout #billing_extra label {
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout #billing_extra label input {
  margin-right: 6px;
}
.woocommerce-checkout input[readonly="readonly"] {
  background: transparent;
  border: none;
  color: #B68717;
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 0;
}
.woocommerce-checkout input[readonly="readonly"]:focus {
  color: #B68717;
  font-weight: 700;
}
.woocommerce-checkout label .optional {
  display: none;
}
.woocommerce-checkout .checkout-block {
  background: #e2ddd3;
  margin-bottom: 20px;
  display: block;
  padding: 15px;
  text-align: left;
  cursor: pointer;
}
.woocommerce-checkout .checkout-block.complete h3 {
  border-bottom: 1px solid #77a464;
  color: #77a464;
}
.woocommerce-checkout .checkout-block.complete h3 i {
  color: #77a464;
}
.woocommerce-checkout .checkout-block.complete h3 em {
  background-color: #77a464;
  border: 1px solid #77a464;
}
.woocommerce-checkout .checkout-block h3 {
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: anisette-std, sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .checkout-block h3 {
    border-bottom: none;
  }
}
.woocommerce-checkout .checkout-block h3 span {
  margin-left: 10px;
}
.woocommerce-checkout .checkout-block h3 i {
  color: #B68717;
}
.woocommerce-checkout .checkout-block h3 em {
  position: absolute;
  right: 0;
  border: 1px solid #3b3b3b;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  top: 14px;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .checkout-block h3 em {
    top: -4px;
  }
}
.woocommerce-checkout .checkout-block-content {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.woocommerce-checkout .checkout-block-content.active {
  max-height: 6000px;
}
.woocommerce-checkout form .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout form label {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3b3b3b;
}
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #fff !important;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
  border: none !important;
}
.woocommerce-checkout .woocommerce-checkout-payment button#place_order {
  width: 100%;
  padding: 15px;
  background-color: #77a464;
  font-size: 22px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.woocommerce-checkout .woocommerce-checkout-payment button#place_order:hover {
  background-color: #5f864f;
}
.woocommerce-checkout .woocommerce-checkout-payment #stripe-payment-data .form-row {
  padding: 0;
}
.single-product-back-to-shop {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: calc(100% + 6%);
  top: 65px;
  background-color: #3b3b3b;
  z-index: 3;
  height: auto;
  margin-left: -4%;
}
.single-product-back-to-shop a {
  display: block;
  padding: 8px 10px;
  background-color: #77a464;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.single-product-back-to-shop a i {
  margin-right: 4px;
}
.single-product-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.single-product-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 4%;
}
@media only screen and (max-width: 1024px)  {
  .single-product-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.single-product-half.single-product-imgs {
  padding: 0;
}
.single-product-imgs {
  width: 50%;
}
@media only screen and (max-width: 1024px)  {
  .single-product-imgs {
    width: 100%;
  }
}
.single-product-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.single-product-imgs img.hidden {
  display: none;
}
.single-product-imgs .single-product-slide {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product-imgs .single-product-slide:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.single-product-title {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1;
  color: #B68717;
  margin-bottom: 6px;
}
.single-product-specs {
  margin-bottom: 10px;
}
.single-product-specs .product-item-specs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.single-product-price .woocommerce-Price-amount {
  font-weight: 700;
}
.single-product-price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.single-product-price .single-product-item-price-separator {
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 10px;
}
.single-product-price .single-product-item-size {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 1.5rem;
  color: rgba(182, 135, 23, 0.7);
}
.single-product-add {
  margin: 30px 0;
  display: block;
}
.single-product-add form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-add form .quantity input {
  border-radius: 0 !important;
}
.single-product-add form .single_add_to_cart_button {
  background-color: #B68717 !important;
  letter-spacing: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  float: none !important;
  padding: 12px 15px !important;
  border-radius: 0 !important;
  margin-left: 15px !important;
  border: 1px solid #B68717 !important;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.single-product-add form .single_add_to_cart_button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #B68717 !important;
}
.single-product-content {
  margin-top: 60px;
  display: block;
}
.single-product-indications {
  border-top: 1px solid #B68717;
  padding-top: 8px;
}
.single-product-indications p {
  font-size: 10px;
  line-height: 14px;
}
.single-product-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.single-product-loading .loading-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.single-product-loading .loading-content .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.onloading .single-product-loading {
  display: block;
}
.variations {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 15px auto 35px !important;
}
.variations .label,
.variations label {
  text-transform: uppercase;
  color: #fff;
  font-weight: 100 !important;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.variation-attribute-to-hide {
  display: none;
}
.single_variation_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.quantity input {
  border: 1px solid #B68717;
}
.attributes-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.attributes-btns a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #B68717;
  padding: 4px 12px !important;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  color: #B68717;
}
.attributes-btns a.active {
  background-color: #77a464;
  border: 1px solid #77a464;
  color: #fff;
}
.attributes-btns a:hover {
  background-color: #98721e;
  border: 1px solid #98721e;
  color: #fff;
}
.composite_component {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.composite_component .step_title,
.composite_component .step_index {
  font-weight: 600;
  font-size: 22px;
  color: #B68717;
}
.composite_component .component_description {
  margin-bottom: 5px !important;
}
.step_title_wrapper {
  margin-bottom: 12px !important;
  border-bottom: 1px solid #B68717;
}
.composited_product_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
h4.component_section_title {
  color: #77a464;
  font-weight: 700;
  margin-left: 4px !important;
}
p.component_section_title,
h4.composited_product_title {
  margin-bottom: 0 !important;
}
.clear_component_options_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.clear_component_options_wrapper a {
  color: #B68717;
}
.component_option_radio_buttons_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px !important;
}
.component_option_radio_buttons_container .component_option_radio_button_container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: -1px !important;
}
.component_option_radio_button {
  border: 1px solid #B68717;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
}
.component_option_radio_button.selected {
  background-color: rgba(119, 164, 100, 0.5);
  border: 1px solid #77a464;
}
.component_option_radio_button .radio_button_input {
  width: 20px;
  padding-right: 10px !important;
}
.component_option_radio_button .radio_button_title {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}
.component_option_radio_button .radio_button_price {
  margin-bottom: 4px !important;
}
.composite_pagination {
  display: none;
}
.composite_summary .summary_title {
  font-weight: 600;
}
ul.summary_elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.summary_elements .title {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 3px 0 3px 8px;
  margin: 0 !important;
  background-color: rgba(119, 164, 100, 0.5);
}
ul.summary_elements:after {
  display: none;
}
ul.summary_elements li.summary_element {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  text-align: left;
  margin-bottom: 8px;
  border: 1px solid #77a464;
}
@media only screen and (max-width: 1024px)  {
  ul.summary_elements li.summary_element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
ul.summary_elements li.summary_element .summary_element_wrapper_inner,
ul.summary_elements li.summary_element .summary_element_wrapper_outer {
  padding: 0 !important;
  border: none !important;
}
ul.summary_elements li.summary_element .summary_element_wrapper_inner {
  padding-bottom: 5px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.summary_elements li.summary_element .summary_element_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 4px;
}
ul.summary_elements li.summary_element .summary_element_selection,
ul.summary_elements li.summary_element .summary_element_price,
ul.summary_elements li.summary_element .summary_element_button {
  padding-left: 10px;
  padding-right: 10px;
}
ul.summary_elements li.summary_element .summary_element_selection .summary_element_content,
ul.summary_elements li.summary_element .summary_element_price .summary_element_content,
ul.summary_elements li.summary_element .summary_element_button .summary_element_content {
  margin-top: 0 !important;
}
ul.summary_elements li.summary_element .summary_element_selection {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
ul.summary_elements li.summary_element .summary_element_selection .content_product_title {
  font-weight: 600;
  font-size: 14px;
}
ul.summary_elements li.summary_element .summary_element_price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
ul.summary_elements li.summary_element .summary_element_button {
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 4px !important;
}
ul.summary_elements li.summary_element .button.summary_element_select {
  background-color: transparent;
  color: #B68717;
  font-weight: 500;
  padding-left: 0;
  display: block;
  margin-left: 0;
  float: none;
  font-size: 12px;
}
ul.summary_elements li.summary_element .button.summary_element_select:before {
  content: '\f044';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
}
.composite_navigation {
  padding-top: 20px;
  margin-top: 20px;
}
.composite_navigation.top {
  display: none !important;
}
.composite_navigation_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  padding-top: 20px !important;
  border-top: 1px solid #B68717;
}
.composite_navigation_inner:after {
  display: none !important;
}
.composite_navigation_inner a {
  font-size: 14px !important;
  float: none !important;
  border: 1px solid #77a464;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 6px 6px 8px;
  color: #77a464;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: inherit !important;
  line-height: 1.3;
}
.composite_navigation_inner a:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.composite_navigation_inner a:hover {
  background-color: #77a464;
  color: #fff;
  border: 1px solid #77a464;
}
.composite_navigation_inner a:after {
  position: relative !important;
  right: inherit !important;
  left: inherit !important;
  top: inherit !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-left: 8px;
  margin-top: 0 !important;
  line-height: 1.3 !important;
  font-size: 13px !important;
  padding-top: 2px;
}
.composite_navigation_inner a:before {
  position: relative !important;
  right: inherit !important;
  left: inherit !important;
  top: inherit !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-right: 8px;
  margin-top: 0 !important;
  line-height: 1.3 !important;
  font-size: 13px !important;
  padding-top: 2px;
}
.page-template-menu {
  overflow: hidden;
}
.page-template-menu.scroll {
  overflow: auto;
}
.page-template-menu #site-navigation,
.page-template-menu .socials,
.page-template-menu #masthead:before,
.page-template-menu .section--footer,
.page-template-menu .single-product-add,
.page-template-menu #menu-toggle {
  display: none;
}
.page-template-menu #page {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px)  {
  .page-template-menu .shop-search {
    position: relative;
    height: auto;
    margin-top: 0;
    right: inherit;
    left: inherit;
    background-color: #fff;
  }
  .page-template-menu .shop-search input {
    width: 100%;
  }
}
.page-template-menu #masthead {
  height: 55px;
}
.page-template-menu .site-title {
  margin-top: 6px;
}
.page-template-menu .section--base {
  margin-top: 0;
}
.page-template-menu .menu-starting-page {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 4;
}
.page-template-menu .menu-starting-page .starting-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.page-template-menu .menu-starting-page .starting-page-content .filter-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 90%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.page-template-menu .menu-starting-page .starting-page-content .filter-button-group a {
  text-decoration: none;
  color: #B68717;
  text-transform: uppercase;
  margin: 8px 0;
  font-size: 22px;
  font-weight: 700;
  width: 50%;
}
.page-template-menu .menu-page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  background-color: #fff;
  z-index: 2;
  padding: 12px 4%;
}
.page-template-menu .product-item-img img {
  max-height: 100%;
  max-width: inherit;
  width: auto;
}
.page-template-menu .product-item {
  min-height: inherit;
  margin-bottom: 12px;
  background-color: #fff;
}
.page-template-menu .product-item-price {
  min-height: 30px;
}
.page-template-menu .product-item-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-menu .menu-categories,
.page-template-menu .menu-preferences {
  padding-top: 8px;
  border-bottom: 1px solid #ece9e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.page-template-menu .menu-categories > div,
.page-template-menu .menu-preferences > div {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-template-menu .menu-categories a,
.page-template-menu .menu-preferences a {
  margin-right: 12px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  height: 24px;
  white-space: nowrap;
}
.page-template-menu .menu-categories a.active,
.page-template-menu .menu-preferences a.active {
  color: #B68717;
  border-bottom: 2px solid #B68717;
}
.page-template-menu .menu-product-list.products-archive .products-container {
  width: 100%;
  margin-left: 0;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-account .woocommerce-privacy-policy-text p {
  font-size: 1.25rem;
}
.woocommerce-account .section--base {
  margin-top: 10px;
}
.woocommerce-account .section-txt h2 {
  color: #98721e;
}
.woocommerce-account .account-enter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-account .account-enter-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 18px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account .account-enter-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.woocommerce-account form.login,
.woocommerce-account form.register {
  border: none;
  border-radius: 0;
  padding: 0;
}
.woocommerce-account form.login .button,
.woocommerce-account form.register .button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #77a464;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.woocommerce-account form.login .button:hover,
.woocommerce-account form.register .button:hover {
  background-color: #93b784;
}
.woocommerce-account form.login input,
.woocommerce-account form.register input {
  border: 1px solid #5b5b5b;
}
.woocommerce-account .woocommerce-MyAccount-content {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #98721e;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  background-color: #c39226;
}
.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-account.logged-in .woocommerce:before,
.woocommerce-account.logged-in .woocommerce:after {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
    position: relative;
    top: inherit;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li a {
  color: #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
  display: block;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 6px 20px;
  font-size: 1.45rem;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #98721e;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 20px;
  color: #5b5b5b;
  text-align: left;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a {
  color: #98721e;
  text-decoration: underline;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a:hover {
  color: #d6a12d;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .dashboard-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5b5b5b;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .dashboard-content-top p {
  margin: 0;
  font-size: 25px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .dashboard-content-top .btn {
  margin: 0;
  background-color: #DC062B;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  border: #DC062B;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .dashboard-content-top .btn:hover {
  background-color: #98721e;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content input {
  border: 1px solid #5b5b5b;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content fieldset {
  margin: 30px auto;
  border: 1px solid #5b5b5b;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content fieldset legend {
  color: #5b5b5b;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-top: 20px;
}
.woocommerce-account .table-line--content,
.woocommerce-account .cart-line--content {
  border-left: 1px solid #5b5b5b;
  border-right: 1px solid #5b5b5b;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account .table-line--content,
  .woocommerce-account .cart-line--content {
    border-top: 1px solid #5b5b5b;
  }
}
.woocommerce-account .table-item-line,
.woocommerce-account .cart-item-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5b5b5b;
  border-top: 1px solid #5b5b5b;
  margin-top: -1px;
}
.woocommerce-account .table-item-line:last-child,
.woocommerce-account .cart-item-line:last-child {
  border-bottom: 1px solid #5b5b5b !important;
}
.woocommerce-account .table-item-line--head,
.woocommerce-account .cart-item-line--head {
  font-weight: 600;
}
.woocommerce-account .table-item-line--head .table-item-col,
.woocommerce-account .cart-item-line--head .table-item-col {
  border-right: none;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: none;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account .table-item-line--head,
  .woocommerce-account .cart-item-line--head {
    display: none;
  }
}
.woocommerce-account .table-item-col,
.woocommerce-account .cart-item-col {
  padding: 15px 10px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-account .table-item-col,
  .woocommerce-account .cart-item-col {
    margin-bottom: 15px;
    padding: 5px 10px;
  }
}
.woocommerce-account .woocommerce-orders-table__cell-order-total {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.woocommerce-account .woocommerce-orders-table__cell-order-date {
  font-style: italic;
}
.woocommerce-account .woocommerce-orders-table__cell-order-status {
  font-weight: 600;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-right: 10px;
  text-align: right;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
  font-size: 0.7rem !important;
  text-decoration: none !important;
  margin-left: 4px;
  background-color: #77a464 !important;
  color: #000 !important;
  padding: 8px !important;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #93b784;
  color: #fff !important;
}
.woocommerce-account .woocommerce-order-details .cart-item-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.woocommerce-account .order-again {
  margin-top: 15px;
}
.woocommerce-account .order-again a {
  background-color: #77a464 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.woocommerce-account a.button.order-again {
  background-color: #77a464 !important;
  color: #fff !important;
}
.woocommerce-cart .section-content {
  padding: 20px 4%;
}
.woocommerce-cart table,
.woocommerce-cart tr,
.woocommerce-cart th,
.woocommerce-cart td {
  border: none !important;
}
.woocommerce-cart tr.cart-subtotal th,
.woocommerce-cart tr.cart-subtotal td {
  border-bottom: 1px solid #c4baa4 !important;
}
.woocommerce-cart .entry-content {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .entry-content {
    margin: 0 4%;
  }
}
.woocommerce-cart .cart-line--content {
  border-left: 1px solid #c4baa4;
  border-right: 1px solid #c4baa4;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-line--content {
    border-top: 1px solid #c4baa4;
  }
}
.woocommerce-cart .button {
  background-color: #98721e !important;
  border: 1px solid #98721e !important;
  color: #fff !important;
  -webkit-transition: background-color 500ms, color 500ms;
  transition: background-color 500ms, color 500ms;
}
.woocommerce-cart .button:hover {
  background-color: transparent !important;
  border: 1px solid #98721e;
  color: #98721e !important;
}
.woocommerce-cart .checkout-button {
  background-color: #77a464 !important;
  border: 1px solid #77a464 !important;
}
.woocommerce-cart .checkout-button:hover {
  color: #77a464 !important;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce div.shop_table_responsive div.cart-item-col::before,
  .woocommerce-cart .woocommerce-page div.shop_table_responsive div.cart-item-col::before {
    content: attr(data-title) " ";
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 35px;
}
.woocommerce-cart .woocommerce-cart-form .coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .coupon {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce-cart-form .coupon input {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .coupon input,
.woocommerce-cart .woocommerce-cart-form .coupon button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .coupon input,
  .woocommerce-cart .woocommerce-cart-form .coupon button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .coupon label {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .actions {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .actions {
    display: block;
  }
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .button {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6%;
      -ms-flex: 0 0 6%;
          flex: 0 0 6%;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .product-remove {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .product-remove a {
    margin-left: auto;
    margin-right: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .product-quantity,
.woocommerce-cart .woocommerce-cart-form .product-price,
.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14%;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .woocommerce-cart-form .product-price,
  .woocommerce-cart .woocommerce-cart-form .product-subtotal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form .product-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52%;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .product-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 1px solid #c4baa4;
  }
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
  font-weight: 300;
  color: #B68717;
  font-size: 16px;
}
.woocommerce-cart .woocommerce-cart-form .product-name .product-thumbnail img {
  display: block;
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.woocommerce-cart .woocommerce-cart-form .product-name img {
  display: block;
  width: 50px;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .woocommerce-cart-form .product-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-height: 80px;
  }
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-item-qty-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-item-qty-buttons input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-item-qty-buttons .cart-item-prod-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-item-qty-buttons .btnCartQty {
  width: 30px;
  color: #B68717;
  border: 1px solid #B68717;
  text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .cart-item-qty-buttons .btnCartQty:hover {
  background-color: #B68717;
  color: #fff;
}
.woocommerce-cart .cart-item-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c4baa4;
  border-top: 1px solid #c4baa4;
  margin-top: -1px;
}
.woocommerce-cart .cart-item-line.cart-item-line-coupon {
  border: none;
  padding: 15px 0;
}
.woocommerce-cart .cart-item-line:last-child {
  border-bottom: 1px solid #c4baa4 !important;
}
.woocommerce-cart .cart-item-line .product-price,
.woocommerce-cart .cart-item-line .product-subtotal {
  font-size: 15px;
}
.woocommerce-cart .cart-item-line--head {
  font-weight: 600;
  border-top: none;
}
.woocommerce-cart .cart-item-line--head .cart-item-col {
  border-right: none;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: none;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-line--head {
    display: none;
  }
}
.woocommerce-cart .cart-item-col {
  padding: 15px 10px;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-col {
    margin-bottom: 15px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-col.product-subtotal {
    display: none;
  }
}
.woocommerce-cart .cart-item-line--composite-parent {
  border-bottom: none !important;
  border-top: none !important;
  background-color: #3b3b3b;
  margin-top: 0;
}
.woocommerce-cart .cart-item-line--composite-parent .cart-item-col {
  padding: 0 10px !important;
}
.woocommerce-cart .cart-item-line--composite-parent .product-name img {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-line--composite-parent .product-remove {
    display: none;
  }
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-line--composite-parent .product-name {
    border-bottom: none !important;
    margin-bottom: 2px !important;
  }
  .woocommerce-cart .cart-item-line--composite-parent .product-name:before {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-cart .cart-item-line--composite-parent .product-price,
  .woocommerce-cart .cart-item-line--composite-parent .product-quantity {
    display: none;
  }
}
.woocommerce-cart .cart-item-line--composite-parent .component {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce-cart .cart-item-line--composite-parent .component dt,
.woocommerce-cart .cart-item-line--composite-parent .component dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
}
.woocommerce-cart .cart-item-line--composite-parent .component dt p,
.woocommerce-cart .cart-item-line--composite-parent .component dd p {
  font-size: 12px;
  margin: 0 0 0 4px;
  line-height: 1;
}
.woocommerce-cart .cart-item-line--composite-parent .product-subtotal span {
  display: none;
}
.woocommerce-checkout .section-content {
  padding: 20px 4%;
}
.woocommerce-checkout table,
.woocommerce-checkout tr,
.woocommerce-checkout th,
.woocommerce-checkout td {
  border: none !important;
}
.woocommerce-checkout tr.cart-subtotal th,
.woocommerce-checkout tr.cart-subtotal td {
  border-bottom: 1px solid #B68717 !important;
}
.woocommerce-checkout .entry-content {
  margin: 0 8%;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .entry-content {
    margin: 0 4%;
  }
}
.woocommerce-checkout .cart-line--content {
  border-left: 1px solid #080808;
  border-right: 1px solid #080808;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .cart-line--content {
    border-top: 1px solid #080808;
  }
}
.woocommerce-checkout .cart-line--footer {
  background-color: #ece9e2;
}
.woocommerce-checkout .cart-item-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #080808;
}
.woocommerce-checkout .cart-item-line .product-price,
.woocommerce-checkout .cart-item-line .product-subtotal {
  font-size: 15px;
}
.woocommerce-checkout .cart-item-line--head {
  font-weight: 600;
}
.woocommerce-checkout .cart-item-line--head .cart-item-col {
  border-right: none;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .cart-item-line--head {
    display: none;
  }
}
.woocommerce-checkout .cart-item-col {
  padding: 15px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-checkout .cart-item-col {
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.woocommerce-checkout .cart-item-col:last-child {
  text-align: right;
}
.woocommerce-checkout .cart-item-col--head {
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-form-login {
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
}
.woocommerce-form-login a {
  color: #B68717;
}
.woocommerce-form-login .lost_password {
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce-ResetPassword p {
  color: #fff;
}
.woocommerce-order .woocommerce-order-details__title {
  font-weight: 400;
}
.woocommerce-order ul.woocommerce-order-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #B68717;
  margin-bottom: 20px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3b3b3b;
}
@media only screen and (max-width: 1024px)  {
  .woocommerce-order ul.woocommerce-order-overview li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border: none;
    margin: 0;
    border-bottom: 1px solid rgba(182, 135, 23, 0.5);
  }
}
#colophon {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.footer-content {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-content img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0;
}
.footer-widget {
  display: block;
  width: 100%;
  padding: 0 2%;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.footer-widget p {
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-widget a {
  color: #000;
}
.section--footer {
  position: relative;
  overflow: hidden;
}
.section--footer .section-footer-parallax {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section--footer .section-footer-parallax:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.section--footer .section-footer-content {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.section--footer .section-footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 14%;
}
@media only screen and (max-width: 1024px)  {
  .section--footer .section-footer-content-top {
    padding: 20px 8%;
  }
}
.section--footer .section-footer-content-bottom {
  padding: 10px 14%;
}
@media only screen and (max-width: 1024px)  {
  .section--footer .section-footer-content-bottom {
    padding: 20px 8%;
  }
}
.section--footer .section-footer-content-bottom iframe {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.section--footer .section-footer-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px)  {
  .section--footer .section-footer-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
}
.section--footer .section-footer-item.section-footer-item--logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 1024px)  {
  .section--footer .section-footer-item.section-footer-item--logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.section--footer .section-footer-item.section-footer-item--logo img {
  width: 150px;
  height: auto;
  display: block;
  margin: 10px auto;
}
.section--footer .section-footer-item:last-child {
  text-align: right;
}
@media only screen and (max-width: 1024px)  {
  .section--footer .section-footer-item:last-child {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#masthead {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
#masthead:before {
  content: '';
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ece9e2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1024px)  {
  #masthead {
    height: 80px;
  }
}
.home #masthead {
  opacity: 0;
}
.home #masthead.active {
  opacity: 1;
}
.site-header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
  height: 100%;
}
.site-title {
  display: block;
  width: 170px;
  height: 52px;
  background-image: url('../images/logo-type.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: 34px;
}
@media only screen and (max-width: 1024px)  {
  .site-title {
    margin-top: 29px;
    width: 110px;
  }
}
.site-title p {
  display: none;
}
.socials {
  position: absolute;
  right: 4%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px)  {
  .socials {
    right: 5px;
    top: 0px;
  }
}
@media only screen and (max-width: 1024px)  {
  .socials .social-call .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.2rem;
    width: 32px;
    height: 32px;
  }
}
.socials a {
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #B68717;
}
.socials a.social-link {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px)  {
  .socials a.social-link {
    margin-left: 5px;
  }
}
.socials a.social-link:last-child {
  margin-left: 0;
}
.socials a span {
  display: none;
}
.socials .order-online {
  margin-right: 10px;
  background-color: #fff;
  color: #B68717;
  padding: 8px 15px 9px;
  text-transform: uppercase;
  font-size: 1.3rem;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.socials .order-online:hover {
  background-color: #98721e;
  color: #fff;
}
#menu-toggle {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  #menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25px;
    height: 35px;
    position: fixed;
    right: 15px;
    top: 37px;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
  }
  #menu-toggle:focus {
    outline: none;
  }
  #menu-toggle .menu-line {
    display: block;
    width: 25px;
    height: 2px;
    margin: 2px 0;
    background-color: #000;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  #menu-toggle .menu-line--middle {
    background-color: #98721e;
  }
  #menu-toggle.toggled-on .menu-line--last {
    opacity: 0;
  }
  #menu-toggle.toggled-on .menu-line--first {
    -webkit-transform: rotate(45deg) translateX(4px);
            transform: rotate(45deg) translateX(4px);
  }
  #menu-toggle.toggled-on .menu-line--middle {
    -webkit-transform: rotate(-45deg) translateX(4px);
            transform: rotate(-45deg) translateX(4px);
  }
}
#site-navigation {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation {
    position: fixed;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1;
    padding: 15px 4% 55px;
    right: -100%;
    top: 70px;
    bottom: 0;
    left: 100%;
    -webkit-transition: left 400ms, right 400ms;
    transition: left 400ms, right 400ms;
  }
}
@media only screen and (max-width: 1024px)  {
  #site-navigation.toggled-on {
    left: 0;
    right: 0;
  }
}
#site-navigation ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 10vh;
  }
}
#site-navigation ul li {
  list-style-type: none;
  display: inline-block;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
  }
}
#site-navigation ul li a {
  display: block;
  font-family: 'Lato', sans-serif;
  color: #B68717;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  margin-right: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul li a {
    margin-right: 0;
  }
}
#site-navigation ul li:last-child a {
  margin-right: 0;
}
#site-navigation ul li:hover > a {
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul li:hover > a {
    border: none;
  }
}
#site-navigation ul li:hover > .sub-menu {
  display: inline-block;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul li:hover > .sub-menu {
    display: none;
  }
}
#site-navigation ul .dropdown-toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
#site-navigation ul .dropdown-toggle:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.6rem;
  display: block;
}
#site-navigation ul .dropdown-toggle.toggled-on:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#site-navigation ul .dropdown-toggle:focus {
  outline: none;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul .dropdown-toggle {
    display: inline-block;
    position: absolute;
    top: 5px;
    margin-left: 30px;
  }
}
#site-navigation ul .sub-menu {
  display: none;
  position: absolute;
  padding: 20px 10px;
  margin-left: -10px;
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul .sub-menu {
    position: relative;
    display: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px)  {
  #site-navigation ul .sub-menu.toggled-on {
    display: block !important;
    width: 100%;
  }
}
#site-navigation ul .sub-menu li {
  display: block;
  margin-bottom: 10px;
}
#site-navigation ul .sub-menu li:last-child {
  margin-bottom: 0;
}
#site-navigation ul .sub-menu li a {
  text-transform: none;
  font-size: 1.9rem;
  letter-spacing: 0;
}
.active #site-navigation ul .sub-menu {
  background-color: #fff;
}
@media only screen and (max-width: 1024px)  {
  .menu-main-container {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
body .slick-dots {
  bottom: 0;
  left: 0;
}
.slide {
  position: relative;
  display: block;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px)  {
  .slide {
    height: 60vh;
  }
}
.slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.slide picture {
  width: 100%;
  height: auto;
}
.slide picture img {
  display: block;
  width: 100%;
  height: auto;
}
.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 90px 10% 0;
  z-index: 5;
}
@media only screen and (max-width: 1024px)  {
  .slide-content {
    padding: 0 5%;
  }
}
.slide-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 150px;
  background-image: url('../images/logo.svg');
  background-size: 110px;
  background-position: center 10px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.slide-logo span {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.slide-title {
  font-family: anisette-std, sans-serif;
  color: #fff;
  font-size: 8.3rem;
  line-height: 0.8;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px 0px #5b5b5b;
}
@media only screen and (max-width: 1024px)  {
  .slide-title {
    font-size: 6rem;
  }
}
.slide-subtitle {
  margin: 8px 0 0;
  text-align: center;
}
.slide-subtitle p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px)  {
  .slide-subtitle {
    text-align: left;
  }
  .slide-subtitle p {
    font-size: 1.6rem;
  }
}
.sections {
  display: block;
  width: 100%;
}
.section {
  position: relative;
}
.section--base {
  text-align: center;
  display: block;
  margin: 60px auto 40px;
}
.section--base .section-subtitle {
  font-family: anisette-std, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  margin: 0;
  color: #B68717;
}
@media only screen and (max-width: 1024px)  {
  .section--base .section-subtitle {
    font-weight: 4rem;
  }
}
.section--base img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
}
.section--base .section-content {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px)  {
  .section--base .section-content {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px)  {
  .section--base .txt {
    padding: 0 4%;
  }
}
.section--basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.section--basic .section-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-right: 2%;
}
@media only screen and (max-width: 1024px)  {
  .section--basic .section-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}
.section--basic .section-half img {
  max-width: 100%;
  height: auto;
}
.section--basic .section-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin-left: 2%;
}
@media only screen and (max-width: 1024px)  {
  .section--basic .section-right {
    margin: 0 auto;
  }
}
.section--basic .section-right .section-txt {
  width: 85%;
}
@media only screen and (max-width: 1024px)  {
  .section--basic .section-right .section-txt {
    margin: 0 auto;
  }
}
.section--products {
  padding: 40px 6%;
}
@media only screen and (max-width: 1024px)  {
  .section--products {
    padding: 40px 4%;
  }
}
.section--products .slick-arrow {
  background-color: #B68717;
  width: 25px;
  height: 45px;
}
.section--products .slick-arrow:hover,
.section--products .slick-arrow:focus {
  background-color: #B68717;
}
.section--products .slick-prev {
  left: -10px;
}
.section--products .slick-next {
  right: -10px;
}
.section--products .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--products .section-content .section-subtitle {
  font-family: anisette-std, sans-serif;
  color: #B68717;
  font-size: 6rem;
  line-height: 0.9;
  font-weight: 400;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1024px)  {
  .section--products .section-content .section-subtitle {
    font-size: 4rem;
  }
}
.section--products .section-content .section-products-btn {
  display: block;
  padding: 10px 25px;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.9rem;
  border: 2px solid #B68717;
  color: #B68717;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.section--products .section-content .section-products-btn:hover {
  color: #fff;
  background-color: #B68717;
}
.section--products .section-products-content {
  width: 27%;
}
@media only screen and (max-width: 1024px)  {
  .section--products .section-products-content {
    width: 100%;
    text-align: center;
  }
}
.section--products .section-products-content.section-products-content--large {
  width: 100%;
  text-align: center;
}
.section--products .section-products-content.section-products-content--large .section-products-btn {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section--products .section-products-products {
  width: 68%;
}
@media only screen and (max-width: 1024px)  {
  .section--products .section-products-products {
    width: 100%;
    margin-top: 25px;
  }
}
.section--products .section-products-products.section-products--slider-large {
  width: 100%;
  margin-top: 25px;
}
.section--products .section-products-products a {
  text-decoration: none;
}
.section--gif {
  background-color: #ece9e2;
  padding: 5vw 4%;
}
.section--gif .section-gif-imgs {
  display: block;
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 35vw;
  right: 35vw;
}
@media only screen and (min-width: 1680px)  {
  .section--gif .section-gif-imgs {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1024px)  {
  .section--gif .section-gif-imgs {
    position: relative;
    width: 80%;
    height: 80vw;
    left: inherit;
    right: inherit;
    margin: 20px auto;
  }
}
.section--gif .section-gif-imgs .section-gif-img {
  display: block;
  width: 100%;
  height: 30vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1680px)  {
  .section--gif .section-gif-imgs .section-gif-img {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1024px)  {
  .section--gif .section-gif-imgs .section-gif-img {
    height: 80vw;
  }
}
.section--gif .section-gif-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--gif .section-gif-content-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 25% 0 4%;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px)  {
  .section--gif .section-gif-content-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 8%;
    text-align: center;
  }
}
.section--gif .section-gif-content-box:nth-child(even) {
  padding: 0 4% 0 25%;
  text-align: right;
}
@media only screen and (max-width: 1024px)  {
  .section--gif .section-gif-content-box:nth-child(even) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 8%;
    text-align: center;
  }
}
.section--gif .section-gif-content-box .section-gif-content-box-title {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.section--gif .section-gif-content-box .section-gif-content-box-txt p {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.section--gif .section-gif-content-box .section-gif-content-box-txt p strong {
  font-weight: 600;
}
.section--boxes {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px)  {
  .section--boxes {
    padding: 0;
  }
}
.section--boxes .section-boxes-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 4%;
}
@media only screen and (max-width: 1024px)  {
  .section--boxes .section-boxes-content {
    display: block;
    margin-bottom: 40px;
    padding: 15px 4%;
  }
}
.section--boxes .slick-slide {
  margin: 0 20px;
}
.section--boxes .section-boxes-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 21%;
      -ms-flex: 1 1 21%;
          flex: 1 1 21%;
  margin: 20px 2%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .section--boxes .section-boxes-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.section--boxes .section-boxes-box:hover {
  color: #3b3b3b;
}
.section--boxes .section-boxes-box:hover .section-boxes-box-img-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section--boxes .section-boxes-box-title {
  font-family: anisette-std, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  margin: 0;
  color: #B68717;
}
.section--boxes .section-boxes-box-img {
  display: block;
  position: relative;
  border-radius: 0;
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
}
.section--boxes .section-boxes-box-img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.section--boxes .section-boxes-box-img .section-boxes-box-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}
.section--boxes .section-boxes-box-btn {
  text-transform: uppercase;
  background-color: #B68717;
  color: #fff;
  padding: 4px 15px 6px;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 15px;
  letter-spacing: 1px;
}
.section--cta .section-cta-link {
  display: block;
  width: 100%;
  padding: 12vw 4%;
  text-align: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (max-width: 1024px)  {
  .section--cta .section-cta-link {
    padding: 20vw 4%;
  }
}
.section--cta .section-cta-link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
}
.section--cta .section-cta-link:hover .section-cta-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.section--cta .section-cta-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}
.section--cta .section-cta-content {
  position: relative;
  z-index: 3;
}
.section--cta .section-cta-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}
.section--cta .section-cta-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}
.section--cta .section-txt {
  width: 45%;
  margin: 10px auto;
}
@media only screen and (max-width: 1024px)  {
  .section--cta .section-txt {
    width: 90%;
  }
}
.section--cta .section-txt p,
.section--cta .section-txt a {
  color: #B68717;
  font-weight: 300;
  font-size: 1.6rem;
}
.section--cta .section-cta-btn {
  text-transform: uppercase;
  background-color: #B68717;
  color: #fff;
  padding: 4px 15px 6px;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 15px;
  letter-spacing: 1px;
}
.section--parallax {
  padding: 20px 6%;
}
@media only screen and (max-width: 1024px)  {
  .section--parallax {
    padding: 20px 0;
  }
}
.section--parallax .section-parallax-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 30vw;
}
@media only screen and (max-width: 1024px)  {
  .section--parallax .section-parallax-content {
    height: 55vw;
  }
}
.section--imgtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 6%;
}
@media only screen and (max-width: 1024px)  {
  .section--imgtxt {
    padding: 40px 0;
  }
}
.section--imgtxt .section-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}
@media only screen and (max-width: 1024px)  {
  .section--imgtxt .section-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section--imgtxt .section-half.section-half-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.section--imgtxt .section-half.section-right {
  padding: 0 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px)  {
  .section--imgtxt .section-half.section-right {
    margin-top: 30px;
  }
}
.section--imgtxt .section-half.section-right .section-txt {
  text-align: center;
}
.section--imgtxt .section-imgtxt-title {
  font-family: anisette-std, sans-serif;
  color: #B68717;
  font-size: 8rem;
  font-weight: 400;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1024px)  {
  .section--imgtxt .section-imgtxt-title {
    font-size: 4rem;
  }
}
.section--imgtxt .section-imgtxt-slide {
  display: block;
  width: 100%;
}
.section--imgtxt .section-imgtxt-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.section--txtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px)  {
  .section--txtxt {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px)  {
  .section--txtxt .txt {
    padding: 0 4%;
  }
}
.section--txtxt .section-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}
@media only screen and (max-width: 1024px)  {
  .section--txtxt .section-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.section--txtxt .section-half .section-txt {
  padding: 0 4%;
}
.section--txtxt .section-title {
  font-family: anisette-std, sans-serif;
  font-size: 6rem;
  color: #B68717;
  padding: 0 4%;
  font-weight: 400;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1024px)  {
  .section--txtxt .section-title {
    font-size: 4rem;
  }
}
.section--menu .section-title {
  font-family: anisette-std, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  margin: 0;
  color: #B68717;
}
.section--menu .section-content {
  display: block;
  width: 70%;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (min-width: 1680px)  {
  .section--menu .section-content {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px)  {
  .section--menu .section-content {
    width: 90%;
  }
}
.menu-block {
  text-align: left;
  margin: 40px auto;
  display: block;
}
.menu-block-info {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.menu-block-info p {
  font-size: 1.3rem;
}
.menu-block-dishes {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.menu-block-dish-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item {
    border-bottom: 1px solid rgba(152, 114, 30, 0.2);
    margin-bottom: 18px;
  }
}
.menu-block-dish-item .dish-item-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 94%;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item .dish-item-left {
    max-width: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.menu-block-dish-item .dish-item-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  text-align: right;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item .dish-item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .menu-block-dish-item .dish-item-right p {
    margin: 0;
  }
}
.menu-block-dish-item .dish-item-right p {
  margin-top: 0;
}
.menu-block-dish-item .dish-item-name {
  font-size: 2rem;
  margin: 0 0 5px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item .dish-item-name {
    font-size: 1.5rem;
  }
}
.menu-block-dish-item .dish-item-name:after {
  content: '...................................................................................................................................................................................................................................................';
  position: absolute;
  margin-left: 4px;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item .dish-item-name:after {
    display: none;
  }
}
.menu-block-dish-item .dish-item-desc p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px)  {
  .menu-block-dish-item .dish-item-desc p {
    font-size: 1.3rem;
    margin-top: 2px;
  }
}
.section--gallery .section-gallery-content {
  display: block;
  width: 90%;
  margin: 50px auto;
}
.section--gallery .grid-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px)  {
  .section--gallery .grid-item {
    margin-bottom: 10px;
  }
}
.section--gallery .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.section--gallery .grid-sizer,
.section--gallery .grid-item {
  width: 31.83%;
}
@media only screen and (max-width: 1024px)  {
  .section--gallery .grid-sizer,
  .section--gallery .grid-item {
    width: 48%;
  }
}
.section--gallery .gutter-sizer {
  width: 2.25%;
}
@media only screen and (max-width: 1024px)  {
  .section--gallery .gutter-sizer {
    width: 2%;
  }
}
.popup-container {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 200px;
  z-index: 9;
}
@media only screen and (max-width: 1024px)  {
  .popup-container {
    top: 180px;
  }
}
.popup-container.popup-home {
  display: none;
}
.home .popup-container.popup-home {
  display: block;
}
.popup {
  display: block;
  width: 610px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin: 0px auto;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px)  {
  .popup {
    width: 80%;
  }
}
@media screen and (max-width: 620px)  {
  .popup {
    width: 90%;
  }
}
.popup-content {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.popup-content h3 {
  margin-bottom: 25px;
  color: #98721e;
  font-family: anisette-std, sans-serif;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 620px)  {
  .popup-content h3 {
    font-size: 26px;
  }
}
.popup-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.popup-content .btn--popup {
  text-transform: uppercase;
  background-color: #B68717;
  color: #fff;
  padding: 4px 15px 6px;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.popup-content .btn--popup:hover {
  background-color: #98721e;
}
.popup-close {
  display: block;
  width: 42px;
  height: 33px;
  background-color: #ffffff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -33px;
  text-align: center;
  padding-top: 5px;
  font-weight: lighter;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
}
.popup-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-links a {
  margin: 8px;
}
.checkout-select-delivery-time h4 {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}
.checkout-select-delivery-time h4 span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.checkout-select-delivery-time label .required {
  color: red;
  font-weight: 700;
  text-decoration: none;
  border: none;
}
.checkout-select-delivery-time .select {
  position: relative;
  display: none;
}
.checkout-select-delivery-time .select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #3b3b3b transparent transparent transparent;
  pointer-events: none;
}
.checkout-select-delivery-time .select:before {
  width: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #e6e6e6;
  content: '';
  pointer-events: none;
}
.checkout-select-delivery-time .select:hover:before {
  background: #d9d9d9;
}
.checkout-select-delivery-time .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.checkout-select-delivery-time .select select:focus {
  border: 1px solid #98721e;
  outline: none;
}
.checkout-choose-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 15px;
}
@media only screen and (max-width: 1024px)  {
  .checkout-choose-time {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.checkout-choose-time-btn {
  display: inline-block;
  padding: 8px 15px 8px;
  background-color: #B68717;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .checkout-choose-time-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8px;
  }
}
.checkout-choose-time-btn:focus {
  color: #fff;
}
.checkout-choose-time-btn:hover {
  color: #fff;
  background-color: #77a464;
}
.checkout-choose-time-btn.active {
  background-color: #77a464;
}
.checkout-choose-time-btn.disabled {
  pointer-events: none;
  opacity: 0.9;
  color: #fff;
  background-color: #DC062B;
}
.checkout-choose-time-btn.disabled:after {
  content: 'non disponibile';
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin-left: 5px;
}
.checkout-block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px;
  margin-top: 10px;
}
.checkout-block-nav .checkout-block-nav-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-block-nav .checkout-block-nav-half:first-child a {
  background-color: #B68717;
}
.checkout-block-nav .checkout-block-nav-half:first-child a i {
  background-color: rgba(255, 255, 255, 0.3);
}
.checkout-block-nav .checkout-block-nav-half:last-child {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1024px)  {
  .checkout-block-nav .checkout-block-nav-half:last-child a {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.checkout-block-nav .checkout-block-nav-half a {
  background-color: #77a464;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .checkout-block-nav .checkout-block-nav-half a {
    width: 100%;
  }
}
.checkout-block-nav .checkout-block-nav-half a:hover {
  background-color: #77a464;
}
.checkout-block-nav .checkout-block-nav-half a:hover i {
  background-color: #6b9658;
}
.checkout-block-nav .checkout-block-nav-half a i {
  padding: 6px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6b9658;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
.checkout-block-nav .checkout-block-nav-half a span {
  padding: 6px 10px;
}
.header-location-data {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px 8px 3px;
  display: none;
  z-index: 16;
}
@media screen and (max-width: 620px)  {
  .header-location-data {
    right: inherit;
    left: 10px;
    top: 0;
    padding-top: 3px;
  }
}
.header-location-data.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-location-data-item {
  margin-right: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #B68717;
  color: #B68717;
}
@media screen and (max-width: 620px)  {
  .header-location-data-item {
    display: none;
  }
}
.header-location-data-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-location-data-item:focus {
  outline: none;
}
.header-location-data-item.edit-setup {
  color: #3b3b3b;
  font-size: 10px;
  text-decoration: none;
}
@media screen and (max-width: 620px)  {
  .header-location-data-item.edit-setup {
    display: block;
    font-size: 20px;
    color: #B68717;
  }
}
.header-location-data-item.edit-setup span {
  margin-left: 4px;
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (max-width: 620px)  {
  .header-location-data-item.edit-setup span {
    display: none;
  }
}
.setup-location {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 16;
  background-color: rgba(255, 255, 255, 0.95);
}
.setup-location.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.setup-location-content {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 620px)  {
  .setup-location-content {
    width: 90%;
    margin-bottom: 20vh;
  }
}
.setup-search {
  position: relative;
}
.setup-search .delivery-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.setup-search .delivery-data.valid .search-bar {
  border: 1px solid #77a464;
}
.setup-search .delivery-data.valid:after {
  content: '\f00c';
  display: block;
  width: 15px;
  height: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 22px;
  font-size: 2.5rem;
  color: #77a464;
}
@media only screen and (max-width: 1024px)  {
  .setup-search .delivery-data.valid:after {
    display: none;
  }
}
.setup-search .search-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: none;
  border-radius: 0;
  padding: 20px 15px;
  font-size: 16px;
  border: 1px solid rgba(59, 59, 59, 0.2);
  outline: none;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 620px)  {
  .setup-search .search-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.setup-search .search-bar:disabled {
  opacity: 1;
}
.setup-search .search-bar-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-color: #98721e;
  border: none;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 0 0 8px 8px;
  font-size: 1.5rem;
  font-family: anisette-std, sans-serif;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.setup-search .search-bar-btn:hover {
  background-color: #c39226;
}
@media screen and (max-width: 620px)  {
  .setup-search .search-bar-btn {
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.setup-search .error {
  color: #DC062B;
}
.delivery-type {
  display: block;
  width: 100%;
}
.delivery-type-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
  font-family: anisette-std, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-right: 4px;
  background-color: #5b5b5b;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.delivery-type-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.delivery-type-btn.active {
  background-color: #98721e;
  color: #fff;
}
.delivery-type-btn:focus {
  outline: none;
}
.selection-content {
  display: none;
}
.selection-content.active {
  display: block;
}
.takeaway-selection {
  position: absolute;
  width: 100%;
}
.takeaway-location-label {
  background-color: #ece9e2;
  color: #000;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
}
.takeaway-location-btn {
  background-color: #ece9e2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1024px)  {
  .takeaway-location-btn {
    font-size: 13px;
  }
}
.takeaway-location-btn:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.takeaway-location-btn:hover {
  background-color: #121212;
  color: #000;
}
.takeaway-location-btn:focus {
  outline: none;
}
.takeaway-location-btn.active {
  background-color: #d8d2c3;
  color: #000;
}
.takeaway-location-btn span {
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  margin-left: 8px;
}
@media only screen and (max-width: 1024px)  {
  .takeaway-location-btn span {
    margin-left: 3px;
    font-size: 11px;
  }
}
.takeaway-location-btn .times-available {
  display: inline-block;
}
@media screen and (max-width: 620px)  {
  .takeaway-location-btn .times-available {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: right;
  }
}
.takeaway-location-btn .times-available span {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
.takeaway-location-btn .times-available span:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 5px;
  background-color: #77a464;
}
.takeaway-location-btn .times-available span.unavailable:before {
  background-color: #DC062B;
}
.user-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 620px)  {
  .user-actions {
    margin-right: 10px;
    margin-top: 0;
    margin-left: 10px;
  }
}
.user-btn {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 0;
  margin-right: 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px)  {
  .user-btn {
    margin-right: 5px;
  }
}
.user-btn a {
  color: #fff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.user-btn a.user-btn-enter span {
  display: none;
}
.user-btn span {
  text-align: center;
}
.user-btn .user-btn-icon {
  display: block;
  width: 35px;
  height: 20px;
  background-image: url('../images/user-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.user-btn .user-menu {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #eee;
  padding: 10px;
  top: 60px;
  right: -50%;
  text-align: right;
  -webkit-transition: top 500ms;
  transition: top 500ms;
}
.user-btn .user-menu.active {
  top: 52px;
}
.user-btn .user-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #eee;
  position: absolute;
  top: -5px;
  right: 25px;
}
.user-btn .user-menu a {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
  color: #000;
}
.user-btn .user-menu a:hover {
  color: #98721e;
}
.mini-cart {
  top: 10px;
  right: 8%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px)  {
  .mini-cart {
    right: 20%;
  }
}
.mini-cart.active .mini-cart-details {
  right: 0;
}
.mini-cart .mini-cart-button {
  font-size: 2.3rem;
  position: relative;
  cursor: pointer;
  color: #B68717;
}
.mini-cart #mini-cart-count {
  font-size: 14px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: -4px;
  color: #B68717;
}
.mini-cart .mini-cart-content {
  position: relative;
}
.mini-cart-details-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  height: 4%;
}
.mini-cart-details-header h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: anisette-std, sans-serif;
  font-weight: 400;
}
.mini-cart-details-header .mini-cart-close {
  position: absolute;
  right: -13px;
  top: -13px;
  background-color: #3b3b3b;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.mini-cart-details {
  position: fixed;
  width: 30vw;
  right: -30vw;
  bottom: 0;
  top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transition: right 500ms;
  transition: right 500ms;
}
@media only screen and (max-width: 1024px)  {
  .mini-cart-details {
    width: 65vw;
    right: -65vw;
  }
}
@media screen and (max-width: 620px)  {
  .mini-cart-details {
    width: 100%;
    right: -100%;
    top: 80px;
  }
}
.mini-cart-details .widget_shopping_cart_content {
  height: calc(96% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mini-cart-details .woocommerce-mini-cart.cart_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  overflow-y: auto;
}
.mini-cart-details .woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(91, 91, 91, 0.3);
}
.mini-cart-details .woocommerce-mini-cart-item:before,
.mini-cart-details .woocommerce-mini-cart-item:after {
  display: none;
}
.mini-cart-details .woocommerce-mini-cart-item .remove_from_cart_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  color: #B68717 !important;
  border: 1px solid #B68717;
  border-radius: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 4px;
}
.mini-cart-details .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  background-color: #B68717 !important;
  color: #fff;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data img,
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data img.woocommerce-placeholder {
  display: none;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data .mini-cart-item-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data .mini-cart-item-details a {
  color: #B68717;
  font-weight: 300;
  display: inline-block;
  margin-right: 4px;
  line-height: 1.2;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-data .woocommerce-placeholder {
  width: 90px;
  float: none;
}
.mini-cart-details .woocommerce-mini-cart-item .quantity {
  font-size: 13px;
  margin-top: 2px;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty .btnUpdateQty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  color: #B68717;
  border: 1px solid #B68717;
  margin-right: 4px;
}
@media only screen and (max-width: 1024px)  {
  .mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty .btnUpdateQty {
    margin-right: 6px;
  }
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty .btnUpdateQty:hover {
  background-color: #B68717;
  color: #fff;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty .btnUpdateQty:last-child {
  margin-right: 0;
}
.mini-cart-details .woocommerce-mini-cart-item .mini-cart-item-qty .mini-cart-item-qty-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.mini-cart-details .woocommerce-mini-cart__total {
  margin-bottom: 5px;
  border-top: 1px solid rgba(91, 91, 91, 0.5);
  padding-top: 8px;
}
.mini-cart-details .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 0;
  border-top: 1px solid rgba(91, 91, 91, 0.5);
  padding-top: 15px;
}
.mini-cart-details .woocommerce-mini-cart__buttons .button {
  background-color: #000;
  border: 1px solid #98721e;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  padding: 12px 10px 10px;
  border-radius: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
.mini-cart-details .woocommerce-mini-cart__buttons .button:hover {
  background-color: #98721e;
  color: #fff;
}
.mini-cart-details .woocommerce-mini-cart__buttons .button:last-child {
  background-color: #77a464;
  color: #fff;
  border-color: #77a464;
}
.mini-cart-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(59, 59, 59, 0.8);
  display: none;
}
.mini-cart-loading .loading-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mini-cart-loading .loading-content .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.mini-cart-item-details .variation {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.mini-cart-item-details .variation .variation-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
}
.mini-cart-item-details .variation .variation-line-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  font-weight: 100;
}
.mini-cart-item-details .variation .variation-line-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.mini-cart-item-details .variation .variation-line-item:last-child {
  margin-left: 5px;
}
.product-item {
  width: 32%;
  margin: 0 0 30px !important;
  text-align: center;
  position: relative;
  min-height: 400px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: border 500ms;
  transition: border 500ms;
}
@media only screen and (min-width: 1680px)  {
  .product-item {
    width: 18%;
  }
}
@media screen and (max-width: 620px)  {
  .product-item {
    width: 48%;
  }
}
.product-item.product-item--offer {
  border: 1px solid #98721e;
}
.product-item.product-item--offer .product-item-offer-type span {
  background-color: #98721e;
}
.product-item.offer--piu-venduto {
  border: 1px solid #DC062B;
}
.product-item.offer--piu-venduto .product-item-offer-type span {
  background-color: #DC062B;
}
.product-item.offer--promo {
  border: 1px solid #77a464;
}
.product-item.offer--promo .product-item-offer-type span {
  background-color: #77a464;
}
.product-item.product-item--unavailable .product-item-content:before {
  content: '\f06a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  color: #DC062B;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-bottom: 55px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
.product-item.product-item--unavailable .product-item-content:after {
  content: 'Non disponibile';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  color: #DC062B;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 55px;
  z-index: 3;
}
.product-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-item-content {
  position: relative;
  padding-bottom: 25px;
  padding-top: 20px;
  background-color: #fff;
}
.product-item-offer-type {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
}
.product-item-offer-type span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
}
.product-item-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 12vw;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px)  {
  .product-item-img {
    height: 35vw;
  }
}
.product-item-img:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #808080;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.product-item-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #B68717;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px)  {
  .product-item-title {
    min-height: 40px;
    font-size: 15px;
  }
}
.product-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 50px;
}
.product-item-price .woocommerce-Price-amount {
  font-weight: 700;
}
.product-item-price.product-item-price-discount .woocommerce-Price-amount {
  color: #77a464;
}
.product-item-price .discounted {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-decoration: line-through;
}
.product-item-price .discounted .woocommerce-Price-amount {
  color: #fff;
}
.product-item-price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.product-item-price .product-item-price-separator {
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 10px;
}
.product-item-size {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 13px;
  color: rgba(182, 135, 23, 0.7);
}
.product-item-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
.product-item-spec {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 4px;
}
.product-item-spec span {
  display: none;
}
.product-item-spec.product-item-spec--piccante {
  background-image: url('../images/icon-piccante.svg');
}
.product-item-spec.product-item-spec--senza-glutine {
  background-image: url('../images/icon-glutine.svg');
}
.product-item-spec.product-item-spec--vegetariano {
  background-image: url('../images/icon-vegetariano.svg');
}
.product-item-spec.product-item-spec--frutta-secca {
  background-image: url('../images/icon-fruttasecca.svg');
}
.product-item .add_to_cart_button,
.product-item .button {
  width: 80%;
  margin: 15px auto 0 !important;
  height: 35px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background-color: #B68717 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  color: #fff !important;
  position: relative;
  overflow: hidden !important;
}
.product-item .add_to_cart_button:hover,
.product-item .button:hover {
  color: #B68717 !important;
  border: 1px solid #77a464 !important;
  background-color: rgba(180, 168, 149, 0) !important;
}
.product-item .add_to_cart_button:hover:before,
.product-item .button:hover:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #fff;
}
.product-item .add_to_cart_button.added,
.product-item .button.added {
  background-color: #77a464 !important;
}
.product-item .add_to_cart_button:before,
.product-item .button:before {
  content: '+';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #77a464;
  color: #fff;
  font-size: 23px;
  z-index: 2;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.product-item .added_to_cart {
  display: none !important;
}
.product-item-menu-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #B68717;
  font-size: 25px;
  padding-bottom: 6px;
  border: 2px solid #fff;
}
.product-item-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  display: none;
  padding-top: 2vh;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1024px)  {
  .product-item-overlay {
    padding-top: 0;
  }
}
.product-item-overlay.active .product-item-overlay-content {
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px)  {
  .product-item-overlay.active .product-item-overlay-container {
    display: block;
  }
}
.product-item-overlay .product-item-overlay-close {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 16;
  background-color: #B68717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1024px)  {
  .product-item-overlay .product-item-overlay-close {
    right: 15px;
    top: 15px;
  }
}
.product-item-overlay .product-item-overlay-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px)  {
  .product-item-overlay .product-item-overlay-container {
    overflow-y: auto;
  }
}
.product-item-overlay .product-item-overlay-content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border: 2px solid #B68717;
}
@media only screen and (max-width: 1024px)  {
  .product-item-overlay .product-item-overlay-content {
    width: 98%;
  }
}
.product-item-overlay .single-product-back-to-shop {
  display: none;
}
.block--section-half {
  width: 100%;
  display: block;
  margin: 90px auto 120px;
}
@media screen and (max-width: 620px)  {
  .block--section-half {
    width: 90%;
  }
}
.block--section-half.reverse .half {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 4% 4% 4% 12%;
  text-align: right;
}
@media screen and (max-width: 620px)  {
  .block--section-half.reverse .half {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.block--section-half.reverse .half:last-child {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 620px)  {
  .block--section-half.reverse .half:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block--section-half .block-section-half-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block--section-half .block-section-half-container h2,
.block--section-half .block-section-half-container p {
  width: 100% !important;
  color: #fff;
}
.block--section-half .block-section-half-container h2 {
  font-size: 3rem;
  font-family: anisette-std, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.block--section-half .block-section-half-container .btn {
  margin-top: 25px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.block--section-half .half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 4% 12% 4% 4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #B68717;
}
@media screen and (max-width: 620px)  {
  .block--section-half .half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block--section-half .half.half--img {
  min-height: 28vw;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 620px)  {
  .block--section-half .half.half--img {
    min-height: 45vw;
    -webkit-transform: none;
            transform: none;
  }
}
.block--section-half .half.half--img.img-square:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (max-width: 620px)  {
  .block--section-half .half.half--img.img-square:after {
    display: none;
  }
}
.block--section-half a.half {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.block--section-half a.half:hover {
  -webkit-transform: scale(1.04) translateY(-50px);
          transform: scale(1.04) translateY(-50px);
}
@media screen and (max-width: 620px)  {
  .block--section-half a.half:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.block--section-center {
  width: 70%;
  display: block;
  margin: 70px auto 100px;
  text-align: center;
}
@media screen and (max-width: 620px)  {
  .block--section-center {
    width: 90%;
  }
}
.block--section-center .block-section-center-container h2,
.block--section-center .block-section-center-container p {
  width: 100%;
}
.block--section-center .block-section-center-container h2 {
  font-size: 3rem;
  color: #B68717;
  font-family: anisette-std, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.block--section-center .block-section-center-container .btn {
  margin-top: 15px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.block--section-center .block-section-center-container .txt {
  padding: 0 10%;
}
@media screen and (max-width: 620px)  {
  .block--section-center .block-section-center-container .txt {
    padding: 0;
  }
}
.block--section-center .block-section-center-img {
  width: 100%;
  margin: 5px 0 30px;
}
.block--section-center .block-section-center-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.block--section-image {
  width: 100%;
  display: block;
  margin: 70px auto 100px;
  text-align: center;
}
@media screen and (max-width: 620px)  {
  .block--section-image {
    width: 90%;
  }
}
.block--section-image .block-section-image-container {
  position: relative;
}
.block--section-image .block-section-image-container--reverse .block-section-image-img {
  margin-left: auto;
}
.block--section-image .block-section-image-container--reverse .block-section-image-content {
  right: inherit;
  left: 14%;
}
@media screen and (max-width: 620px)  {
  .block--section-image .block-section-image-container--reverse .block-section-image-content {
    left: inherit;
  }
}
.block--section-image .block-section-image-img {
  width: 70%;
  margin: 5px 0 30px;
}
@media screen and (max-width: 620px)  {
  .block--section-image .block-section-image-img {
    width: 100%;
    margin: 5px auto 30px;
  }
}
.block--section-image .block-section-image-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.block--section-image .block-section-image-content {
  position: absolute;
  right: 14%;
  width: 26%;
  z-index: 2;
  top: 0;
  text-align: left;
}
@media screen and (max-width: 620px)  {
  .block--section-image .block-section-image-content {
    position: relative;
    width: 90%;
    margin: 20px auto;
    right: inherit;
    top: inherit;
    text-align: center;
  }
}
.block--section-image .block-section-image-content h2,
.block--section-image .block-section-image-content p {
  width: 100%;
}
.block--section-image .block-section-image-content h2 {
  font-size: 3rem;
  color: #B68717;
  font-family: anisette-std, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.block--section-image .block-section-image-content .btn {
  margin-top: 15px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.block--section-image .block-section-image-content .txt {
  padding: 0;
}
.block--section-products {
  padding: 40px 6%;
  background-color: #fff;
}
@media only screen and (max-width: 1024px)  {
  .block--section-products {
    padding: 40px 4%;
  }
}
.block--section-products .block-title {
  font-family: anisette-std, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3rem;
  color: #B68717;
}
.block--section-products .slick-arrow {
  background-color: #B68717;
  width: 25px;
  height: 45px;
}
.block--section-products .slick-arrow:hover,
.block--section-products .slick-arrow:focus {
  background-color: #B68717;
}
.block--section-products .slick-prev {
  left: -10px;
}
.block--section-products .slick-next {
  right: -10px;
}
.block--section-products .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block--section-products .section-products-content {
  width: 27%;
}
@media only screen and (max-width: 1024px)  {
  .block--section-products .section-products-content {
    width: 100%;
    text-align: center;
  }
}
.block--section-products .section-products-content.section-products-content--large {
  width: 100%;
  text-align: center;
}
.block--section-products .section-products-content.section-products-content--large .section-products-btn {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.block--section-products .section-products-products {
  width: 68%;
}
@media only screen and (max-width: 1024px)  {
  .block--section-products .section-products-products {
    width: 100%;
    margin-top: 25px;
  }
}
.block--section-products .section-products-products.section-products--slider-large {
  width: 100%;
  margin-top: 25px;
}
.block--section-products .section-products-products a {
  text-decoration: none;
}
.block--cta {
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin: 70px auto;
}
.block--cta:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block--cta .block-content {
  width: 60%;
  margin: 10px auto;
  padding: 8vw 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px)  {
  .block--cta .block-content {
    width: 90%;
    padding: 14vw 0;
  }
}
.block--cta .block-content .txt {
  padding: 0 10%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px)  {
  .block--cta .block-content .txt {
    padding: 0;
  }
}
.block--cta .block-content h3,
.block--cta .block-content p {
  width: 100%;
  max-width: 100%;
  color: #fff;
}
.block--cta .block-content h3 {
  font-size: 3.4rem;
  margin: 0 auto;
}
/* modules */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../images/slick.eot');
  src: url('../images/slick.eot?#iefix') format('embedded-opentype'), url('../images/slick.woff') format('woff'), url('../images/slick.ttf') format('truetype'), url('../images/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../webfonts/fa-regular-400.eot');
  src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.woff') format('woff'), url('../webfonts/fa-regular-400.ttf') format('truetype'), url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../webfonts/fa-brands-400.eot');
  src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
html {
  font-size: 10px;
  line-height: 1.2;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  min-height: 100vh;
  color: #3b3b3b;
  background-color: #ece9e2;
  margin: 0;
  padding: 0;
}
body.noscroll,
body.no-scroll {
  overflow: hidden;
}
.hidden,
.slick-slide img.hidden {
  display: none;
}
.img-bg,
.custom-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .slick-arrow {
  z-index: 7;
  width: 40px;
  height: 60px;
}
body .slick-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
body .slick-prev {
  left: 15px;
}
body .slick-prev:before {
  background-image: url('../images/icon-prev.png');
}
body .slick-next {
  right: 15px;
}
body .slick-next:before {
  background-image: url('../images/icon-next.png');
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cookiescript_badge {
  display: none !important;
}
.page-id-3 #cookiescript_badge {
  display: block !important;
}
@media only screen and (max-width: 1024px)  {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .mobile {
    display: inline-block;
  }
}
.loading {
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 13;
}
.loading .kiiro-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.loading .kiiro-loader:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('../images/icon-loading.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotate 1.2s linear infinite;
  animation: rotate 1.2s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 8px 25px 10px;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: anisette-std, sans-serif;
  -webkit-transition: border 400ms, color 400ms, background-color 400ms;
  transition: border 400ms, color 400ms, background-color 400ms;
}
.btn:hover {
  background-color: #fff;
  color: #B68717;
}
.btn.btn--dark {
  border: 1px solid #B68717;
  color: #B68717;
}
.btn.btn--dark:hover {
  background-color: #B68717;
  color: #fff;
}
