/*
Theme Name: Botica
Description: Customized theme
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://use.typekit.net/afr5mde.css");
.content-area, .spls, .wp-block-group .wc-block-product-categories-list, #footer-profound, .site-footer-details__left, .site-footer-details, .site-footer-main, .cat-products-wrap, .effects-blk-wrap .hlinks, .page-navigation ol, .page-navigation, #hero-slider .item, .site-menu form, .site-header .header__nav-sidebar, .site-header .header__nav, .site-header-top__right form, .site-header-top__right, .site-header-top, .site-header-main, .flex-row .col-50, .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: "BrandonTextW01";
  src: url("./assets/fonts/BrandonTextW01-Black.eot");
  src: url("./assets/fonts/BrandonTextW01-Black.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/BrandonTextW01-Black.woff2") format("woff2"), url("./assets/fonts/BrandonTextW01-Black.woff") format("woff"), url("./assets/fonts/BrandonTextW01-Black.ttf") format("truetype"), url("./assets/fonts/BrandonTextW01-Black.svg#BrandonTextW01-Black") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("./assets/fonts/Frutiger.eot");
  src: url("./assets/fonts/Frutiger.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Frutiger.woff2") format("woff2"), url("./assets/fonts/Frutiger.woff") format("woff"), url("./assets/fonts/Frutiger.ttf") format("truetype"), url("./assets/fonts/Frutiger.svg#Frutiger") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

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

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: #484848;
}

h1,
.h1 {
  font-size: 44px;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: calc(34px + 10 * (100vw - 300px) / 1300);
  }
}

h2,
.h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5,
h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

.text-center {
  text-align: center;
}

#main {
  min-height: 100%;
}
#main.blurbg {
  filter: blur(10px);
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 44px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

#wpb-header-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/search.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
  outline: 0px;
  height: 50px;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 10px;
  background-color: #ffffff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000000;
}

textarea {
  height: 160px;
}

input[type=submit],
input[type=reset],
.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-product-search .wc-block-product-search__button {
  cursor: pointer;
  outline: none;
  background: #64A70B;
  -webkit-border-radius: 28.5px;
  -moz-border-radius: 28.5px;
  border-radius: 28.5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 17px 25px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: 0 !important;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  color: #000000;
  background: #64A70B;
}
input[type=submit].added:after,
input[type=reset].added:after,
.button.added:after,
.woocommerce #review_form #respond .form-submit input.added:after,
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.wc-block-product-search .wc-block-product-search__button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
input[type=submit].shop-btn,
input[type=reset].shop-btn,
.button.shop-btn,
.woocommerce #review_form #respond .form-submit input.shop-btn,
.woocommerce #respond input#submit.shop-btn,
.woocommerce a.button.shop-btn,
.woocommerce button.button.shop-btn,
.woocommerce input.button.shop-btn,
.wc-block-product-search .wc-block-product-search__button.shop-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
input[type=submit].shop-btn img,
input[type=reset].shop-btn img,
.button.shop-btn img,
.woocommerce #review_form #respond .form-submit input.shop-btn img,
.woocommerce #respond input#submit.shop-btn img,
.woocommerce a.button.shop-btn img,
.woocommerce button.button.shop-btn img,
.woocommerce input.button.shop-btn img,
.wc-block-product-search .wc-block-product-search__button.shop-btn img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  max-height: 20px;
  margin-left: 7px;
}

.round-img {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  width: 100%;
}
.flex-row .col-50 {
  width: 50%;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.site-header.fixed {
  background: #ffffff;
  position: fixed;
  box-shadow: unset;
}
.site-header-top, .site-header-main {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header-top .logo {
  width: 291px;
}
.site-header-top__right {
  width: calc(100% - 291px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header-top__right a {
  color: #484848;
  font-size: 14px;
  line-height: 17px;
  margin-right: 15px;
}
.site-header-top__right a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.site-header-top__right a b {
  font-size: 400;
  color: #007C58;
}
.site-header-top__right a:hover {
  color: #007C58;
}
.site-header-top__right form {
  max-width: 421px;
  width: 100%;
}
.site-header-top__right form input#wpb-header-search {
  width: 100%;
  height: 46px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #F0F0F0;
}
.site-header-top__right form .searchsubmit {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}
.site-header-top .burger {
  display: none;
  background: none;
  border: 0;
  height: 33px;
  padding: 0;
  pointer-events: auto;
  width: 33px;
  outline: 0;
  will-change: transform;
  position: relative;
}
.site-header-top .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #64A70B;
  opacity: 1;
  right: 0;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
.show-site-menu .site-header-top .burger span {
  transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
}
.site-header-top .burger span:nth-child(1) {
  top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .site-header-top .burger span:nth-child(1) {
  top: unset;
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header-top .burger span:nth-child(2) {
  top: 12px;
}
.show-site-menu .site-header-top .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.site-header-top .burger span:last-child {
  top: 23px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .site-header-top .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: unset;
}
.site-header-main {
  padding-top: 7px;
}
.site-header .header__nav {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.site-header .header__nav-list ul, .site-header .header__nav-sidebar ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.site-header .header__nav-list ul li, .site-header .header__nav-sidebar ul li {
  display: inline-block;
  padding: 0 13px;
}
.site-header .header__nav-list ul li.PON a, .site-header .header__nav-sidebar ul li.PON a {
  color: #007C58;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 19px;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8.5px 0;
}
.site-header .header__nav-list ul li.PON a:before, .site-header .header__nav-sidebar ul li.PON a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("./assets/img/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.site-header .header__nav-sidebar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-header .header__nav-sidebar ul li.current-menu-item a, .site-header .header__nav-sidebar ul li:hover > a {
  color: #007C58;
}
.site-header .header__nav-sidebar ul li.current-menu-item a:after, .site-header .header__nav-sidebar ul li:hover > a:after {
  opacity: 1;
}
.site-header .header__nav-sidebar ul li a {
  color: #8FA39B;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
}
.site-header .header__nav-sidebar ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #64A70B;
  opacity: 0;
}
.site-header .header__nav-sidebar ul li a i {
  font-size: 18px;
}
.site-header .header__nav-list li:first-child {
  padding-right: 24px;
}
.site-header .header__nav-list li.current-menu-item a:after, .site-header .header__nav-list li:hover > a:after {
  opacity: 1;
}
.site-header .header__nav-list li a {
  color: #007C58;
  font-weight: 900;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 19px;
  padding: 10px 0;
  letter-spacing: 0.9px;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.site-header .header__nav-list li a strong {
  font-weight: 300;
}
.site-header .header__nav-list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #64A70B;
  opacity: 0;
}
.site-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -moz-transition: all 0.2s ease-in 0.6s;
  -ms-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1;
}
.show-site-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #ffffff;
  z-index: 999;
}
.site-menu-list, .site-menu-sidebar {
  border-bottom: 1px solid #979797;
}
.site-menu-list ul, .site-menu-sidebar ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.site-menu-list ul li, .site-menu-sidebar ul li {
  display: inline-block;
  padding: 0 13px;
}
.site-menu-list li {
  width: 100%;
  border-top: 1px solid #979797;
}
.site-menu-list li a {
  color: #007C58;
  font-weight: 900;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 19px;
  padding: 10px 0;
  letter-spacing: 0.9px;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.site-menu-list li a strong {
  font-weight: 300;
}
.site-menu-list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #64A70B;
  opacity: 0;
}
.site-menu-list li.PON a {
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: unset;
  padding: 8.5px 0;
}
.site-menu-list li.PON a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("./assets/img/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.site-menu-sidebar ul li {
  width: 100%;
}
.site-menu-sidebar ul li a {
  color: #8FA39B;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
}
.site-menu-sidebar ul li a i {
  font-size: 18px;
}
.site-menu form {
  width: 100%;
  margin-top: 20px;
}
.site-menu form input#wpb-header-search {
  width: 100%;
  height: 46px;
  border: 1px solid #979797;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #F0F0F0;
}
.site-menu form .searchsubmit {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}
.site-menu__wrap {
  position: absolute;
  right: 0px;
  top: 18vh;
  height: calc(100% - 18vh);
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.show-site-menu .site-menu__wrap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.cart-icon {
  padding-right: 30px;
  border-right: 1px solid rgba(151, 151, 151, 0.53);
}
.cart-icon a {
  position: relative;
}
.cart-icon .cart-contents-count {
  background-color: #64A70B;
  border-radius: 50%;
  font-size: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  text-align: center;
  line-height: 15px;
  color: #fff;
}

.lan_wrap {
  color: #000000;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.lan_wrap i {
  color: #64A70B;
  padding-left: 5px;
}

.lan_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  z-index: 99;
  min-width: 80px;
}
.lan_list.show {
  display: flex;
}
.lan_list li.active {
  display: none !important;
}
.lan_list li:not(.active) {
  display: block !important;
  padding: 0 !important;
  border-right: 0 !important;
  width: 100%;
}
.lan_list li:not(.active) a {
  color: #000000;
}
.lan_list li a {
  padding: 15px 10px !important;
  display: block !important;
}

body.show-site-menu .site-header {
  box-shadow: none;
}

.page-section__blk {
  position: relative;
  width: 100%;
}

.locations {
  position: relative;
  width: 100%;
}
.locations-hero {
  padding: 61px 0 67px 0;
  position: relative;
  width: 100%;
}
.locations-hero h2 {
  line-height: 53px;
  color: #A8D78F;
  margin-bottom: 25px;
}
.locations-map {
  width: 100%;
  display: block;
  padding-bottom: 67px;
}
.locations-wrap {
  width: 100%;
  position: relative;
  zoom: 1;
  clear: both;
}
.locations-wrap:before, .locations-wrap:after {
  content: "";
  display: table;
}
.locations-wrap:after {
  clear: both;
}
.locations-wrap-item {
  width: calc(33.3% - 28.66px);
  float: left;
  position: relative;
  margin-right: 43px;
  overflow: hidden;
  border-radius: 18px;
  background-color: #F5F5F5;
}
.locations-wrap-item:last-child {
  margin-right: 0;
}
.locations-wrap-item__image {
  width: 100%;
  display: block;
}
.locations-wrap-item__image img {
  width: 100%;
}
.locations-wrap-info {
  padding: 18px 40px 43px 40px;
  color: #484848;
}
.locations-wrap-info__blk {
  margin-bottom: 15px;
}
.locations-wrap-info h4 {
  color: #007C58;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 4px;
}
.locations-wrap-info a,
.locations-wrap-info span {
  display: block;
}
.locations-wrap-info__map {
  line-height: 26px;
  font-weight: 600;
  color: #484848;
}
.locations-wrap-info__map:hover {
  color: #007C58;
}
.locations-wrap-info__con {
  color: #484848;
  line-height: 23px;
}
.locations-wrap-info__con:hover {
  color: #007C58;
}
.locations-wrap-info .button {
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  border-radius: 12.5px;
}

.page-breadcrumbs {
  padding: 8px 0;
  font-family: "Open Sans", sans-serif;
}
.page-breadcrumbs p#breadcrumbs > span > span {
  vertical-align: middle;
  display: inline-block;
  color: #484848;
}
.page-breadcrumbs p#breadcrumbs > span > span * {
  font-size: 14px;
  line-height: 17px;
}
.page-breadcrumbs p#breadcrumbs > span > span > a {
  color: #000000;
  vertical-align: middle;
}
.page-breadcrumbs p#breadcrumbs > span > span > span {
  color: #484848;
  vertical-align: middle;
}

.wpcf7 .ajax-loader {
  display: none;
}

#hero-slider {
  margin-bottom: 50px;
}
#hero-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 420px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1601px) {
  #hero-slider .item {
    min-height: 470px;
  }
}
#hero-slider .item-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero-slider .item h1 {
  font-family: "BrandonTextW01", sans-serif;
  color: #000000;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #hero-slider .item h1 {
    font-size: calc(20px + 15 * (100vw - 300px) / 1300);
    line-height: 1.2;
  }
}
#hero-slider .item h1 strong {
  font-size: 65px;
  font-weight: bold;
  display: block;
  margin-top: 8px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #hero-slider .item h1 strong {
    font-size: calc(24px + 41 * (100vw - 300px) / 1300);
  }
}
#hero-slider .item .ctb {
  margin-bottom: 30px;
  max-width: 360px;
  color: #000000;
}
#hero-slider .item .hero-slider-content {
  max-width: 500px;
  position: relative;
}

.spcl-link {
  margin-top: 30px;
}
.spcl-products {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 0;
}
.spcl-products h2 {
  font-size: 24px;
  color: #484848;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.spcl-products .owl-carousel.owl-theme .owl-nav button.owl-prev {
  display: none;
}
.spcl-products .owl-carousel.owl-theme .owl-nav button.owl-next {
  right: -25px;
  top: 40%;
}
.spcl-products-btn {
  position: relative;
  margin-left: 20px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #64A70B;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}
.spcl-products-btn:after {
  content: "";
  background-image: url("./assets/img/right-ico.svg");
  width: 10px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  background-position: center;
}

.locations-content {
  line-height: 26px;
  max-width: 460px;
}
.locations-hero h2 {
  font-size: 44px;
}
@media (max-width: 768px) {
  .locations-hero h2 {
    font-size: calc(34px + 10 * (100vw - 300px) / 1300);
  }
}
.locations-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.locations-item__wrap {
  width: 50%;
  position: relative;
}
.locations-item__wrap .owl-dots {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
}
.locations-item__wrap .owl-dots .owl-dot span {
  width: 9px !important;
  height: 9px !important;
  margin: 0 7px !important;
  border-radius: 50%;
  background: #D8D8D8 !important;
  border: none !important;
}
.locations-item__wrap .owl-dots .owl-dot.active span, .locations-item__wrap .owl-dots .owl-dot:hover span {
  background-color: #64A70B !important;
}
.locations-item__wrap.info {
  padding: 0 79px;
}
.locations-item__wrap.info strong {
  width: 100%;
  display: block;
}
.locations-item__wrap.info a.locations-wrap-info__map {
  margin: 15px 0;
  font-weight: 400;
}
.locations-item__wrap.info strong {
  font-weight: 600;
}
.locations-item__wrap.info .sub_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 26px;
  width: 100%;
}
.locations-item__wrap.info .sub_div .hours, .locations-item__wrap.info .sub_div .locations-wrap-info__con {
  width: 50%;
}
.locations-item__wrap.info .sub_div .hours {
  position: relative;
}
.locations-item__wrap h3 {
  color: #007C58;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 28px;
}
.locations-wrap-info__blk h4 {
  color: #007C58;
}
.locations-wrap-info__blk strong {
  font-weight: 600;
}
.locations-wrap-info__blk .locations-wrap-info__map, .locations-wrap-info__blk span, .locations-wrap-info__blk strong {
  width: 100%;
  display: block;
}
.locations-other {
  margin: 82px 0 101px 0;
}
.locations-other h3 {
  margin-bottom: 33px;
  line-height: 29px;
}
.locations-other-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.locations-other__item {
  width: calc(50% - 20px);
  margin-right: 40px;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.locations-other__item:last-child {
  margin-right: 0;
}
.locations-other__sblk.info {
  padding: 0 35px;
  width: 50%;
}
.locations-other__sblk img {
  display: block;
}
.locations-other__sblk a.button {
  padding: 4px 28px;
  font-size: 14px;
  line-height: 17px;
}
.locations-map {
  position: relative;
  width: 100%;
  max-height: 905px;
  height: 100vh;
}

.mb_67 {
  margin-bottom: 67px;
}

.acf-map {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.acf-map img {
  max-width: inherit !important;
}

input#coupon_code {
  width: 110px;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  width: 100% !important;
}

.page-faq {
  position: relative;
  width: 100%;
}
.page-faq-hero {
  background-color: rgba(100, 167, 11, 0.08);
  width: 100%;
  position: relative;
}
.page-faq-hero.locations-hero {
  padding-bottom: 0;
}
.page-faq-hero h2 {
  margin-bottom: 20px;
}
.page-faq-hero-con {
  color: #72797B;
  max-width: 1192px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 44px;
}
.page-faq-hero-con a {
  color: #64A70B;
}
.page-tabs {
  position: relative;
  width: 100%;
}
.page-tabs-wrap {
  background-color: rgba(100, 167, 11, 0.08);
}
.page-tabs-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-tabs-wrap ul li {
  padding: 22px 15px 17px 15px;
  position: relative;
  color: #007C58;
  font-size: 18px;
  cursor: pointer;
}
.page-tabs-wrap ul li:after {
  content: "";
  width: 1px;
  background: #D3D3D3;
  height: 30px;
  right: 0;
  bottom: 14px;
  display: block;
  position: absolute;
}
.page-tabs-wrap ul li.active {
  background-color: #ffffff;
  border-radius: 19px 19px 0 0;
  font-weight: 600;
}
.page-tabs-wrap ul li.active:after {
  opacity: 0;
}
.page-tabs-wrap ul li.col-6 {
  width: 16.66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-tabs-wrap ul li:last-child:after {
  opacity: 0;
}
.page-tabs-content {
  padding: 45px 0 161px 0;
  position: relative;
  width: 100%;
}
.page-tabs-content-wrap {
  display: none;
}
.page-tabs-content-wrap.active {
  display: block;
}
.page-tabs-item {
  position: relative;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(100, 167, 11, 0.38);
}
.page-tabs-item .question-title {
  color: #007C58;
  font-size: 24px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  padding: 36px 0 16px 145px;
  max-width: 1070px;
  font-family: "BrandonTextW01", sans-serif;
}
.page-tabs-item .question-title .plus-icon, .page-tabs-item .question-title .minus-icon {
  position: absolute;
  left: 80px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page-tabs-item .question-title .plus-icon {
  background-image: url("./assets/img/ico-down.svg");
}
.page-tabs-item .question-title .minus-icon {
  background-image: url("./assets/img/ico-top.svg");
  display: none;
}
.page-tabs-item .question-content {
  font-size: 18px;
  line-height: 28px;
  padding: 0 70px 0 145px;
}
.page-tabs-item .question-content a {
  color: #64A70B;
}
.page-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-navigation ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid #d3ced2;
}
.page-navigation ol li {
  border-right: 1px solid #d3ced2;
}
.page-navigation ol li.bpn-current {
  padding: 0.5em;
}
.page-navigation ol li a {
  padding: 0.5em;
  min-width: 1em;
  display: block;
  line-height: 1;
  font-size: 1em;
}
.page-navigation ol li:last-child {
  border-right: 0;
}

.about-blk-op {
  margin-top: -81px;
}
.about-blk-op-wrap .ctb {
  line-height: 27px;
}
.about-blk-op-wrap .ctb a {
  color: #64A70B;
}
.about-blk-tm {
  width: 100%;
  position: relative;
  margin-bottom: 94px;
}
.about-blk-tm-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -74px;
}
.about-blk-tm-info {
  line-height: 27px;
}
.about-blk-tm-img {
  width: 671px;
  border-radius: 19px;
  position: relative;
  overflow: hidden;
}
.about-blk-tm-ctb {
  width: calc(100% - 671px);
  padding-left: 89px;
}
.about-blk-title {
  text-transform: uppercase;
  font-family: "BrandonTextW01", sans-serif;
  color: #007C58;
  font-size: 28px;
  line-height: 76px;
  padding-top: 56px;
}
.about-blk-ov {
  margin-bottom: 94px;
}
.about-blk-ov-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-blk-ov-item {
  width: 25%;
  padding-right: 20px;
}
.about-blk-ov-item .h2 {
  font-size: 30px;
  line-height: 32px;
  font-family: "BrandonTextW01", sans-serif;
  color: #64A70B;
  font-weight: 400;
}
.about-blk-ov-item .ct {
  line-height: 32px;
  margin-bottom: 30px;
  max-width: 390px;
}

.search-page {
  padding: 40px 0;
}

.appt-blk {
  margin-bottom: 50px;
}
.appt-blk-op {
  width: calc(50% - 20px);
  margin-right: 40px;
  background-color: #F5F5F5;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  padding: 35px 60px 25px 53px;
}
.appt-blk-op h2 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 19px;
  font-weight: 900;
  max-width: 370px;
  color: #007C58;
  text-transform: uppercase;
}
.appt-blk-op h2:before {
  content: "";
  background-image: url("./assets/img/prescription.png");
  background-size: contain;
  max-width: 47px;
  max-height: 47px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.appt-blk-op:last-child {
  margin-right: 0;
}
.appt-blk-op:last-child h2 {
  max-width: 70%;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.appt-blk-op:last-child h2:before {
  background-image: url("./assets/img/plus.svg");
}
.appt-blk-op-con {
  line-height: 21px;
  margin-bottom: 19px;
}
.appt-blk-op-btn {
  width: 30%;
  text-align: right;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  font-weight: 400;
  color: #64A70B;
  text-transform: uppercase;
  cursor: pointer;
}
.appt-blk-op-btn i {
  font-size: 18px;
  color: #64A70B;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.appt-blk-op a.button {
  position: relative;
  box-shadow: 0px 7px 12px 0px rgba(93, 193, 154, 0.41);
  max-width: 284px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.appt-blk-op a.button:after {
  content: "";
  background-image: url("./assets/img/calendar.png");
  background-size: contain;
  max-width: 28px;
  max-height: 24px;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  margin-left: 16px;
}
.appt-blk-loc {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.appt-blk-loc-blk {
  width: 50%;
}
.appt-blk-loc-blk:first-child {
  padding-right: 20px;
}
.appt-blk-loc-blk:last-child {
  padding-left: 20px;
}
.appt-blk-loc-blk .day-details {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  color: #007C58;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.32);
}
.appt-blk-loc-blk .day-details strong {
  color: #484848;
  margin-left: 10px;
}
.appt-blk-loc-blk .trow {
  border-bottom: 1px solid rgba(151, 151, 151, 0.32);
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.appt-blk-loc-blk .tcol {
  line-height: 18px;
}
.appt-blk-loc-blk .tcol.loc {
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #007C58;
}
.appt-blk-loc-blk .tcol:last-child {
  padding-left: 10px;
}
.appt-blk-loc-blk .tcol a {
  color: #64A70B;
  text-decoration: underline;
}

.pharma-popupblock {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.pharma-popupblock-section {
  max-width: 1290px;
  width: 90%;
  padding-bottom: 15vh;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background-color: #EFEFEF;
  border-radius: 18px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.19);
}
.pharma-popupblock-section-blockheader {
  position: relative;
  background-color: #007C58;
  padding: 21px 38px 18px 38px;
  border-radius: 18px 18px 0 0;
}
.pharma-popupblock-section-blockheader .h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 18px 18px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pharma-popupblock-section-blockheader .h1 img {
  display: inline-block;
  margin-right: 27px;
}
@media (max-width: 768px) {
  .pharma-popupblock-section-blockheader .h1 {
    font-size: calc(22px + 18 * (100vw - 300px) / 1300);
  }
}
.pharma-popupblock-section-close {
  position: absolute;
  top: -20px;
  right: 30px;
  display: block;
  max-width: 41px;
  max-height: 41px;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.pharma-popupblock-section-header {
  width: 100%;
  padding-top: 34px;
}
.pharma-popupblock-section-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pharma-popupblock-section-rows:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.56);
}

.block-container {
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.block-container .th.spl, .block-container .tr.spl {
  width: 154px;
}
.block-container .th, .block-container .tr {
  width: calc(33.3% - 102.6px);
  font-size: 18px;
  line-height: 40px;
}
.block-container .th, .block-container .tr.week {
  font-family: "brandon-grotesque", sans-serif;
  color: #007C58;
  text-transform: uppercase;
  font-weight: 900;
}
.block-container .tr.day {
  font-weight: bold;
}
.block-container .tr a {
  background-color: #ffffff;
  color: #64A70B;
  text-decoration: underline;
  display: block;
  margin-left: -16px;
  padding-left: 16px;
  max-width: 154px;
}

.effects-blk {
  position: relative;
  padding: 50px 0;
}
.effects-blk-wrap {
  max-width: 1280px;
  border-radius: 18px;
  background-color: #f5f5f5;
  padding: 40px 0 25px;
  text-align: center;
}
.effects-blk-wrap h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 20px 0 10px;
  line-height: 19px;
  color: #007c58;
  text-transform: uppercase;
}
.effects-blk-wrap .ctb {
  color: #484848;
  margin-bottom: 30px;
  line-height: 21px;
}
.effects-blk-wrap .ctb a {
  color: #64A70B;
}
.effects-blk-wrap .hlinks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.effects-blk-wrap .hlinks-item {
  padding: 0 50px 0 20px;
  border-left: 1px solid #979797;
  text-align: left;
}
.effects-blk-wrap .hlinks-item img {
  display: inline-block;
  margin-bottom: 8px;
}
.effects-blk-wrap .hlinks-item a {
  color: #64a70b;
  font-weight: 400;
  text-decoration: underline;
  line-height: 21px;
  display: block;
}

.recm-products {
  position: relative;
  padding: 95px 0 110px;
}
.recm-products h2 {
  color: #484848;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.recm-products .flex-row .col-50 {
  border-radius: 18px;
  background-color: #f5f5f5;
  min-height: 450px;
  overflow: hidden;
  margin-right: 40px;
}
.recm-products .flex-row .col-50 .ct-wrap {
  padding: 50px 30px;
  width: 45%;
  position: relative;
}
.recm-products .flex-row .col-50 .img-wrap {
  width: 55%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recm-products .flex-row .col-50:last-child {
  margin-right: 0;
}
.recm-products h3 {
  font-size: 30px;
  line-height: 1.07;
  color: #007c58;
  max-width: 160px;
}

.insta-blk {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 0;
  text-align: center;
}

.contact-blk {
  position: relative;
  background: rgba(100, 167, 11, 0.0767299107);
  padding: 40px 0 60px;
  margin-bottom: 260px;
}
.contact-blk h1 {
  color: #007C58;
  font-size: 74px;
}
@media (max-width: 768px) {
  .contact-blk h1 {
    font-size: calc(34px + 40 * (100vw - 300px) / 1300);
  }
}
.contact-blk h2 {
  color: #64A70B;
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.contact-blk-ctb {
  padding: 90px 50px 0 0;
  width: 40%;
}
.contact-blk-ctb a {
  color: #64A70B;
  margin-bottom: 10px;
}
.contact-blk-form {
  width: 60%;
  background-color: #CDE7E0;
  border-radius: 19px;
  padding: 50px;
  margin-bottom: -200px;
}
.contact-blk-form-wrap {
  max-width: 530px;
  margin: 0 auto;
}
.contact-blk-form-wrap h4 {
  color: #007C58;
  font-family: "BrandonTextW01", sans-serif;
  font-size: 16px;
  text-align: center;
}
.contact-blk-form-wrap .wpcf7 {
  margin: 30px auto 0 auto;
  max-width: 460px;
}
.contact-blk-form-wrap .wpcf7 label {
  color: #484848;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
  display: block;
}
.contact-blk-form-wrap .wpcf7 p#submit {
  text-align: center;
  max-width: 185px;
  margin: 0 auto;
}
.contact-blk-form-wrap .wpcf7 p#submit input {
  background-color: #007C58;
  border-radius: 28.5px;
  max-width: 185px;
  width: 100%;
  padding: 18px 40px 18px 100px;
  background-image: url(./assets/img/mail2.png);
  background-repeat: no-repeat;
  background-size: 57px;
  background-position: 33px center;
}

.wpcf7-spinner {
  width: 0;
  display: none;
  height: 0;
}

.cat-products {
  position: relative;
  padding: 80px 0;
}
.cat-products h2 {
  font-weight: 900;
  line-height: 29px;
  color: #484848;
  margin-bottom: 40px;
}
.cat-products-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat-products-wrap a {
  margin: 0 40px 80px 0;
  width: calc(25% - 30px);
  text-align: center;
}
.cat-products-wrap a:nth-child(4n) {
  margin-right: 0;
}
.cat-products-wrap h3 {
  font-size: 24px;
  color: #007c58;
  margin: 10px 0;
}
.cat-products-wrap img {
  border-radius: 50%;
}

.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav button {
  outline: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 41px;
  top: 50%;
  max-width: 41px;
  height: 41px;
  display: block;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav button span {
  display: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  background-image: url("./assets/img/left.svg");
  left: 27px;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  background-image: url("./assets/img/right.svg");
  right: 27px;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  background-size: cover;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  margin-top: 13px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #64a70b;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #64a70b;
}

body.woocommerce-checkout .page-section {
  padding: 40px 0 60px 0;
}

.woocommerce-input-wrapper input[type=text], .woocommerce-input-wrapper input[type=url], .woocommerce-input-wrapper input[type=password], .woocommerce-input-wrapper input[type=tel], .woocommerce-input-wrapper input[type=number], .woocommerce-input-wrapper input[type=email], .woocommerce-input-wrapper textarea, .woocommerce-input-wrapper select, .woocommerce-ResetPassword input[type=text], .woocommerce-ResetPassword input[type=url], .woocommerce-ResetPassword input[type=password], .woocommerce-ResetPassword input[type=tel], .woocommerce-ResetPassword input[type=number], .woocommerce-ResetPassword input[type=email], .woocommerce-ResetPassword textarea, .woocommerce-ResetPassword select, .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=url], .woocommerce-form-login input[type=password], .woocommerce-form-login input[type=tel], .woocommerce-form-login input[type=number], .woocommerce-form-login input[type=email], .woocommerce-form-login textarea, .woocommerce-form-login select, .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=url], .woocommerce-form-register input[type=password], .woocommerce-form-register input[type=tel], .woocommerce-form-register input[type=number], .woocommerce-form-register input[type=email], .woocommerce-form-register textarea, .woocommerce-form-register select {
  border: 1px solid #979797;
}

.products-list-wrap {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.products-list-wrap.spl-products {
  width: calc(25% - 30px);
  margin: 0 40px 40px 0;
}
.products-list-wrap.spl-products:nth-child(4n) {
  margin-right: 0;
}
.products-list-info {
  padding: 0 30px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-list-info .spl_btn {
  text-align: center;
  margin-bottom: 16px;
}
.products-list-info .spl_btn .button {
  max-width: 149px;
  border-radius: 12.5px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
}
.products-list-info h3 {
  line-height: 25px;
  margin-bottom: 14px;
  width: 100%;
  order: 1;
}
.products-list-info .price-details {
  width: 100%;
  order: 2;
}
.products-list-info span.sale-price, .products-list-info span.original-price, .products-list-info span.regular-price {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-right: 12px;
  color: #484848;
}
.products-list-info span.regular-price {
  color: #B6C0BC;
  font-weight: 400;
}
.products-list-info span.add_to_cart_button {
  margin-top: 20px;
}
.products-list-info .button {
  order: 3;
  width: calc(100% - 50px);
  margin-top: 5px;
  border-radius: 0 28.5px 28.5px 0;
  box-shadow: 0 7px 12px 0 rgba(93, 193, 154, 0.41);
  background-color: #64A70B;
  color: #ffffff;
  padding: 16px 10px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.products-list-info .added_to_cart {
  order: 4;
}
.products-list-hashtag {
  width: 100%;
  display: block;
}
.products-list-hashtag__blk {
  display: inline-block;
}

.site-footer {
  width: 100%;
  background-color: #484848;
  position: relative;
}
.site-footer-main {
  width: 100%;
  position: relative;
  padding: 54px 0 28px 0;
  border-bottom: 1px solid #979797;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-footer-main__item {
  width: 25%;
  color: rgba(255, 255, 255, 0.3);
}
.site-footer-main__item a {
  color: rgba(255, 255, 255, 0.3);
}
.site-footer-main__item a:hover {
  color: #ffffff;
}
.site-footer-main__item h6 {
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 900;
}
.site-footer-details {
  width: 100%;
  position: relative;
  padding: 42px 0 100px 0;
}
.site-footer-details__item {
  width: calc(50% - 175px);
}
.site-footer-details__item.spl_blk {
  width: 350px;
}
.site-footer-details__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer-details__item ul li {
  line-height: 36px;
  display: block;
}
.site-footer-details__item ul li a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-weight: 400;
}
.site-footer-details__item ul li a strong {
  font-weight: 400;
}
.site-footer-details__item ul li a span {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
  font-weight: 300;
}
.site-footer-details__item ul li a span h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer-details__item ul li a span strong {
  font-weight: 400;
}
.site-footer-details__item ul li a img {
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  max-width: 24px;
}
.site-footer-details__item ul li a.hours img {
  vertical-align: unset;
}
.site-footer-details__item ul li a.mail {
  text-decoration: underline;
}
.site-footer-details__item ul li a.cart-icon {
  display: none;
}
.site-footer-details__item:nth-last-child(2) {
  padding-left: 10px;
}
.site-footer-details__item:last-child {
  padding-left: 20px;
}
.site-footer-details__left {
  width: calc(100% - 348px);
  position: relative;
}
.site-footer-details__right {
  width: 348px;
  padding-left: 28px;
}
.site-footer-details__right h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}
.site-footer-copyright {
  width: 50%;
  color: #B3B3B3;
  font-size: 14px;
  line-height: 20px;
}
.site-footer-copyright.footer-nav {
  padding-right: 48px;
  text-align: right;
}
.site-footer-copyright.footer-nav a {
  margin-right: 20px;
}

body.take_away .wc_payment_methods.payment_methods.methods {
  display: none !important;
}

#footer-profound {
  padding: 6px 0px 48px 0;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

[class*=" ppicon-"],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ppicon-profound:before {
  content: "\e900";
}

.ppicon-profound-accolade:before {
  content: "\e901";
}

#profound-copyright-footer a {
  text-decoration: none;
  color: #B3B3B3;
  vertical-align: middle;
}

.profound-fadeinanim:hover {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeinanim;
  animation-duration: 2.5s;
}

@keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profound-fadeoutanim {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeoutanim;
  animation-duration: 2.5s;
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skiptocontent {
  position: absolute;
  top: -99vh;
  background: #fafafa;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
}

.skiptocontent:focus {
  top: 4rem;
  left: 4rem;
}

.about-blk {
  position: relative;
}
.about-blk-hero {
  padding: 40px 0 0;
}
.about-blk-hero h1 {
  color: #007C58;
  font-size: 74px;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .about-blk-hero h1 {
    font-size: calc(34px + 40 * (100vw - 300px) / 1300);
  }
}
.about-blk-hero h1 span {
  color: #64a70b;
}
.about-blk-hero-ctb {
  padding: 90px 50px 0 0;
  width: 40%;
}
.about-blk-hero-ctb a {
  color: #64A70B;
}
.about-blk-hero-img {
  width: 60%;
  margin-bottom: -70px;
}
.about-blk-hero-img img {
  width: 100%;
  border-radius: 19px;
}
.about-blk-op {
  padding: 140px 0 160px;
  background-color: rgba(100, 167, 11, 0.08);
}
.about-blk-op h2 {
  font-family: "BrandonTextW01", sans-serif;
  font-size: 28px;
  line-height: 2.71;
  text-transform: uppercase;
  color: #007c58;
  font-weight: 400;
}
.about-blk-op-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.appointment .about-blk-op {
  padding: 140px 0 40px;
}

.shop-wrap {
  position: relative;
  padding: 60px 0;
  background-color: #F5F5F5;
}
.shop-wrap-blk {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.shop-filter {
  width: 20%;
  padding-right: 40px;
}
.shop-prdts {
  width: 80%;
}

.wc-block-product-search .wc-block-product-search__label {
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 29px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  width: 100%;
  display: block;
}
.wc-block-product-search .wc-block-product-search__fields {
  display: block !important;
  margin: 20px 0;
}
.wc-block-product-search .wc-block-product-search__field {
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid #979797;
}
.wc-block-product-search .wc-block-product-search__button {
  margin: 10px 0 0 0;
  padding: 15px 20px;
}

.wp-block-group h2 {
  line-height: 29px;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}
.wp-block-group p {
  margin-bottom: 0;
}
.wp-block-group .all-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #979797;
}
.wp-block-group .all-products a {
  width: 80%;
}
.wp-block-group .all-products a:hover {
  color: #64A70B;
}
.wp-block-group .all-products span {
  width: 20%;
  text-align: right;
}
.wp-block-group .wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-block-group .wc-block-product-categories-list li {
  border-bottom: 1px solid #979797;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.wp-block-group .wc-block-product-categories-list li span {
  width: 20%;
  text-align: right;
}
.wp-block-group .wc-block-product-categories-list li ul {
  margin-left: 15px;
  padding: 0;
  width: 100%;
  display: none;
}
.wp-block-group .wc-block-product-categories-list li ul li:last-child {
  border: 0;
}
.wp-block-group .wc-block-product-categories-list li.active > a {
  color: #64A70B;
}
.wp-block-group .wc-block-product-categories-list li.active a {
  pointer-events: all;
}
.wp-block-group .wc-block-product-categories-list li.active ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-block-group .wc-block-product-categories-list li > a {
  pointer-events: none;
}
.wp-block-group .wc-block-product-categories-list li a {
  width: 80%;
}
.wp-block-group .wc-block-product-categories-list li a:hover {
  color: #64A70B;
}

.product-thumbnail, .woocommerce div.product div.summary {
  width: 50%;
  float: left;
}

.woocommerce div.product form.cart .button {
  border-radius: 0 28.5px 28.5px 0;
  padding: 16px 25px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 !important;
}
.woocommerce div.product form.cart div.quantity .qty {
  margin-bottom: 6px;
}

.single__pw {
  padding: 60px 0;
  position: relative;
  background: #F5F5F5;
}

#sync1 .item {
  max-width: 530px;
  margin: 0 auto;
}

.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product, .shop-wrap ul.products li.product {
  width: calc(25% - 30px);
  margin: 0 40px 40px 0;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.woocommerce ul.products li.product:nth-child(4n), .shop-wrap ul.products li.product:nth-child(4n) {
  margin-right: 0;
}
.woocommerce ul.products li.product a img, .shop-wrap ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .price, .shop-wrap ul.products li.product .price {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce ul.products li.product .price del bdi, .shop-wrap ul.products li.product .price del bdi {
  color: #B6C0BC;
  margin-right: 10px;
}
.woocommerce ul.products li.product .post-item-info, .shop-wrap ul.products li.product .post-item-info {
  padding: 10px 25px 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .post-item-info .woocommerce-loop-product__title, .shop-wrap ul.products li.product .post-item-info .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 1.2;
}
.woocommerce ul.products li.product .post-item-info .woocommerce-loop-product__link, .shop-wrap ul.products li.product .post-item-info .woocommerce-loop-product__link {
  order: 1;
  display: block;
  width: 100%;
}
.woocommerce ul.products li.product .post-item-info .button, .shop-wrap ul.products li.product .post-item-info .button {
  order: 3;
  width: calc(100% - 50px);
  margin-top: 5px;
  border-radius: 0 28.5px 28.5px 0;
  box-shadow: 0 7px 12px 0 rgba(93, 193, 154, 0.41);
  background-color: #64A70B;
  color: #ffffff;
  padding: 16px 10px;
  display: inline-flex;
}
.woocommerce ul.products li.product .post-item-info .added_to_cart, .shop-wrap ul.products li.product .post-item-info .added_to_cart {
  order: 4;
}
.woocommerce ul.products li.product.last, .shop-wrap ul.products li.product.last {
  margin-right: 0;
}

.quantity {
  order: 2;
  border-top-left-radius: 28.5px;
  border-bottom-left-radius: 28.5px;
  display: inline-flex;
  max-width: 50px;
  margin-top: 5px;
}

.spls {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.shop_table_responsive .shipping {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}
.woocommerce-info {
  border-top-color: #64A70B;
}
.woocommerce-info:before {
  color: #64A70B;
}
.woocommerce form .form-row .required {
  margin-right: 20px;
}
.woocommerce-shipping-calculator {
  display: none;
}
.woocommerce p.stars a {
  color: #64A70B;
}
.woocommerce div.product {
  padding-top: 20px;
}
.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 2em;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: 1px solid #D3D3D3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  text-align: center;
  color: #007C58;
  font-size: 18px;
  border: none;
  background: transparent;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #007C58;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #007C58;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #ffffff;
  border-radius: 19px 19px 0 0;
  border: 1px solid #D3D3D3;
  border-bottom: 0;
  font-weight: 600;
}
.woocommerce .quantity .qty {
  height: 51px;
  width: 100%;
  border: 0;
  background: #64A70B;
  color: #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 28.5px 0 0 28.5px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #64A70B;
  border-radius: 28.5px;
  padding: 17px 25px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #000000;
  background-color: #64A70B;
}

.quantity .qty {
  height: 51px;
  width: 100%;
  border: 0;
  background: #64A70B;
  color: #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 28.5px 0 0 28.5px;
}

.related h2 {
  margin-bottom: 30px;
}

span#read-button {
  color: #64A70B;
  cursor: pointer;
  display: inline-block;
}
span#read-button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 8px;
  transform: rotate(180deg);
}
span#read-button.changed i {
  transform: unset;
}

body.woocommerce-cart .page-section, body.woocommerce-account .page-section {
  padding: 50px 0;
}

body.single-product #secondary {
  display: none;
}

#sbi_images.owl-carousel.owl-theme .owl-nav button.owl-next, #sbi_images.owl-carousel.owl-theme .owl-nav button.owl-prev {
  top: 30%;
}
#sbi_images.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: -25px;
}
#sbi_images.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: -25px;
}

div#byconsolewooodt_checkout_field, div#customer_details {
  margin-bottom: 30px;
}

.woocommerce ul#shipping_method li.hidden {
  display: none !important;
}

.insta-blk .button {
  max-width: 320px;
  width: 100%;
  padding: 12px;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.insta-blk .button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.insta-list-image {
  margin-bottom: 21px;
}
.insta-list-info {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.content-area {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item {
  width: calc(25% - 30px);
  margin: 0 40px 40px 0;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 10px 25px 25px;
}
.blog-item:nth-child(4n) {
  margin-right: 0;
}
.blog-info-desc {
  margin: 10px 0;
}
.blog-info .price {
  margin: 10px 0;
}
.blog-info .added_to_cart {
  display: none;
}

.mobile-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.mobile-blks {
  width: 33.3%;
  padding: 10px;
  border: 1px solid #979797;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  background-color: #64A70B;
}
.mobile-blks span {
  width: 100%;
  display: block;
  font-weight: 600;
}
.mobile-blks:nth-child(2) {
  background-color: #1D9673;
}
.mobile-blks:last-child {
  background-color: #007C58;
}

.otgs-development-site-front-end {
  display: none !important;
}

.mq-desktop {
  display: block;
}
@media (max-width: 960px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq_mob {
  display: none;
}

.mq-mobile {
  display: none;
}
@media (max-width: 960px) {
  .mq-mobile {
    display: flex !important;
  }
}

@media screen and (max-width: 1280px) {
  .container,
  #container {
    padding: 0 30px;
  }
  .site-header .container {
    padding: 0 15px;
  }
  .site-header-top .logo {
    width: 150px;
  }
  .site-header-top__right {
    width: calc(100% - 150px);
  }
  .site-header-top__right form {
    max-width: 320px;
  }
  .site-header .header__nav-list li:first-child {
    padding-right: 8px;
  }
  .site-header .header__nav-list li a {
    font-size: 14px;
  }
  .site-header .header__nav-list ul li, .site-header .header__nav-sidebar ul li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header__nav-list li:first-child {
    padding-right: 5px;
  }
  .site-header .header__nav-list ul li, .site-header .header__nav-sidebar ul li {
    padding: 0 5px;
  }
  .site-footer-main__item img {
    max-width: 180px;
  }
  .site-footer-details__right {
    width: 240px;
  }
  .site-footer-details__left {
    width: calc(100% - 240px);
  }
  .locations-item__wrap h3 {
    margin-bottom: 15px;
  }
  .locations-item__wrap.info a.locations-wrap-info__map {
    margin: 10px 0;
  }
  .locations-item__wrap.info .sub_div .hours:after {
    margin-left: 10px;
  }
  .locations-other__sblk.info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .site-header-top__right .burger span:first-child {
    top: 3px;
  }
  .site-header .site-header-top__right .burger span:last-child {
    top: 21px;
  }
  .show-site-menu .site-header .site-header-top__right .burger span:first-child,
  .show-site-menu .site-header .site-header-top__right .burger span:last-child {
    top: 12px;
  }
  .site-header {
    padding: 10px 0px;
  }
  .site-header-main {
    display: none;
  }
  .site-header #burger {
    display: flex;
    width: 30px;
    height: 30px;
  }
  .site-header-top__right a, .site-header-top__right form {
    display: none;
  }
  .site-footer-main {
    display: inline-block;
    padding: 30px 20px 10px 20px;
  }
  .site-footer-main__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer-details {
    display: inline-block;
    padding: 40px 0;
  }
  .site-footer-details__left, .site-footer-details__right {
    width: 100%;
  }
  .site-footer-details__left {
    display: inline-block;
  }
  .site-footer-details__right {
    padding: 30px 0;
    text-align: center;
  }
  .site-footer-details__item {
    width: 100%;
  }
  .site-footer-details__item.spl_blk {
    width: 100%;
  }
  .site-footer-details__item:first-child, .site-footer-details__item:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
  }
  .site-footer-details__item:nth-last-child(2) {
    padding-top: 30px;
  }
  .site-footer-details__item:nth-last-child(2), .site-footer-details__item:last-child {
    padding-left: 30px;
  }
  .site-footer-copyright {
    text-align: center;
    width: 100%;
  }
  .site-footer-copyright.footer-nav {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .mb_menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .cart-icon {
    padding: 10px;
  }
  .cart-icon a {
    display: inline-block;
  }
  #footer-profound {
    flex-direction: column-reverse;
    padding: 10px 0 30px 0;
  }
  .cat-products {
    padding: 20px 0;
  }
  .cat-products-wrap a {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .cat-products-wrap a:nth-child(2n) {
    margin-right: 0;
  }
  .cat-products-wrap h3 {
    font-size: 22px;
  }
  #hero-slider {
    margin-bottom: 0;
  }
  #hero-slider .item {
    background-image: none !important;
    background-color: #EFEFEF;
  }
  #hero-slider .item-img {
    display: block;
  }
  #hero-slider .item .hero-slider-content {
    text-align: center;
    max-width: 100%;
  }
  #hero-slider .item .ctb {
    text-align: center;
    max-width: 100%;
  }
  .appt-blk {
    margin-bottom: 30px;
  }
  .appt-blk .flex-row {
    display: inline-block;
  }
  .appt-blk-op {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 40px 30px;
  }
  .appt-blk-op:last-child h2 {
    max-width: 100%;
  }
  .appt-blk-op-btn {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .appt-blk-op h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .recm-products {
    padding: 30px 0;
  }
  .recm-products .flex-row {
    display: inline-block;
  }
  .recm-products .flex-row .col-50 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .spcl-products {
    padding: 40px 0;
  }
  .effects-blk-wrap {
    padding: 30px 20px;
  }
  .effects-blk-wrap .hlinks {
    display: inline-block;
  }
  .effects-blk-wrap .hlinks-item {
    padding: 20px 0 0 0;
    border: 0;
  }
  .effects-blk-wrap .hlinks-item img {
    border-top: 1px solid #979797;
    margin: 0 auto;
    padding: 20px;
  }
  .effects-blk-wrap h2 {
    font-size: 18px;
  }
  .shop-wrap-blk {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shop-prdts, .shop-filter {
    width: 100%;
  }
  .shop-filter {
    padding-right: 0;
  }
  .woocommerce ul.products li.product a {
    width: 100%;
  }
  .products-list-wrap.spl-products {
    width: calc(50% - 25px);
  }
  .products-list-wrap.spl-products:nth-child(2n) {
    margin-right: 0;
  }
  .contact-blk {
    padding: 40px 0;
  }
  .contact-blk .flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-blk-ctb, .contact-blk-form {
    width: 100%;
  }
  .contact-blk-ctb {
    padding: 0 0 30px 0;
  }
  .contact-blk h2 {
    font-size: 22px;
  }
  .about-blk-hero .flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-blk-hero-ctb, .about-blk-hero-img {
    width: 100%;
  }
  .about-blk-hero-ctb {
    padding: 0;
  }
  .about-blk-hero h1 {
    margin-bottom: 20px;
  }
  .about-blk-hero-img {
    margin-bottom: 0;
  }
  .about-blk-op {
    padding: 100px 0 40px 0;
  }
  .about-blk-op h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .about-blk-op-wrap .ctb {
    line-height: 1.2;
  }
  .about-blk-tm {
    margin-bottom: 20px;
  }
  .about-blk-tm-wrap {
    margin-top: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-blk-tm-img, .about-blk-tm-ctb {
    width: 100%;
  }
  .about-blk-tm-ctb {
    padding-left: 0;
  }
  .about-blk-tm-info {
    line-height: 1.2;
  }
  .about-blk-ov {
    margin-bottom: 30px;
  }
  .about-blk-ov-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-blk-ov-item {
    width: 100%;
  }
  .about-blk-ov-item .h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .about-blk-ov-item .ct {
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .about-blk-title {
    font-size: 22px;
    line-height: 1.2;
  }
  .about-blk-info {
    line-height: 1.2;
  }
  .locations-hero {
    padding: 40px 0;
  }
  .locations-item {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .locations-item__wrap {
    width: 100%;
  }
  .locations-item__wrap.info {
    padding: 30px;
  }
  .locations-item__wrap h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .page-faq-hero h2 {
    margin-bottom: 10px;
  }
  .page-faq-hero-con {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page-tabs-content {
    padding: 30px 0;
  }
  .page-tabs-item .question-title {
    padding: 20px 20px 20px 35px;
    font-size: 20px;
  }
  .page-tabs-item .question-title .plus-icon, .page-tabs-item .question-title .minus-icon {
    width: 15px;
    height: 15px;
    left: 10px;
    transform: translate(-50%, -10px);
  }
  .page-tabs-item .question-content {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 20px 20px 35px;
  }
  .pharma-popupblock-section-blockheader {
    padding: 20px;
  }
  .pharma-popupblock-section-blockheader .h1 img {
    max-width: 40px;
    margin-right: 10px;
  }
  .block-container {
    padding: 0 20px;
  }
  .locations-wrap-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .locations-wrap-info {
    padding: 20px;
  }
  .locations-content {
    line-height: 1.2;
  }
  .locations-other-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .locations-other__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .locations-other__sblk {
    width: 50%;
  }
  .locations-other__sblk img {
    width: 100%;
  }
  html, body {
    line-height: 1.2;
  }
  a.button.shop-btn {
    padding: 15px;
  }
  .blog-item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
    padding: 10px;
  }
  .blog-item:nth-child(4n) {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mq_tab {
    display: none;
  }
  .mq_mob {
    display: block;
  }
  .mq_mob.mob_pop_blk {
    height: 95%;
    overflow: auto;
    position: relative;
  }
  .mq_mob .block-container .tr {
    width: calc(33.3% - 40px);
  }
  .mq_mob .block-container .tr.spl {
    width: 120px;
  }
  .pharma-popupblock-section {
    height: 85vh;
  }
}
@media screen and (max-width: 600px) {
  #hero-slider .item {
    min-height: 70vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #hero-slider .item-img {
    background-position: top center;
    background-size: contain;
  }
  #hero-slider .item .hero-slider-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 530px) {
  .appt-blk-loc {
    display: inline-block;
  }
  .appt-blk-loc-blk {
    width: 100%;
  }
  .appt-blk-loc-blk:first-child, .appt-blk-loc-blk:last-child {
    padding: 0 0 30px 0;
  }
  .page-tabs-wrap ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-tabs-wrap ul li.col-6 {
    width: 100%;
  }
  .page-tabs-wrap ul li:after {
    opacity: 0;
  }
  .products-list-wrap.spl-products {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .recm-products h3 {
    max-width: 100%;
    font-size: 24px;
  }
  .recm-products .flex-row .col-50 {
    flex-direction: column-reverse;
  }
  .recm-products .flex-row .col-50 .img-wrap {
    padding-bottom: 70%;
  }
  .recm-products .flex-row .col-50 .ct-wrap {
    padding: 30px 20px;
  }
  .recm-products .flex-row .col-50 .img-wrap, .recm-products .flex-row .col-50 .ct-wrap {
    width: 100%;
  }
  .effects-blk-wrap .hlinks-item a {
    font-size: 14px;
    line-height: 1.2;
  }
  .locations-item__wrap.info .sub_div {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    margin-bottom: 10px;
  }
  .locations-item__wrap.info .sub_div .hours, .locations-item__wrap.info .sub_div .locations-wrap-info__con {
    width: 100%;
  }
  .locations-item__wrap.info .sub_div .hours:after {
    margin-left: 0;
    opacity: 0;
  }
  .locations-other__item {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .locations-other__sblk {
    width: 100%;
  }
  .locations-other__sblk.info {
    width: 100%;
    padding: 20px;
  }
  .contact-blk-form {
    padding: 25px;
  }
  .blog-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .blog-item:nth-child(4n) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .appt-blk-op a.button {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 330px) {
  .site-footer-details__item ul li a img {
    max-width: 20px;
    margin-right: 6px;
  }
}/*# sourceMappingURL=style.css.map */
.woocommerce ul.products li.product .post-item-info .woocommerce-loop-product__link, .shop-wrap ul.products li.product .post-item-info .woocommerce-loop-product__link{order:initial !important;}
.cart-custom{display: flex;align-items: center;}
.cart-custom .quantity,.cart-custom .quantity select,.cart-custom button{margin:0 !important;}
.read-more{border-radius: 50px !important;display: flex !important;justify-content: center;}