/*!
Theme Name: Function Bespoke
Theme URI: http://underscores.me/
Author: Michael Canavan
Author URI: https://www.fivenines.co.uk
Description: Another bespoke theme for an amazing client!
Version: 0.02
Text Domain: function
*/
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  background-color: #000;
  border-color: #000; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

* {
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Nunito Sans"; }
  @media (min-width: 992px) {
    body {
      font-size: 0.9em; } }

h1, h2, h3, h4, h5 {
  font-family: "Mulish";
  font-weight: 700; }

h1 {
  font-size: 2rem;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-weight: normal; }

h1 span, h2 span, h4 span, h5 span {
  font-family: 'Dawning of a new day';
  text-transform: capitalize;
  font-size: 1.4em;
  font-weight: normal; }

a:hover {
  text-decoration: none; }

.block {
  margin-top: 50px;
  margin-bottom: 50px; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .main-navigation .menu li {
    display: inline-block; }
    .main-navigation .menu li a {
      display: block; }
  .main-navigation .menu .sub-menu {
    display: inline-grid;
    position: absolute;
    left: -9999em;
    margin-top: 20px;
    opacity: 0;
    margin: 0;
    padding: 0; }
  .main-navigation .menu li:hover .sub-menu {
    opacity: 1;
    margin-top: 0;
    left: auto; }

@media (max-width: 991px) {
  .main-navigation {
    display: none; } }

.cart-header {
  position: relative; }
  .cart-header .cart-contents-count {
    position: absolute;
    font-size: 0.7em;
    right: -6px;
    bottom: 17px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #FF7474;
    border-radius: 50%; }

.site-signoff .opacity-50 {
  opacity: 0.5; }

.site-signoff .designby {
  font-weight: 100; }
  .site-signoff .designby a {
    font-weight: 400;
    text-decoration: none; }
    .site-signoff .designby a img {
      transition: all 0.5s ease-in-out; }
    .site-signoff .designby a:hover img.fivenines {
      transform: rotate(75deg);
      transition: all 0.5s ease-in-out; }

@media (min-width: 992px) {
  #gform_5 {
    margin-bottom: 30px; } }

.gf_left_half {
  display: inline-block;
  padding-right: 15px;
  width: 50%; }

.gf_right_half {
  display: inline-block;
  width: 50%; }

textarea.small {
  height: 80px; }

ul.gform_fields, .ginput_container ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.gform_fields input:not([type="checkbox"]), ul.gform_fields textarea, .ginput_container ul input:not([type="checkbox"]), .ginput_container ul textarea {
    padding: 5px 15px;
    border-radius: 0;
    width: 100%; }

.address_zip, .address_city {
  margin-bottom: 15px; }

.address_zip {
  float: right;
  width: 50%; }

.address_city {
  float: left;
  width: 48.5%; }

.ginput_complex {
  margin-bottom: 20px; }
  .ginput_complex span {
    margin-bottom: 5px;
    display: block; }
    .ginput_complex span.address_zip, .ginput_complex span.address_city {
      margin-bottom: 20px; }
    .ginput_complex span label {
      color: #636363;
      font-size: 0.8em;
      font-style: italic; }

li.gfield {
  margin-bottom: 1rem; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5rem; }

.gform_button + .gform_ajax_spinner {
  margin-left: 15px; }

@media (min-width: 420px) {
  .name_first {
    display: inline-block;
    width: 48%;
    margin-right: 2%; }
  .name_last {
    display: inline-block;
    width: 48.5%; } }

input.datepicker {
  background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 95% 50% no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0.75rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem; }

.ui-datepicker {
  background: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
  width: 14rem;
  display: none; }

.ui-datepicker-header {
  background: #f8f8f8;
  padding: 0.5rem 0;
  margin: -0.5rem -0.5rem 0.5rem -0.5rem; }

.ui-datepicker-header select {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0; }

a.ui-corner-all {
  display: block;
  position: relative;
  color: #212529; }

a.ui-datepicker-prev {
  float: left; }

a.ui-datepicker-next {
  float: right; }

a.ui-corner-all:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  cursor: pointer; }

a.ui-datepicker-prev:before {
  content: "\f060";
  left: 8px; }

a.ui-datepicker-next:before {
  content: "\f061";
  right: 8px;
  cursor: pointer; }

a.ui-datepicker-next span, a.ui-datepicker-prev span {
  display: none; }

.ui-datepicker table {
  margin-bottom: 0; }

.ui-datepicker table th {
  text-align: center; }

.ui-datepicker table td {
  text-align: center; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar a {
  display: block;
  color: #6e7174;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  padding-bottom: 3px; }

.ui-datepicker-calendar a:hover {
  background: #eee;
  text-decoration: none; }

.gfield_description.validation_message {
  background-color: #f8d7da;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  color: #721c24;
  border-color: #f5c6cb;
  position: relative; }

.gfield_description.validation_message:after, .gfield_description.validation_message:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.gfield_description.validation_message:after {
  border-color: rgba(248, 215, 218, 0);
  border-bottom-color: #f8d7da;
  border-width: 10px;
  margin-left: -10px; }

.gfield_description.validation_message:before {
  border-color: rgba(245, 198, 203, 0);
  border-bottom-color: #f5c6cb;
  border-width: 11px;
  margin-left: -11px; }

.gfield_visibility_hidden, .gform_validation_container {
  display: none !important; }

@media (min-width: 0) {
  .home .card-deck .card {
    flex: 0 0 calc(100% - 30px); } }

@media (min-width: 576px) {
  .home .card-deck .card {
    flex: 0 0 calc(100% - 30px); } }

@media (min-width: 768px) {
  .home .card-deck .card {
    flex: 0 0 calc(100% - 30px); } }

@media (min-width: 992px) {
  .home .card-deck .card {
    flex: 0 0 calc(33.33333% - 30px); } }

@media (min-width: 1200px) {
  .home .card-deck .card {
    flex: 0 0 calc(33.33333% - 30px); } }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-breadcrumb a {
  font-weight: bold;
  color: #F9F2F2; }

.wc-forward {
  float: right;
  font-weight: 800;
  color: #fff; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0px 15px;
  border: 0;
  background: none;
  font-size: 0.7rem; }

.price_label {
  font-size: 0.7rem; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -4px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  background: #F9F2F2;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #D8D8D8;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000; }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s; }
  .overlay-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0s ease; }

.side-cart {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background: #fff;
  -webkit-transform: translate3d(340px, 0, 0);
  transform: translate3d(340px, 0, 0);
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 12; }
  @media (min-width: 992px) {
    .side-cart {
      width: 340px; } }
  .side-cart .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between; }
  .side-cart .widget_shopping_cart {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column; }
  .side-cart-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: scroll;
    width: 100%;
    height: 100%; }
    .side-cart-scroll-content {
      position: absolute;
      padding-right: 0;
      max-height: none;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: auto;
      overflow-x: hidden; }
      .side-cart-scroll-content .item-title {
        padding-right: 10px; }
      .side-cart-scroll-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left; }
        .side-cart-scroll-content ul li {
          position: relative;
          display: flex;
          padding: 15px;
          font-size: 0.9rem;
          border-bottom: 1px solid #ececec; }
          .side-cart-scroll-content ul li:last-of-type {
            border-bottom: 0; }
          .side-cart-scroll-content ul li .remove {
            margin-left: auto;
            display: flex;
            align-items: center; }
            .side-cart-scroll-content ul li .remove:hover {
              text-decoration: none; }
          .side-cart-scroll-content ul li a {
            color: #000;
            display: flex;
            align-items: center; }
            .side-cart-scroll-content ul li a .quantity {
              font-size: 0.8rem; }
            .side-cart-scroll-content ul li a .variation {
              font-size: 0.8rem;
              margin-bottom: 0; }
              .side-cart-scroll-content ul li a .variation-size {
                margin-bottom: 0; }
              .side-cart-scroll-content ul li a .variation p {
                margin-bottom: 0; }
            .side-cart-scroll-content ul li a img {
              margin-right: 15px;
              min-width: 65px;
              max-width: 65px; }
            .side-cart-scroll-content ul li a:hover {
              text-decoration: none; }
  .side-cart-heading {
    padding: 15px;
    background: #F9F2F2;
    font-weight: normal; }
    .side-cart-heading-title {
      font-size: 1.4rem; }
  .side-cart-open {
    transform: none; }
  .side-cart-close {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #000; }
    .side-cart-close:hover {
      color: inherit; }
    .side-cart-close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .side-cart-close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .side-cart-close:before, .side-cart-close:after {
      content: " ";
      position: absolute;
      top: 50%;
      display: inline-block;
      margin-top: -1px;
      width: 12px;
      right: 0;
      height: 2px;
      background-color: #000;
      transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .side-cart-footer {
    padding: 15px;
    flex: 0 0 auto;
    border-top: 1px solid #e3e3e8;
    background: #f1f1f4; }
    .side-cart-footer .woocommerce-Price-amount {
      float: right; }
    .side-cart-footer p.buttons {
      margin-bottom: 0; }
    .side-cart-footer .wcppec-cart-widget-button {
      text-align: center;
      width: 100%;
      margin-top: 15px; }

.woocommerce-checkout label {
  margin-bottom: 3px; }

.woocommerce-checkout form .form-row .woocommerce-invalid input.input-text {
  border-color: red; }

.woocommerce-checkout form .form-row select {
  cursor: pointer;
  margin: 0;
  border-radius: 0; }

.woocommerce-checkout form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden; }

.woocommerce-checkout form .form-row .optional {
  visibility: visible; }

.woocommerce-checkout form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle; }

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal; }

.woocommerce-checkout form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none; }

.woocommerce-checkout form .form-row .select2-container {
  width: 100%;
  line-height: 2em; }

.woocommerce-checkout form .form-row.woocommerce-invalid label {
  color: red; }

.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout form .form-row.woocommerce-invalid select {
  border-left-width: 0;
  box-shadow: inset 2px 0 red; }

.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,
.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout form .form-row.woocommerce-validated select {
  border-left-width: 0;
  box-shadow: inset 2px 0 green; }

.woocommerce-checkout form .form-row ::-webkit-input-placeholder {
  line-height: normal; }

.woocommerce-checkout form .form-row :-moz-placeholder {
  line-height: normal; }

.woocommerce-checkout form .form-row :-ms-input-placeholder {
  line-height: normal; }

.woocommerce-checkout .woocommerce-error {
  background: #FF2D55;
  padding: 30px;
  color: #fff;
  margin-bottom: 15px !important; }
  @media (min-width: 992px) {
    .woocommerce-checkout .woocommerce-error {
      width: 48%; } }

.woocommerce-checkout .woocommerce-form-login {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px; }
  .woocommerce-checkout .woocommerce-form-login .lost_password {
    float: right;
    margin-bottom: 0; }

.form-row {
  margin-left: 0px;
  margin-right: 0px; }
  .form-row .required {
    text-decoration: none; }
  .form-row input:not(.input-checkbox):not(.woocommerce-form__input-checkbox), .form-row textarea {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .form-row .woocommerce-form-login__submit {
    background: #2E2E38;
    color: #fff;
    border: 0;
    padding: 5px 20px; }
  .form-row-first {
    float: left; }
  .form-row-last {
    float: right; }
    .form-row-last .button {
      background: #2E2E38;
      color: #fff;
      border: 0;
      padding: 5px 20px;
      margin-left: 20px; }
  .form-row-first, .form-row-last {
    width: 48%;
    overflow: visible; }
  .form-row-wide {
    clear: both; }

.clear {
  clear: both; }

.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  color: #000;
  font-weight: 700; }

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 15px; }

