.top-bar {
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar > * {
    margin-bottom: 0;
    color: currentColor;
    line-height: 1.2;
}

.top-bar__container {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.top-bar__warning {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.top-bar__socials {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}

.top-bar a:not(.button) {
  font-family: "Sharp Grotesk SmBold 21", sans-serif;
  text-decoration: none;
  font-weight: 700;
}

.top-bar__left-button {
  position: relative;
}

.top-bar__left-button:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid white;
  display: block;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar__image {
    width: 20px;
    height: 22px;
    margin-right: 10px;
}

.social--top-bar {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}

ul.social__list {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}

.social__item {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  margin-right: 15px;
}

.social__item:last-child {
  margin-right: 0;
}

.social__link {

}

.social__link:hover svg,
.social__link:hover svg use {
  fill: rgba(255,255,255, 0.7);
  transition: fill ease 0.2s;
}

.social__link svg,
.social__link svg use {
  fill: #fff;
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  transition: fill ease 0.2s;
}

.social--footer .social__link svg,
.social--footer .social__link svg use {
  fill: #7D6F6A;
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  transition: fill ease 0.2s;
}

.social--footer .social__link:hover svg,
.social--footer .social__link:hover svg use {
  fill: rgba(125, 111, 106, 0.7);
  transition: fill ease 0.2s;
}


@media (max-width: 480px) {
  .top-bar__socials {
    display: none;
  }
}
@media (max-width: 400px) {

  .top-bar {
    padding: 16px;
  }

  .top-bar__warning p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
  }

  .top-bar__socials {
    display: none;
  }
  .top-bar__image {
    max-width: 34px;
  }
  .banner {
    /*height: 410px;*/
  }
  .banner .shading {
      display: none;
  }
}

header {
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.top-bar .button {
    text-decoration: none;
    padding: 6px 11px;
    font-size: 11px;
}

.top-bar p {
  font-family: "Sharp Grotesk Light 21", sans-serif;
  margin: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
}

.top-bar .button:hover {
    text-decoration: none;
}

.js-organic-visitors-only {
    display: none;
}

.js-organic-visitors-only.active {
    display: flex;
}

.page-template-page-landing  .wpulike {
    display: none;
}

.page-template-page-landing  {
    background: #fff;
}

.page-template-page-landing .grid-container {
    background-color: transparent;
    padding: 40px;
}

.landing-page__top {
    display: flex;
}


.nf-field-container {
    margin-bottom: 10px !important;
}

.page-template-page-landing .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    height: auto !important;
    background: #cccccc !important;
    font-weight: bold !important;
    color: #111 !important;
}

.page-template-page-landing .checkbox-container.label-right label {
    font-size: 13px;
    margin-top: 10px;
}

.nf-form-fields-required {
    display: none;
}


.landing-page__form {
    background: #fff9eb;
    padding: 20px 40px;
    text-align: center;
    margin-left: 40px;
}

.landing-page__form p {
    line-height: 1.3;
}

.landing-page__form h3 {
    font-weight: bold;
}

.landing-page__product-cta {
    font-family: "Montserrat", sans-serif;
}

.landing-page__form input:not([type=button]) {
    background-color: #f7f7f7!important;
    padding: 14px 15px; 
    -webkit-appearance: none;
}

.landing-page__form input[type=button] {
    display: block !important;
    background: #e71c3a !important;
    width: 100% !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.landing-page__product-image {
    display: block;
    max-width: 100%
}

.landing-page__form input[type=button]:hover {
    background-color: #881325  !important;
    color: #fff  !important;
}

.landing-page__products-title {
    text-align: center;
    color: #e71c3a;
    margin: 40px 0;
    font-size: 38px;
    font-weight: bold;
}

.landing-page__products-wrap {
    display: flex;
}

.landing-page__product-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #7D6F6A;
    margin-bottom: 0;
    padding: 15px 0;
}

.landing-page__product-description ul {
    list-style: disc;
    padding-left: 16px;
}

.landing-page__product {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.landing-page__product-description {
    flex-grow: 1;
}

.landing-page__cta {
    margin: 40px 0;
    font-size: 22px;
    background: #e71c3a;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
}

.landing-page__product-price {
    font-size: 22px;
    color: #111;
    font-weight: bold;
    margin: 0;
}

.landing-page__product-meta {
    margin: 20px 10px;
}

.landing-page__product-rating-stars {
    display: flex;
}

.landing-page__product-rating-stars svg {
    width: 14px;
    height: 14px;
}

.landing-page__product-rating {
    display: flex;
    align-items: center;
}

.landing-page__product-rating-number {
    margin: 0;
    line-height: 1;
    margin-left: 5px;
    margin-top: 4px;
}

.landing-page__product-meta {
    display: flex;
    justify-content: space-between;
}

.landing-page__product-description ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.landing-page__product-shipping {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.landing-page__product-shipping p {
    margin: 0;
}

.landing-page__product-shipping svg {
    width: 40px;
    height: 20px;
    margin: 10px;
}

.landing-page__form .ninja-forms-req-symbol {
    display: none !important;
}

.landing-page__form [type="checkbox"]:checked+label:before {
    border: none!important;  
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .landing-page__top,
    .landing-page__products-wrap {
        flex-direction: column;
    }

    .page-template-page-landing .grid-container {
        background-color: transparent;
        padding: 20px;
    }

    .landing-page__form {
        /*background: #eeece9;*/
        padding: 10px 20px;
        text-align: center;
        margin-left: 0;
    }

    .landing-page__products-title {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .landing-page__form .nf-form-cont input[type=button] {
        font-size:10px;
    }

}