.woocommerce-checkout .woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 1.4rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .woocommerce-checkout .woocommerce-order-received .woocommerce-thankyou-order-received {
      font-size: 2rem; } }

.woocommerce-checkout .woocommerce-order-received .woocommerce-order-details__title {
  display: none; }

.woocommerce-checkout .woocommerce-order-received table.shop_table {
  width: 100%;
  font-size: 0.875rem; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table th, .woocommerce-checkout .woocommerce-order-received table.shop_table td {
    padding: 5px 10px; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table a {
    color: #000;
    font-weight: 700;
    text-decoration: underline; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table thead tr th {
    background: #000;
    color: #fff; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table tfoot {
    border-top: 1px solid #C4C3D6; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table tr td:last-child, .woocommerce-checkout .woocommerce-order-received table.shop_table tr th:last-child {
    text-align: right; }
  .woocommerce-checkout .woocommerce-order-received table.shop_table tr.cart-subtotal th, .woocommerce-checkout .woocommerce-order-received table.shop_table tr.cart-subtotal td {
    padding-top: 15px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .mailchimp-newsletter .woocommerce-form__label-for-checkbox {
  font-size: 0.8rem;
  margin-left: 3px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text p {
  font-size: 0.8rem; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment a {
  color: #000; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) ul {
  list-style: none;
  margin: 0; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table {
  width: 100%;
  font-size: 0.875rem; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table th, .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table td {
    padding: 5px 10px; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table thead tr th {
    background: #F9F2F2; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table tfoot {
    border-top: 1px solid #C4C3D6; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table tr td:last-child, .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table tr th:last-child {
    text-align: right; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table tr.cart-subtotal th, .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) table.shop_table tr.cart-subtotal td {
    padding-top: 15px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1px 10px;
  height: 100%; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) ul.payment_methods {
  padding: 0; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_method_worldpay img {
  width: 30px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  white-space: nowrap; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-methods li input {
    margin-right: 0;
    margin-left: 10px; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-methods li label {
    margin: 0; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods {
  font-size: 0.8rem;
  border: 1px solid #C4C3D6;
  border-radius: 0;
  margin-bottom: 15px;
  background: #fff; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3; }
    .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li .payment_box {
      background: #F9F2F2;
      padding: 10px 15px 10px 15px;
      margin: 15px -15px -15px;
      font-style: italic;
      font-size: 0.8em; }
      .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li .payment_box a {
        text-decoration: underline;
        color: #fff; }
      .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li .payment_box p {
        margin-bottom: 0; }
    .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li input {
      margin: 0; }
      @media (min-width: 992px) {
        .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li input {
          width: 5%; } }
    .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li label {
      width: 92%;
      margin-left: 2%;
      margin-bottom: 0px; }
      .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li label a {
        float: right;
        margin-right: 10px;
        color: #888;
        font-weight: 200; }
        @media (min-width: 992px) {
          .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li label a {
            line-height: 2.6; } }
      .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li label img {
        float: right;
        margin: -8px 0; }
    .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li img {
      max-width: 75px;
      margin: 0 10px; }
      @media (min-width: 768px) {
        .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods li img {
          max-width: 150px; } }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods p:last-of-type {
    margin-bottom: 0; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods .payment_box {
    font-size: 0.8rem;
    background: #fff;
    padding: 15px; }
    @media (min-width: 768px) {
      .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .payment_methods .payment_box {
        margin-bottom: 15px; } }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) h3#ship-to-different-address {
  font-size: 1.2rem; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-SavedPaymentMethods-saveNew {
  font-size: 0.9rem; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .mc4wp-checkbox {
  font-size: 0.8rem; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .mc4wp-checkbox input {
    width: auto !important; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row {
  margin-left: 0px;
  margin-right: 0px; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row .required {
    text-decoration: none; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row input:not(.input-checkbox):not(.woocommerce-form__input-checkbox), .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row textarea {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row .woocommerce-form-login__submit {
    background: #2E2E38;
    color: #fff;
    border: 0;
    padding: 5px 20px;
    margin-left: 20px; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row-first {
    float: left; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
    float: right; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row-first, .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
    width: 48%;
    overflow: visible; }
  .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide {
    clear: both; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .clear {
  clear: both; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-totals td {
  padding-top: 20px;
  padding-bottom: 20px; }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper, .woocommerce-checkout .woocommerce-checkout:not(.woocommerce-order-received) ul.wc_payment_methods.payment_methods.methods {
  margin-top: 15px; }

.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  display: inline; }

.woocommerce-checkout button#place_order {
  width: 100%;
  background: #000;
  color: #FFF;
  padding: 10px;
  border: none;
  font-size: 1.4rem;
  outline: none;
  font-weight: 700; }

.woocommerce-cart table.shop_table_responsive thead {
  display: none; }

.woocommerce-cart table.shop_table_responsive tbody th {
  display: none; }

.woocommerce-cart table.shop_table_responsive tr.cart_item:nth-child(even) {
  background: #f1f1f5; }

.woocommerce-cart table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  .woocommerce-cart table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 700; }
  .woocommerce-cart table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  .woocommerce-cart table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  .woocommerce-cart table.shop_table_responsive tr td.actions:before,
  .woocommerce-cart table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  .woocommerce-cart table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  .woocommerce-cart table.shop_table_responsive thead {
    display: table-header-group; }
  .woocommerce-cart table.shop_table_responsive tbody th {
    display: table-cell; }
  .woocommerce-cart table.shop_table_responsive tr th, .woocommerce-cart table.shop_table_responsive tr td {
    text-align: left; }
  .woocommerce-cart table.shop_table_responsive tr td {
    display: table-cell; }
    .woocommerce-cart table.shop_table_responsive tr td:before {
      display: none; } }

.woocommerce-cart .wc-backward {
  color: #000; }

.woocommerce-cart .update-basket {
  background: #000;
  border-color: #000; }

.woocommerce-cart .cart_totals .accordion a {
  color: #000; }

.woocommerce-cart ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none; }
  .woocommerce-cart ul.woocommerce-shipping-methods li {
    line-height: 1.3; }

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 15px; }

.woocommerce-cart .cart_totals .card {
  border-radius: 0; }

.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  font-size: 0.8rem;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e3e3e8;
  line-height: 1.2; }

.woocommerce-cart table.cart {
  width: 100%; }
  .woocommerce-cart table.cart .product-name a {
    color: #000; }
  .woocommerce-cart table.cart .product-thumbnail img {
    max-width: 60px;
    height: auto;
    margin: 0 -25px; }
  .woocommerce-cart table.cart thead {
    background: #F9F2F2; }
    .woocommerce-cart table.cart thead th {
      padding: 10px 15px; }
  .woocommerce-cart table.cart tbody a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative; }
    .woocommerce-cart table.cart tbody a.remove:before {
      content: "\f057";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #ababba;
      line-height: 1.618;
      text-indent: 0;
      text-align: center; }
    .woocommerce-cart table.cart tbody a.remove:hover:before {
      color: #000; }
  .woocommerce-cart table.cart tbody dl.variation {
    font-size: 0.65em;
    margin-bottom: 0; }
    .woocommerce-cart table.cart tbody dl.variation p, .woocommerce-cart table.cart tbody dl.variation dd {
      margin-bottom: 0; }
  .woocommerce-cart table.cart tbody td.actions {
    padding: 60px 0px 0px 0px; }
    .woocommerce-cart table.cart tbody td.actions a {
      color: #000; }
    .woocommerce-cart table.cart tbody td.actions h5 {
      font-size: 1rem; }
    .woocommerce-cart table.cart tbody td.actions input, .woocommerce-cart table.cart tbody td.actions .button {
      padding: 5px 15px;
      border: 2px solid rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .woocommerce-cart table.cart tbody td.actions input, .woocommerce-cart table.cart tbody td.actions .button {
          width: 100%; } }
    .woocommerce-cart table.cart tbody td.actions .button {
      color: #fff;
      background: #000;
      border-color: #000;
      border-radius: 0; }
      .woocommerce-cart table.cart tbody td.actions .button:disabled {
        opacity: 0.2; }
  .woocommerce-cart table.cart tbody td.product-quantity input {
    border-radius: 0;
    max-width: 3em;
    text-align: center; }
  @media (max-width: 991px) {
    .woocommerce-cart table.cart tbody {
      font-size: 0.8em; }
      .woocommerce-cart table.cart tbody tr.cart_item td {
        padding: 5px 15px 0; }
        .woocommerce-cart table.cart tbody tr.cart_item td.product-subtotal {
          padding-bottom: 15px; }
        .woocommerce-cart table.cart tbody tr.cart_item td.product-remove {
          position: relative; }
        .woocommerce-cart table.cart tbody tr.cart_item td.product-thumbnail {
          text-align: center;
          padding-bottom: 10px; }
          .woocommerce-cart table.cart tbody tr.cart_item td.product-thumbnail:before {
            content: ""; }
      .woocommerce-cart table.cart tbody tr.cart_item:nth-child(even) {
        background: #f1f1f5; } }
  @media (min-width: 992px) {
    .woocommerce-cart table.cart tr.cart_item {
      border-bottom: 1px solid #f1f1f5; }
    .woocommerce-cart table.cart td {
      padding: 10px 15px; }
    .woocommerce-cart table.cart td.actions {
      text-align: right; }
    .woocommerce-cart table.cart td.actions .coupon {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
      display: inline-block;
      float: left; } }

.woocommerce-cart-form table {
  width: 100%; }
  .woocommerce-cart-form table .quantity input {
    border: 0; }
  .woocommerce-cart-form table .quantity .screen-reader-text {
    display: none; }
  .woocommerce-cart-form table .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 1px solid #e6e6e6; }
  @media (max-width: 767px) {
    .woocommerce-cart-form table thead {
      display: none; } }
  @media (max-width: 767px) {
    .woocommerce-cart-form table tr td {
      display: block;
      text-align: right;
      clear: both; } }

.woocommerce-cart-form table.cart img, .woocommerce-cart-form table.cart .woocommerce-cart table.cart img, .woocommerce-cart-form table.cart .woocommerce-checkout table.cart img {
  max-width: 90px;
  height: auto; }

.woocommerce-result-count {
  display: inline-block;
  width: 50%;
  margin-bottom: 40px;
  font-size: 0.8rem; }
  @media (min-width: 992px) {
    .woocommerce-result-count {
      font-size: 1rem; } }

.woocommerce-ordering {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
  font-size: 0.8rem; }
  @media (min-width: 992px) {
    .woocommerce-ordering {
      font-size: 1rem; } }

.woocommerce-account .woocommerce-privacy-policy-link {
  color: #F9F2F2; }

.woocommerce-account table {
  width: 100%;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .woocommerce-account .woocommerce {
    display: flex; } }

.woocommerce-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button, .woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  padding: 0px;
  margin: 0;
  background: none;
  font-weight: 700;
  color: #000;
  text-decoration: underline; }
  .woocommerce-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button:hover, .woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button:hover {
    color: #000; }

.woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) a:not(.button) {
  color: #F9F2F2;
  font-weight: 700;
  text-decoration: underline; }
  .woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) a:not(.button):hover {
    color: #000; }

.woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) .button {
  color: #F9F2F2;
  border: none;
  font-weight: 700;
  padding: 10px 15px; }
  .woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) .button:hover {
    color: #000; }

.woocommerce-account .lost_password a {
  color: #ababba; }

.woocommerce-account .form-row:not(.mailchimp-newsletter) {
  display: block;
  margin-left: 0;
  margin-right: 0; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) label {
    display: block; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) input:not(.woocommerce-form__input-checkbox) {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #C4C3D6; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) .woocommerce-form-login__rememberme {
    margin-bottom: 15px; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 5px 20px; }
    .woocommerce-account .form-row:not(.mailchimp-newsletter) button:hover {
      background: #000; }

@media (min-width: 768px) {
  .woocommerce-account #customer_login .col-1 {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    max-width: 100%;
    padding: 0; }
  .woocommerce-account .col2-set#customer_login .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    max-width: 100%; } }

.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
  max-width: 100%; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #000; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #fff; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--teams a::before {
      content: "\f0c0"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-teams a::before {
      content: "\f060"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members a::before {
      content: "\f0c0"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--add-member a::before {
      content: "\f234"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--settings a::before {
      content: "\f509"; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 15px;
    display: block; }

.woocommerce-MyAccount-content table {
  font-size: 0.9rem;
  background-color: #FAFAFA;
  color: #000;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden; }
  .woocommerce-MyAccount-content table a {
    color: #000 !important; }
  .woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
    padding: 8px 15px; }
  .woocommerce-MyAccount-content table th {
    background: #fff; }
  .woocommerce-MyAccount-content table tbody tr:nth-child(even) {
    background: #f6f6f6; }

.woocommerce-MyAccount-content .button {
  float: right;
  background: #000;
  color: #fff; }
  .woocommerce-MyAccount-content .button:hover {
    background-color: #aaa; }

.woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 100%; }

.woocommerce-EditAccountForm fieldset {
  background: #f1f1f4;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 10px 30px;
  margin-bottom: 15px;
  border: 0; }
  .woocommerce-EditAccountForm fieldset legend {
    padding-left: 10px; }

.woocommerce-account .mailchimp-newsletter {
  display: -webkit-inline-box; }
  .woocommerce-account .mailchimp-newsletter label {
    margin-left: 0.5rem; }

.woocommerce-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button, .woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  padding: 0px;
  margin: 0;
  background: none;
  font-weight: 700;
  color: #000;
  text-decoration: underline; }

.woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) a:not(.button) {
  color: #000;
  font-weight: 700;
  text-decoration: underline; }
  .woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) a:not(.button):hover {
    color: #000; }

.woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) .button {
  background: none;
  color: #F9F2F2;
  border: none;
  font-weight: 700;
  padding: 10px 15px; }
  .woocommerce-account .woocommerce-MyAccount-content:not(.lost_password) .button:hover {
    color: #000; }

.woocommerce-account .lost_password a {
  color: #ababba; }

.woocommerce-account p:not(.woocommerce-form-row) {
  font-size: 0.8rem; }

.woocommerce-account .form-row:not(.mailchimp-newsletter) {
  display: block;
  margin-left: 0;
  margin-right: 0; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) label {
    display: block; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) input:not(.woocommerce-form__input-checkbox) {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #C4C3D6; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) .woocommerce-form-login__rememberme {
    margin-bottom: 15px; }
  .woocommerce-account .form-row:not(.mailchimp-newsletter) button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 5px 20px; }
    .woocommerce-account .form-row:not(.mailchimp-newsletter) button:hover {
      background: #000; }

@media (min-width: 768px) {
  .woocommerce-account #customer_login {
    display: flex; } }

.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
  max-width: 100%;
  flex-grow: 1; }

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    width: 20%;
    float: left; } }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #000; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #fff; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--teams a::before {
      content: "\f0c0"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-teams a::before {
      content: "\f060"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members a::before {
      content: "\f0c0"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--add-member a::before {
      content: "\f234"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--settings a::before {
      content: "\f509"; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 15px;
    display: block; }

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    width: 70%;
    float: right;
    margin-right: 0;
    background: #fff;
    padding: 15px 30px;
    min-height: 300px; } }

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    width: 80%; } }

.woocommerce-MyAccount-content table {
  font-size: 0.9rem;
  background-color: #FAFAFA;
  color: #000;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden; }
  .woocommerce-MyAccount-content table a {
    color: #000 !important; }
  .woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
    padding: 8px 15px; }
  .woocommerce-MyAccount-content table th {
    background: #fff; }
  .woocommerce-MyAccount-content table tbody tr:nth-child(even) {
    background: #f6f6f6; }

.woocommerce-MyAccount-content .button {
  float: right;
  background: #000;
  color: #fff; }
  .woocommerce-MyAccount-content .button:hover {
    background-color: #aaa; }

.woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 100%; }

.woocommerce-EditAccountForm fieldset {
  background: #f1f1f4;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 10px 30px;
  margin-bottom: 15px;
  border: 0; }
  .woocommerce-EditAccountForm fieldset legend {
    padding-left: 10px; }

.woocommerce-pagination {
  display: block;
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .woocommerce-pagination {
      margin-bottom: 40px; } }
  .woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-top: 2px solid #c5c5d3; }
  .woocommerce-pagination li {
    display: inline-block; }
    .woocommerce-pagination li .page-numbers {
      padding: 8px;
      display: block;
      min-width: 40px;
      margin-top: -2px;
      color: #2e2e38; }
      .woocommerce-pagination li .page-numbers:hover:not(.current) {
        background: rgba(255, 255, 255, 0.25); }
    .woocommerce-pagination li .current {
      background: #fff;
      border-top: 2px solid #F9F2F2;
      box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.2);
      font-weight: 800; }

.woocommerce-cart .woocommerce-message a, .single-product .woocommerce-message a {
  float: right;
  color: #fff; }

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  background-color: #000;
  color: #fff;
  list-style: none outside; }
  .woocommerce-cart .woocommerce-error .wc-forward:after, .woocommerce-cart .woocommerce-error .woocommerce-Button--next:after, .woocommerce-cart .woocommerce-info .wc-forward:after, .woocommerce-cart .woocommerce-info .woocommerce-Button--next:after, .woocommerce-cart .woocommerce-message .wc-forward:after, .woocommerce-cart .woocommerce-message .woocommerce-Button--next:after, .single-product .woocommerce-error .wc-forward:after, .single-product .woocommerce-error .woocommerce-Button--next:after, .single-product .woocommerce-info .wc-forward:after, .single-product .woocommerce-info .woocommerce-Button--next:after, .single-product .woocommerce-message .wc-forward:after, .single-product .woocommerce-message .woocommerce-Button--next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f30b";
    margin-left: .5407911001em; }

.woocommerce-cart .woocommerce-error, .single-product .woocommerce-error {
  border-top-color: #b81c23; }

.woocommerce-cart .woocommerce-info, .single-product .woocommerce-info {
  border-top-color: #1e85be !important; }
  .woocommerce-cart .woocommerce-info a, .single-product .woocommerce-info a {
    font-weight: 700;
    color: #fff; }

.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info, .single-product .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0; }

.single-product .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 15px 0px;
  padding: 0; }
  .single-product .flex-control-thumbs li {
    width: 16.667%;
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px; }
    .single-product .flex-control-thumbs li img.flex-active, .single-product .flex-control-thumbs li li > img:hover {
      opacity: 1; }
    .single-product .flex-control-thumbs li img {
      cursor: pointer;
      opacity: .5;
      margin: 0; }

.woocommerce-tabs {
  margin-top: 30px;
  margin-bottom: 100px; }
  .woocommerce-tabs ul {
    padding: 0;
    margin: 0; }
  .woocommerce-tabs ul.tabs li {
    display: inline-block; }
    .woocommerce-tabs ul.tabs li a {
      display: flow-root;
      background: #F9F2F2;
      color: #fff;
      border-radius: 0;
      font-weight: 800;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      padding: 10px;
      font-size: 0.9rem; }
      @media (min-width: 992px) {
        .woocommerce-tabs ul.tabs li a {
          padding: 10px 75px;
          font-size: inherit; } }
    .woocommerce-tabs ul.tabs li.active a {
      background-color: #fff;
      color: #000; }
    .woocommerce-tabs ul.tabs li a:focus {
      outline: none; }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.05);
    font-size: 0.9em; }
    .woocommerce-tabs .woocommerce-Tabs-panel h2 {
      display: none; }
    .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tr th, .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tr td {
      padding: 5px 15px; }
      @media (min-width: 992px) {
        .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tr th, .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tr td {
          padding: 10px 30px; } }
    .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table thead {
      border-bottom: 1px solid #f1f1f4; }
      .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table thead th {
        border: 0;
        font-weight: 700;
        text-transform: none; }
    .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tbody tr:nth-child(even) td {
      background: #f1f1f4; }
    .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tbody td {
      border: 0;
      color: #000; }
    .woocommerce-tabs .woocommerce-Tabs-panel .wpce-product-terms-list-table tfoot {
      display: none; }
    .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
      margin: 0; }
      .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes p {
        margin: 0; }
  .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    padding-top: 25px;
    padding-bottom: 25px; }
    .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:not(:last-of-type) {
      border-bottom: 1px solid #ececf6; }
    .woocommerce-tabs .woocommerce-Tabs-panel--additional_information th, .woocommerce-tabs .woocommerce-Tabs-panel--additional_informationtd {
      padding: 5px; }

.primary-bg {
  background: #F9F2F2; }

.fancy-font {
  font-family: 'Dawning of a New Day';
  font-size: 3.625rem;
  line-height: 0.7;
  font-weight: normal; }

.btn {
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700; }
  .btn-primary {
    background: #000;
    border-color: #000;
    border-width: 0;
    color: #fff; }
    .btn-primary:hover {
      background: #000; }
  .btn-outline-primary {
    border-color: #000;
    color: #000; }
    .btn-outline-primary:hover {
      border-color: #000;
      background: #000;
      color: #fff; }
  .btn-underline {
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
    position: relative; }
    .btn-underline:after {
      content: '';
      border-bottom: 1px solid #363636;
      position: absolute;
      bottom: -10px;
      top: 0;
      left: 0;
      right: 0;
      transition: bottom 0.3s ease-in-out; }
    .btn-underline:hover {
      color: #363636; }
      .btn-underline:hover:after {
        bottom: -5px; }

.mm-menu {
  --mm-color-background: #F9F2F2;
  --mm-color-text: #000;
  --mm-color-button: #000;
  --mm-color-border: #F9F2F2; }
  .mm-menu .mm-navbar__title {
    text-align: center;
    opacity: 0.5; }

.mm-slideout {
  overflow-x: hidden; }

.site-header {
  background: #fff; }
  .site-header .site-header-inner {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .site-header .site-header-inner {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .site-header .site-logo {
    transform: translateY(5px);
    display: block; }
  .site-header .searchbar-xs {
    opacity: 0;
    transition: max-height 0.3s linear, opacity 0.6s ease-in-out;
    padding: 0;
    max-height: 0;
    overflow: hidden; }
    .site-header .searchbar-xs input {
      width: 100%;
      padding-bottom: 10px;
      border: 0;
      outline: 0;
      padding: 10px 15px; }
    .site-header .searchbar-xs .screen-reader-text, .site-header .searchbar-xs button {
      display: none; }
  .site-header .searchbar-xs-show {
    opacity: 1;
    max-height: 44px; }
  .site-header .toggle, .site-header .my-bag, .site-header .my-account, .site-header .searchicon-xs {
    padding: 6px 5px; }
  .site-header .toggle > i, .site-header .searchicon-xs > i {
    color: #000; }
  .site-header .main-navigation .menu {
    margin: 0 auto; }
    .site-header .main-navigation .menu li {
      border-bottom: 1px solid #fff;
      transition: border-bottom 0.3s ease-in-out; }
      .site-header .main-navigation .menu li a {
        color: #363636;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0px 30px 10px 30px; }
    .site-header .main-navigation .menu > li:hover:not(.menu-item-has-children) {
      border-bottom: 1px solid #000; }
  .site-header .main-navigation .sub-menu {
    background: #fff;
    z-index: 9; }
    .site-header .main-navigation .sub-menu li a {
      padding: 10px 30px;
      display: block;
      min-width: 200px;
      font-size: 0.9em;
      font-weight: normal;
      border-left: 5px solid #F9F2F2;
      border-bottom: 1px solid #F9F2F2;
      transition: border-left 0.3s ease-in-out; }
      .site-header .main-navigation .sub-menu li a:hover {
        background: rgba(255, 255, 255, 0.8);
        border-left-color: #000; }
  .site-header .header-right {
    font-family: "Nunito Sans";
    font-weight: 200; }
    .site-header .header-right a {
      color: #363636; }
    .site-header .header-right i {
      color: #000; }
  .site-header .woocommerce-product-search label {
    display: none; }
  .site-header .woocommerce-product-search input {
    border: 0;
    outline: 0; }
    .site-header .woocommerce-product-search input::placeholder {
      color: #000; }
  .site-header .woocommerce-product-search button {
    display: none; }

.hero .carousel-item {
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative; }
  @media (max-width: 991px) {
    .hero .carousel-item:before {
      content: '';
      background: rgba(255, 255, 255, 0.6);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; } }
  .hero .carousel-item .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: -48px;
    color: #000; }
    .hero .carousel-item .carousel-caption h1 {
      font-family: 'Playfair Display';
      text-transform: uppercase;
      font-weight: normal;
      font-size: 2.125rem; }
    .hero .carousel-item .carousel-caption p {
      margin-top: 40px;
      margin-bottom: 40px; }

.cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F9F2F2;
  background-image: linear-gradient(to right, #F9F2F2 30%, rgba(249, 242, 242, 0.85) 100%), url(img/scotland.jpg);
  background-size: cover;
  background-position: right center; }
  .cta h2 {
    font-family: 'Playfair Display';
    font-weight: normal;
    text-transform: uppercase; }
    .cta h2 span {
      text-transform: capitalize; }

.welcome .card {
  border: 0;
  background: #F9F2F2;
  border-radius: 0; }
  .welcome .card .fancy-font {
    font-size: 1.875rem;
    text-transform: none; }
  .welcome .card h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    font-weight: normal; }
  .welcome .card .card-body {
    padding: 30px; }
    @media (min-width: 992px) {
      .welcome .card .card-body {
        padding: 45px; } }
  .welcome .card .card-img-top {
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0; }

.featured-home {
  margin-top: -100px;
  position: relative;
  z-index: 2; }
  .featured-home .products .col-6:nth-child(3) {
    display: none; }
    @media (min-width: 992px) {
      .featured-home .products .col-6:nth-child(3) {
        display: block; } }

.gallery img {
  width: 100%; }

.faq .card {
  border-radius: 0;
  border: 0; }
  .faq .card .card-header {
    background: #F9F2F2;
    border-bottom: 0;
    margin-bottom: 15px;
    color: #000; }
    .faq .card .card-header:after {
      content: "\f078";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 800;
      position: absolute;
      right: 20px;
      top: 0;
      line-height: 45px; }
    .faq .card .card-header:not(.collapsed):after {
      content: "\f077"; }
    .faq .card .card-header h5 {
      color: #000;
      font-size: 1rem; }

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%; }

.contact {
  margin-top: 10%;
  margin-bottom: 10%; }
  .contact ul {
    list-style: none; }
    .contact ul li a {
      color: #000; }
      .contact ul li a:hover i {
        opacity: 1; }
      .contact ul li a i {
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out; }
  .contact .gform_wrapper {
    background: #F9F2F2;
    padding: 30px; }
    .contact .gform_wrapper input, .contact .gform_wrapper textarea {
      border: 0; }
    .contact .gform_wrapper label {
      margin-bottom: 5px; }
    .contact .gform_wrapper .button {
      background: #000;
      color: #fff;
      border-radius: 0;
      padding: 5px 30px;
      text-transform: uppercase;
      font-weight: 700;
      box-shadow: none;
      border-width: 0; }

.site-footer {
  border-top: 2px solid #000;
  padding-bottom: 30px;
  clear: both; }
  .site-footer .main-footer {
    padding-top: 55px;
    padding-bottom: 55px; }
    .site-footer .main-footer .footer-right a {
      color: #000; }
      .site-footer .main-footer .footer-right a:hover {
        color: rgba(0, 0, 0, 0.4); }
    .site-footer .main-footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .main-footer ul li a {
        color: #363636;
        text-transform: uppercase; }
        .site-footer .main-footer ul li a:hover {
          color: rgba(0, 0, 0, 0.4); }
  .site-footer .site-signoff .designby a {
    color: #363636; }
    .site-footer .site-signoff .designby a img {
      margin-right: 3px; }
