/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1300px) {
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body {
  font-size: 16px;
  font-family: "DM Sans", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #121212;
}

@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #121212;
  font-weight: 500;
  line-height: 1.2;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1550px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

@media (max-width: 1550px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.65;
}

p {
  margin: 15px 0;
  color: #454545;
}

@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: bold;
}

p i,
p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #121212;
}

p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0;
}

blockquote p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
  color: #121212;
  margin: 0;
  z-index: 1;
  padding-left: 20px;
  max-width: 670px;
  font-family: "Quicksand", sans-serif;
}

blockquote p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #00802D;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  vertical-align: middle;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #121212;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 13px;
  }
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #00802D;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #EBEBEB;
}

.select_overlay {
  position: relative;
}

.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type="submit"],
input[type="submit"] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #00802D;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 32px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 960px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  button[type="submit"],
  input[type="submit"] {
    padding: 14px 22px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 13px;
  }
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #00802D;
  outline: 0;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  background-color: #00802D;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: white;
  border-color: #00802D;
}

input[type="checkbox"]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #00802D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 10px;
}

input[type="checkbox"]:checked:before {
  width: 17px;
  height: 17px;
}

input[type="radio"]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

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

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #454545;
  font-family: "DM Sans", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #454545;
  font-family: "DM Sans", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #454545;
  font-family: "DM Sans", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #454545;
  font-family: "DM Sans", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #00802D;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}

@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #00802D;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #00802D;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: white;
  border-radius: 34px;
}

@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 14px 22px;
  }
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 18px 28px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  border-radius: 32px;
  background-color: #00802D;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 960px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 14px 22px;
    font-size: 13px;
  }
}

.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.button-white {
  background-color: white;
  color: #121212;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-span:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #121212;
}

.button-grey:hover {
  background-color: #dbdbdb;
  color: #121212;
}

.button2 {
  background: #FFFAE6;
  color: white;
}

.button2:hover {
  text-decoration: none;
  background-color: #fff0b3;
  color: white;
}

.button-line {
  border: 2px solid #00802D;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #00802D;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line:hover {
  background-color: #00802D;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line2:hover {
  background-color: white;
  color: #121212;
}

.btn-arrow {
  padding-right: 33px;
}

@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}

.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}

.btn-arrow:hover img {
  left: 15px;
}

@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: calc(48px - 27px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  background-color: #00802D;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  position: relative;
  top: 2px;
  color: #00802D;
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: calc(48px - 7px);
  height: 1px;
  background-color: #00802D;
}

.button-long-line:hover {
  text-decoration: none;
}

.button-long-line:hover .btn-line-hidden {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.button-long-line:hover .btn-text {
  -webkit-transform: translateX(calc(47px - 8px));
  transform: translateX(calc(47px - 8px));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.button-long-line:hover .btn-line {
  opacity: 0.4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.big-title {
  font-size: 42px;
}

@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}

@media (max-width: 1650px) {
  .container-big {
    padding: 0 50px;
  }
}

@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}

@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}

@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}

.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}

.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  border-collapse: separate;
  overflow: hidden;
  width: 100%;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}

.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}

.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}

.the-content table thead th {
  background-color: #F4F4F4;
}

.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}

.the-content table th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}

.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}

.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}

.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}

.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}

.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#feeae7), to(#feeae7));
  background: linear-gradient(0deg, #feeae7 0%, #feeae7 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  color: #121212;
}

.the-content li a:hover,
.the-content p a:hover {
  background-size: 2px 40px;
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 2px 0;
  display: block;
  color: #454545;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}

.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}

.the-content ul li {
  list-style: none;
}

.the-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
}

.the-content.the-content-checked ul {
  margin: 0;
  list-style-type: none;
}

.the-content.the-content-checked ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 400;
  margin-right: 5px;
}

.the-content.the-content-checked ul li {
  margin: 15px 0;
  padding-left: 0;
}

@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 36px;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}

.title-style p:first-child {
  color: #00802D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.22em;
  margin: 0;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-left: 0;
  }
}

.title-style p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  top: 50%;
  background-color: #00802D;
}

@media (max-width: 767px) {
  .title-style p:first-child::before {
    display: none;
  }
}

.centered-text .title-small {
  padding-left: 0;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .centered-text .title-small {
    padding-top: 34px;
  }
}

.centered-text .title-small::before {
  left: 50%;
  width: 1px;
  height: 34px;
  top: 0;
}

@media (max-width: 767px) {
  .centered-text .title-small::before {
    height: 24px;
    display: block;
  }
}

.title-small {
  color: #00802D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.22em;
  margin: 0;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
}

.title-small::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  top: 50%;
  background-color: #00802D;
}

@media (max-width: 767px) {
  .title-small::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .title-small {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-left: 0;
  }
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}

.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #121212;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfdfd), to(white));
  background: linear-gradient(0deg, #fdfdfd 0%, white 100%);
}

.green-gradient {
  background: #f0f8ec;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f8ec), to(white));
  background: linear-gradient(0deg, #f0f8ec 0%, white 100%);
}

.green-gradient2 {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f0f8ec));
  background: linear-gradient(0deg, white 0%, #f0f8ec 100%);
}

.yellow-gradient {
  background: #fffcf8;
  background: -webkit-gradient(linear, left bottom, left top, from(#fffcf8), to(white));
  background: linear-gradient(0deg, #fffcf8 0%, white 100%);
}

.light-yellow {
  background: #fffffd;
}

.light-yellow2 {
  background: #fffdf9;
}

.light-yellow3 {
  background: #fffcf8;
}

.grey-box {
  background-color: #F4F4F4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #00802D;
}

.blue-box {
  background-color: #00802D;
}

.dark-blue {
  background-color: #FFFAE6;
}

.white-box {
  background-color: white;
}

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.white-txt span.button-white,
.white-txt a.button-white {
  color: #121212;
}

.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: left;
  position: relative;
  background: #f4ffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4ffff), to(#eaffff));
  background: linear-gradient(180deg, #f4ffff 0%, #eaffff 100%);
}

@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}

@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}

@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}

@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.maintenance-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}

@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}

.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}

.maintenance-text input[type="email"] {
  margin-right: 10px;
}

@media (max-width: 1300px) {
  .maintenance-text input[type="email"] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}

@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}

.search-error input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}

.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #00802D;
}

.warp-button-error {
  text-align: center;
}

@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}

@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}

.page-error-centered button[type="submit"],
.page-error-centered input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}

.page-error-centered button[type="submit"] img,
.page-error-centered input[type="submit"] img {
  width: 20px;
  height: 20px;
  display: block;
}

.page-error-centered #yith-ajaxsearchform .search-navigation input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .logo-error {
    margin-bottom: 40px;
  }
}

.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}

.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}

.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

@media (max-width: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}

@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}

.error-text h1 {
  color: #00802D;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}

@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
}

@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}

@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}

.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}

@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}

.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #00802D;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 200px;
  overflow: hidden;
}

.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}

@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #000000d4;
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}

@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}

.accordion .accordion-section {
  border-top: 1px solid #eeee;
}

.accordion .accordion-section:last-child {
  border-bottom: 1px solid #eeee;
}

.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}

.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #00802D;
  position: absolute;
  right: 30px;
  top: 25px;
}

@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}

.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}

.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #eeee;
  background: #fdfdfd;
}

.header {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 1100px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section.section-padd-small {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .section.section-padd-small {
    padding-top: 10px;
  }
}

.section-small-p {
  padding: 40px 0;
}

.tab-wrapper {
  width: 100%;
}

.tab-wrapper .tab {
  margin-top: 30px;
  display: none;
  background-color: white;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
  box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
}

@media (max-width: 960px) {
  .tab-wrapper .tab {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .tab-wrapper .tab {
    padding: 20px;
  }
}

.tab-wrapper .tab.active {
  display: block;
}

@media (max-width: 767px) {
  .box_form_account {
    width: 94%;
  }
  .box_form_account .logo img {
    max-width: 190px;
  }
}

.box-forgot {
  margin-top: 30px;
  background-color: white;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
  box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
}

@media (max-width: 960px) {
  .box-forgot {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .box-forgot {
    padding: 20px;
  }
}

.box-forgot.active {
  display: block;
}

.box-forgot .button1 {
  display: block;
  width: 100%;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 13px;
  }
}

form.checkout.woocommerce-checkout .create-account label {
  color: #111111;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 960px) {
  form.checkout.woocommerce-checkout .create-account label {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  form.checkout.woocommerce-checkout .create-account label {
    font-size: 14px;
  }
}

.woocommerce ul#shipping_method li .shipping-method-description {
  color: #111111;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
  font-size: 16px;
}

.woocommerce ul#shipping_method li label {
  font-weight: 600;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single3"] {
  font-size: 0;
  display: block;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single2"] {
  font-size: 0;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}

.woocommerce table.shop_table td small.shipped_via {
  display: none;
}

.woocommerce-MyAccount-content .order_details th:last-child,
.woocommerce-MyAccount-content .order_details td:last-child {
  text-align: right;
}

.wpfda-delete-account-container button[type="submit"] {
  margin-top: 0;
}

.wpfda-error span {
  display: inherit;
}

.mc4wp-alert {
  padding: 13px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
}

.mc4wp-alert p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

@media (max-width: 767px) {
  .mc4wp-alert p {
    font-size: 14px;
  }
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid red;
  background: red;
}

.mc4wp-alert.mc4wp-error p {
  color: #fff;
}

.mc4wp-alert.mc4wp-success {
  border: none;
  background: #65bc51;
  color: white;
}

.mc4wp-alert.mc4wp-success p {
  color: white;
  padding-left: 30px;
  position: relative;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

.discount_box {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 68px;
  right: 0;
  display: inline-block;
  text-align: center;
}

.discount_box .save {
  background-color: #7e888e;
  border-radius: 500px;
  font-size: 15px;
  font-size: 15px;
  margin: 0;
  line-height: 57px;
  width: 100%;
  display: block;
  color: #fff;
}

.discount_box .save b {
  font-weight: 300;
}

#add_payment_method #payment ul.payment_methods li label img,
.woocommerce-cart #payment ul.payment_methods li label img,
.woocommerce-checkout #payment ul.payment_methods li label img {
  display: none;
}

#add_payment_method #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-cart #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_mobilpay label::before {
  background-image: url(images/svg/card.svg);
}

body .cli-style-v2 .cli-bar-message {
  color: #fff;
}

body #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.heading-large h2 {
  font-size: 42px;
}

@media (max-width: 1430px) {
  .heading-large h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}

.heading-large h2 span {
  font-style: italic;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  content: none !important;
}

html.filter-open,
body.filter-open {
  overflow: hidden !important;
}

.woocommerce form .form-row .optional {
  display: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "\f0d8" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "\f0dd" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

.small-note {
  padding: 15px 20px;
  background: #e7e7e7;
  border-radius: 5px;
  position: relative;
  padding-left: 40px;
  font-size: 13px !important;
}

@media (max-width: 767px) {
  .small-note {
    font-size: 12px !important;
  }
}

.small-note i {
  position: absolute;
  left: 15px;
  top: 16px;
  font-size: 16px;
}

@media (max-width: 640px) {
  .small-note i {
    top: 16px;
  }
}

.small-note a {
  display: initial;
}

@media (max-width: 767px) {
  .section-contact {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .section-contact .container .contact-section-box {
    border-radius: 0;
  }
}

.wp-pagenavi {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 25px;
  }
}

.wp-pagenavi .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi li {
  margin: 1px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
  background-color: #cfd0d0;
  margin: 0;
  margin-right: 2px;
  margin-left: 2px;
}

@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}

@media (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}

.wp-pagenavi span {
  background-color: #00802D;
  color: white;
  font-weight: 500;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-size: 0;
}

.flex-blog {
  margin-top: 30px;
}

.flex-blog .article-item {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .flex-blog .article-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-blog .article-item {
    width: 100%;
  }
}

.flex-blog .article-item span {
  font-size: 12px;
}

.flex-blog .article-item .image {
  height: 200px;
  background-color: #dfdfdfdf;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .flex-blog .article-item .image {
    height: 180px;
  }
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 20px;
}

@media (max-width: 640px) {
  .aws-container .aws-show-clear .aws-search-field {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .mm-btn_next:after,
  .mm-btn_prev:before {
    width: 6px;
    height: 6px;
  }
}

.ovh {
  overflow: hidden;
}

.section-blog .slider-news .slick-track {
  margin-left: 0;
}

.section-blog .slider-news:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 418px;
  overflow: hidden;
}

.section-blog .slider-news:not(.slick-slider) .slide-news {
  width: 50%;
}

@media (max-width: 640px) {
  .section-blog .slider-news:not(.slick-slider) .slide-news {
    width: 100%;
  }
}

.section-team {
  overflow: hidden;
  position: relative;
}

.section-team .slider-team:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 318px;
  overflow: hidden;
}

.section-team .slider-team:not(.slick-slider) .slide-team {
  width: 33.33%;
}

@media (max-width: 767px) {
  .section-team .slider-team:not(.slick-slider) .slide-team {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .section-team .slider-team:not(.slick-slider) .slide-team {
    width: 100%;
  }
}

.section-faqs {
  position: relative;
  z-index: 1;
}

.single-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cat-first-lev .category-item .cover {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cat-first-lev .category-item .cover {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .category-item .cover {
    height: 300px;
  }
}

.cat-first-lev .category-item .cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}

.cat-first-lev .category-item .cover .title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cat-first-lev .category-item .cover .title .name {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  .cat-first-lev .category-item .cover .title .name {
    font-size: 27px;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .category-item .cover .title .name {
    font-size: 25px;
  }
}

body.error404 .inner-green {
  padding-bottom: 120px;
}

@media (max-width: 1430px) {
  body.error404 .inner-green {
    padding-bottom: 100px;
  }
}

@media (max-width: 960px) {
  body.error404 .inner-green {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  body.error404 .inner-green {
    padding-bottom: 50px;
  }
}

.no-results {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.no-results i {
  font-size: 50px;
  margin-bottom: 20px;
}

body .lp-profile-content,
body .lp-user-profile #profile-sidebar {
  position: relative;
  z-index: 99;
}

body .lp-user-profile {
  background-color: transparent;
}

.video_vimeo {
  text-align: center;
}

@media (max-width: 640px) {
  .video_vimeo iframe {
    width: 100%;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flex-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 767px) {
  .flex-header {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.header-left {
  width: 300px;
}

@media (max-width: 1550px) {
  .header-left {
    width: 220px;
  }
}

@media (max-width: 1300px) {
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

@media (max-width: 1300px) {
  .header-logo {
    max-width: 200px;
  }
}

@media (max-width: 640px) {
  .header-logo {
    max-width: 100%;
    width: 100%;
  }
  .header-logo img {
    max-width: 175px;
  }
}

@media (max-width: 480px) {
  .header-logo img {
    max-width: 155px;
  }
}

@media (max-width: 400px) {
  .header-logo img {
    max-width: 140px;
  }
}

@media (max-width: 380px) {
  .header-logo img {
    max-width: 110px;
  }
}

@media (max-width: 480px) {
  .header-logo {
    text-align: center;
  }
}

.header-bottom {
  display: none;
}

@media (max-width: 767px) {
  .header-bottom {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
}

.header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right li {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .header-right .logos-top {
    display: none;
  }
}

.header-center {
  width: auto;
  margin: 0 40px;
}

@media (max-width: 1550px) {
  .header-center {
    margin: 0 20px;
  }
}

@media (max-width: 1300px) {
  .header-center {
    display: none;
  }
}

.header-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-center .menu > li {
  position: relative;
}

.header-center .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.header-center .menu > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 8px;
  line-height: 1em;
}

.header-center .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 17px;
  width: 240px;
  z-index: 2;
}

.header-center .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  left: 20px;
  top: -7px;
}

.header-center .sub-menu li {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 255, 0.09);
  margin-right: 0;
}

.header-center .sub-menu li::before {
  display: none !important;
}

.header-center .sub-menu li:first-child {
  border-top: none;
}

.header-center .sub-menu li.current-menu-item {
  color: #00802D;
}

.header-center .sub-menu li.current-menu-item > a {
  color: #00802D;
}

.header-center li {
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
}

@media (max-width: 1300px) {
  .header-center li {
    margin: 0 14px;
    padding: 10px 0;
  }
}

.header-center li::before {
  content: "";
  width: 100%;
  background-color: #00802D;
  top: -12px;
  position: absolute;
  left: 0;
  height: 3px;
  display: none;
}

@media (max-width: 1300px) {
  .header-center li::before {
    top: -15px;
  }
}

.header-center li.current-menu-item::before {
  display: block;
}

.header-center li:hover .sub-menu {
  display: block;
}

.header-center a {
  font-size: 15px;
  font-weight: 600;
}

.header-center a:hover {
  text-decoration: none;
  color: #00802D;
}

.header-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right-buttons a {
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right-buttons a:hover {
  text-decoration: none;
}

.header-right-buttons a p {
  line-height: 1;
  margin: 0;
  color: #121212;
}

@media (max-width: 1300px) {
  .header-right-buttons a.button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .header-right-buttons a.button1 {
    width: 42px;
    height: 42px;
    padding: 13px;
  }
}

.header-right-buttons a.button1 p {
  color: white;
}

@media (max-width: 1300px) {
  .header-right-buttons a.button1 p {
    display: none;
  }
}

@media (max-width: 1430px) {
  .header-right-buttons a.button-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 51px;
    height: 51px;
    border-radius: 100%;
  }
}

@media (max-width: 767px) {
  .header-right-buttons a.button-white {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1430px) {
  .header-right-buttons a.button-white p {
    display: none;
  }
}

.header-right-buttons a.button-white span {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  color: #91D197;
}

@media (max-width: 1430px) {
  .header-right-buttons a.button-white span {
    padding-right: 0;
    margin-right: 0;
  }
  .header-right-buttons a.button-white span:after {
    display: none;
  }
}

.header-right-buttons a.button-white span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EBEBEB;
}

@media (max-width: 1430px) {
  .header-right-buttons a.button-white span:after {
    display: none;
  }
}

.menu-btn {
  display: none;
}

@media (max-width: 1300px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 333;
    margin-left: 0;
  }
}

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 16px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 480px) {
  .menu-trigger {
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .menu-trigger {
    margin-right: 5px;
  }
}

.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 2px;
  background: #00802D;
  -webkit-transition: 0.2s ease-out all 0.2s;
  transition: 0.2s ease-out all 0.2s;
  width: 20px;
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #00802D;
  left: 0;
  -webkit-transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s transform;
  transition: 0.2s top 0.2s, 0.2s transform, 0.2s -webkit-transform;
  width: 20px;
}

.hamburger:before {
  top: 0;
}

.hamburger:after {
  bottom: 0;
}

.open-state .hamburger {
  background: rgba(255, 255, 255, 0);
}

.open-state .hamburger:before, .open-state .hamburger:after {
  top: 50%;
}

.mm-wrapper_opened .header-mobile {
  display: block !important;
  background-color: #121212;
  z-index: 22;
  border-right: 1px solid #d6dfd4;
}

html.mm-wrapper_opened .hamburger:before {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  top: -3px;
  left: 0;
}

html.mm-wrapper_opened .hamburger:after {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  top: 3px;
  bottom: 10px;
}

html.mm-wrapper_opened .hamburger {
  background-color: transparent;
}

.header-mobile {
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.header-mobile .menu a {
  padding: 10px 20px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media (max-width: 767px) {
  .header-mobile .menu a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .header-mobile .menu a {
    font-size: 12px;
  }
}

.header-mobile .menu li {
  border-top: none;
}

.header-mobile .menu-item-has-children {
  position: relative;
}

.header-mobile .menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}

.header-mobile .menu-item-has-children:hover .sub-menu {
  display: block;
}

.header-mobile .sub-menu a {
  padding-left: 40px;
  color: #121212;
}

@media (max-width: 767px) {
  .header-mobile .sub-menu a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .header-mobile .sub-menu a {
    font-size: 12px;
  }
}

.header-mobile .logo-header img {
  height: 50px;
  width: auto;
}

.mm-navbar__title {
  color: #121212 !important;
}

@media (max-width: 767px) {
  .mm-navbar__title {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mm-navbar__title {
    font-size: 12px;
  }
}

.mm-panels > .mm-panel {
  padding-bottom: 150px;
}

.mm-navbar {
  background-color: #F0F8EC;
  color: white;
}

.mm-panels {
  background-color: transparent;
  border: none;
}

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: #91D197;
}

.mm-panel {
  background-color: #F0F8EC;
}

.mm-navbars_top {
  border-color: #d6dfd4;
}

.mm-navbars_top .mm-navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_top .mm-navbar .logo {
  text-align: center;
  padding: 15px;
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0;
  text-align: center;
}

.mm-navbars_top .mm-navbar .logo img {
  max-width: 185px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  .mm-navbars_top .mm-navbar .logo img {
    max-width: 155px;
  }
}

@media (max-width: 400px) {
  .mm-navbars_top .mm-navbar .logo img {
    max-width: 140px;
  }
}

@media (max-width: 380px) {
  .mm-navbars_top .mm-navbar .logo img {
    max-width: 110px;
  }
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f1f8ec;
  bottom: 0;
  left: 0;
}

.mm-navbars_bottom .mm-navbar {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mm-navbars_bottom .social-footer {
  padding: 14px 12px;
  margin: 0;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .social-footer li {
    padding: 0 5px;
  }
}

.mm-navbars_bottom .social-footer a {
  font-size: 14px;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .mm-navbars_bottom .social-footer a {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .mm-navbars_bottom .social-footer a span {
    display: none;
  }
}

.mm-listitem:after {
  left: 0;
}

.logos-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .logos-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .logos-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .logos-top {
    margin-top: 10px;
  }
}

.logo-box {
  width: auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .logo-box {
    padding: 0 5px;
  }
}

.logo-box img {
  max-width: 120px;
  max-height: 62px !important;
  width: auto;
  height: auto;
}

@media (max-width: 640px) {
  .logo-box img {
    max-width: 90px;
    max-height: 50px;
  }
}

@media (max-width: 480px) {
  .logo-box img {
    height: 40px;
    max-width: initial;
    max-height: initial;
  }
}

.cart-menu .count-items {
  min-height: 20px !important;
  line-height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  top: -5px;
  background-color: #00802D;
  border-radius: 50%;
  position: absolute;
  left: 21px;
  font-size: 10px;
  color: #FFFAE6;
}

@media (max-width: 767px) {
  .cart-menu .count-items {
    top: -3px;
    right: -9px;
    width: 15px;
    height: 15px;
    padding: 0;
    min-height: 15px !important;
    line-height: 15px !important;
  }
}

.cart-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-text {
  margin-left: 8px;
}

@media (max-width: 1300px) {
  .count-text {
    display: none;
  }
}

.cart-icon {
  display: block;
  line-height: 1;
  position: relative;
}

.cart-icon span {
  display: block;
}

.cart-icon img {
  display: block;
  width: 28px;
  height: 24px;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .cart-icon img {
    width: 26px;
    height: 20px;
  }
}

@media (max-width: 400px) {
  .cart-icon img {
    width: 19px;
    height: 16px;
  }
}

.header-icons {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .header-icons {
    margin-right: 0;
  }
}

.header-icons,
.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.my-login .small_submenu {
  overflow: initial;
  width: 200px;
}

.my-login .small_submenu:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 27px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 1300px) {
  .my-login .small_submenu:before {
    right: 8px;
    top: -5px;
  }
}

.my-login {
  position: relative;
  padding-right: 16px !important;
}

@media (max-width: 960px) {
  .my-login {
    padding-right: 0 !important;
  }
}

.my-login:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 10px;
  line-height: 1em;
  color: #00802D;
}

@media (max-width: 960px) {
  .my-login:after {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .my-login:hover .wrapp_submenu {
    display: block;
  }
}

@media (max-width: 960px) {
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapp_submenu,
.user-cart-details {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  position: absolute;
  width: 300px;
  z-index: 9999;
  display: none;
  top: calc(100% - 3px);
  right: -14px;
  max-height: 400px;
  overflow: auto;
  border-radius: 5px;
}

.wrapp_submenu::before,
.user-cart-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  right: 36px;
}

.wrapp_submenu {
  width: 260px;
}

.wrapp_submenu li {
  text-align: center;
}

.wrapp_submenu .green-hover {
  background-color: #00802D;
  padding: 15px 30px;
  display: block;
  text-align: center;
  line-height: 1;
  color: white !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.wrapp_submenu .green-hover:hover {
  text-decoration: none;
  background-color: #004d1b;
}

.wrapp_submenu .btn.white {
  margin-top: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.wrapp_submenu .btn.white a {
  background-color: transparent;
  padding: 13px 30px;
  color: #00802D;
  border: 2px solid #00802D;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
}

.wrapp_submenu .btn.white a:hover {
  text-decoration: none;
  background-color: #00802D;
  color: white;
  opacity: 1 !important;
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-meta:hover {
  text-decoration: none;
}

.product-meta:hover h4 {
  opacity: 0.6;
}

.product-img {
  width: 60px;
}

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

.product-right {
  width: calc(100% - 60px);
  padding-left: 10px;
  padding-right: 20px;
}

.product-right h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.product-right .woocommerce-Price-amount {
  color: #00802D;
  font-size: 15px;
  font-weight: 500;
}

.product-right .woocommerce-Price-amount span {
  font-weight: inherit;
}

.product-right .qty {
  font-size: 15px;
}

.user-cart-details .item-cart,
.wocommerce .user-cart-details .item-cart {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}

.user-cart-details .item-cart a.remove,
.wocommerce .user-cart-details .item-cart a.remove {
  background: #F4F4F4 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px !important;
  color: #121212 !important;
  font-weight: 300 !important;
}

.user-cart-details .item-cart a.remove:hover,
.wocommerce .user-cart-details .item-cart a.remove:hover {
  background-color: #FFFAE6 !important;
  color: white !important;
  text-decoration: none;
}

.product-summary .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summary h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 5px;
}

.product-summary .woocommerce-Price-amount {
  font-size: 18px;
  color: #00802D;
  font-weight: 500;
}

.product-summary .woocommerce-Price-amount span {
  color: inherit;
  font-weight: inherit;
}

.toCart {
  background-color: #00802D;
  color: white;
  text-align: center;
  display: block;
  padding: 15px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1;
}

.toCart:hover {
  text-decoration: none;
  background-color: #004d1b;
}

.sub-menu.pages li {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}

.sub-menu.pages li:first-child {
  border-top: none;
  padding-top: 0;
}

.sub-menu.pages li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #121212;
}

.sub-menu.pages li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.widget_media_image {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.widget_media_image img {
  max-width: 300px;
}

.cart-info {
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}

.cart-info a {
  background-color: #00802D;
  padding: 15px 30px;
  color: white;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.cart-info a:hover {
  text-decoration: none;
  background-color: #004d1b;
}

.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_link img {
  display: block;
  width: 23px;
  height: 23px;
}

@media (max-width: 640px) {
  .main_link img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 400px) {
  .main_link img {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 1430px) {
  .main_link,
  .cart-link {
    font-size: 13px;
  }
}

.main_link:hover,
.cart-link:hover {
  text-decoration: none;
}

.item-header {
  padding: 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

@media (max-width: 960px) {
  .item-header {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .item-header {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .item-header {
    margin-left: 4px;
  }
}

@media (max-width: 400px) {
  .item-header {
    margin-left: 0;
  }
}

.item-header:first-child {
  padding-left: 0;
  margin-left: 0;
}

.item-header:first-child::before {
  display: none;
}

.item-header.fav-menu a:before {
  content: "" !important;
}

.item-header.my-login::before {
  content: none;
}

.wrapp_mini_cart {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  overflow-y: auto;
}

.cart-over {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.cart-menu {
  position: relative;
}

.cart-menu .widget_shopping_cart_content {
  width: 550px;
  position: relative;
  right: -550px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  background-color: #ffffff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content {
    width: 80%;
    right: -80%;
  }
}

@media (max-width: 400px) {
  .cart-menu .widget_shopping_cart_content {
    width: 90%;
    right: -90%;
  }
}

.cart-menu .widget_shopping_cart_content p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.cart-menu .widget_shopping_cart_content p.no-products {
  font-size: 18px;
  font-weight: 500;
}

.cart-menu .widget_shopping_cart_content .intro {
  background-color: #FFFAE6;
  padding: 12px 30px;
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px 20px;
  }
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .intro {
    padding: 12px;
  }
}

.cart-menu .widget_shopping_cart_content .intro span {
  font-size: 17px;
  color: #121212;
  font-weight: 700;
}

@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .intro span {
    font-size: 13px;
  }
}

.cart-menu .widget_shopping_cart_content .intro span img {
  height: 17px;
  width: auto;
  top: 2px;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 18px;
  }
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .intro span img {
    height: 15px;
  }
}

.cart-menu .widget_shopping_cart_content .intro .close-right:hover {
  opacity: 0.5;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 30px;
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing {
    padding: 20px 15px 20px 15px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
  position: relative;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .woocommerce-mini-cart-item {
    padding-right: 0;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image {
  width: 80px;
  overflow: hidden;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image img {
  display: block;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image .product_img {
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove {
  position: absolute;
  color: #121212 !important;
  top: 0;
  right: 0;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-image a.remove:hover {
  background-color: #000000;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box {
  width: 100px;
  color: #020f1f;
  font-size: 0;
  padding-right: 25px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin-left: auto;
  position: relative;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity span {
  font-weight: inherit;
}

@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity {
    margin-left: 0;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type="number"] {
  height: 40px;
  padding: 0 10px;
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity input[type="number"] {
    height: 35px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button {
  height: 100%;
  width: 28px;
  position: absolute;
  line-height: 12px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-up {
  right: 0;
  top: 0;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .quantity .quantity-button.quantity-down {
  left: 0;
  top: 0;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info .woocommerce-Price-amount {
  font-size: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .pqnt-info sup {
  top: 0;
  font-size: 50%;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
  width: 100%;
  text-align: right;
  padding: 0 0 12px 0;
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: auto;
  }
}

@media (max-width: 480px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod {
    width: 100%;
    text-align: left;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
  font-weight: 700;
  color: #121212;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .subtotal_prod span {
    font-size: 13px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00802D !important;
  font-size: 17px;
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove img {
  width: 10px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .qnt-box .remove:hover {
  color: #121212 !important;
  background-color: transparent !important;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
  width: calc(100% - 100px);
  padding-right: 10px;
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details {
    font-size: 13px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details a:hover {
  text-decoration: none;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #121212;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 7px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .name:hover {
  color: #00802D;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation {
  color: #707070;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt {
  float: left;
  clear: both;
  line-height: 1em;
  font-size: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dt * {
  line-height: 1em;
  color: #707070;
  font-size: 12px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd {
  float: left;
  line-height: 1em;
  margin-bottom: 3px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1em;
  color: #707070;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-details .variation dd p * {
  line-height: 1em;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping {
  margin-top: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
  text-decoration: underline;
  color: #00802D;
}

@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .continue-shopping a {
    font-size: 12px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info {
  margin: 0 0 20px 0;
  background: #f0f0f0;
  padding: 10px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p {
  font-size: 14px;
  text-align: center;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .shipping-info p i {
  font-weight: 700;
  margin-right: 8px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #121212;
}

@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart span {
    font-size: 14px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount {
  font-weight: 700;
  color: #121212;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount span,
.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .woocommerce-Price-amount bdi {
  font-weight: 700;
  color: #121212;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .total-minicart .right {
  margin-left: auto;
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
  width: 100%;
  color: #FFFAE6;
  background-color: #00802D;
  letter-spacing: 0;
  padding: 13px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (max-width: 1550px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button {
    font-size: 13px;
  }
}

.cart-menu .widget_shopping_cart_content .wrapp_mini_cart_listing .minicart-bottom .buttons .button:hover {
  text-decoration: none;
}

.cart-open .widget_shopping_cart_content,
.cart-open .user-cart-details,
.cart-close.cart-open .widget_shopping_cart_content,
.cart-close.cart-open .user-cart-details {
  right: 0;
}

.cart-open .cart-over,
.cart-close.cart-open .cart-over {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .cart-open .header-bottom.header-sticky {
    z-index: 1;
  }
}

.cart-open #ht-ctc-chat {
  z-index: -1 !important;
}

.cart-open.cart-close .widget_shopping_cart_content,
.cart-open.cart-close .user-cart-details,
.cart-close .widget_shopping_cart_content,
.cart-close .user-cart-details {
  right: -622px;
}

.cart-open.cart-close .cart-over,
.cart-close .cart-over {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
}

.footer {
  padding: 130px 0 40px;
  overflow: hidden;
}

@media (max-width: 1430px) {
  .footer {
    padding: 60px 0 20px;
  }
}

@media (max-width: 960px) {
  .footer {
    padding: 45px 0 30px 0;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 35px 0 30px 0;
  }
}

.footer-main {
  position: relative;
  z-index: 1;
}

.company-description {
  max-width: 300px;
}

@media (max-width: 960px) {
  .company-description {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 600px;
  }
}

.footer-newsletter {
  text-align: center;
  margin-bottom: 95px;
}

@media (max-width: 1300px) {
  .footer-newsletter {
    margin-bottom: 60px;
  }
}

.footer-newsletter .tac {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.newlstter-wrap {
  text-align: center;
  padding: 50px 0 80px;
}

@media (max-width: 1100px) {
  .newlstter-wrap {
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  .newlstter-wrap {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .newlstter-wrap {
    padding: 30px 0;
  }
}

.newsletter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .newsletter-left {
    display: block;
    text-align: center;
  }
}

.newsletter-img {
  width: 73px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .newsletter-img {
    width: 60px;
  }
}

@media (max-width: 960px) {
  .newsletter-img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .newsletter-img {
    width: 40px;
  }
}

.newsletter-text h2 {
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .newsletter-text h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .newsletter-text h2 {
    font-size: 20px;
  }
}

.newsletter-text p {
  margin-top: 10px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .newsletter-text p {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wcmd_content {
  max-width: 100%;
}

.mc4wp-form-fields {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.mc4wp-form-fields input {
  margin: 0;
}

.mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 480px) {
  .mc4wp-form-fields input[type="submit"] {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  .mc4wp-form-fields input[type="email"] {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.wrap_input input {
  padding-right: 150px;
  padding-left: 50px;
  height: 70px;
  border-radius: 42px;
  border-color: white;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(214, 214, 214, 0.27);
  box-shadow: 0px 0px 15px 1px rgba(214, 214, 214, 0.27);
}

@media (max-width: 767px) {
  .wrap_input input {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .wrap_input input {
    padding-right: 20px;
    height: auto;
    padding-left: 44px;
  }
}

.wrap_input::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .wrap_input::before {
    top: 15px;
    -webkit-transform: none;
            transform: none;
  }
}

.wcmd-loading {
  background-size: 25px;
}

.wcmd-form .wcmd-validation {
  padding: 13px;
  text-align: center;
  margin: 0;
  width: 100%;
}

.wcmd-form .wcmd-validation:empty {
  padding: 0;
}

.wcmd-form .wcmd-validation.error {
  border: none;
  background-color: #de0b0b;
  color: white;
}

.wcmd-form .wcmd-validation.success {
  border: none;
  background: #00802D;
  color: white;
}

.mc4wp-form-fields {
  max-width: 505px;
  margin-left: auto;
}

@media (max-width: 960px) {
  .mc4wp-form-fields {
    margin-left: auto;
    margin-right: auto;
  }
}

.title-bottom {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Quicksand", sans-serif;
  color: #121212;
}

@media (max-width: 960px) {
  .title-bottom {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .title-bottom {
    font-size: 16px;
  }
}

.footer-bottom-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .footer-bottom-flex .col_45 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .footer-bottom-flex .col_15,
  .footer-bottom-flex .col_25 {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .footer-bottom-flex .col_15,
  .footer-bottom-flex .col_25 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}

.footer-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .footer-contact-info {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.social-footer li,
.social-footer a {
  color: white;
  line-height: 1;
}

.social-footer li {
  position: relative;
  padding: 0 5px;
}

.social-footer a {
  background-color: #00802D;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  color: white;
}

.social-footer a:hover {
  text-decoration: none;
  background-color: #91D197;
  color: white;
}

@media (max-width: 960px) {
  .social-footer a {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .social-footer a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 640px) {
  .social-footer a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.newsletter-section {
  padding: 50px 0;
}

@media (max-width: 640px) {
  .newsletter-section {
    padding: 40px 0;
  }
}

.newsletter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .newsletter-flex {
    display: block;
  }
}

.footer-copy {
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 960px) {
  .footer-copy {
    display: block;
    text-align: center;
  }
  .footer-copy .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .footer-copy {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.footer-copy p {
  margin: 0;
  opacity: 0.5;
  font-size: 13px;
}

@media (max-width: 767px) {
  .footer-copy p {
    font-size: 12px;
  }
}

.slider-gallery {
  padding: 0 10px;
  margin-bottom: 95px;
}

@media (max-width: 1300px) {
  .slider-gallery {
    margin-bottom: 60px;
  }
}

.slider-gallery:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 327px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .slider-gallery:not(.slick-slider) {
    height: 117px;
  }
}

@media (max-width: 640px) {
  .slider-gallery:not(.slick-slider) {
    height: 114px;
  }
}

.slider-gallery:not(.slick-slider) .slide-gallery {
  width: 16.66%;
}

@media (max-width: 960px) {
  .slider-gallery:not(.slick-slider) .slide-gallery {
    width: 20%;
  }
}

@media (max-width: 640px) {
  .slider-gallery:not(.slick-slider) .slide-gallery {
    width: 33.33%;
  }
}

.slide-gallery {
  padding: 0 5px;
}

.slide-gallery a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.slide-gallery a:hover .cover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.slide-gallery a:hover .cover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.slide-gallery .cover {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.slide-gallery .cover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-menu-cols li {
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .footer-menu-cols li {
    margin-bottom: 5px;
  }
}

.footer-menu-cols a {
  font-weight: 500;
}

@media (max-width: 640px) {
  .footer-menu-cols a {
    font-size: 13px;
  }
}

.footer-menu-cols a:hover {
  text-decoration: none;
  color: #00802D;
}

.footer-contact-item {
  margin-bottom: 18px;
}

.footer-contact-item .title {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  opacity: 0.6;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .footer-contact-item .title {
    font-size: 13px;
  }
}

.footer-contact-item a,
.footer-contact-item p {
  display: block;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #121212;
}

.logo-path {
  position: absolute;
  left: -100px;
  top: 100px;
  z-index: 0;
}

.logo-path img {
  width: auto;
  height: auto;
}

.footer-bottom-link {
  margin-left: 10px;
}

.footer-bottom-link img {
  height: 40px;
  width: auto;
}

@media (max-width: 400px) {
  .footer-bottom-link img {
    height: auto;
  }
}

.hero-section {
  padding: 130px 0 0;
}

@media (max-width: 1550px) {
  .hero-section {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 150px;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 160px;
  }
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section .logo-path {
  top: -130px;
}

@media (max-width: 640px) {
  .logo-footer {
    max-width: 180px;
  }
}

@media (max-width: 1100px) {
  .logo-path {
    width: 800px;
    height: 800px;
  }
}

@media (max-width: 640px) {
  .logo-path {
    width: 500px;
    height: 500px;
  }
}

.hero-text {
  max-width: 570px;
  padding-top: 90px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1550px) {
  .hero-text {
    padding-top: 70px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 1430px) {
  .hero-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 1100px) {
  .hero-text {
    width: 50%;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .hero-text h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .hero-text {
    padding-right: 30px;
    padding-bottom: 90px;
  }
  .hero-text h1 {
    margin-bottom: 0;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hero-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 600px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .hero-text h1 {
    font-size: 24px;
  }
}

.hero-image {
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-image {
    width: 100%;
    position: relative;
    height: 320px;
    padding: 0 10px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .hero-image {
    height: 240px;
  }
}

.hero-image .cover {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .hero-image .cover {
    border-radius: 10px;
  }
}

.hero-textarea {
  font-size: 20px;
  max-width: 520px;
}

@media (max-width: 1550px) {
  .hero-textarea {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .hero-textarea {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .hero-textarea {
    font-size: 14px;
  }
}

.wrap-search {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (max-width: 1550px) {
  .wrap-search {
    margin-top: 10px;
  }
}

.wrap-search input {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(214, 214, 214, 0.27);
  box-shadow: 0px 0px 15px 1px rgba(214, 214, 214, 0.27);
  padding-right: 150px;
  padding-left: 70px;
  height: 70px;
  border-radius: 42px;
  border-color: white;
  margin: 0;
}

@media (max-width: 1100px) {
  .wrap-search input {
    height: 72px;
    padding-right: 100px;
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .wrap-search input {
    height: 52px;
  }
}

.wrap-search button {
  position: absolute;
  right: 14px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .wrap-search button {
    right: 10px;
  }
}

.wrap-search span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

@media (max-width: 1100px) {
  .wrap-search span {
    left: 20px;
  }
}

.wrap-search span img {
  display: block;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .wrap-search span img {
    width: 15px;
  }
}

.info-p {
  margin: 0;
  font-size: 14px;
  color: #121212;
}

@media (max-width: 1100px) {
  .info-p {
    font-size: 12px;
  }
}

.dots-left {
  position: absolute;
  left: -100px;
  top: 50px;
  opacity: 0.35;
}

@media (max-width: 960px) {
  .dots-left {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .dots-left {
    left: -40px;
  }
}

.dots-right {
  position: absolute;
  right: -100px;
  top: -100px;
}

@media (max-width: 960px) {
  .dots-right {
    width: 240px;
    height: 240px;
  }
}

.dots-testimonials {
  opacity: 0.15;
  top: -70px;
  width: 300px;
  height: 300px;
}

@media (max-width: 960px) {
  .dots-testimonials {
    width: 240px;
    height: 240px;
  }
}

.dots-testimonials img {
  display: block;
  width: 100%;
}

.hero-image-box {
  position: absolute;
  background-color: white;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  padding: 15px 20px 15px 62px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
}

@media (max-width: 767px) {
  .hero-image-box {
    display: none;
  }
}

.hero-image-box span {
  line-height: 1;
  display: block;
}

.happy-face {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.happy-face img {
  display: block;
}

.count-hero {
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #121212;
  font-weight: 700;
}

@media (max-width: 1550px) {
  .count-hero {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .count-hero {
    font-size: 18px;
  }
}

.hero-count-text {
  font-size: 15px;
  display: block;
}

@media (max-width: 960px) {
  .hero-count-text {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .hero-category {
    padding-bottom: 40px;
    background: #f0f8ec;
    background: -webkit-gradient(linear, left bottom, left top, from(#f0f8ec), to(white));
    background: linear-gradient(0deg, #f0f8ec 0%, white 100%);
  }
}

.category-flex {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}

@media (max-width: 1100px) {
  .category-flex {
    margin-top: -90px;
  }
}

@media (max-width: 960px) {
  .category-flex {
    margin-top: -60px;
  }
}

@media (max-width: 640px) {
  .category-flex .col_33 {
    width: 100%;
    margin-top: 10px;
  }
}

.category-flex .col_33:nth-child(even) .category-icon::before {
  top: -20px;
  left: -20px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.circle-below {
  display: block !important;
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #fffae6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -80px;
  border-radius: 100%;
}

@media (max-width: 960px) {
  .circle-below {
    width: 120px;
    height: 120px;
    border-width: 15px;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .circle-below {
    left: -20px;
    -webkit-transform: none;
            transform: none;
  }
}

.category-course {
  padding: 40px 25px;
  background-color: white;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: 0;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1550px) {
  .category-course {
    padding: 30px 25px;
  }
}

@media (max-width: 1100px) {
  .category-course {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .category-course {
    padding: 20px 15px;
  }
}

.category-course:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .category-course:hover {
    bottom: 10px;
  }
  .category-course:hover .text {
    opacity: 1;
  }
  .category-course:hover .btn-arrow img {
    left: 15px;
  }
}

.category-course .title {
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

@media (max-width: 1550px) {
  .category-course .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .category-course .title {
    font-size: 16px;
    font-weight: 600;
  }
}

.category-course .text {
  margin-top: 10px;
  opacity: 0.8;
}

@media (max-width: 1550px) {
  .category-course .text {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .category-course .text {
    font-size: 14px;
    line-height: 1.53;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .category-course .btn-arrow {
    display: none;
  }
}

.category-icon {
  position: relative;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 1550px) {
  .category-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .category-icon {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 767px) {
  .category-icon {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 640px) {
  .category-icon {
    margin-bottom: 5px;
  }
}

.category-icon::before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-image: url("images/svg/path.svg");
  width: 60px;
  height: 60px;
  background-size: contain;
}

@media (max-width: 1100px) {
  .category-icon::before {
    width: 50px;
    height: 50px;
  }
}

.category-icon img {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-right: auto;
}

.centered-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1550px) {
  .centered-text {
    max-width: 700px;
  }
}

.image-left {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
  height: 100%;
  width: 47%;
  background-position: right;
}

@media (max-width: 767px) {
  .image-left {
    width: calc(100% - 20px);
    position: relative;
    border-radius: 10px;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .image-left {
    height: 240px;
  }
}

.image-left::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #fffae6;
  right: -50px;
  bottom: -50px;
  border-radius: 100%;
  z-index: -1;
}

@media (max-width: 960px) {
  .image-left::before {
    width: 120px;
    height: 120px;
    border-width: 15px;
  }
}

@media (max-width: 640px) {
  .image-left::before {
    right: -20px;
    bottom: -30px;
  }
}

.flex2cols {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .flex2cols {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .flex2cols .col_50 {
    width: 100%;
  }
}

.flex2cols .the-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

@media (max-width: 1100px) {
  .flex2cols .the-content {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .flex2cols .the-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

.flex2cols .the-content p {
  font-size: 18px;
}

@media (max-width: 1550px) {
  .flex2cols .the-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .flex2cols .the-content p {
    font-size: 14px;
  }
}

.services-flex .col_50 {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .services-flex .col_50 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .services-flex .col_50 {
    width: 100%;
  }
}

.service-box {
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
  padding: 40px 30px 40px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  bottom: 0;
  height: 100%;
}

@media (max-width: 1550px) {
  .service-box {
    padding: 30px;
  }
}

@media (max-width: 1100px) {
  .service-box {
    padding: 25px;
  }
}

@media (max-width: 960px) {
  .service-box {
    padding: 20px;
    border-radius: 10px;
  }
}

@media (max-width: 640px) {
  .service-box {
    text-align: center;
    display: block;
  }
}

.service-box:hover {
  text-decoration: none;
  bottom: 10px;
}

@media (max-width: 960px) {
  .service-box:hover {
    bottom: 0;
  }
}

.service-box-image {
  border-radius: 100%;
  width: 152px;
  height: 152px;
  border: 1px solid #EBEBEB;
}

@media (max-width: 1550px) {
  .service-box-image {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1100px) {
  .service-box-image {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 960px) {
  .service-box-image {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 640px) {
  .service-box-image {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-item-text {
  width: calc(100% - 152px);
  padding-left: 15px;
}

@media (max-width: 1550px) {
  .service-item-text {
    width: calc(100% - 140px);
  }
}

@media (max-width: 1100px) {
  .service-item-text {
    width: calc(100% - 110px);
  }
}

@media (max-width: 960px) {
  .service-item-text {
    width: calc(100% - 80px);
  }
}

@media (max-width: 640px) {
  .service-item-text {
    width: 100%;
    padding-left: 0;
  }
}

.service-item-text .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #121212;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 1550px) {
  .service-item-text .title {
    font-size: 20px;
    font-weight: 600;
  }
}

@media (max-width: 1100px) {
  .service-item-text .title {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .service-item-text .title {
    font-size: 17px;
  }
}

.service-item-text .text {
  margin: 0 0 10px;
  line-height: 1.54;
}

.service-item-text .tdu-btn {
  color: #00802D;
  text-decoration: underline;
  font-weight: 600;
}

.left-path {
  position: absolute;
  left: 50px;
  top: 150px;
}

@media (max-width: 1100px) {
  .left-path {
    left: 0;
  }
}

@media (max-width: 640px) {
  .left-path {
    width: 100px;
    top: 0;
  }
}

.slider-courses {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}

.slider-courses::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #fffae6;
  left: -50px;
  bottom: -50px;
  border-radius: 100%;
}

@media (max-width: 960px) {
  .slider-courses::before {
    width: 120px;
    height: 120px;
    border-width: 15px;
  }
}

@media (max-width: 640px) {
  .slider-courses::before {
    left: -40px;
  }
}

.slide-course {
  padding: 10px;
}

.course-image {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 270px;
  border-radius: 10px;
}

@media (max-width: 1550px) {
  .course-image {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .course-image {
    height: 200px;
  }
}

.course-image .ovh {
  border-radius: 10px;
  height: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.course-image .ovh:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}

.course-item {
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: relative;
  bottom: 0;
  height: 100%;
}

.course-item:hover {
  text-decoration: none;
  bottom: 10px;
}

@media (max-width: 960px) {
  .course-item:hover {
    bottom: 0;
  }
}

.course-item:hover .course-bottom-link {
  color: #fbdc66;
}

.course-item:hover .course-bottom-link span {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  margin-left: 15px;
}

.course-item:hover .course-item-text a {
  text-decoration: none;
  opacity: 0.8;
}

.course-item:hover .course-image .ovh {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.course-item:hover .course-image .ovh::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.course-item-text {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
}

@media (max-width: 1550px) {
  .course-item-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .course-item-text {
    padding: 20px 15px;
  }
}

.course-item-text .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #121212;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 1550px) {
  .course-item-text .title {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .course-item-text .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .course-item-text .title {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .course-item-text .title {
    font-size: 14px;
  }
}

.course-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.course-tag {
  background-color: #F0F8EC;
  line-height: 1.1;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 5px;
}

.course-tag a,
.course-tag p {
  margin: 0;
  line-height: 1.1;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .course-tag a,
  .course-tag p {
    font-size: 12px;
  }
}

.course-tag img {
  margin-right: 4px;
}

.course-bottom-link {
  padding-top: 8px;
  margin-top: 15px;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 767px) {
  .course-bottom-link {
    margin-top: 8px;
  }
}

.course-bottom-link a {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: underline;
}

.course-bottom-link a:hover {
  color: #fbdc66;
}

.course-bottom-link a:hover span {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  margin-left: 15px;
}

.course-bottom-link span {
  width: 42px;
  height: 42px;
  background-color: #fbdc66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100%;
  margin-left: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 767px) {
  .course-bottom-link span {
    width: 32px;
    height: 32px;
    padding: 10px;
  }
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-arrows span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 2px solid #EBEBEB;
  margin: 5px;
  cursor: pointer;
}

.slider-arrows span:hover {
  background-color: #F0F8EC;
  border-color: #F0F8EC;
}

.slider-arrows .slick-disabled {
  opacity: 0.5;
}

.courses-top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 640px) {
  .courses-top {
    display: block;
    text-align: center;
  }
}

.courses-top .title-style {
  max-width: 450px;
}

@media (max-width: 640px) {
  .courses-top .title-style {
    margin-left: auto;
    margin-right: auto;
  }
}

.courses-top .title-style h2 {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .courses-top .col_60,
  .courses-top .col_40 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .courses-top .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-steps .title-style {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.flex-steps {
  counter-reset: section;
  margin: 40px 0 30px;
}

@media (max-width: 960px) {
  .flex-steps {
    margin: 30px 0;
  }
  .flex-steps .col_25 {
    width: 50%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .flex-steps {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .flex-steps .col_25 {
    padding: 0 5px;
    margin-top: 10px;
  }
}

.step-item {
  background-color: #F8FCF6;
  border-radius: 10px;
  padding: 50px 28px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1430px) {
  .step-item {
    padding: 35px 18px 20px;
  }
}

@media (max-width: 960px) {
  .step-item {
    padding-top: 25px;
  }
}

.step-item:hover {
  bottom: 10px;
}

.step-item::before {
  counter-increment: section;
  content: counters(section, ".", decimal-leading-zero);
  font-size: 60px;
  line-height: 0.8;
  position: absolute;
  right: 15px;
  top: 25px;
  color: #00802D;
  opacity: 0.1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

@media (max-width: 960px) {
  .step-item::before {
    top: 15px;
  }
}

.step-item p.title {
  font-size: 24px;
  line-height: 1.1;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 1550px) {
  .step-item p.title {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .step-item p.title {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .step-item p.title {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 640px) {
  .step-item p.title {
    font-size: 15px;
  }
}

.step-item p.text {
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  .step-item p.text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .step-item p.text {
    font-size: 12px;
  }
}

.step-icon {
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .step-icon {
    height: 62px;
  }
}

@media (max-width: 960px) {
  .step-icon {
    height: 50px;
  }
}

.step-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}

.graphic-image {
  width: 120%;
  margin-left: -22%;
}

@media (max-width: 767px) {
  .graphic-image {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.graphic-image img {
  width: auto;
  height: auto;
}

.graphic-call {
  background-color: white;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  position: relative;
  border: 1px solid #EBEBEB;
  position: absolute;
  bottom: -30px;
  right: 30px;
}

.graphic-call:hover {
  text-decoration: none;
  border-color: #00802D;
}

.graphic-call span,
.graphic-call p {
  line-height: 1;
}

.graphic-call p {
  margin: 0;
}

.graphic-call .text {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .graphic-call .text {
    font-size: 12px;
  }
}

.graphic-call .phone {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .graphic-call .phone {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .graphic-call .phone {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .graphic-call .phone {
    font-size: 15px;
  }
}

.graphic-call .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone-yellow {
  background-color: #fbdc66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 78px;
  height: 78px;
  border-radius: 100%;
}

.phone-yellow img {
  width: auto;
  height: auto;
}

@media (max-width: 1300px) {
  .phone-yellow {
    width: 60px;
    height: 60px;
  }
  .phone-yellow img {
    width: 22px;
  }
}

@media (max-width: 960px) {
  .phone-yellow {
    width: 40px;
    height: 40px;
  }
  .phone-yellow img {
    width: 19px;
  }
}

@media (max-width: 767px) {
  .phone-yellow {
    width: 35px;
    height: 35px;
  }
  .phone-yellow img {
    width: 16px;
  }
}

.phone-text {
  width: calc(100% - 78px);
  padding-left: 10px;
}

@media (max-width: 1300px) {
  .phone-text {
    width: calc(100% - 60px);
  }
}

.faq-list {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .faq-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq-section .col_50 {
    width: 100%;
  }
}

.faq-section .title-style {
  position: relative;
}

@media (max-width: 960px) {
  .faq-section .title-style {
    text-align: center;
  }
}

.faq-section .title-style::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fef9e7;
  top: -5px;
  right: 10%;
  border-radius: 100%;
}

.faq-section .title-style p,
.faq-section .title-style span,
.faq-section .title-style li,
.faq-section .title-style h2,
.faq-section .title-style h3,
.faq-section .title-style h4,
.faq-section .title-style h5,
.faq-section .title-style h6 {
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .faq-section .wrap-button {
    text-align: center;
  }
}

.slide-news {
  padding: 10px;
}

.slide-news .title {
  margin-bottom: 0;
}

.news-item-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 10px;
}

.news-item-infos span {
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin: 5px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .news-item-infos span {
    font-size: 12px;
  }
}

.news-item-infos span:first-child::before {
  display: none;
}

.news-item-infos span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #91D197;
  margin-right: 8px;
}

.news-item-infos img {
  margin-right: 5px;
}

@media (max-width: 960px) {
  .flex-news-wrap {
    display: block;
  }
  .flex-news-wrap .col_33,
  .flex-news-wrap .col_66 {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .flex-news-wrap .col_33 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .flex-news-wrap .col_33 {
    display: block;
    text-align: center;
  }
}

.flex-news-wrap .title-style {
  padding-top: 40px;
}

@media (max-width: 960px) {
  .flex-news-wrap .title-style {
    padding-top: 0;
    width: 70%;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .flex-news-wrap .title-style {
    width: 100%;
    margin-bottom: 10px;
  }
}

.flex-news-wrap .slider-arrows {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .flex-news-wrap .slider-arrows {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .flex-news-wrap .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.slider-news {
  margin-left: -10px;
  margin-right: -10px;
}

.slider-news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-news .slide-news {
  height: auto;
  float: none;
}

.slider-testimonials {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}

.slider-testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-testimonials .slide-testimonial {
  height: auto;
  float: none;
}

.slider-testimonials:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 415px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .slider-testimonials:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .slider-testimonials:not(.slick-slider) {
    height: 318px;
  }
}

.slider-testimonials:not(.slick-slider) .slide-testimonial {
  width: 50%;
}

@media (max-width: 640px) {
  .slider-testimonials:not(.slick-slider) .slide-testimonial {
    width: 100%;
  }
}

.slide-testimonial {
  padding: 10px;
}

.testimonial-item {
  padding: 60px;
  background-color: white;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  height: 100%;
}

@media (max-width: 1550px) {
  .testimonial-item {
    padding: 50px;
  }
}

@media (max-width: 960px) {
  .testimonial-item {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-item {
    padding: 25px 20px;
  }
}

.testimonial-item .text {
  font-size: 18px;
}

@media (max-width: 1550px) {
  .testimonial-item .text {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .testimonial-item .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .testimonial-item .text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .testimonial-item .text {
    font-size: 13px;
  }
}

.testimonial-item .name {
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  color: #121212;
  margin: 0 0 5px 0;
}

@media (max-width: 1100px) {
  .testimonial-item .name {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .testimonial-item .name {
    font-size: 18px;
  }
}

.testimonial-item .parent {
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #121212;
  margin: 0;
}

@media (max-width: 960px) {
  .testimonial-item .parent {
    font-size: 12px;
  }
}

.stars-testimonial i {
  font-size: 18px;
  color: #e7c15b;
}

@media (max-width: 767px) {
  .stars-testimonial i {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .stars-testimonial i {
    font-size: 14px;
  }
}

.page-sidebar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .page-sidebar-flex {
    padding-top: 0;
    display: block;
    padding-bottom: 30px;
  }
}

.plus-sidebar span {
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

@media (max-width: 767px) {
  .plus-sidebar span {
    display: block;
  }
}

@media (max-width: 767px) {
  .plus-sidebar span img {
    width: 14px;
  }
}

.plus-sidebar {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px 15px 40px;
  color: white;
  display: none;
  background-color: #00802D;
  position: relative;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .plus-sidebar {
    display: block;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .plus-sidebar {
    font-size: 14px;
  }
}

.plus-sidebar:hover {
  text-decoration: none;
}

.sidebar-left {
  width: 30%;
}

@media (max-width: 1100px) {
  .sidebar-left {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .sidebar-left {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}

.content-right {
  width: 70%;
  padding-left: 70px;
}

@media (max-width: 1100px) {
  .content-right {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.content-right .the-content h1 {
  font-size: 36px;
}

@media (max-width: 1300px) {
  .content-right .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h1 {
    font-size: 30px;
  }
}

.content-right .the-content h2 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .content-right .the-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  .content-right .the-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .menu-sidebar {
    display: none;
    margin-top: 15px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
    box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.08);
    background-color: white;
    border-radius: 10px;
  }
}

.sidebar-menu h3 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .sidebar-menu h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-menu h3 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .sidebar-menu h3 {
    font-size: 18px;
  }
}

.sidebar-menu .menu-sidebar-box {
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 640px) {
  .sidebar-menu .menu-sidebar-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .sidebar-menu .menu-sidebar-box:first-child {
    margin-bottom: 20px;
  }
}

.sidebar-menu .menu-sidebar-box a {
  color: #121212;
  display: block;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  padding: 17px 0;
}

@media (max-width: 1100px) {
  .sidebar-menu .menu-sidebar-box a {
    padding: 15px 0;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .sidebar-menu .menu-sidebar-box a {
    border-radius: 5px;
    padding: 10px 0;
  }
}

.sidebar-menu .menu-sidebar-box a:hover {
  text-decoration: none;
}

.sidebar-menu .menu-sidebar-box li {
  position: relative;
  border-top: 1px dashed #e8e8e8;
}

.sidebar-menu .menu-sidebar-box li:first-child {
  border-top: none;
}

.sidebar-menu .menu-sidebar-box li:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sidebar-menu .menu-sidebar-box li:after {
    font-size: 11px;
  }
}

.sidebar-menu .menu-sidebar-box li.current_page_item:after {
  opacity: 1;
  z-index: 1;
  color: #00802D;
}

.sidebar-menu .menu-sidebar-box li.current_page_item a {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  opacity: 1;
  font-weight: 500;
  color: #00802D;
}

.sidebar-menu .menu-sidebar-box li:hover a {
  opacity: 1;
}

.faq-list {
  margin-top: 30px;
}

.accordion-header {
  display: block;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #121212;
  position: relative;
  padding-bottom: 15px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .accordion-header {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .accordion-header {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .accordion-header {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .accordion-header {
    font-size: 14px;
  }
}

.accordion-header:hover {
  text-decoration: none;
  opacity: 0.7;
}

.accordion-header:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1300px) {
  .accordion-header:before {
    top: 3px;
    background-size: 20px;
  }
}

@media (max-width: 960px) {
  .accordion-header:before {
    top: 19px;
    right: 5px;
  }
}

@media (max-width: 767px) {
  .accordion-header:before {
    right: 5px;
    top: -1px;
    width: 22px;
    height: 22px;
    background-size: 15px;
  }
}

.accordion-hidden-content {
  display: none;
  margin-top: -10px;
  padding-bottom: 10px;
}

.accordion-hidden-content.active {
  display: block;
}

.accordion-hidden-content .the-content p,
.accordion-hidden-content .the-content span,
.accordion-hidden-content .the-content label,
.accordion-hidden-content .the-content li {
  font-size: 16px;
}

@media (max-width: 767px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .accordion-hidden-content .the-content p,
  .accordion-hidden-content .the-content span,
  .accordion-hidden-content .the-content label,
  .accordion-hidden-content .the-content li {
    font-size: 14px;
  }
}

.accordion-item {
  padding-top: 15px;
  border-top: 1px solid #EBEBEB;
}

.accordion-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.accordion-item.active .accordion-hidden-content {
  display: block;
}

.accordion-item.active .accordion-header:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link-contact {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .general-sidebar .services-sidebar-item.make-appointment {
    display: block !important;
  }
}

.blog-item-image {
  display: block;
  width: 100%;
  height: 460px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-item-image {
    height: 0;
    padding-bottom: 60%;
  }
}

.contact-form {
  padding-left: 50px;
  padding-top: 50px;
  height: 100%;
  border-left: 1px solid #EBEBEB;
}

@media (max-width: 1300px) {
  .contact-form {
    padding-left: 35px;
  }
}

@media (max-width: 960px) {
  .contact-form {
    padding-left: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .contact-form {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .contact-form .row.flex {
    display: block;
  }
}

@media (max-width: 640px) {
  .contact-form .col_50 {
    width: 100%;
  }
}

.contact-form h2 {
  margin-top: 0;
}

.contact-form form p {
  margin: 0;
}

.contact-form input[type="submit"] {
  margin-top: 15px;
}

@media (max-width: 640px) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    background-color: #ffffff;
  }
}

.contact-form .wpcf7-spinner {
  margin: 10px 0 0 10px;
}

.contact-sidebar-box {
  max-width: 480px;
}

@media (max-width: 960px) {
  .contact-sidebar-box {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .contact-sidebar-box {
    text-align: center;
  }
}

.contact-sidebar-box .footer-top-item {
  color: #121212;
}

.contact-sidebar-box .footer-top-item {
  margin-top: 25px;
  padding-left: 30px;
  position: relative;
}

.contact-sidebar-box .footer-top-item .title,
.contact-sidebar-box .footer-top-item .text {
  color: #121212;
}

.contact-sidebar-box .footer-top-item .contact-item-icon {
  color: #00802D;
}

.contact-sidebar-box .contact-item-icon {
  position: absolute;
  left: 0;
}

@media (max-width: 640px) {
  .contact-sidebar-box .contact-item-icon {
    left: auto;
    margin-left: -16px;
  }
}

.contact-sidebar-box .title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}

.contact-sidebar-box .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.contact-sidebar-box .social-footer {
  margin-top: 30px;
  margin-left: -5px;
}

@media (max-width: 960px) {
  .contact-sidebar-box .social-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .contact-sidebar-box .social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-sidebar-box .social-footer a {
  background-color: #00802D;
  color: white;
}

.contact-sidebar-box .social-footer a:hover {
  background-color: daken(#00802D, 10%);
}

.wpcf7-form .recaptcha {
  margin-bottom: 5px;
}

.section-s {
  padding: 50px 0 80px;
}

@media (max-width: 960px) {
  .section-s {
    padding: 30px 0 50px;
  }
}

@media (max-width: 480px) {
  .section-s {
    padding: 20px 0 30px;
  }
}

@media (max-width: 960px) {
  .contact-flex {
    display: block;
  }
  .contact-flex .col_40,
  .contact-flex .col_60 {
    width: 100%;
  }
}

.contact-map {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact-map {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .contact-map {
    margin-top: 20px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 960px) {
  .contact-map iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .contact-map iframe {
    height: 250px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 28px);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 15px;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="url"],
.form-row input[type="number"],
.form-row input[type="date"],
.form-row input[type="time"],
.form-row input[type="datetime"],
.form-row input[type="datetime-local"],
.form-row input[type="week"],
.form-row input[type="month"],
.form-row textarea,
.form-row select {
  background-color: white;
}

.form-row .label-form {
  display: block;
  margin-bottom: 5px;
  color: #121212;
  font-weight: 500;
}

.form-row span,
.form-row label,
.form-row li,
.form-row p {
  font-size: 15px;
}

@media (max-width: 767px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 13px;
  }
}

.form-row .col_50,
.form-row .col_100 {
  padding: 0 8px;
}

.form-row .accept-terms {
  width: 100%;
  padding: 0 8px;
}

.form-row .accept-terms .wpcf7-acceptance input[type="checkbox"] {
  top: 1px;
}

.form-cell {
  padding: 0 10px;
}

.form-cell.cell50 {
  width: 50%;
}

@media (max-width: 640px) {
  .form-cell.cell50 {
    width: 100%;
  }
}

.form-cell.cell100 {
  width: 100%;
}

.form-cell p {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 30px;
}

.wpcf7-list-item label {
  display: block;
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
}

.wpcf7-acceptance input[type="radio"],
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.submit-btn {
  padding: 0 10px;
}

@media (max-width: 400px) {
  .submit-btn {
    width: 100%;
  }
}

.submit-btn input {
  margin: 0;
}

.blue-gradient-section {
  position: relative;
}

.blue-gradient-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: calc(100% + 120px);
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5faff));
  background: linear-gradient(0deg, white 0%, #f5faff 100%);
}

.blue-gradient-section .container {
  z-index: 1;
  position: relative;
}

.breadcrumbs-section span,
.breadcrumbs-section a, .learn-press-breadcrumb span,
.learn-press-breadcrumb a {
  display: inline;
}

.breadcrumbs-section p, .learn-press-breadcrumb p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .breadcrumbs-section p, .learn-press-breadcrumb p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section p, .learn-press-breadcrumb p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .breadcrumbs-section p, .learn-press-breadcrumb p {
    font-size: 11px;
  }
}

.breadcrumbs-section a, .learn-press-breadcrumb a {
  text-decoration: none;
}

.breadcrumbs-section i, .learn-press-breadcrumb i {
  margin: 0 7px;
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 8px;
}

@media (max-width: 767px) {
  .breadcrumbs-section i, .learn-press-breadcrumb i {
    font-size: 7px;
    margin: 0 3px;
  }
}

.breadcrumbs-section .breadcrumb_last, .learn-press-breadcrumb .breadcrumb_last {
  text-decoration: underline;
}

.inner-green {
  position: relative;
  padding-top: 220px;
}

@media (max-width: 1430px) {
  .inner-green {
    padding-top: 160px;
  }
}

@media (max-width: 960px) {
  .inner-green {
    padding-top: 170px;
  }
}

@media (max-width: 640px) {
  .inner-green {
    padding-top: 160px;
  }
}

.inner-green::before {
  content: "";
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f0f8ec));
  background: linear-gradient(0deg, white 0%, #f0f8ec 100%);
  width: 100%;
  height: 1270px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.inner-green .inner-header {
  z-index: 1;
  position: relative;
}

.inner-green .inner-header h1 {
  margin-bottom: 0;
}

.section2cols {
  position: relative;
  z-index: 1;
}

.value-box,
.team-box {
  padding: 30px 25px;
  background-color: white;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: 0;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 1550px) {
  .value-box,
  .team-box {
    padding: 30px 25px;
  }
}

@media (max-width: 1100px) {
  .value-box,
  .team-box {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .value-box,
  .team-box {
    padding: 20px 15px;
  }
}

.value-box:hover,
.team-box:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .value-box:hover,
  .team-box:hover {
    bottom: 10px;
  }
  .value-box:hover .text,
  .team-box:hover .text {
    opacity: 1;
  }
  .value-box:hover .btn-arrow img,
  .team-box:hover .btn-arrow img {
    left: 15px;
  }
}

.value-box .title,
.value-box .name,
.team-box .title,
.team-box .name {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

@media (max-width: 1550px) {
  .value-box .title,
  .value-box .name,
  .team-box .title,
  .team-box .name {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .value-box .title,
  .value-box .name,
  .team-box .title,
  .team-box .name {
    font-size: 16px;
    font-weight: 600;
  }
}

.value-box .text,
.value-box .position,
.team-box .text,
.team-box .position {
  margin-top: 10px;
  opacity: 0.8;
  margin-bottom: 0;
}

@media (max-width: 1550px) {
  .value-box .text,
  .value-box .position,
  .team-box .text,
  .team-box .position {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .value-box .text,
  .value-box .position,
  .team-box .text,
  .team-box .position {
    font-size: 14px;
    line-height: 1.53;
    margin-bottom: 0;
  }
}

.value-box .position,
.team-box .position {
  margin-top: 4px;
  opacity: 0.8;
  margin-bottom: 0;
}

@media (max-width: 1550px) {
  .value-box .position,
  .team-box .position {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .value-box .position,
  .team-box .position {
    font-size: 14px;
    line-height: 1.53;
    margin-bottom: 0;
  }
}

.icon-check {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #00802D;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .icon-check {
    width: 40px;
    height: 40px;
  }
  .icon-check img {
    max-width: 17px;
  }
}

.values-flex .col_33 {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .values-flex .col_33 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .values-flex .col_33 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .values-flex .col_33 {
    width: 100%;
  }
}

.image-right {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: 47%;
}

@media (max-width: 767px) {
  .image-right {
    width: calc(100% - 20px);
    position: relative;
    border-radius: 10px;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .image-right {
    height: 240px;
  }
}

.image-right::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #fffae6;
  right: -50px;
  bottom: -50px;
  border-radius: 100%;
  z-index: -1;
}

@media (max-width: 960px) {
  .image-right::before {
    width: 120px;
    height: 120px;
    border-width: 15px;
  }
}

@media (max-width: 640px) {
  .image-right::before {
    right: -20px;
    bottom: -30px;
  }
}

.slider-team {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}

.slider-team .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slide-team {
  padding: 10px;
  height: auto;
}

.slide-team .image {
  width: 142px;
  height: 142px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #f8fcf6;
}

@media (max-width: 1430px) {
  .slide-team .image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 960px) {
  .slide-team .image {
    width: 98px;
    height: 98px;
  }
}

.green-light {
  background-color: #f8fcf6;
}

.location-box {
  padding-bottom: 25px;
  background-color: white;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 767px) {
  .location-box {
    padding-bottom: 20px;
  }
}

.location-box .image {
  height: 325px;
  border-radius: 10px;
  display: block;
}

@media (max-width: 1300px) {
  .location-box .image {
    height: 250px;
  }
}

.location-middle {
  padding: 20px 25px;
}

@media (max-width: 1300px) {
  .location-middle {
    padding: 20px;
  }
}

.location-middle p {
  font-weight: 600;
  margin-top: 0;
  color: #121212;
}

.location-middle h3 {
  margin-bottom: 0;
}

.location-middle h3 i {
  color: #00802D;
}

.location-bottom {
  margin-top: auto;
  padding-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 1300px) {
  .location-bottom {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.location-bottom .btn-arrow {
  font-weight: 600;
  margin-top: 0;
  color: #121212;
}

.location-bottom .btn-arrow:hover {
  text-decoration: none;
}

.inner-header-text {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.locations-flex .col_50 {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .locations-flex .col_50 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .locations-flex .col_50 {
    width: 100%;
  }
}

.therapy-faq .col_50:first-child .the-content {
  max-width: 500px;
  margin-top: 40px;
}

.small-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.woo-gradient {
  padding: 80px 0;
  background: #F4F4F4;
}

@media (max-width: 1430px) {
  .woo-gradient {
    padding: 50px 0;
  }
}

@media (max-width: 640px) {
  .woo-gradient {
    padding: 30px 0 40px;
  }
}

.cart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .cart-flex {
    display: block;
  }
}

.cart_left {
  width: 70%;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .cart_left {
    width: 100%;
    padding-right: 0;
  }
}

.cart_right {
  width: 30%;
}

@media (max-width: 960px) {
  .cart_right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form {
    background-color: transparent;
  }
}

.woocommerce table.shop_table {
  border: 1px solid #EBEBEB;
  border-collapse: separate;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border: none;
}

.woocommerce table.shop_table th {
  font-weight: 500;
  text-transform: uppercase;
  color: #121212;
  line-height: 1.2;
  font-size: 14px;
  padding: 20px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    padding: 15px;
    font-size: 13px;
  }
}

.woocommerce table.shop_table td {
  padding: 15px;
  text-align: left;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td {
    padding: 15px;
  }
}

.woocommerce table.shop_table td .product-info.headings {
  padding-left: 0;
}

.woocommerce table.shop_table td.product-name {
  padding-left: 20px;
  padding-right: 0;
  width: 33%;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}

.woocommerce table.shop_table td.product-name div {
  padding-left: 0;
}

.woocommerce table.shop_table td.product-name a {
  font-weight: 400;
  color: #121212;
  line-height: 1.44;
  font-family: "Quicksand", sans-serif;
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 14px;
  }
}

.woocommerce table.shop_table td.product-name p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

.woocommerce table.shop_table td.product-name .variation {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}

.woocommerce table.shop_table td.product-name .variation p {
  font-size: 13px;
}

.woocommerce table.shop_table td.product-price span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-price span {
    font-size: 14px;
  }
}

.woocommerce table.shop_table td.product-price del {
  opacity: 0.4;
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
  position: relative;
}

.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 50%;
}

.woocommerce table.shop_table td.product-price del span {
  font-weight: 500;
  font-size: 13px;
}

.woocommerce table.shop_table td.product-subtotal span.price {
  display: block;
  font-weight: 700;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal span.price {
    text-align: right;
    font-weight: 600;
  }
}

.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-subtotal .price span {
    text-align: right;
    font-weight: 600;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-subtotal .price {
    display: none;
  }
}

.woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear::before, .woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear:after {
  display: none;
}

.woocommerce table.shop_table td.product-subtotal .tinv-wraper.tinv-wishlist {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce table.shop_table td.product-subtotal .tinvwl_cart_to_wishlist_button {
  display: block;
}

.woocommerce table.shop_table td.product-quantity {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}

@media (max-width: 480px) {
  .woocommerce table.shop_table td.product-quantity .quantity {
    width: 100%;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity-down {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-down {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
}

.woocommerce table.shop_table td.product-remove {
  padding-left: 0;
}

.woocommerce table.shop_table td.product-remove img {
  width: 17px;
}

.woocommerce table.shop_table td.product-remove a:hover {
  background-color: white;
}

.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 20px;
    height: 20px;
  }
}

.woocommerce table.shop_table td.product-remove .remove img {
  width: 11px;
}

@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 11px;
  }
}

a.shipping-calculator-button {
  text-decoration: underline;
  color: #00802D;
}

.note {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background-color: #f3e1c1;
  color: #121212;
  padding: 5px 10px;
  border-radius: 5px;
}

.note span {
  font-weight: 700;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart {
  height: auto;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart .tinv-wishlist-clear::before, .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-cart-add-to-cart .tinv-wishlist-clear::after {
  display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 98px;
}

@media (max-width: 960px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 40px;
  }
}

.product-thumbnail {
  width: 110px;
}

@media (max-width: 1300px) {
  .product-thumbnail {
    padding-right: 0 !important;
  }
}

@media (max-width: 960px) {
  .product-thumbnail {
    width: 90px;
  }
}

.product-thumbnail a {
  display: block;
}

@media (max-width: 1300px) {
  .product-thumbnail a {
    width: 110px;
  }
}

@media (max-width: 960px) {
  .product-thumbnail a {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .product-thumbnail a {
    width: 40px;
  }
}

.product-thumbnail img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.woocommerce table.shop_table td {
  border-color: #EBEBEB;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    margin-bottom: 0;
  }
}

.woocommerce #content table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before {
  content: none;
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}

.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input {
  margin: 0;
}

@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 10px !important;
  }
}

.woocommerce #content table.cart td.actions .coupon button,
.woocommerce table.cart td.actions .coupon button,
.woocommerce-page #content table.cart td.actions .coupon button,
.woocommerce-page table.cart td.actions .coupon button {
  margin-top: 0;
  margin-left: 10px;
  background-color: #91d197;
  color: white;
}

@media (max-width: 1300px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    width: 100%;
  }
}

.woocommerce #content table.cart td.actions .coupon button:hover,
.woocommerce table.cart td.actions .coupon button:hover,
.woocommerce-page #content table.cart td.actions .coupon button:hover,
.woocommerce-page table.cart td.actions .coupon button:hover {
  background-color: #FDF3CC;
  color: #121212;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 290px;
  padding-left: 20px;
  background-color: white;
}

@media (max-width: 1300px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100%;
  }
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: inherit;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  padding: 18px 24px;
  color: white;
}

@media (max-width: 1550px) {
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    padding: 18px 12px;
  }
}

.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
  background-color: #004d1b;
  color: white;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  background-color: white;
  padding: 20px 30px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}

.woocommerce .cart-collaterals .cart_totals h4,
.woocommerce-page .cart-collaterals .cart_totals h4 {
  font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none !important;
}

.woocommerce .cart-collaterals .cart_totals .form-row span,
.woocommerce-page .cart-collaterals .cart_totals .form-row span {
  display: block;
  text-align: left;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  .woocommerce .cart-collaterals .cart_totals tr,
  .woocommerce-page .cart-collaterals .cart_totals tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals th {
    width: 50%;
  }
}

.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount {
  color: #121212;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 100px;
  background-image: url(images/svg/delete.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon:hover,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon:hover {
  background-color: transparent;
  background-image: url(images/svg/delete.svg);
}

.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount {
  color: #121212;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-Price-amount * {
  color: #121212;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #add_payment_method .cart-collaterals .cart_totals table th,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th {
    display: block;
  }
}

#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0;
}

#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
  font-weight: 600;
  color: #121212;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 1300px) {
  #add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
  .woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount,
  .woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount {
    font-size: 14px;
  }
}

#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount span,
.woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount span {
  font-weight: inherit;
}

.order-savings td {
  color: #00802D;
  font-weight: 500;
  font-size: 14px;
}

.order-savings td .woocommerce-Price-amount,
.order-savings td span {
  color: inherit !important;
}

.woocommerce-remove-coupon {
  display: block;
  text-decoration: underline;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #00802D;
  font-size: 16px;
  color: white;
  padding: 18px 10px;
  font-weight: 500;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  border-radius: 34px;
}

@media (max-width: 640px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
  }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  text-decoration: none;
  background-color: #004d1b;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.secure-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 20px;
  border-radius: 5px;
}

.secure-payment p {
  padding-left: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #121212;
  width: calc(100% - 42px);
}

.secure-payment p strong {
  color: #00802D;
  font-weight: 700;
}

.secure-payment span {
  width: 42px;
}

.secure-payment span img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr,
  .woocommerce-cart-form__cart-item.cart_item td {
    border-top: none !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item tr:before,
  .woocommerce-cart-form__cart-item.cart_item td:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce table.shop_table_responsive.cart tr:first-child,
  .woocommerce-page table.shop_table_responsive.cart tr:first-child {
    margin-top: 0;
  }
}

.quantity-button {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr td,
  .woocommerce-page table.shop_table_responsive.cart tr td {
    border-top: none !important;
    text-align: left !important;
    padding: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name, .woocommerce table.shop_table_responsive.cart tr td.product-price, .woocommerce table.shop_table_responsive.cart tr td.product-quantity, .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-name,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    padding-left: 10px;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
  .woocommerce-page table.shop_table_responsive.cart tr td.actions {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.woocommerce #content table.cart .product-price,
.woocommerce table.cart .product-price,
.woocommerce-page #content table.cart .product-price,
.woocommerce-page table.cart .product-price {
  width: 15%;
}

@media (max-width: 960px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 17%;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

.cart-empty.woocommerce-info {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 30px;
  padding-left: 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: white;
  border: 1px solid #91d197;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 640px) {
  .cart-empty.woocommerce-info {
    font-size: 18px;
  }
}

.cart-empty.woocommerce-info:before {
  display: none;
}

.return-to-shop {
  text-align: center;
  background-color: white;
  border: 1px solid #91d197;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 0 20px 30px;
}

.return-to-shop a,
.return-to-shop .button {
  color: white;
  display: inline-block;
  padding: 18px 32px 18px 32px !important;
  font-size: 15px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  border-radius: 5px;
  background-color: #00802D;
  text-decoration: none;
}

@media (max-width: 640px) {
  .return-to-shop a,
  .return-to-shop .button {
    font-size: 14px !important;
  }
}

.return-to-shop a:hover,
.return-to-shop .button:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.checkout-shipping .form-row,
.checkout-billing .form-row {
  display: block;
}

.checkout-shipping label,
.checkout-billing label {
  display: block;
}

.checkout-shipping input.input-text,
.checkout-shipping textarea,
.checkout-billing input.input-text,
.checkout-billing textarea {
  background-color: white;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background-image: url("images/svg/user.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
}

@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 16px;
    height: 20px;
  }
}

.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-left: 50px;
  }
}

@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}

.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-form-login-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 11px;
}

@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 12px;
  }
}

@media (max-width: 640px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 16px;
    top: 14px;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #121212;
  font-weight: 400;
}

.woocommerce-message {
  background-color: #f1f8ed !important;
}

.woocommerce form.lost_reset_password label,
.woocommerce form.lost_reset_password p {
  font-size: 15px;
  margin-top: 0;
  color: #121212;
}

@media (max-width: 640px) {
  .woocommerce form.lost_reset_password label,
  .woocommerce form.lost_reset_password p {
    font-size: 14px;
  }
}

.woocommerce form.lost_reset_password label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  margin: 0 0 20px;
  text-align: left;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1300px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
  width: 100%;
  padding: 0 10px !important;
}

.woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
.woocommerce form.login p.form-row-first,
.woocommerce form.login p.form-row-last,
.woocommerce form.register p.form-row-first,
.woocommerce form.register p.form-row-last {
  float: none !important;
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce form.checkout_coupon p.form-row-first, .woocommerce form.checkout_coupon p.form-row-last,
  .woocommerce form.login p.form-row-first,
  .woocommerce form.login p.form-row-last,
  .woocommerce form.register p.form-row-first,
  .woocommerce form.register p.form-row-last {
    width: 100% !important;
  }
}

.woocommerce form.checkout_coupon p.form-row,
.woocommerce form.login p.form-row,
.woocommerce form.register p.form-row {
  margin-bottom: 20px !important;
}

@media (max-width: 960px) {
  .woocommerce form.checkout_coupon p.form-row,
  .woocommerce form.login p.form-row,
  .woocommerce form.register p.form-row {
    margin-bottom: 10px !important;
  }
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half,
.woocommerce form.login .flex-wrap.extra_half,
.woocommerce form.register .flex-wrap.extra_half {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
.woocommerce form.login .flex-wrap.extra_half .col_50,
.woocommerce form.register .flex-wrap.extra_half .col_50 {
  padding: 0 10px;
}

@media (max-width: 480px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50,
  .woocommerce form.login .flex-wrap.extra_half .col_50,
  .woocommerce form.register .flex-wrap.extra_half .col_50 {
    width: 100%;
  }
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50.right,
.woocommerce form.login .flex-wrap.extra_half .col_50.right,
.woocommerce form.register .flex-wrap.extra_half .col_50.right {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 480px) {
  .woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50.right,
  .woocommerce form.login .flex-wrap.extra_half .col_50.right,
  .woocommerce form.register .flex-wrap.extra_half .col_50.right {
    text-align: left;
    margin-top: 10px;
  }
}

.woocommerce form.checkout_coupon .flex-wrap.extra_half .col_50 a,
.woocommerce form.login .flex-wrap.extra_half .col_50 a,
.woocommerce form.register .flex-wrap.extra_half .col_50 a {
  text-decoration: underline;
  color: #121212;
  margin-left: auto;
}

.woocommerce form.checkout_coupon label,
.woocommerce form.checkout_coupon p,
.woocommerce form.login label,
.woocommerce form.login p,
.woocommerce form.register label,
.woocommerce form.register p {
  font-size: 15px;
  margin-top: 0;
  color: #121212;
}

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon label,
  .woocommerce form.checkout_coupon p,
  .woocommerce form.login label,
  .woocommerce form.login p,
  .woocommerce form.register label,
  .woocommerce form.register p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce form.checkout_coupon label,
  .woocommerce form.checkout_coupon p,
  .woocommerce form.login label,
  .woocommerce form.login p,
  .woocommerce form.register label,
  .woocommerce form.register p {
    font-size: 13px;
  }
}

.woocommerce form.checkout_coupon label,
.woocommerce form.login label,
.woocommerce form.register label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce form.checkout_coupon button,
.woocommerce form.login button,
.woocommerce form.register button {
  padding: 18px 32px 18px 32px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  background-color: #00802D;
}

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce form.checkout_coupon button,
  .woocommerce form.login button,
  .woocommerce form.register button {
    font-size: 13px;
  }
}

.woocommerce form.checkout_coupon button:hover,
.woocommerce form.login button:hover,
.woocommerce form.register button:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

@media (max-width: 960px) {
  .woocommerce form.checkout_coupon .woocommerce-form-login__rememberme,
  .woocommerce form.login .woocommerce-form-login__rememberme,
  .woocommerce form.register .woocommerce-form-login__rememberme {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.woocommerce-error::before {
  content: "\f06a";
}

ul.woocommerce-error::before {
  top: 22px;
}

@media (max-width: 1300px) {
  ul.woocommerce-error::before {
    top: 19px;
  }
}

@media (max-width: 960px) {
  ul.woocommerce-error::before {
    top: 18px;
  }
}

@media (max-width: 767px) {
  ul.woocommerce-error::before {
    top: 16px;
  }
}

.checkout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media (max-width: 1430px) {
  .checkout-flex {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .checkout-flex {
    display: block;
    margin-bottom: 0;
  }
}

.checkout-left {
  width: calc(100% / 12 * 8);
}

@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-right {
  width: calc(100% / 12 * 4);
  padding-left: 50px;
}

@media (max-width: 1300px) {
  .checkout-right {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .checkout-right {
    margin-top: 20px;
  }
}

.woocommerce-shipping-destination {
  font-size: 14px;
  margin: 0;
}

.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #121212;
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .woocommerce-billing-fields h3 {
    font-size: 16px;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0 10px !important;
  margin-bottom: 20px;
  float: none !important;
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_email_field,
  .woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field {
    width: 100% !important;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: 50% !important;
}

@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row {
  margin-bottom: 20px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row#billing_state_field,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row#billing_state_field {
  margin-bottom: 10px !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #121212;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2em !important;
  }
}

#shipping_address_2_field,
#shipping_country_field,
#billing_address_2_field {
  display: none !important;
}

.selection {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single {
  background-color: white;
  border: none;
  border-radius: 5px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    height: 47px;
  }
}

@media (max-width: 640px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 20px;
  font-size: 15px;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    height: 43px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 42px;
    height: 42px;
  }
}

.select2-dropdown {
  background-color: white;
  border-color: #e8e8e8;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  border-color: #e8e8e8;
  font-size: 14px;
}

@media (max-width: 960px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 12px;
  }
}

.select2-search--dropdown {
  padding: 15px;
}

.select2-search--dropdown input {
  margin: 0;
}

.select2-container--open .select2-dropdown--above {
  margin-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00802D;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 14px;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 11px;
    font-size: 13px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
  left: auto;
  right: 5px;
}

@media (max-width: 960px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 11px;
  }
}

@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 9px;
  }
}

body .select2-results__option {
  font-size: 14px;
}

@media (max-width: 960px) {
  body .select2-results__option {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body .select2-results__option {
    font-size: 12px;
  }
}

.woocommerce form .form-row .select2-container {
  line-height: 1;
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #121212;
  font-size: 16px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0 !important;
  display: block !important;
  background-color: white;
}

@media (max-width: 960px) {
  .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    top: 4px;
  }
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block;
  line-height: 1.2;
}

#ship-to-different-address {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 960px) {
  #ship-to-different-address * {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  #ship-to-different-address * {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  #ship-to-different-address {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  #ship-to-different-address {
    font-size: 14px;
  }
}

.woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .woocommerce-additional-fields label {
    font-size: 15px;
  }
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
  display: block;
}

.woocommerce form .form-row textarea {
  width: 100%;
  height: 130px;
  color: #454545;
  font-weight: 300;
}

.woocommerce-account-fields .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}

.title-line,
#order_review_heading,
.woocommerce-checkout-payment h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
  }
}

.title-line:before,
#order_review_heading:before,
.woocommerce-checkout-payment h4:before {
  background-color: #00802D;
  color: white;
  border-radius: 6px;
  line-height: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 27px;
    height: 27px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    font-size: 12px;
  }
}

.title-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-line:before {
  content: "1. ";
}

#order_review_heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#order_review_heading:before {
  content: "2. ";
}

.woocommerce-checkout-payment h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-checkout-payment h4:before {
  content: "3. ";
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  background-color: white;
  border-radius: 10px;
  border: none;
  padding: 10px 25px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  vertical-align: top;
  border-color: #d6e2e3 !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
  width: 36px;
  min-width: 36px;
}

@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
    display: none;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .flex-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
  padding-left: 20px;
  width: 65%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  padding-left: 0;
  vertical-align: top;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total .amount {
  vertical-align: top;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-right: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/delete.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  display: inline-block;
  position: relative;
  top: -3px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}

@media (max-width: 1430px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 500;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 1430px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-weight: 500;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding-right: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
  font-size: 14px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th {
  vertical-align: middle;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
  font-size: 18px;
  color: #121212;
  font-weight: 600;
}

.product-info.headings {
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.3;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

@media (max-width: 1300px) {
  .product-info.headings {
    font-size: 14px;
    padding-left: 0;
  }
}

.product-info.headings .variation {
  font-family: "DM Sans", sans-serif;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 25px;
  border-bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
}

.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
  margin-top: 4px;
  position: absolute;
  left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  border-top: 1px solid #d6e2e3;
  padding: 20px 0;
  line-height: 1;
  position: relative;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
  border-top: none;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label {
  padding-left: 50px;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label::before {
  left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 70px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.woocommerce-checkout #payment ul.payment_methods p {
  color: #121212;
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 0;
  background-color: transparent;
}

@media (max-width: 1300px) {
  .woocommerce-checkout #payment ul.payment_methods p {
    font-size: 13px;
  }
}

.payment_box:before {
  display: none !important;
}

.payment_method_bacs label:before {
  background-image: url("images/svg/bank.svg");
  width: 32px;
  height: 31px;
}

.payment_method_cod label:before {
  background-image: url("images/svg/cash.svg");
  width: 32px;
  height: 33px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  margin-top: 20px;
  padding: 0;
}

@media (max-width: 767px) {
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    margin-top: 15px;
  }
}

#add_payment_method #payment div.form-row p,
.woocommerce-cart #payment div.form-row p,
.woocommerce-checkout #payment div.form-row p {
  font-size: 15px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 18px 32px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce form.checkout_coupon button {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 500;
  background-color: #00802D;
  padding: 20px;
  color: white;
  position: relative;
  padding-left: 70px;
  border-radius: 10px;
}

.woocommerce-thankyou-order-received:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -17px;
  font-weight: 900;
  font-size: 14px;
  background-color: white;
  color: #00802D;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F4F4F4;
  padding: 20px;
  margin-top: 30px;
}

.woocommerce-order-overview .woocommerce-Price-amount {
  font-weight: 500;
}

.woocommerce-order-overview .woocommerce-Price-amount span {
  font-weight: 500;
}

.woocommerce ul.order_details li {
  margin-right: 0;
  float: none;
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-color: #EBEBEB;
}

.woocommerce ul.order_details li strong {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-order-received h1 {
  display: none;
}

.order_placed_wrap {
  position: relative;
}

@media (max-width: 767px) {
  .order_placed_wrap {
    display: block;
    position: relative;
  }
}

.order_placed_wrap .the-content {
  position: relative;
}

.order_placed_wrap .the-content::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  background-image: url("images/svg/check.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  background-color: #00802D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .order_placed_wrap .the-content::before {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    background-size: 18px;
  }
}

.order_placed_wrap .the-content h2:first-child {
  margin-top: 0;
}

.order_placed_wrap .general_content {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.order_placed_wrap .general_content h2 {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .order_placed_wrap .general_content h2 {
    font-size: 30px;
  }
}

.checl_list {
  background-color: white;
  border: 1px solid #91d197;
  border-radius: 10px;
  padding: 24px 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .checl_list {
    padding: 20px;
  }
}

.checl_list li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .checl_list li {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.checl_list strong {
  font-weight: 600;
  color: #121212;
}

.checl_list .woocommerce-Price-amount {
  font-weight: 600;
}

.checl_list .woocommerce-Price-amount span {
  font-weight: 600;
}

.woocommerce table.shop_table td.product-remove a:hover {
  background-color: transparent;
}

.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  word-break: break-word;
  display: initial;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-pagination .button2 {
  margin-right: 10px;
}

.woocommerce-MyAccount-content .return-to-shop {
  background-color: transparent;
}

.restore-item {
  text-decoration: underline;
}

.woocommerce-cart-form__contents {
  border-spacing: 0 10px;
  border: none;
  padding: 0 5px;
}

.woocommerce-cart-form__contents tr {
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #EBEBEB;
}

.woocommerce-cart-form__contents tr td.product-thumbnail {
  border-radius: 8px 0 0 8px;
  padding-right: 10px;
}

.woocommerce-cart-form__contents tr td.product-remove {
  border-radius: 0 8px 8px 0;
}

.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}

.woocommerce-cart-form__contents tfoot th,
.woocommerce-cart-form__contents tfoot td {
  padding-top: 20px;
}

.woocommerce-cart-form__contents thead tr {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart-form__contents thead th,
.woocommerce-cart-form__contents thead td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-cart-form__contents thead .product-quantity {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-cart-form__contents tr.extra-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart-form__contents tr.extra-last th,
.woocommerce-cart-form__contents tr.extra-last td {
  padding: 0 !important;
  padding-top: 20px !important;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  font-size: 13px;
  line-height: 1;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: none;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #e8e8e8;
}

.woocommerce .woocommerce-password-strength {
  font-size: 13px;
  font-weight: 400;
}

.free-delivery {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #00802D;
  padding: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .free-delivery {
    max-width: 100%;
  }
}

.free-delivery img {
  display: block;
}

.free-delivery p {
  margin: 0;
  color: #121212;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  padding-left: 55px;
  font-size: 14px;
}

@media (max-width: 960px) {
  .free-delivery p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .free-delivery p {
    font-size: 12px;
  }
}

.free-delivery p strong {
  text-transform: uppercase;
  font-weight: 500;
}

.free-delivery .delivery-img {
  position: absolute;
  left: 20px;
}

.woocommerce a.added_to_cart {
  color: #00802D !important;
  margin-left: -3px;
  background-color: white;
  border-radius: 4px;
}

.phone-products {
  border: 1px solid #EBEBEB;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 5px;
  white-space: nowrap;
  margin-left: 20px;
  background-color: white;
}

@media (max-width: 767px) {
  .phone-products {
    margin-top: 10px;
    padding: 10px;
    margin-left: 0;
  }
  .phone-products .header-text-right {
    display: block;
  }
}

.phone-products img {
  width: 12px;
}

.phone-products span,
.phone-products strong {
  color: #121212;
}

.phone-products .header-left-icon {
  background-color: #00802D;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: absolute;
  left: -16px;
}

@media (max-width: 767px) {
  .phone-products .header-left-icon {
    left: 0;
    position: relative;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
  content: none;
}

.blockUI.blockOverlay:before {
  content: "";
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/loading-gif.gif) !important;
  background-size: 40px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.wrapp_mini_cart_listing .blockUI.blockOverlay:before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  background-position: center center;
  background-size: 40px;
}

body .bapf_lcontainer {
  width: 100px;
  height: 100px;
}

.woocommerce-page .section-contact {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .woocommerce-page .section-contact {
    padding-top: 0;
  }
}

body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-login {
  border-radius: 10px;
  padding: 25px 15px;
  background-color: white;
  border: 1px solid #91d197;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
  font-size: 13px;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .tinvwl-txt {
  font-size: 13px;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock {
  color: Red;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i {
  font-size: 13px;
  background-color: red;
  color: #fff;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i:before {
  content: "\e905";
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock i {
  margin-right: 5px;
  width: 17px;
  height: 17px;
  font-size: 8px;
}

.woocommerce-account-fields .form-row.create-account input[type="checkbox"] {
  top: 0;
}

.woocommerce-shipping-fields #ship-to-different-address input[type="checkbox"] {
  top: 0;
}

.woocommerce-shipping-fields #ship-to-different-address span {
  font-size: 15px;
}

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 30px !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #00802D;
}

.hero_page {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 0;
}

@media (max-width: 1430px) {
  .hero_page {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .hero_page {
    padding: 20px 0;
  }
}

.hero_page h1 {
  margin-bottom: 0;
  margin-top: 4px;
}

.faq-shop {
  margin-top: 50px;
}

@media (max-width: 960px) {
  .faq-shop {
    margin-top: 30px;
  }
}

.shop-description {
  background-color: #ffffff;
  padding: 25px 55px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 960px) {
  .shop-description {
    padding: 25px 30px;
  }
}

@media (max-width: 640px) {
  .shop-description {
    padding: 15px 20px;
  }
}

.section_gray {
  background-color: #F4F4F4;
}

@media screen and (max-width: 1100px) {
  .hero-woo {
    background-color: #F4F4F4;
  }
}

@media screen and (max-width: 1100px) {
  .hero-woo .breadcrumbs-wrap:before {
    display: none;
  }
}

.hero-woo h1 {
  margin-bottom: 0;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .hero-woo h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .hero-woo h1 {
    font-size: 26px;
    margin-top: 0;
  }
}

.category-count {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
}

.product-contact {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1100px) {
  .product-contact {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.product-contact .item {
  width: 50%;
  padding: 10px;
}

@media (max-width: 1100px) {
  .product-contact .item {
    padding: 5px;
  }
}

.product-contact a {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.product-contact a:hover {
  text-decoration: none;
}

.product-contact p {
  margin: 0;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
}

.product-contact small,
.product-contact strong {
  display: block;
}

.product-contact small {
  font-size: 12px;
}

.product-contact strong {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .product-contact strong {
    font-size: 17px;
  }
}

.button-phone {
  position: relative;
}

.button-phone:hover {
  border-color: #00802D;
}

.button-chat {
  background-color: #fffdf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .button-chat {
    display: block;
    text-align: center;
  }
}

.button-chat:hover {
  border-color: #00802D;
}

.button-chat span {
  color: #00802D;
  display: block;
  margin-right: 10px;
  line-height: 1;
}

@media (max-width: 640px) {
  .button-chat span {
    margin-right: 0;
    height: 34px;
    margin-bottom: 3px;
  }
}

.orange-phone {
  position: absolute;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: white;
  left: -22px;
  top: 50%;
  background-color: #00802D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 640px) {
  .orange-phone {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 34px;
    margin-bottom: 5px;
  }
}

.trust-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  background-color: #ececec;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  margin: 20px 0;
}

.trust-product-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
}

@media (max-width: 960px) {
  .trust-product-item {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .trust-product-item:first-child {
    margin-top: 0;
  }
}

.trust-product-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border: 1px dashed #EBEBEB;
}

@media (max-width: 960px) {
  .trust-product-item::before {
    display: none;
  }
}

.trust-product-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #EBEBEB;
}

@media (max-width: 960px) {
  .trust-product-item:after {
    display: none;
  }
}

.trust-product-item:first-child, .trust-product-item:nth-child(3) {
  padding-left: 0;
}

.trust-product-item:first-child::before, .trust-product-item:nth-child(3)::before {
  display: none;
}

.trust-product-item:first-child::after, .trust-product-item:nth-child(2)::after {
  display: none;
}

.trust-product-item:nth-child(3), .trust-product-item:nth-child(4) {
  padding-bottom: 0;
}

.trust-product-item p {
  font-size: 14px;
  color: #121212;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  opacity: 0.8;
}

@media (max-width: 960px) {
  .trust-product-item p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .trust-product-item p {
    font-size: 13px;
  }
}

.trust-product-item .icon {
  width: 30px;
  height: 26px;
  display: block;
}

.trust-product-item .icon img {
  display: block;
}

.cat-first-lev .single-cat {
  width: 20%;
  padding: 10px 20px;
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat {
    padding: 10px;
    width: 25%;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .single-cat {
    width: 33.3333%;
    padding: 10px 4px;
  }
}

.cat-first-lev .single-cat a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover .btn-arrow {
    display: block;
    opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  .cat-first-lev .single-cat a:hover p {
    visibility: hidden;
    display: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
}

.cat-first-lev .single-cat a:hover .cover {
  -webkit-box-shadow: 0px 44px 49px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.cat-first-lev .single-cat .cover {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
  background-color: #dfdfdf;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 1300px) {
  .cat-first-lev .single-cat .cover {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat .cover {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .cat-first-lev .single-cat .cover {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
}

.cat-first-lev .single-cat .btn-arrow {
  display: none;
  opacity: 0;
  white-space: nowrap;
  line-height: 1.2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cat-first-lev .single-cat .btn-arrow {
    font-size: 12px;
  }
}

.list-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 60px 0 85px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1430px) {
  .list-categories {
    padding: 40px 0 50px;
  }
}

@media (max-width: 960px) {
  .list-categories {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .list-categories {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .list-categories {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.list-categories h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 1300px) {
  .list-categories h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .list-categories h4 {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .list-categories h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

.list-categories p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 960px) {
  .list-categories p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .list-categories p {
    font-size: 12px;
  }
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  margin-right: 10px;
}

.products-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1020px) {
  .products-flex-container {
    display: block;
  }
}

.left-sidebar {
  width: 25%;
}

@media screen and (max-width: 1020px) {
  .left-sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.right-body {
  width: 75%;
  padding-left: 25px;
}

@media screen and (max-width: 1020px) {
  .right-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .right-body {
    margin-top: 0;
  }
}

.right-body.full {
  width: 100%;
}

.berocket_single_filter_widget {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .berocket_single_filter_widget {
    padding: 15px 0 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 0;
  }
}

.berocket_single_filter_widget .bapf_ckbox .bapf_body {
  max-height: 360px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .berocket_single_filter_widget .bapf_ckbox .bapf_body {
    max-height: 10000px;
  }
}

.berocket_single_filter_widget input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 10px;
  border-color: #EBEBEB;
}

.berocket_single_filter_widget input[type="checkbox"]:checked {
  border-color: #00802D;
}

.berocket_single_filter_widget li {
  position: relative;
}

.berocket_single_filter_widget.bapf_rst_sel {
  padding: 0;
  background-color: transparent;
  border: none;
}

.bapf_srch.bapf_button_icon .bapf_input {
  height: 54px;
  line-height: 1;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  padding-right: 28px;
}

@media (max-width: 767px) {
  .bapf_srch.bapf_button_icon .bapf_input {
    font-size: 14px;
    height: 50px;
  }
}

.bapf_srch.bapf_button_icon span.bapf_search {
  line-height: 54px;
  font-size: 12px;
  color: #00802D;
  width: 27px;
  text-align: left;
}

.bapf_head h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bapf_head h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.bapf_sfilter .bapf_body ul li ul {
  margin-left: 0;
  margin-top: 10px;
}

.bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
  float: right;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 10px;
}

.bapf_sfilter ul li {
  margin-top: 10px !important;
  padding-left: 28px !important;
  border-top: 1px dashed #EBEBEB;
  padding-top: 10px !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bapf_sfilter ul li {
    font-size: 13px;
    margin-top: 5px !important;
    padding-left: 25px !important;
    padding-top: 8px !important;
  }
}

.bapf_sfilter ul li:first-child {
  margin-top: 0 !important;
  border-top: none !important;
}

@media (max-width: 767px) {
  .bapf_sfilter ul li input[type="radio"],
  .bapf_sfilter ul li input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
}

.bapf_stylecolor ul li {
  margin: 0 !important;
  padding-left: 0 !important;
}

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content {
  background: #dedddd;
  height: 4px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background-color: #F4F4F4;
  border: 1px solid #EBEBEB;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #00802D;
  border-color: #00802D;
}

.bapf_slidr_jqrui .bapf_from span,
.bapf_slidr_jqrui .bapf_to span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .bapf_slidr_jqrui .bapf_from span,
  .bapf_slidr_jqrui .bapf_to span {
    font-size: 14px;
  }
}

.bapf_slidr_jqrui .bapf_to {
  float: right;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
  background: #F4F4F4;
  border: 1px solid #EBEBEB;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bapf_sfilter .bapf_clr_span,
.bapf_sfilter .bapf_img_span {
  border-color: #ebebeb;
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
  border: 4px solid white;
  position: relative;
  overflow: visible;
}

.bapf_sfilter .bapf_clr_span:before,
.bapf_sfilter .bapf_img_span:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_default input:checked + label .bapf_img_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span:before,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span:before {
  border-color: #121212;
}

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_button.bapf_reset {
  background-color: #FFFAE6;
  display: block;
  width: 100%;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block !important;
  padding: 16px;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .bapf_button.bapf_reset {
    font-size: 14px;
  }
}

.bapf_button.bapf_reset:hover {
  background-color: #00802D;
  border-color: #00802D;
  color: white;
}

.bapf_button.bapf_reset:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.bapf_sfilter.two-columns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bapf_sfilter.two-columns li {
  width: 49%;
  padding: 10px;
}

.bapf_sfilter.two-columns li:first-child {
  margin-top: 10px !important;
}

.shop-total {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-total .col_25,
.shop-total .col_33 {
  margin-top: 15px;
}

@media (max-width: 1300px) {
  .shop-total .col_25,
  .shop-total .col_33 {
    width: 33.33%;
  }
}

@media (max-width: 640px) {
  .shop-total .col_25,
  .shop-total .col_33 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .shop-total .col_25,
  .shop-total .col_33 {
    width: 100%;
  }
}

.shop-total .single_product_slide {
  height: 100%;
}

.shop-total .time {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 640px) {
  .shop-total .time {
    font-size: 13px;
  }
}

.shop-total .time i {
  margin-right: 5px;
  color: #00802D;
}

.shop-total .prod-info p.product {
  margin: 0;
}

.shop-total .prod-info .blog-info-name a {
  font-size: 13px;
  text-decoration: underline;
}

.shop-total .wrapp_single_slider .woocommerce-Price-amount {
  font-size: 16px;
}

@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 14px;
  }
}

.shop-total .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
  font-size: 11px !important;
}

@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 10px !important;
  }
}

.shop-total .wrapp_single_slider .prod_title a {
  font-size: 16px;
  height: 41px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .shop-total .wrapp_single_slider .prod_title a {
    font-size: 14px;
    height: 39px;
  }
}

.prod_price {
  margin-bottom: 0 !important;
}

.products.columns-4 {
  float: none;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px !important;
  margin-right: -5px !important;
}

@media (max-width: 640px) {
  .products.columns-4 {
    margin-top: 15px !important;
  }
}

@media (max-width: 1100px) {
  .products.columns-4 .about_product_text .brand {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .products.columns-4 .about_product_text .brand {
    font-size: 10px;
  }
}

.products.columns-4 .warp-button a.button {
  padding-left: 13px;
  padding-right: 13px;
}

@media only screen and (max-width: 350px) {
  .products.columns-4 {
    width: 100% !important;
  }
}

.products.columns-4 .single_product_slide {
  padding: 0;
  height: 100% !important;
}

.about_product {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  position: relative;
  z-index: 1;
  padding: 10px 0 0;
  height: 100%;
}

@media (max-width: 640px) {
  .about_product {
    height: auto;
  }
}

.about_product_text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .about_product_text {
    height: auto;
    display: block;
  }
}

.about_product_text .price-products {
  margin-top: auto;
}

.wrapp_single_slider {
  padding: 10px 10px 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 640px) {
  .wrapp_single_slider {
    display: block;
  }
}

@media (max-width: 480px) {
  .wrapp_single_slider {
    padding: 8px;
  }
}

@media screen and (min-width: 960px) {
  .wrapp_single_slider:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }
  .wrapp_single_slider:hover .warp-button-item {
    bottom: 100%;
    margin-bottom: 50px;
  }
  .wrapp_single_slider:hover .prod-img-a .cover {
    opacity: 0.6;
  }
}

.wrapp_single_slider .star-rating {
  position: absolute;
  top: -8px;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 480px) {
  .wrapp_single_slider .price-products {
    padding-top: 5px;
    margin-top: 5px;
  }
}

.wrapp_single_slider .sale {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #00802D;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

@media (max-width: 767px) {
  .wrapp_single_slider .sale {
    font-size: 10px;
    top: 0;
    left: 0;
  }
}

.wrapp_single_slider .woocommerce-Price-amount {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  vertical-align: top;
}

.wrapp_single_slider .woocommerce-Price-amount * {
  font-weight: 600;
}

@media (max-width: 1100px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .wrapp_single_slider .woocommerce-Price-amount {
    font-size: 13px;
  }
}

.wrapp_single_slider .warp-button-item a {
  font-size: 15px;
}

.wrapp_single_slider .from {
  font-size: 14px;
  margin-right: 3px !important;
}

@media (max-width: 640px) {
  .wrapp_single_slider .from {
    font-size: 11px;
  }
}

.wrapp_single_slider .prod_title {
  margin: 0;
}

.wrapp_single_slider .prod_title a {
  font-size: 14px;
  line-height: 1.3;
  height: 60px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}

@media (max-width: 1430px) {
  .wrapp_single_slider .prod_title a {
    font-size: 15px;
    height: 58px;
  }
}

@media (max-width: 1100px) {
  .wrapp_single_slider .prod_title a {
    height: 46px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .wrapp_single_slider .prod_title a {
    font-size: 13px;
    height: 50px;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .wrapp_single_slider .wrapp_single_slider {
    padding: 5px;
  }
}

.wrapp_single_slider .prod_price {
  margin: 0;
}

.wrapp_single_slider .prod_img .woocommerce a.button {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.5;
  position: relative;
}

.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  background-color: #121212;
}

@media (max-width: 1300px) {
  .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi {
    font-size: 12px !important;
  }
}

.wrapp_single_slider .prod_price del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  text-decoration: inherit;
  font-weight: 500 !important;
}

.wrapp_single_slider .prod-img-a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.wrapp_single_slider .prod-img-a .prod-img-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}

.wrapp_single_slider .prod-img-a img {
  display: block;
  width: 100vw;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapp_single_slider .prod-img-a .cover {
  height: 0;
  padding-bottom: 60%;
  background-size: contain;
}

.category-prod {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .category-prod {
    font-size: 11px;
  }
}

.warp-button-item {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -85px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

@media (max-width: 960px) {
  .warp-button-item {
    bottom: 0;
    position: relative;
    margin-top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  .warp-button-item {
    margin-top: 5px;
  }
}

.warp-button-item p {
  margin: 0;
}

.warp-button-item a {
  font-size: 14px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 100%;
  text-align: center;
  background-color: #585858 !important;
}

@media (max-width: 640px) {
  .warp-button-item a {
    height: 40px;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .warp-button-item a {
    height: 36px;
    font-size: 12px !important;
  }
}

.warp-button-item a.add_to_cart_button {
  background-color: #00802D !important;
}

.warp-button-item a.add_to_cart_button:hover {
  background-color: #00802D !important;
}

.warp-button-item a:hover {
  background-color: #585858 !important;
  opacity: 1 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  width: 25%;
  padding: 5px;
}

@media (max-width: 960px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.3333%;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.333% !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
  }
}

.woocommerce ul.products li.product a img {
  margin: 0;
  width: auto;
}

.woocommerce-ordering {
  position: relative;
  width: 65.66%;
}

.woocommerce-ordering select {
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: white;
  padding-right: 40px;
}

@media (max-width: 480px) {
  .woocommerce-ordering select {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.woocommerce-ordering:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 8px;
  z-index: 1;
}

@media (max-width: 640px) {
  .woocommerce-ordering:after {
    right: 10px;
    width: 11px;
    height: 6px;
  }
}

.woocommerce-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul {
  margin-left: auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: none !important;
  padding-top: 0;
}

.bottom-shop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 640px) {
  .bottom-shop {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}

.bottom-shop .woocommerce-result-count {
  margin-top: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: none;
  margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 640px) {
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    width: 30px;
    font-size: 13px;
    height: 30px;
  }
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #00802D;
  color: white;
}

.next.page-numbers,
.prev.page-numbers {
  color: transparent;
  position: relative;
}

.next.page-numbers::before,
.prev.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #121212;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 960px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    font-size: 12px;
  }
}

.next.page-numbers:hover::before,
.prev.page-numbers:hover::before {
  color: #fff !important;
}

.next.page-numbers::before {
  content: "\f054";
}

.prev.page-numbers:before {
  content: "\f053";
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers {
  color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:before,
.woocommerce nav.woocommerce-pagination ul li span.current.prev.page-numbers:before {
  color: white;
}

.filters-mobile {
  display: none;
}

@media screen and (max-width: 1020px) {
  .filters-mobile {
    display: block;
  }
}

.filters-mobile a {
  background-color: #121212;
  color: white;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters-mobile a:hover {
  text-decoration: none;
}

.filters-mobile a img {
  margin-left: auto;
}

@media screen and (max-width: 1020px) {
  .wrap_sidebar {
    padding: 20px;
    background-color: #F4F4F4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    border-radius: 0;
    overflow-x: scroll;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .wrap_sidebar {
    background-color: #ffffff;
  }
}

@media (max-width: 480px) {
  .wrap_sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cover-black {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
}

.filter-open .wrap_sidebar {
  left: 0;
}

.filter-open .toggle-filters {
  display: block;
  opacity: 1;
}

.filter-open .cover-black {
  display: block;
  opacity: 1;
  z-index: 2;
}

.product-single-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 60px;
}

@media (max-width: 1430px) {
  .product-single-flex {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .product-single-flex {
    display: block;
    padding: 25px 0 35px;
    position: relative;
  }
}

@media (max-width: 640px) {
  .product-single-flex {
    padding-bottom: 10px;
  }
}

.product-images {
  width: 52%;
  float: none;
}

@media (max-width: 960px) {
  .product-images {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .product-images {
    width: 100%;
  }
}

.product-carousel {
  display: none !important;
  width: 45%;
  padding-right: 15px;
}

@media (max-width: 1430px) {
  .product-carousel {
    padding-right: 0;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .product-carousel {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 55%;
  float: none;
  padding: 40px;
  margin-left: 0;
  text-align: center;
  background: #ffff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

@media (max-width: 1430px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding: 30px;
  }
}

@media (max-width: 1300px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    position: relative;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    margin-top: 20px;
  }
}

.woocommerce #content div.product div.summary h1,
.woocommerce div.product div.summary h1,
.woocommerce-page #content div.product div.summary h1,
.woocommerce-page div.product div.summary h1 {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .woo-variation-product-gallery {
    width: 100%;
    max-width: 100% !important;
    float: none;
    margin-bottom: 0 !important;
  }
}

.wvg-single-gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border-radius: 5px;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
  width: 36px;
  height: 36px;
}

@media (max-width: 767px) {
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before {
    background-size: 5px;
  }
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: white;
}

.woo-variation-gallery-wrapper .wvg-gallery-image {
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woo-variation-gallery-wrapper .wvg-gallery-image div {
  height: 100%;
}

@media (max-width: 1430px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 560px;
  }
}

@media (max-width: 1300px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 480px;
  }
}

@media (max-width: 960px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .woo-variation-gallery-wrapper .wvg-gallery-image {
    height: 340px;
  }
}

.woocommerce-info::before {
  color: #00802D;
}

.main-product .woocommerce-error,
.main-product .woocommerce-info,
.main-product .woocommerce-message {
  margin: 20px 0 0;
}

.thumb-img {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
}

.slide-imgBig {
  height: 600px;
}

@media (max-width: 1300px) {
  .slide-imgBig {
    height: 480px;
  }
}

@media (max-width: 960px) {
  .slide-imgBig {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .slide-imgBig {
    height: 320px;
  }
}

.slide-imgBig a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}

@media (max-width: 640px) {
  .slide-imgBig a {
    border-radius: 5px;
  }
}

.slide-imgBig img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.larger-image {
  position: absolute;
}

.woocommerce img,
.woocommerce-page img {
  max-height: 100%;
}

.carousel-thumbs {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .carousel-thumbs {
    margin-top: 10px;
  }
}

.carousel-thumbs:not(.slick-slider) {
  height: 77px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-thumbs:not(.slick-slider) .owl-thumb-item {
  width: 87px;
  height: 77px;
}

.owl-thumb-item {
  padding: 0 5px;
  opacity: 0.4;
}

.owl-thumb-item.slick-current {
  opacity: 1;
}

.carousel-top:not(.slick-slider) {
  height: 500px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .carousel-top:not(.slick-slider) {
    height: 480px;
  }
}

@media (max-width: 960px) {
  .carousel-top:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .carousel-top:not(.slick-slider) {
    height: 320px;
  }
}

.product_title.entry-title {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .product_title.entry-title {
    padding-right: 60px !important;
  }
}

@media (max-width: 960px) {
  .product_title.entry-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .product_title.entry-title {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .product_title.entry-title {
    padding-right: 60px;
    font-size: 20px;
  }
}

.top-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

@media (max-width: 1430px) {
  .top-val {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .top-val {
    font-size: 13px;
    margin: 10px 0;
  }
}

@media (max-width: 960px) {
  .main_sku {
    font-size: 14px;
  }
}

.main_sku strong {
  font-weight: 500;
  color: #121212;
}

.title-product h1 {
  margin-bottom: 15px;
}

.stock_info span {
  line-height: 1;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #121212;
  font-weight: 500;
}

@media (max-width: 960px) {
  .stock_info span {
    font-size: 14px;
  }
}

.woocommerce div.product .stock {
  color: #121212;
  margin: 0;
  padding-left: 22px;
  font-weight: 500;
  position: relative;
}

.woocommerce div.product .stock::before {
  content: "\f058";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.stock.in-stock {
  color: #121212;
}

.stock.in-stock:before {
  color: #43812c;
}

.woocommerce-variation-availability .stock:before {
  top: 0;
}

.desc p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 960px) {
  .desc p {
    font-size: 14px;
  }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}

@media (max-width: 1430px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    margin: 20px 0;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 24px;
  }
}

.woocommerce div.product p.price bdi,
.woocommerce div.product p.price span,
.woocommerce div.product span.price bdi,
.woocommerce div.product span.price span {
  font-weight: 500;
}

.woocommerce div.product p.price sup,
.woocommerce div.product span.price sup {
  top: -10px;
  font-size: 50%;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #121212;
  opacity: 1;
  font-size: 60%;
}

.woocommerce div.product p.price del sup,
.woocommerce div.product span.price del sup {
  text-decoration: none;
}

.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
  position: relative;
}

.woocommerce div.product p.price del .woocommerce-Price-amount:before,
.woocommerce div.product span.price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #121212;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.woocommerce div.product p.price del span,
.woocommerce div.product p.price del bdi,
.woocommerce div.product span.price del span,
.woocommerce div.product span.price del bdi {
  font-weight: 400;
}

.woocommerce div.product form.cart div.quantity {
  position: relative;
  margin-right: 10px;
}

.woocommerce div.product form.cart div.quantity .qty {
  width: 160px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  background-color: #F4F4F4;
}

@media (max-width: 1100px) {
  .woocommerce div.product form.cart div.quantity .qty {
    width: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .quantity-button {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .quantity-button {
    font-size: 12px;
  }
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #00802D;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #004d1b;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.woocommerce div.product form.cart a.added_to_cart {
  display: none !important;
  color: #00802D;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce div.product form.cart .button {
  float: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0;
  position: relative;
  width: calc(100% - 180px);
  height: 52px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .woocommerce div.product form.cart .button {
    width: calc(100% - 130px);
  }
}

@media (max-width: 960px) {
  .woocommerce div.product form.cart .button {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product form.cart .button {
    font-size: 13px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 135px);
  }
}

.woocommerce div.product form.cart .button span {
  color: white;
}

.onsale-product {
  font-size: 12px;
  font-weight: 500;
  color: white;
  background-color: #00802D;
  line-height: 1;
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}

@media (max-width: 640px) {
  .onsale-product {
    left: 10px;
    top: 10px;
  }
}

.carousel-right {
  position: relative;
}

.group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .group-form {
    display: block;
    margin-bottom: 0;
  }
}

.features {
  background-color: #ececec;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

@media (max-width: 1300px) {
  .features {
    padding: 10px 20px;
  }
}

.features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -6px;
}

@media (max-width: 640px) {
  .features ul {
    display: block;
    margin: 0;
  }
}

.features li {
  width: 50%;
  padding: 12px;
  border-top: 1px dashed #d3d3d3;
  border-right: 1px dashed #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .features li {
    border-right: none;
    padding: 10px 0;
    width: 100%;
  }
}

.features li:nth-child(even) {
  border-right: none;
}

.features li:first-child,
.features li:first-child + li {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

@media (max-width: 640px) {
  .features li:first-child + li {
    border-top: 1px dashed #d3d3d3;
    padding-top: 10px;
  }
}

.features p {
  font-size: 16px;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: #121212;
  width: calc(100% - 44px);
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1430px) {
  .features p {
    padding-left: 10px;
  }
}

@media (max-width: 1300px) {
  .features p {
    font-size: 14px;
  }
}

.feature-img {
  width: 33px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1430px) {
  .feature-img {
    height: 34px;
  }
}

.product_meta {
  margin-top: 20px;
}

.product_meta .posted_in {
  margin-bottom: 10px;
}

.product_meta .posted_in,
.product_meta .tagged_as {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .product_meta .posted_in,
  .product_meta .tagged_as {
    font-size: 12px;
  }
}

.product_meta .posted_in a,
.product_meta .tagged_as a {
  font-weight: 400;
  color: #121212;
  display: inline;
}

.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
  text-decoration: none;
  color: #00802D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 40px;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    line-height: 1.2;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    font-size: 13px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0 20px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 15px;
  }
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  opacity: 0.4;
  padding: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: white;
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #EBEBEB;
  opacity: 1;
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #00802D;
  }
}

.woocommerce table.shop_attributes {
  font-size: 15px;
}

.woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
  margin: 0;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #121212;
  border-radius: 5px 5px 0 0;
  border: 1px solid white;
  border-bottom: none;
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px;
    border: none;
  }
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel span,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel div,
.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel th {
  font-weight: 400;
}

@media (max-width: 640px) {
  .woocommerce-Tabs-panel p,
  .woocommerce-Tabs-panel span,
  .woocommerce-Tabs-panel li,
  .woocommerce-Tabs-panel div,
  .woocommerce-Tabs-panel td,
  .woocommerce-Tabs-panel th {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce-Tabs-panel p,
  .woocommerce-Tabs-panel span,
  .woocommerce-Tabs-panel li,
  .woocommerce-Tabs-panel div,
  .woocommerce-Tabs-panel td,
  .woocommerce-Tabs-panel th {
    font-size: 14px;
  }
}

.woocommerce-Tabs-panel p a,
.woocommerce-Tabs-panel p span,
.woocommerce-Tabs-panel span a,
.woocommerce-Tabs-panel span span,
.woocommerce-Tabs-panel li a,
.woocommerce-Tabs-panel li span,
.woocommerce-Tabs-panel div a,
.woocommerce-Tabs-panel div span,
.woocommerce-Tabs-panel td a,
.woocommerce-Tabs-panel td span,
.woocommerce-Tabs-panel th a,
.woocommerce-Tabs-panel th span {
  font-size: inherit;
}

.woocommerce-Tabs-panel label {
  font-weight: 500;
}

.woocommerce-Tabs-panel h3 {
  font-size: 24px;
}

@media (max-width: 960px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .woocommerce-Tabs-panel h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .description {
    clear: both;
  }
}

.woocommerce-tabs {
  display: none;
  /*margin-bottom: 40px;

	@include desktop-s {
		margin-bottom: 40px;
	}
	@include tablet-p {
		margin-bottom: 30px;
	}
	*/
}

.wrapp_slider_products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider_products_small {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .slider_products_small {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 640px) {
  .slider_products_small .slick-list {
    overflow: visible;
  }
}

.slider_products_small .single_product_slide {
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .slider_products_small .single_product_slide {
    padding: 10px 5px;
  }
}

.slider_products_small:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 370px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) {
    height: 300px;
  }
}

.slider_products_small:not(.slick-slider) .single_product_slide {
  width: 20%;
  padding: 10px;
}

@media (max-width: 1300px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 640px) {
  .slider_products_small:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

.slider_products_small .slick-track {
  margin-left: 0 !important;
}

.section_related .section_title {
  font-size: 24px !important;
}

@media (max-width: 767px) {
  .section_related .section_title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
}

.woocommerce .star-rating span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}

@media (max-width: 480px) {
  .woocommerce .star-rating span {
    font-size: 12px;
  }
}

.woocommerce .star-rating span::before {
  top: -4px;
  color: #00802D;
  font-family: star;
  font-size: 14px;
}

@media (max-width: 480px) {
  .woocommerce .star-rating span::before {
    font-size: 12px;
  }
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  height: 18px;
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-product-rating .star-rating {
    height: 12px;
  }
}

.woocommerce .star-rating {
  width: 100%;
}

.woocommerce .star-rating::before {
  font-family: star;
  font-size: 14px;
}

@media (max-width: 480px) {
  .woocommerce .star-rating::before {
    font-size: 12px;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #F4F4F4;
  border: none;
  border-radius: 5px;
  padding: 20px;
}

@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0 !important;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #212121;
  margin: 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 40px;
  height: auto;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
}

@media (max-width: 640px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
  }
}

.woocommerce #review_form #respond {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 640px) {
  .woocommerce #review_form #respond {
    padding-top: 20px;
    margin-top: 10px;
  }
}

.woocommerce #review_form #respond .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 960px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: 17px;
  }
}

.woocommerce #reviews #comment {
  height: 140px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  width: 85px;
  float: left;
}

@media (max-width: 640px) {
  .woocommerce div.product .woocommerce-product-rating {
    width: 63px;
  }
}

@media (max-width: 1430px) {
  .top-info {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .top-info {
    display: block;
    padding-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .top-info {
    padding-bottom: 0;
    width: 100%;
    margin-top: 12px;
  }
}

.top-info a {
  text-decoration: underline;
  margin-left: 0;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.top-info a:hover {
  color: #00802D;
}

@media (max-width: 767px) {
  .top-info-left {
    margin-bottom: 10px;
  }
}

.top-info-left .products-features span {
  font-size: 13px;
}

.top-info-right {
  margin-left: auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .top-info-right {
    margin-top: 5px;
  }
}

.comment-form-author {
  width: 45%;
  float: left;
}

@media (max-width: 640px) {
  .comment-form-author {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-rating {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .comment-form-rating {
    padding: 0;
  }
}

.woocommerce #review_form #respond p.stars {
  margin-left: 0;
  margin-top: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce p.stars a::before {
  color: #00802D;
  font-size: 20px;
}

.comment-form-email {
  width: 48%;
  float: right;
}

@media (max-width: 640px) {
  .comment-form-email {
    width: 100%;
    flood-color: none;
  }
}

.comment-form-cookies-consent {
  clear: both;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  font-size: 14px;
}

.woocommerce-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .woocommerce-variation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .woocommerce-variation .woocommerce-variation-availability {
    padding-left: 20px;
    position: relative;
    top: -6px;
  }
}

.woocommerce-variation-description {
  width: 100%;
}

.woocommerce #respond input#submit {
  color: white;
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  font-family: "Quicksand", sans-serif;
  background-color: #00802D;
  margin-top: 30px;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .woocommerce #respond input#submit {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce #respond input#submit {
    padding: 14px 28px 14px 28px;
    font-size: 14px;
  }
}

.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.woocommerce-Reviews-title {
  font-weight: 300;
  display: none;
}

.woocommerce-Reviews-title span {
  font-weight: 500;
}

.woocommerce div.product form.cart .variations {
  display: block;
  margin-top: 0;
}

.woocommerce div.product form.cart .variations tbody {
  display: block;
}

.woocommerce div.product form.cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .woocommerce div.product form.cart .variations tr {
    display: block;
  }
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations td label,
.woocommerce div.product form.cart .variations td.label {
  display: block;
  width: 20%;
}

.woocommerce div.product form.cart .variations .value {
  position: relative;
}

.woocommerce div.product form.cart .variations .value:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

.woocommerce div.product form.cart .variations .value {
  display: block;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  margin: 0 0 0 10px;
  background-color: white;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.woocommerce div.product form.cart .variations th {
  width: 30%;
  line-height: 1;
  text-align: left;
}

.woocommerce div.product form.cart .variations td {
  width: 86%;
  line-height: 1;
}

.product-type-variable p.price,
.product-type-variable span.price {
  display: none;
}

.product-details .price {
  display: block !important;
  margin: 0 0 20px !important;
}

.product-details .price span,
.product-details .price p,
.product-details .price bdi {
  color: #121212;
  font-family: "Quicksand", sans-serif;
}

.product-details .price del span,
.product-details .price del bdi {
  color: #121212;
}

.product-details .price del .woocommerce-Price-amount {
  position: relative;
}

.product-details .price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #121212;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 14px;
}

.woocommerce button.button.alt.disabled {
  background-color: #00d24a;
}

.woocommerce button.button.alt.disabled:hover {
  background-color: #00d24a;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.woocommerce-message::before {
  color: #00802D;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 13px;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #004d1b;
  color: white;
}

.woocommerce-error {
  background-color: #ffe8e8 !important;
}

.bapf_sfilter.bapf_hideckbox li {
  padding-left: 0 !important;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #121212;
}

.bapf_hideckbox li label:hover,
.bapf_hideckbox li label a:hover {
  opacity: 0.7;
  color: #121212;
}

.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  text-decoration: underline;
  color: #121212;
}

.bapf_hideckbox li input:checked + label:hover,
.bapf_hideckbox li input:checked + label a:hover {
  opacity: 0.7;
  color: #121212;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
  width: 80px;
  vertical-align: middle;
  font-size: 15px;
  padding: 12px 15px;
  margin: 0 5px 0 0;
  line-height: 1;
}

.close_filter {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #00802D;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1020px) {
  .close_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .close_filter {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 640px) {
  .close_filter svg {
    width: 10px;
  }
}

.filter_mobile.trigger-sidebar {
  display: none;
  width: 50%;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #121212;
  border-radius: 5px;
  font-weight: 400;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .filter_mobile.trigger-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 640px) {
  .filter_mobile.trigger-sidebar {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  .filter_mobile.trigger-sidebar {
    width: 100%;
  }
}

.filter_mobile.trigger-sidebar span {
  display: block;
  margin-left: auto;
}

.filter_mobile.trigger-sidebar span img {
  vertical-align: middle;
  width: 13px;
}

.filter_mobile.trigger-sidebar:hover {
  text-decoration: none;
}

@media screen and (max-width: 1020px) {
  .head-shop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-shop .col_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-shop .col_50:last-child {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .head-shop .col_50 {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .head-shop > .col_50 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .head-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1020px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    width: 50%;
    padding-left: 10px;
  }
  .woocommerce .woocommerce-ordering select {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 350px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 40px;
  border: 1px solid #e8e8e8;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 25px 20px;
  }
}

.woocommerce #review_form #respond .form-submit input {
  margin: 0;
}

@media (max-width: 767px) {
  .wrapp_slider_products.slider-horizontal .slider-arrows {
    right: 0;
  }
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  background-color: #acc3d6;
  opacity: 0.3;
  cursor: pointer;
}

@media (max-width: 640px) {
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    width: 36px;
    height: 36px;
  }
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow::before,
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow::before {
    width: 7px;
  }
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
  background-color: #acc3d6;
  opacity: 1;
}

.dashicons-arrow-right-alt2:before {
  background-image: url("images/svg/arrow-right.svg");
}

.dashicons-arrow-left-alt2:before {
  background-image: url("images/svg/arrow-left.svg");
}

@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations td label,
  .woocommerce div.product form.cart .variations td.label {
    width: 100%;
  }
}

.popup-wrap {
  display: none;
  border-radius: 10px;
  max-width: 800px;
}

@media (max-width: 767px) {
  .popup-wrap {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .popup-wrap {
    padding: 30px 20px;
  }
}

.popup-wrap .form-row {
  padding: 0 !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 0 !important;
}

.popup-wrap form {
  margin-top: 20px;
}

.popup-wrap p.title-popup {
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .popup-wrap p.title-popup {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .popup-wrap p.title-popup {
    font-size: 20px;
  }
}

.product-offer {
  background-color: #F4F4F4;
  border: 1px solid #EBEBEB;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .product-offer {
    padding: 12px;
  }
}

.product-offer p {
  margin: 0;
  line-height: 1.2;
}

.product-offer .title {
  font-weight: 700;
  color: #121212;
}

.product-offer .sku {
  font-size: 14px;
  margin-top: 5px;
}

.product-offer .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .product-offer .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.product-offer .product-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .product-offer .product-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 640px) {
  .product-offer .product-img {
    width: 45px;
    height: 45px;
  }
}

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

.product-offer-text {
  width: calc(100% - 90px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .product-offer-text {
    width: calc(100% - 60px);
  }
}

@media (max-width: 640px) {
  .product-offer-text {
    width: calc(100% - 45px);
    padding-left: 10px;
  }
}

.section_related {
  padding-top: 0;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section_related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.button-test a {
  display: block;
  width: 100%;
  text-align: center;
}

body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
body
.woo-variation-gallery-thumbnail-position-bottom-bottom
.woo-variation-gallery-container
.wvg-thumbnail-prev-arrow {
  top: calc((100% - 36px) / 2);
}

@media (max-width: 767px) {
  body .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,
  body
.woo-variation-gallery-thumbnail-position-bottom-bottom
.woo-variation-gallery-container
.wvg-thumbnail-prev-arrow {
    top: calc((100% - 28px) / 2);
  }
}

body .woo-variation-gallery-thumbnail-wrapper {
  overflow: initial;
}

.button-test {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

.product-info.headings {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.product-info.headings p {
  font-size: 16px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .product-info.headings p {
    font-size: 15px;
  }
}

.product-info.headings p a {
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .product-info.headings p a {
    font-size: 15px;
  }
}

.product-info.headings .quantity {
  width: 130px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
  box-ordinal-group: 3;
  border-radius: 4px;
  background: #fafafa;
}

.product-info.headings .quantity input[type="number"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  width: 60px;
  height: 40px;
  padding: 0;
}

.product-info.headings .quantity .quantity-button {
  width: 30px;
  font-size: 11px;
}

.product-info.headings .remove {
  display: none !important;
}

.to-remove {
  display: inline-block;
}

td.product-total a.remove {
  position: relative;
  width: 22px !important;
  height: 22px !important;
  line-height: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  top: 1px;
  background-color: transparent !important;
  border-radius: 100%;
  background-image: url(images/svg/delete.svg) !important;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  font-size: 0 !important;
  margin-top: 0;
}

td.product-total a.remove:hover {
  background-image: url(images/svg/delete.svg) !important;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  background-color: transparent !important;
}

body.woocommerce-order-pay #order_review {
  margin: 0 auto;
}

.toggle-filters {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 140px 0 40px;
  display: none;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -80px;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 767px) {
  .toggle-filters {
    top: -30px;
    padding: 85px 0 3px;
  }
}

@media (max-width: 640px) {
  .toggle-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 99;
    padding: 50px 20px;
  }
}

.mobile-toggle {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mobile-toggle .title-top {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  margin: 0;
}

.mobile-toggle .trigger-filter-btn {
  font-weight: 600;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .mobile-toggle .trigger-filter-btn {
    font-size: 0;
  }
}

.mobile-toggle .trigger-filter-btn img {
  display: block;
  margin-left: 10px;
}

.filters-top {
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
}

@media (max-width: 1300px) {
  .filters-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .filters-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 640px) {
  .filters-top {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 400px) {
  .filters-top .col_50 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .filters-top .col_50.filter_box {
    margin-bottom: 10px;
  }
}

.filter-zone {
  height: 100%;
}

.trigger-filter-btn {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  background-color: white;
  padding: 18px 20px;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .trigger-filter-btn {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #00802D;
    border-radius: 5px;
    color: white;
  }
}

@media (max-width: 400px) {
  .trigger-filter-btn {
    padding: 16px 15px 17px;
  }
}

.trigger-filter-btn img {
  margin-left: 10px;
  display: block;
}

.trigger-filter-btn:hover {
  color: #91D197;
  text-decoration: none;
}

.close-filter {
  display: none;
}

.close-filter a {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close-filter a:hover {
  color: #91D197;
  text-decoration: none;
}

.close-filter a img {
  margin-left: 10px;
  display: block;
}

.filter-open .col_50.other_box {
  display: none;
}

.filter-open .close-filter {
  display: block;
  text-align: right;
}

.filter-open .toggle-filters {
  display: block;
  opacity: 1;
}

@media (max-width: 640px) {
  .filter-open .toggle-filters {
    overflow-x: scroll;
  }
}

.flex-filters {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid #EBEBEB;
  padding-top: 20px;
  max-width: 1230px;
  margin: 0 auto;
}

.select2-container--classic .select2-selection--single:focus {
  border: none;
}

.col_50.other_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1300px) {
  .col_50.other_box {
    display: block;
    text-align: right;
  }
}

.col_50.other_box .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-result-count {
  font-size: 15px;
  margin: 0 10px 0 0;
  float: none;
}

@media (max-width: 1300px) {
  .woocommerce .woocommerce-result-count {
    display: block;
    float: none;
    clear: both;
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .woocommerce .woocommerce-result-count {
    font-size: 13px;
  }
}

.products-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .products-features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.products-features span {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.products-features img {
  margin-right: 5px;
  max-height: 16px;
}

@media (max-width: 480px) {
  .products-features img {
    max-height: 12px;
    margin-right: 3px;
  }
}

.product-feature {
  margin-right: 5px;
}

@media (max-width: 480px) {
  .product-feature {
    margin-top: 3px;
  }
}

.bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bottom-info {
    display: block;
    text-align: center;
  }
}

.bottom-info .woocommerce-pagination {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .bottom-info .woocommerce-pagination {
    margin-bottom: 10px;
  }
}

.products-slider,
.products-slider2 {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .products-slider,
  .products-slider2 {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.products-slider .single_product_slide,
.products-slider2 .single_product_slide {
  padding: 10px;
}

@media (max-width: 767px) {
  .products-slider .single_product_slide,
  .products-slider2 .single_product_slide {
    padding: 10px 8px;
  }
}

.products-slider:not(.slick-slider),
.products-slider2:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 385px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .products-slider:not(.slick-slider),
  .products-slider2:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .products-slider:not(.slick-slider),
  .products-slider2:not(.slick-slider) {
    height: 320px;
  }
}

.products-slider:not(.slick-slider) .single_product_slide,
.products-slider2:not(.slick-slider) .single_product_slide {
  width: 20%;
}

@media (max-width: 1300px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 25%;
  }
}

@media (max-width: 960px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .products-slider:not(.slick-slider) .single_product_slide,
  .products-slider2:not(.slick-slider) .single_product_slide {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .slider-horizontal {
    padding-right: 60px;
  }
  .slider-horizontal .slick-list {
    overflow: visible;
  }
}

@media (max-width: 400px) {
  .slider-horizontal {
    padding-right: 20px;
  }
}

.slider-horizontal .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.28);
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-top: -26px;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
  opacity: 0.5;
}

@media (max-width: 640px) {
  .slider-horizontal .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

.slider-horizontal .slick-arrow:hover {
  background-color: #00802D;
  opacity: 1;
}

.slider-horizontal .slick-prev:before,
.slider-horizontal .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  z-index: 1;
  font-size: 14px;
}

.slider-horizontal .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-horizontal .slick-slide {
  height: auto;
}

.slider-horizontal .slick-next {
  right: -70px;
}

@media (max-width: 1430px) {
  .slider-horizontal .slick-next {
    right: -15px;
  }
}

@media (max-width: 640px) {
  .slider-horizontal .slick-next {
    right: 0;
  }
}

.slider-horizontal .slick-prev {
  left: -70px;
}

@media (max-width: 1430px) {
  .slider-horizontal .slick-prev {
    left: -15px;
  }
}

@media (max-width: 640px) {
  .slider-horizontal .slick-prev {
    left: 0;
  }
}

.slider-horizontal .slick-prev:before {
  content: "\f053";
}

.slider-horizontal .slick-next:before {
  content: "\f054";
}

@media (max-width: 640px) {
  .category-item {
    width: 100%;
  }
}

.category-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.65);
  margin-top: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  max-width: 70%;
}

@media (max-width: 480px) {
  .category-overlay {
    max-width: 90%;
  }
}

.category-overlay p {
  color: #121212;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 480px) {
  .category-overlay p {
    font-size: 13px;
  }
}

.woocommerce div.product .stock.out-of-stock {
  color: #de3333 !important;
}

.woocommerce div.product .stock.out-of-stock:before {
  content: "\f057";
  color: #de3333 !important;
}

.woocommerce div.product .stock.available-on-backorder {
  color: #c9878d !important;
}

.woocommerce div.product .stock.available-on-backorder:before {
  content: "\f0a1";
  color: #c9878d !important;
}

body.woocommerce-order-pay .woocommerce table.shop_table {
  background-color: #fff;
}

body.woocommerce-order-pay .woocommerce table.shop_table td,
body.woocommerce-order-pay .woocommerce table.shop_table th {
  padding-left: 10px;
  font-weight: 400;
  padding-right: 10px;
}

.tabs-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

.tabs-product li {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  padding: 5px 0;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

@media (max-width: 640px) {
  .tabs-product li {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tabs-product li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
}

.tabs-product li.current {
  color: #00802D;
}

.tabs-product li.current::before {
  background-color: #00802D;
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.01);
}

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

.tab-content .the-content p:first-child,
.tab-content .the-content h2:first-child,
.tab-content .the-content h3:first-child,
.tab-content .the-content h4:first-child,
.tab-content .the-content h5:first-child,
.tab-content .the-content h6:first-child {
  margin-top: 0;
}

.wooc-content-small {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce table.shop_table.account-orders-table {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}

.woocommerce-MyAccount-navigation ul {
  background-color: white;
  padding: 14px 16px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
}

@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 10px 16px;
  }
}

.woocommerce-MyAccount-navigation a {
  padding: 16px 0 16px 36px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1550px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation a {
    padding: 12px 40px 12px 43px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation a {
    padding: 12px 40px 12px 29px;
    font-size: 12px;
  }
}

.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 4px 0 7px;
  position: relative;
  border-top: 1px dashed #EBEBEB;
}

.woocommerce-MyAccount-navigation li:first-child {
  margin-top: 0;
  border-top: none;
}

.woocommerce-MyAccount-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  top: 0;
  border-radius: 6px;
}

.woocommerce-MyAccount-navigation li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  opacity: 0.58;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li:hover {
  opacity: 0.6;
}

.woocommerce-MyAccount-navigation li.is-active:hover {
  opacity: 1;
}

.woocommerce-MyAccount-navigation li.is-active a {
  opacity: 1;
  z-index: 3;
  color: #FFFAE6;
}

.woocommerce-MyAccount-navigation li.is-active::before {
  opacity: 1;
  z-index: 3;
}

.woocommerce-MyAccount-navigation li.is-active:after {
  opacity: 1;
  z-index: 2;
  background-color: #00802D;
}

.woocommerce-MyAccount-navigation li.is-active a:after {
  opacity: 1;
  z-index: 3;
}

.woocommerce-MyAccount-navigation a {
  display: block;
}

.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active a {
  color: #121212;
  z-index: 1;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active::before {
  opacity: 1;
  z-index: 1;
  background-color: transparent;
  background-image: url("images/svg/account1.svg");
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active:after {
  opacity: 0.58;
  z-index: 0;
  background-color: transparent;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:after {
  z-index: 0;
  opacity: 0.58;
}

.woocommerce-MyAccount-navigation.wish-page ul li.is-active a:before {
  display: none;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist {
  opacity: 1;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  opacity: 1;
  z-index: 3;
  color: white !important;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist::before {
  opacity: 1;
  z-index: 3;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist:after {
  opacity: 1;
  z-index: 2;
  background-color: #00802D;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:after {
  opacity: 1;
  z-index: 3;
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  background-image: url("images/svg/heart2a.svg");
}

.woocommerce-MyAccount-navigation.wish-page ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  color: #121212;
}

.woocommerce-MyAccount-navigation-link--dashboard:before {
  width: 18px;
  height: 19px;
  background-image: url("images/svg/account1.svg");
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--dashboard:before {
    width: 14px;
    height: 15px;
  }
}

.woocommerce-MyAccount-navigation-link--dashboard.is-active::before {
  background-image: url("images/svg/account1a.svg");
}

.woocommerce-MyAccount-navigation-link--orders:before {
  width: 17px;
  height: 15px;
  background-image: url("images/svg/account2.svg");
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--orders:before {
    width: 14px;
    height: 14px;
  }
}

.woocommerce-MyAccount-navigation-link--orders.is-active::before {
  background-image: url("images/svg/account2a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-address:before {
  width: 18px;
  height: 23px;
  background-image: url("images/svg/account3.svg");
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-address:before {
    width: 13px;
    height: 21px;
  }
}

.woocommerce-MyAccount-navigation-link--edit-address.is-active::before {
  background-image: url("images/svg/account3a.svg");
}

.woocommerce-MyAccount-navigation-link--edit-account:before {
  width: 16px;
  height: 21px;
  background-image: url("images/svg/account4.svg");
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation-link--edit-account:before {
    width: 12px;
    height: 17px;
  }
}

.woocommerce-MyAccount-navigation-link--edit-account.is-active::before {
  background-image: url("images/svg/account4a.svg");
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: none;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout::before {
  display: none;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: #F0F8EC;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "";
  width: 21px;
  height: 21px;
  background-size: contain;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/svg/account6.svg");
  display: inline-block;
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    width: 22px;
    height: 16px;
  }
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  display: none;
}

.wooc-content-small .btn {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .wooc-content-small .woocommerce form.checkout_coupon,
  .wooc-content-small .woocommerce form.login,
  .wooc-content-small .woocommerce form.register {
    margin-top: 0 !important;
  }
}

.login-social {
  margin-top: 10px;
}

.login-social span {
  text-align: center;
  display: block;
  padding-left: 10px;
  font-size: 14px;
}

.login-social .flex {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-social .flex-item {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 1300px) {
  .login-social .flex-item {
    width: 100%;
  }
}

.login-social a {
  background-color: transparent;
  border: 1px solid #00802D;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121212;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .login-social a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.login-social a:hover {
  text-decoration: none;
  background-color: #00802D;
  color: white;
  opacity: 1;
}

.login-social a span,
.login-social a img {
  display: inline;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .login-social a span,
  .login-social a img {
    font-size: 15px;
  }
}

.login-social a img {
  position: relative;
  margin-right: 5px;
}

.for_registration {
  display: block;
  width: 100%;
  padding: 0 10px;
}

.login-top {
  text-align: center;
  margin-bottom: 20px;
}

.login-top h2 {
  margin-bottom: 0;
}

.login-top p {
  font-size: 16px;
}

@media (max-width: 960px) {
  .login-top p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .login-top p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .login-top p {
    font-size: 13px;
  }
}

.cover_account {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f4ffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4ffff), to(#eaffff));
  background: linear-gradient(180deg, #f4ffff 0%, #eaffff 100%);
}

.box_form_account {
  max-width: 580px;
  padding-top: 150px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .box_form_account {
    padding-top: 50px;
  }
}

.box_form_account .logo img {
  width: auto;
  height: auto;
}

.box_form_account .wrap_box {
  background-color: white;
  padding: 48px 45px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1100px) {
  .box_form_account .wrap_box {
    padding: 35px 30px;
  }
}

@media (max-width: 640px) {
  .box_form_account .wrap_box {
    margin: 0 20px;
    padding: 30px 20px;
  }
}

.box_form_account .wrap_box button[type="submit"],
.box_form_account .wrap_box input[type="submit"] {
  display: block;
  width: 100%;
}

.box_form_account .woocommerce form.checkout_coupon,
.box_form_account .woocommerce form.login,
.box_form_account .woocommerce form.register {
  padding: 0;
  margin: 0;
}

.box_form_account .woocommerce form.checkout_coupon button,
.box_form_account .woocommerce form.login button,
.box_form_account .woocommerce form.register button {
  display: block;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 960px) {
  .box_form_account .woocommerce form.register .wc-terms-and-conditions {
    margin-top: 15px;
  }
}

.woocommerce-form-register .woocommerce-form-row:first-child,
.woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
  width: 50%;
}

@media (max-width: 960px) {
  .woocommerce-form-register .woocommerce-form-row:first-child,
  .woocommerce-form-register .woocommerce-form-row:first-child + .woocommerce-form-row {
    width: 100%;
  }
}

.tabs-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}

@media (max-width: 767px) {
  .tabs-selectors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs-selectors a {
    line-height: 1.2;
    font-size: 14px;
  }
}

.tabs-selectors a {
  font-weight: 500;
  opacity: 0.4;
  position: relative;
  padding: 10px 0;
  margin: 0 10px;
  color: #121212;
}

.tabs-selectors a:hover {
  text-decoration: none;
  opacity: 1;
}

.tabs-selectors a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  border: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabs-selectors a.active {
  opacity: 1;
}

.tabs-selectors a.active:before {
  background-color: #00802D;
}

.regist {
  margin-top: 15px;
  text-align: center;
}

.regist span,
.regist a {
  display: inline !important;
}

.regist a {
  color: #00802D;
  text-decoration: underline;
}

.regist a:hover {
  color: #00802D;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: #454545 !important;
}

.woocommerce-privacy-policy-text p a {
  color: #454545 !important;
}

.woocommerce-privacy-policy-text p a:hover {
  color: #00802D !important;
}

.intro-my-account {
  text-align: center;
}

.intro-my-account p {
  font-size: 16px;
}

@media (max-width: 960px) {
  .intro-my-account p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .intro-my-account p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .intro-my-account p {
    font-size: 13px;
  }
}

.lost_reset_password {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .lost_reset_password {
    padding: 30px 20px;
  }
}

@media (max-width: 640px) {
  .lost_reset_password {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .lost_reset_password {
    padding: 10px;
  }
}

.lost_reset_password h1 {
  text-align: center;
  font-size: 30px;
}

@media (max-width: 767px) {
  .lost_reset_password h1 {
    font-size: 25px;
  }
}

@media (max-width: 640px) {
  .lost_reset_password h1 {
    font-size: 23px;
  }
}

.lost_reset_password .form-row-first,
.lost_reset_password .form-row-last {
  float: none !important;
  width: 100% !important;
}

.lost_reset_password label {
  font-weight: 700;
  color: #121212;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
}

.lost_reset_password p {
  font-weight: 400;
}

@media (max-width: 640px) {
  .lost_reset_password button[type="submit"] {
    width: 100%;
  }
}

.lost_reset_password .tac-link {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .lost_reset_password .tac-link {
    margin-top: 20px;
  }
}

.mobile-account a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px 18px 20px;
  color: white;
  display: none;
  background-color: #00802D;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 6px;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .mobile-account a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 30px 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .mobile-account a {
    font-size: 14px;
    padding: 12px 30px 12px 20px;
  }
}

.mobile-account a a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .mobile-account a {
    display: block;
  }
}

.mobile-account a i {
  margin-right: 5px;
}

.flex-account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .flex-account-nav {
    display: block;
  }
}

.account-nav {
  width: 30%;
  padding-right: 30px;
  display: block;
}

@media (max-width: 1300px) {
  .account-nav {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .account-nav {
    width: 100%;
    padding-right: 0;
    display: none;
    margin-top: 10px;
  }
}

.flex-account-nav input[type="text"],
.flex-account-nav input[type="email"],
.flex-account-nav input[type="password"],
.flex-account-nav input[type="search"],
.flex-account-nav input[type="tel"],
.flex-account-nav input[type="url"],
.flex-account-nav input[type="number"],
.flex-account-nav input[type="date"],
.flex-account-nav input[type="time"],
.flex-account-nav input[type="datetime"],
.flex-account-nav input[type="datetime-local"],
.flex-account-nav input[type="week"],
.flex-account-nav input[type="month"],
.flex-account-nav textarea,
.flex-account-nav select {
  background-color: white;
}

.flex-account-nav button.button {
  padding: 18px 32px 18px 32px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  background-color: #00802D;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  .flex-account-nav button.button {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .flex-account-nav button.button {
    font-size: 13px;
    padding: 16px 24px;
  }
}

.flex-account-nav button.button:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.flex-account-nav .woocommerce-MyAccount-content {
  width: 70%;
  padding: 25px 0 25px 40px;
  margin-left: auto;
}

@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .order_details td {
    font-size: 14px !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content fieldset {
  margin-top: 30px;
}

.flex-account-nav .woocommerce-MyAccount-content legend {
  font-size: 20px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.flex-account-nav .woocommerce-MyAccount-content .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content .addresses {
    display: block;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
  background-color: white;
  padding: 30px;
  border: none;
  border-radius: 10px;
  float: none;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(99, 99, 99, 0.05);
  box-shadow: 0px 0px 5px 5px rgba(99, 99, 99, 0.05);
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    padding: 25px;
  }
}

@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 20px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
  margin-left: auto;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message {
  background-color: white;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a {
  text-decoration: underline;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-error a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info a.button,
.flex-account-nav .woocommerce-MyAccount-content .woocommerce-message a.button {
  text-decoration: none;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-info::before {
  content: "\f05a";
}

.flex-account-nav .woocommerce-MyAccount-content label {
  line-height: 1.2 !important;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .form-row-first,
  .flex-account-nav .woocommerce-MyAccount-content .form-row-last {
    width: 100%;
    float: none !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content p {
  font-size: 15px;
  color: #121212;
}

@media (max-width: 960px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content p {
    font-size: 13px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.flex-account-nav .woocommerce-MyAccount-content p a.button {
  text-decoration: none !important;
  background-color: #004d1b;
  color: white !important;
}

.flex-account-nav .woocommerce-MyAccount-content p a:hover {
  color: #00802D;
}

.flex-account-nav .woocommerce-MyAccount-content p.return-to-shop {
  text-align: left !important;
  padding: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 80px;
  min-width: 80px;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
    width: 50px;
    min-width: 50px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail img {
  width: 80px;
}

.flex-account-nav .woocommerce-MyAccount-content .product-cb {
  padding-left: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content .product-action button {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button {
    font-size: 12px !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .product-action button span {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button span {
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .flex-account-nav .woocommerce-MyAccount-content .product-action button span {
    font-size: 12px !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table th span {
  font-weight: inherit;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders {
  /*.woocommerce-orders-table__cell-order-actions,
			.woocommerce-orders-table__header-order-actions {
				text-align: right;
				padding-right: 0;
			}*/
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td {
    text-align: left !important;
    padding: 0 !important;
    border-top: none;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-number {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    width: 100%;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-date, .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    width: 50%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-status {
    text-align: right !important;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-total {
    width: 100%;
    font-size: 14px;
    padding: 8px 0 !important;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
  }
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
    width: 100%;
    text-align: right !important;
    margin-top: 10px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table td,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table th {
  border-color: #EBEBEB !important;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
  padding-left: 20px;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-table__product-name {
    padding-right: 0 !important;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount {
  font-weight: 600;
  color: #121212;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount span,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount * {
  font-weight: 600;
  color: #121212;
}

@media (max-width: 1300px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table td {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tr.woocommerce-orders-table__row {
    background-color: white;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-status {
  padding-left: 0 !important;
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbfbfb;
}

@media (max-width: 767px) {
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot th,
  .flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
    background-color: transparent;
  }
}

.flex-account-nav .woocommerce-MyAccount-content table.shop_table tfoot td {
  color: #121212;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
  font-weight: 500;
  color: #121212;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
  font-size: 13px;
  color: #121212;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #121212;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount span {
  font-weight: 500;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  padding: 8px 12px;
  background-color: #00802D;
  color: white;
  line-height: 1;
  font-size: 13px;
  border-radius: 4px;
  margin: 2px;
}

.flex-account-nav .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  background-color: #00802D;
  color: white;
}

.flex-account-nav .woocommerce-MyAccount-content .product-thumbnail {
  width: 50px;
  min-width: 50px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.order_info_text {
  font-size: 20px !important;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 30px;
}

.order_info_text b {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .order_info_text {
    font-size: 20px !important;
  }
}

@media (max-width: 960px) {
  .order_info_text {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .order_info_text {
    font-size: 16px !important;
  }
}

.title-dash,
.section_title {
  font-size: 24px !important;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .title-dash,
  .section_title {
    font-size: 20px !important;
  }
}

@media (max-width: 960px) {
  .title-dash,
  .section_title {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 640px) {
  .title-dash,
  .section_title {
    font-size: 16px !important;
  }
}

.title-dash strong,
.title-dash b,
.section_title strong,
.section_title b {
  font-weight: 500;
}

.title-dash a,
.section_title a {
  text-decoration: underline;
}

.title-dash a:hover,
.section_title a:hover {
  color: #00802D;
}

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

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 767px) {
  .woocommerce-customer-details .woocommerce-column__title {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-column--shipping-address {
    margin-top: 20px;
  }
}

.u-columns.woocommerce-Addresses h3 {
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  float: none;
  font-weight: 500;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  padding-right: 35px;
}

.woocommerce-Address {
  margin-top: 20px;
}

.woocommerce-Address address {
  font-style: normal;
}

.woocommerce-Address-title.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
}

.woocommerce-Address-title.title h3 {
  float: none;
  width: 100%;
  padding-right: 40px;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .woocommerce-Address-title.title h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce-Address-title.title h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .woocommerce-Address-title.title h3 {
    font-size: 15px;
  }
}

.woocommerce-Address-title.title a {
  position: relative;
}

@media (max-width: 767px) {
  .woocommerce-Address-title.title a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .woocommerce-Address-title.title a {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .woocommerce-Address-title.title a {
    font-size: 0;
  }
}

.woocommerce-Address-title.title a::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #00802D;
}

@media (max-width: 480px) {
  .woocommerce-Address-title.title a::before {
    font-size: 12px;
  }
}

.woocommerce-Address-title.title a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.woocommerce-account .addresses .title .edit {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #00802D;
  padding: 3px;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .woocommerce-account .addresses .title .edit {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-account .addresses .title .edit {
    top: -8px;
    width: 25px;
    height: 25px;
  }
}

.woocommerce-account .addresses .title .edit img {
  max-width: 14px;
}

@media (max-width: 767px) {
  .woocommerce-account .addresses .title .edit img {
    max-width: 12px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-account .addresses .title .edit img {
    max-width: 10px;
  }
}

.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.6;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  color: #121212;
  line-height: 1.5;
  font-style: normal;
}

.woocommerce .woocommerce-customer-details address p {
  font-size: 16px;
  margin: 0;
  padding-left: 0 !important;
}

@media (max-width: 1430px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .woocommerce .woocommerce-customer-details address p {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-customer-details address p:before {
  display: none;
}

.wrapp_pass_change .form-row-first,
.wrapp_pass_change .form-row-last {
  float: none;
  width: 100% !important;
}

.wrapp_pass_change h2 {
  margin-top: 40px;
}

.wrapp_pass_change p {
  padding: 3px;
}

.woocommerce-EditAccountForm p {
  padding: 3px;
}

.woocommerce-EditAccountForm button {
  margin-top: 0;
}

@media (max-width: 640px) {
  .woocommerce-EditAccountForm button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.woocommerce-order-pay .wooc-content #order_review {
  max-width: 600px;
}

.woocommerce-order-pay .woocommerce table.shop_table td,
.woocommerce-order-pay .woocommerce table.shop_table th {
  padding: 20px 0;
}

.woocommerce-order-pay .woocommerce table.shop_table thead th:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tbody td:last-child,
.woocommerce-order-pay .woocommerce table.shop_table tfoot td:last-child {
  text-align: right;
  color: #111111;
}

.flex-account-nav
.woocommerce-MyAccount-content
table.shop_table.woocommerce-table--order-details
.woocommerce-table__product-name a {
  display: inline-block;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  font-size: 13px;
  line-height: 1;
}

.woocommerce-MyAccount-orders {
  background-color: white;
  border: 1px solid #EBEBEB;
  border-collapse: separate;
  border-radius: 5px !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-orders {
    background-color: transparent;
    border: none !important;
    padding: 0;
  }
}

.woocommerce-table--order-details {
  background-color: white;
}

.woocommerce-table--order-details td.product-name {
  width: 70% !important;
}

@media (max-width: 767px) {
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    background-color: #f1f1f1 !important;
  }
}

.full_page {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.full_page .full-height {
  height: 100%;
}

.full_page .logo-path {
  top: -10px;
  left: -80px;
}

.flex-account-form {
  position: relative;
  z-index: 1;
}

.woocommerce form.checkout_coupon label,
.woocommerce form.login label,
.woocommerce form.register label,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

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

.logo-account a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 250px;
}

@media (max-width: 767px) {
  .logo-account a {
    max-width: 200px;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  margin-left: auto;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 5px;
  border: 1px solid #91d197;
  background-color: white;
}

@media (max-width: 960px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .woocommerce-error *,
  .woocommerce-info *,
  .woocommerce-message * {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .woocommerce-error *,
  .woocommerce-info *,
  .woocommerce-message * {
    font-size: 13px;
  }
}

.woocommerce-info::before,
.woocommerce-message::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.woocommerce-message::before {
  color: #00802D;
}

.woocommerce-error {
  border-color: red;
}

.woocommerce-error:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
}

.tac-link a {
  text-decoration: underline;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 13px;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #004d1b;
  color: white;
}

.section-my-account-log {
  position: relative;
  z-index: 1;
}

.woocommerce-lost-password .box_form_account .woocommerce > p {
  text-align: center;
}

.box-white {
  margin-top: 30px;
  background-color: white;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
  box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.22);
}

@media (max-width: 960px) {
  .box-white {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .box-white {
    padding: 20px;
  }
}

.box-white button[type="submit"] {
  width: 100%;
}

.blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.blog-flex .article-item {
  width: 33.33%;
  padding: 10px;
}

@media (max-width: 1300px) {
  .blog-flex .article-item {
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .blog-flex .article-item {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .blog-flex .article-item {
    width: 100%;
  }
}

.category-blog-top {
  color: #3e3e3e;
  font-size: 14px;
}

.category-blog-top span {
  text-decoration: underline;
}

.blog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-filters {
    margin-bottom: 30px;
  }
}

.blog-filters li {
  margin: 10px;
  position: relative;
}

@media (max-width: 640px) {
  .blog-filters li {
    margin: 4px;
  }
}

.blog-filters li:first-child::before {
  display: none;
}

.blog-filters li.active a {
  color: white;
  background-color: #00802D;
}

.blog-filters li.active a:hover {
  background-color: #004d1b;
}

.blog-filters a {
  display: block;
  padding: 15px 30px;
  background-color: #F4F4F4;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border-radius: 32px;
  color: #aeacac;
}

@media (max-width: 1300px) {
  .blog-filters a {
    font-size: 14px;
    padding: 12px 24px;
  }
}

@media (max-width: 640px) {
  .blog-filters a {
    font-size: 13px;
    padding: 10px 18px;
  }
}

.blog-filters a:hover {
  text-decoration: none;
  background-color: #fbfbfb;
  color: white;
}

.pagination-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .pagination-top-flex {
    margin-bottom: 20px;
  }
}

.blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.blog-box:hover {
  text-decoration: none;
}

.blog-box:hover .cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-box:hover .blog-excerpt p {
  opacity: 1;
}

.blog-box .ovh {
  overflow: hidden;
  border-radius: 8px;
}

.blog-box .cover {
  width: 100%;
  height: 260px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .blog-box .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-box .text-content {
  padding: 20px;
}

@media (max-width: 640px) {
  .blog-box .text-content {
    padding: 15px;
  }
}

.blog-box h3 {
  margin-bottom: 4px;
}

.button-blog-box {
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 2px solid #EBEBEB;
}

.button-blog-box a {
  font-size: 15px;
  font-weight: 700;
}

.button-blog-box img {
  position: relative;
  margin-left: 8px;
  -webkit-transition: all,0.3s;
  transition: all,0.3s;
  border-radius: 0 !important;
}

.button-blog-box a:hover {
  text-decoration: none;
}

.button-blog-box a:hover img {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

.categories p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #D8EDED;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .categories p {
    font-size: 12px;
  }
}

.blog-about span {
  font-size: 14px;
  color: #454545;
  opacity: 0.7;
}

.blog-about span::before {
  content: "|";
  margin: 0 4px;
}

.blog-about span:first-child::before {
  display: none;
}

@media (max-width: 960px) {
  .blog-about span {
    font-size: 12px;
  }
}

.title-line-blog {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #121212;
}

@media (max-width: 960px) {
  .title-line-blog {
    font-size: 15px;
  }
}

.news-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
}

.news-item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.blog-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.blog-slide {
  padding: 15px;
}

@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}

@media (max-width: 640px) {
  .blog-slide {
    padding: 0 6px;
  }
}

.wp-pagenavi {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}

.wp-pagenavi .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}

@media (max-width: 767px) {
  .wp-pagenavi .page-numbers {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.wp-pagenavi ul.page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-pagenavi li {
  margin: 2px 9px;
}

@media (max-width: 767px) {
  .wp-pagenavi li {
    margin: 2px 7px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
  border: 1px solid #EBEBEB;
}

@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}

.wp-pagenavi span {
  color: white;
  font-weight: 500;
  background-color: #00802D;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #121212;
  color: white;
  border-color: #121212;
}

.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-weight: 900;
}

.blog-single-wrap,
.donate-page-wrap {
  padding: 100px 0;
}

@media (max-width: 1100px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 30px 0 40px;
  }
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}

.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}

.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #00802D;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}

.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}

.text-excerpt p {
  margin: 10px 0 0;
  font-size: 15px;
}

.blog-right-sidebar .comment-respond {
  background-color: white;
  border: 2px solid #EBEBEB;
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .blog-right-sidebar .comment-respond {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .blog-right-sidebar .comment-respond {
    padding: 20px;
  }
}

.blog-right-sidebar .comment-respond p {
  margin: 0;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form p {
  padding: 0 10px;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form p a:hover {
  color: #00802D;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  background-color: #ececec;
  color: #121212;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

.comment-body {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}

.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #121212;
  font-family: "Quicksand", sans-serif;
}

.comment-body br {
  display: none;
}

.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}

@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}

.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.categories-List li {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #EBEBEB;
}

.categories-List li:first-child {
  border-top: none;
}

.categories-List li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: calc(100% - 20px);
  top: 7px;
  opacity: 0;
  background-color: #00802D;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.categories-List li.current-menu-item:before {
  opacity: 1;
}

.categories-List li.current-menu-item a {
  color: #121212;
  font-weight: 700;
  padding-left: 20px;
  opacity: 1;
}

.categories-List li:hover:before {
  opacity: 1;
}

.categories-List li:hover a {
  color: #121212;
  opacity: 1;
  padding-left: 20px;
}

.categories-List a {
  color: #121212;
  display: block;
  font-weight: 500;
  opacity: 1;
  padding-left: 0;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.categories-List a:hover {
  text-decoration: none;
}

.categories-List a:hover {
  color: #00802D;
}

.comment-reply-title {
  margin-bottom: 10px;
  text-align: left;
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}

.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.blog-sidebar::-webkit-input-placeholder {
  color: white;
}

.blog-sidebar:-ms-input-placeholder {
  color: white;
}

.blog-sidebar::-ms-input-placeholder {
  color: white;
}

.blog-sidebar::placeholder {
  color: white;
}

.blog-sidebar form {
  position: relative;
}

.blog-sidebar input {
  margin: 0;
  padding: 14px 70px 14px 20px;
  background-color: #F4F4F4;
  color: #121212;
}

.blog-sidebar input:hover {
  border-color: #00802D;
  background-color: rgba(255, 255, 255, 0.07);
}

.blog-sidebar button {
  position: absolute;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  text-align: left;
  margin: 0;
}

.blog-sidebar button img {
  width: 24px;
}

.title-blog-line {
  font-size: 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 20px;
  color: #121212;
  line-height: 1.1;
}

@media (max-width: 960px) {
  .title-blog-line {
    font-size: 18px;
  }
}

.best-posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #00802D;
  font-size: 12px;
  margin-top: 8px;
}

.categories-right span {
  color: inherit;
  font-size: 12px;
}

.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}

.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}

.blog-single-categories li:first-child {
  padding-left: 0;
}

.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #00802D;
  color: #00802D;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}

.share-buttons a:hover {
  background-color: #00802D;
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 20px;
}

@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-right: 20px;
}

@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}

.tags-list-post a {
  text-decoration: underline;
}

.tags-list-post a:hover {
  color: #00802D;
}

p.title-single-blog {
  font-size: 36px;
  margin: 0;
  padding-bottom: 13px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

p.title-single-blog::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ef6d49;
  background: -webkit-gradient(linear, left top, right top, from(#ef6d49), color-stop(51%, #a6238b), to(#327cbc));
  background: linear-gradient(90deg, #ef6d49 0%, #a6238b 51%, #327cbc 100%);
}

@media (max-width: 640px) {
  p.title-single-blog::before {
    height: 3px;
  }
}

@media (max-width: 767px) {
  p.title-single-blog {
    font-size: 30px;
  }
}

.blog-single-top {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .blog-single-top {
    margin-top: 20px;
  }
}

.hero-inner-blog img {
  border-radius: 20px;
}

@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.blog-content .the-content h2, .blog-content .the-content h3, .blog-content .the-content h4, .blog-content .the-content h5, .blog-content .the-content h5 {
  font-weight: 700;
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}

@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}

.related-posts:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 555px;
}

.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}

@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.blog-flex .blog-slide {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
}

.blog-item:hover {
  text-decoration: none;
}

.blog-item:hover .cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-item:hover .blog-excerpt p {
  opacity: 1;
}

.blog-item .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
  .blog-item .cover {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .blog-item .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-slide {
  padding: 15px;
}

@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}

.blog-page-wrap {
  padding: 70px 0 90px;
}

@media (max-width: 1300px) {
  .blog-page-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 960px) {
  .blog-page-wrap {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .blog-page-wrap {
    padding-top: 30px;
  }
}

.blog-page-wrap .tac {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-wrap .blog-item {
  background-color: white;
  height: 100%;
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}

.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}

.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #00802D;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}

.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}

.blog-comments-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 0;
  background-image: url("images/svg/comments-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}

.social-share li {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}

.social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}

.social-share a:hover {
  background-color: #f3eff9;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form p {
  padding: 0 10px;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.comment-notes {
  margin-bottom: 20px;
}

.comment-form p a:hover {
  color: #00802D;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.comment-body {
  position: relative;
}

.blog-right-sidebar .commentlist {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 40px;
}

@media (max-width: 1430px) {
  .blog-right-sidebar .commentlist {
    margin-bottom: 20px;
  }
}

.blog-right-sidebar .commentlist li {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBEBEB;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}

.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #121212;
  font-family: "Quicksand", sans-serif;
}

.comment-body br {
  display: none;
}

.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}

.comment-meta.commentmetadata a:hover {
  color: #00802D;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 640px) {
  .reply {
    position: relative;
    text-align: right;
  }
  .reply a {
    margin-left: auto;
  }
}

.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #00802D;
  font-weight: 500;
  color: white;
  border-radius: 4px;
}

.reply a:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}

@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}

.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.tags-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

@media (max-width: 960px) {
  .tags-List {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.tags-List li {
  padding: 4px;
}

@media (max-width: 960px) {
  .tags-List li {
    padding: 2px;
  }
}

.tags-List a {
  display: block;
  background-color: white;
  color: #454545;
  padding: 8px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

@media (max-width: 960px) {
  .tags-List a {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.tags-List a:hover {
  background-color: #00802D;
  color: white;
  text-decoration: none;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}

.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.best-posts li {
  padding: 15px 0;
  border-top: 1px dashed #EBEBEB;
  border-radius: 8px;
}

.best-posts li:first-child {
  border-top: none;
}

.best-posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.best-posts a:hover {
  text-decoration: none;
}

.best-posts a:hover h6 {
  opacity: 0.6;
}

.best-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}

@media (max-width: 960px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}

.blog-post-text h6 {
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .blog-post-text span {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text span.blog-category {
    display: none;
  }
}

.blog-sidebar-item {
  margin-top: 30px;
  padding: 30px 25px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBEBEB;
}

@media (max-width: 1430px) {
  .blog-sidebar-item {
    padding: 25px 20px;
  }
}

@media (max-width: 960px) {
  .blog-sidebar-item {
    max-width: 100%;
    margin-top: 20px;
  }
}

.blog-sidebar-item.search-blog {
  background-color: #D8EDED;
}

.blog-sidebar-item.search-blog .title-blog-line {
  color: white;
}

@media (max-width: 1100px) {
  .blog-sidebar-item .comment-respond {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .blog-sidebar-item .comment-respond {
    padding-top: 20px;
    max-width: 100%;
    margin-top: 20px;
  }
}

.blog-sidebar-item:first-child {
  margin-top: 0;
}

.blog-infos {
  padding: 0 0 20px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .blog-infos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-left: 40px;
}

@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}

.blog-info-box:first-child {
  margin-left: 0;
}

.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  margin-right: 5px;
}

.blog-info-box span:first-child {
  font-size: 14px;
  opacity: 0.6;
}

@media (max-width: 640px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}

.blog-info-box span.published-date,
.blog-info-box a {
  color: #121212;
  display: block;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 480px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}

.blog-info-box a:hover {
  text-decoration: underline;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #00802D;
  font-size: 12px;
  margin-top: 8px;
}

.categories-right span {
  color: inherit;
  font-size: 12px;
}

.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}

.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}

.blog-single-categories li:first-child {
  padding-left: 0;
}

.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons-single {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    margin-top: 30px;
  }
}

.share-buttons-single h4 {
  margin-bottom: 0;
}

.share-buttons-single .share-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  color: #121212;
}

@media (max-width: 960px) {
  .share-buttons-single .share-title {
    margin-right: 0;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .share-buttons-single .share-title {
    font-size: 18px;
  }
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #00802D;
  color: #00802D;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}

.share-buttons a:hover {
  background-color: #00802D;
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 20px;
}

@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-right: 20px;
}

@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}

.tags-list-post a {
  text-decoration: underline;
}

.tags-list-post a:hover {
  color: #00802D;
}

.blog-box-bottom h3 {
  color: #121212;
}

.hero-inner-blog img {
  border-radius: 20px;
}

@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}

@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}

.related-posts:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 555px;
}

.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}

@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}

.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-sidebar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .blog-sidebar-flex {
    display: block;
  }
}

.blog-right-sidebar {
  width: 66%;
  padding-left: 50px;
}

@media (max-width: 1100px) {
  .blog-right-sidebar {
    width: 66%;
  }
}

@media (max-width: 960px) {
  .blog-right-sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.blog-sidebar {
  width: 34%;
  max-width: 370px;
}

@media (max-width: 960px) {
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    padding-right: 0;
    max-width: 100%;
  }
}

.service-main-image {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-main-image {
    margin-bottom: 20px;
  }
}

.service-main-image .cover {
  width: 100%;
  height: 490px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .service-main-image .cover {
    height: 360px;
  }
}

@media (max-width: 480px) {
  .service-main-image .cover {
    height: 240px;
  }
}

table.dataTable.price-table {
  background-color: white;
  border: 1px solid #f6f5f1;
  margin-top: 15px;
  width: 100% !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
}

@media (max-width: 767px) {
  table.dataTable.price-table {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
  }
  table.dataTable.price-table thead {
    display: none;
  }
}

table.dataTable.price-table .group td {
  background-color: #f8fcf6;
}

@media (max-width: 767px) {
  table.dataTable.price-table .group td {
    background-color: white;
  }
}

table.dataTable.price-table tr:nth-child(odd) td {
  background-color: #F4F4F4;
}

@media (max-width: 767px) {
  table.dataTable.price-table tr:nth-child(odd) td {
    background-color: white;
  }
}

@media (max-width: 767px) {
  table.dataTable.price-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
    box-shadow: 0px 0px 10px 4px rgba(183, 183, 183, 0.08);
  }
}

table.dataTable.price-table th {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  table.dataTable.price-table th {
    display: none;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table th {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

table.dataTable.price-table tr td.name strong {
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  table.dataTable.price-table tr td.name strong {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table tr td.name strong {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  table.dataTable.price-table td.time {
    width: 40%;
    text-align: right;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table td.time {
    width: 50%;
    text-align: left;
    border-bottom: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

table.dataTable.price-table td.button-shop {
  width: 150px;
}

@media (max-width: 767px) {
  table.dataTable.price-table td.button-shop {
    width: 40%;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table td.button-shop {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
  }
}

table.dataTable.price-table td.price {
  text-align: right;
}

@media (max-width: 767px) {
  table.dataTable.price-table td.price {
    width: 60%;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table td.price {
    width: 50%;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

table.dataTable.price-table td.price * {
  text-align: right;
}

table.dataTable.price-table thead th {
  padding: 10px 12px;
  border-bottom: none;
  font-weight: 600;
}

@media (max-width: 480px) {
  table.dataTable.price-table thead th {
    padding: 10px;
  }
}

table.dataTable.price-table thead th:first-child {
  padding-left: 30px;
}

@media (max-width: 480px) {
  table.dataTable.price-table thead th:first-child {
    padding-left: 10px;
  }
}

table.dataTable.price-table thead th span {
  font-weight: 600;
}

table.dataTable.price-table thead th.tac {
  text-align: center;
}

table.dataTable.price-table tbody td {
  padding: 12px;
  color: #121212;
  line-height: 1.4;
  border-top: 1px solid #f6f5f1;
}

@media (max-width: 767px) {
  table.dataTable.price-table tbody td {
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table tbody td {
    padding: 10px;
    font-size: 13px;
  }
}

table.dataTable.price-table tbody td:first-child {
  padding-left: 30px;
  width: 52%;
}

@media (max-width: 1100px) {
  table.dataTable.price-table tbody td:first-child {
    width: 35%;
  }
}

@media (max-width: 767px) {
  table.dataTable.price-table tbody td:first-child {
    width: 60%;
    padding-left: 12px;
    border-bottom: 1px solid #e1e1e1;
  }
}

@media (max-width: 480px) {
  table.dataTable.price-table tbody td:first-child {
    padding-left: 10px;
    width: 100%;
    border-bottom: none;
    padding-top: 15px;
  }
}

table.dataTable.price-table tbody td strong {
  font-weight: 700;
}

table.dataTable.price-table p {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  color: #121212;
}

table.dataTable.price-table a.button {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  border-radius: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: 33px;
  vertical-align: top;
  min-width: 100px;
}

@media (max-width: 1100px) {
  table.dataTable.price-table a.button {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  table.dataTable.price-table a.button {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

table.dataTable.price-table a.button:hover {
  text-decoration: none;
}

table.dataTable.price-table a.button.loading {
  background-image: url(images/loading-gif.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  font-size: 0;
}

table.dataTable.price-table a.button.loading svg {
  opacity: 0;
}

table.dataTable.price-table a.button.added {
  font-size: 0;
  background-image: url(images/svg/check-white.svg);
  background-position: calc(50% + 2px) center;
  background-repeat: no-repeat;
  background-size: 15px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

@media (max-width: 767px) {
  table.dataTable.price-table a.button.added {
    background-size: 13px;
  }
}

body table.dataTable > tbody > tr.child:hover {
  background: white !important;
}

body table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
  text-align: center;
}

body table.dataTable > tbody > tr.child ul.dtr-details li[data-dt-column="3"] .dtr-title {
  display: none;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.price-row {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #EBEBEB;
  position: relative;
  z-index: 1;
}

.price-row:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.section-prices {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section-prices {
    padding-top: 30px;
  }
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  background-color: #fcfbfa;
  border-color: #f8f6f4;
  border-radius: 0;
  padding: 15px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 10px;
}

.dataTables_wrapper .dataTables_length select:hover, .dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_filter input:hover,
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #00802D;
}

.dataTables_wrapper .dataTables_length select {
  margin-right: 10px;
  width: 100px;
}

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_length select {
    width: 100%;
  }
}

.dataTables_length label,
.dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-section {
  margin: 60px 0;
}

@media (max-width: 480px) {
  .table-section {
    margin: 40px 0;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #121212 !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
  }
}

.table-item {
  display: none;
}

.table-item.active {
  display: block;
}

.table-item .flex {
  margin-top: 30px;
}

.price-filters {
  margin-bottom: 40px;
}

.dt-search {
  max-width: 320px;
}

@media (max-width: 640px) {
  .dt-search {
    max-width: 100%;
  }
}

.dt-search input[type="search"] {
  margin-bottom: 0;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table.dataTable.price-table a {
  color: white;
  border-radius: 30px;
}

#page .course-detail-info {
  background-color: #e6f0e4;
}

#page {
  /*.lp-archive-courses{
        position: relative;
        padding-top: 220px;
        @include desktop {
            padding-top: 160px;
        }
        @include tablet-l {
            padding-top: 170px;
        }
        @include mobile {
            padding-top: 160px;
        }
        &::before {
            content: "";
            background: rgb(255, 255, 255);
            background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 248, 236, 1) 100%);
            width: 100%;
            height: 1270px;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
        }
    } */
}

#page #checkout-order .lp-checkout-order__inner {
  background-color: white;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
}

#page #checkout-order .course-thumbnail > img {
  border-radius: 8px;
}

#page #checkout-order .course-thumbnail {
  padding-right: 0;
}

#page #checkout-order .course-name {
  padding-left: 10px;
}

#page #checkout-order .course-name a {
  display: block;
}

#page #checkout-order .order-total .col-number {
  font-size: 20px;
}

@media (max-width: 767px) {
  #page #checkout-order .order-total .col-number {
    font-size: 16px;
  }
}

#page .lp-checkout-form .lp-form-fields input:not([type="checkbox"]),
#page .order-comments {
  background-color: white;
}

#page .lp-checkout-form a {
  color: #00802D;
}

#page .lp-checkout-form a:hover {
  text-decoration: underline;
}

#page .lp-archive-courses .course-meta__pull-left .meta-item__value > div a,
#page .lp-archive-courses .course-detail-info,
#page .lp-archive-courses .course-meta__pull-left .meta-item__value label {
  color: #121212;
}

#page .lp-archive-courses .course-meta__pull-left .meta-item__value label {
  opacity: 0.6;
}

#page .lp-archive-courses .course-detail-info .course-title {
  color: #121212;
  margin-bottom: 0;
}

#page .lp-archive-courses .course-summary-content .course-meta.course-meta-secondary .course-meta__pull-left .meta-item {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
}

#page .course-meta .course-meta__pull-left,
#page .course-meta .course-meta__pull-right {
  gap: 10px;
}

@media (max-width: 767px) {
  #page .lp-archive-courses .lp-entry-content .entry-content-left {
    padding-top: 20px;
  }
}

#page .course-extra-box {
  border-radius: 10px !important;
  overflow: hidden;
  background-color: white;
  border: 1px solid #91d197;
}

#page .lp-archive-courses .course-meta__pull-left .meta-item::before {
  color: #00802D;
}

#page .course-extra-box__title {
  background: white;
}

#page .meta-item {
  font-size: 15px;
}

@media (max-width: 767px) {
  #page .meta-item {
    font-size: 13px;
  }
}

#page h1.course-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 15px;
}

#page #learn-press-course-tabs
input[name="learn-press-course-tab-radio"]:nth-child(1):checked
~ .learn-press-nav-tabs
.course-nav:nth-child(1)
label,
#page #learn-press-course-tabs
input[name="learn-press-course-tab-radio"]:nth-child(3):checked
~ .learn-press-nav-tabs
.course-nav:nth-child(3)
label,
#page #learn-press-course-tabs
input[name="learn-press-course-tab-radio"]:nth-child(2):checked
~ .learn-press-nav-tabs
.course-nav:nth-child(2)
label,
#page #learn-press-course-tabs
input[name="learn-press-course-tab-radio"]:nth-child(4):checked
~ .learn-press-nav-tabs
.course-nav:nth-child(4)
label,
#page #learn-press-course-tabs
input[name="learn-press-course-tab-radio"]:nth-child(5):checked
~ .learn-press-nav-tabs
.course-nav:nth-child(5)
label {
  background-color: transparent;
}

#page ul.learn-press-nav-tabs .course-nav.active::before {
  top: auto;
  bottom: -1px;
  height: 2px;
}

#page .lp-archive-courses ul.course-nav-tabs {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #EBEBEB;
}

@media (max-width: 767px) {
  #page .lp-archive-courses ul.course-nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#page ul.learn-press-nav-tabs[data-tabs] .course-nav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  float: none;
  margin: 0;
}

#page ul.learn-press-nav-tabs[data-tabs] .course-nav label {
  font-weight: 600;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  #page ul.learn-press-nav-tabs[data-tabs] .course-nav label {
    font-size: 14px;
    padding: 5px 10px;
  }
}

#page .course-extra-box__content li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  border-radius: 10px;
  background-color: #00802D;
}

#page .course-summary-sidebar .lp-course-buttons button {
  border-radius: 30px;
  background-color: #00802D;
  font-weight: 600;
}

#page .course-curriculum .course-item {
  background: white;
  border-radius: 10px;
  margin-top: 15px;
}

#page .course-curriculum .course-item a:hover {
  text-decoration: none;
}

#page #popup-header {
  background-color: #d2e5d1;
}

#page .course-tab-panel-faqs .course-faqs-box {
  background-color: white;
}

#page .course-tab-panel-faqs .course-faqs-box__title {
  font-family: "Quicksand", sans-serif;
}

#page .course-curriculum .section-content .course-item-preview::before {
  background: #00802D;
  border-radius: 30px;
}

#page .course-sidebar-top .course-price {
  background-color: #f5faf2;
  padding: 35px 20px;
  border-radius: 10px;
  text-align: center;
}

#page .lp-material-file-link a {
  width: 30px;
  cursor: pointer;
}

#page .course-sidebar-preview .media-preview img {
  border-radius: 10px;
}

#page .lp-material-skeleton .course-material-table {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #91d197;
  border-collapse: separate;
}

@media (max-width: 767px) {
  #page .lp-material-skeleton .course-material-table {
    display: block;
    background-color: transparent;
    border: none;
  }
  #page .lp-material-skeleton .course-material-table thead {
    display: none;
  }
}

#page [class^="lp-icon-"],
#page [class*=" lp-icon-"] {
  color: #00802D;
}

#page .lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
  border-radius: 10px;
  margin-top: 20px;
}

#page .featured-review__content p {
  font-style: normal;
  margin: 0;
  font-size: 15px;
}

#page .lp-icon-star {
  color: #e7c15b;
}

#page #popup-sidebar {
  background-color: #e6f0e4;
}

#page #popup-sidebar .course-curriculum .course-item {
  background-color: #eef5eb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 8px;
}

#page #popup-sidebar .course-curriculum .course-item.current {
  background-color: #00802D;
  color: white;
}

#page #popup-sidebar .course-curriculum .course-item.current a:before {
  color: white;
}

#page #popup-sidebar .course-item:hover {
  bottom: 0;
}

#page .course-curriculum .course-item .item-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

#page #popup-sidebar .search-course {
  border-radius: 10px;
  height: 60px;
  border-radius: 60px;
}

#page #popup-sidebar .search-course button::before {
  color: #00802D;
}

#page #popup-sidebar .search-course button {
  height: 60px;
}

#page #popup-sidebar .section-header {
  background-color: #d2e5d1;
}

#page #popup-sidebar .search-course {
  margin: 20px 8px;
}

#page #popup-sidebar .course-curriculum {
  top: 100px;
}

#page #popup-header .number,
#page #popup-header .course-title a {
  color: #121212;
}

#page .course-time {
  background-color: #f5faf2;
  padding: 6px 0;
  border-bottom: none;
  border-radius: 10px;
}

#page .course-sidebar-preview .course-time-row {
  display: block;
  text-align: center;
  margin: 0;
  padding: 6px 12px;
}

#page .course-sidebar-preview .course-time-row strong {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
}

#page .course-sidebar-preview .course-time-row time {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}

#page .course-summary-sidebar .course-results-progress .items-progress__heading,
#page .course-summary-sidebar .course-results-progress .course-progress__heading {
  font-size: 14px;
}

#page .course-progress {
  border-top: 1px solid #ececec;
  padding-top: 10px;
}

#page .course-progress .learn-press-progress {
  margin-top: 10px;
}

#page .course-summary-sidebar .course-results-progress .number {
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  color: #121212;
  font-weight: 600;
}

#page .learn-press-progress .progress-bg {
  background-color: #f5faf2;
  height: 12px;
  border-radius: 10px;
}

#page .learn-press-progress::before {
  height: 12px;
  background-color: white;
}

#page #sidebar-toggle {
  background-color: #eef5eb;
  border-radius: 0;
}

#page #sidebar-toggle::before {
  height: 20px;
  -webkit-transform: none;
          transform: none;
  background: transparent;
  color: #00802D;
  font-size: 21px;
  display: block;
}

#page .learn-press-progress {
  height: 12px;
  border-radius: 10px;
  background-color: white;
}

#page .lp-course-progress .lp-passing-conditional {
  background-color: #f5faf2;
}

@media (max-width: 767px) {
  #page .lp-archive-courses tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #91d197;
    margin: 10px 0;
  }
}

#page .lp-archive-courses tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

@media (max-width: 767px) {
  #page .lp-archive-courses tr td {
    display: block;
    padding: 10px;
    border: none;
  }
  #page .lp-archive-courses tr td.lp-material-file-name {
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  #page .lp-archive-courses tr td.lp-material-file-link {
    margin-left: auto;
  }
}

#page #popup-course .back-course {
  background-color: #d3e5d2;
}

#page #popup-footer .course-item-nav__name {
  border-radius: 20px;
}

#page .course-curriculum .section-content .course-item-meta .course-item-status {
  color: #00802D;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
  background-color: white;
}

#page #popup-sidebar .course-curriculum .course-item.status-completed {
  background-color: #bbd0ba;
}

#page #popup-sidebar .course-curriculum .course-item.status-completed .course-item-status {
  background-color: #00802D;
  color: white;
  opacity: 1;
}

#page #popup-sidebar .course-curriculum .course-item.status-completed .course-item-status::before {
  color: white;
}

@media (max-width: 640px) {
  #page .course-tab-panel .lp-course-author img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 640px) {
  #page .lp-entry-content .course-tabs {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #page .course-tab-panel .lp-course-author .course-author__pull-left {
    margin-bottom: 10px;
  }
}

#page .section-desc {
  font-style: normal;
}

#page .lp-modal-dialog .lp-modal-header {
  background-color: #00802D;
}

#page #popup-content .lp-button {
  background-color: #00802D;
  border-radius: 30px;
  color: white;
  border: none;
}

#page #popup-content .lp-button i {
  color: #fff;
}

#page .lp-list-material {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #page .lp-list-material {
    margin-top: 20px;
  }
}

#page .course-tab-panel .lp-list-material {
  margin-top: 0;
}

#page .lp-archive-courses thead th,
#page .lp-archive-courses {
  text-align: left;
}

#page .lp-archive-courses thead th,
#page .lp-archive-courses tr th {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 767px) {
  #page .lp-archive-courses thead th,
  #page .lp-archive-courses tr th {
    font-size: 13px;
  }
}

#page .learn-press-message {
  border: 1px solid #91d197;
  border-radius: 10px;
  background-color: white;
}

#page .learn-press-message::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00802D;
  margin-right: 10px;
}

#page .learn-press-message.error {
  border-color: red;
}

#page .learn-press-message.error::before {
  content: "\f06a";
  color: red;
}

#page .learn-press-message.success {
  color: white;
  background-color: #00802D;
}

#page .learn-press-message.success::before {
  content: "\f058";
  color: white;
}

#page #learn-press-order-review,
#page .learn-press-checkout-comment {
  margin-bottom: 0;
}

#page #learn-press-course {
  margin-top: 30px;
  padding-bottom: 50px;
}

#page .learn-press-courses[data-layout=grid] .course-item {
  background-color: white;
  border: none;
  border-radius: 10px;
}

#page .lp-archive-courses .course-item .course-instructor {
  margin-bottom: 0;
}

#page .lp-archive-courses .course-item .course-instructor a {
  color: #454545;
  font-size: 14px;
  margin-bottom: 0;
}

#page .learn-press-courses[data-layout=grid] .course-content .course-footer {
  padding-top: 0;
}

#page .lp-archive-courses .course-thumbnail img {
  border-radius: 10px;
}

#page .learn-press-courses[data-layout=grid] .course-content .course-categories {
  top: 0;
  position: relative;
  left: 0;
  margin-bottom: 0;
  right: auto;
}

#page .course-categories a, #page .course-instructor a {
  background: #F0F8EC !important;
  color: #121212;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 11px;
  font-size: 13px;
  line-height: 1;
  position: relative;
}

#page .course-categories a span, #page .course-instructor a span {
  color: #121212;
  line-height: 1;
}

#page .course-instructor {
  margin-left: 10px;
}

#page .course-categories a::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  background-image: url("images/svg/brain.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  #page .course-categories a::before {
    width: 15px;
    height: 15px;
  }
}

#page .course-instructor a::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  background-image: url("images/svg/author.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  #page .course-instructor a::before {
    width: 15px;
    height: 15px;
  }
}

#page .learn-press-courses[data-layout=grid] .course-content .separator {
  display: none;
}

#page .lp-archive-courses .course-content .course-info .course-price .origin-price, #page .lp-archive-courses .course-content .course-info .course-price .price {
  font-size: 16px;
  line-height: 1;
}

#page span.free {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

#page .lp-archive-courses .course-content .course-info .course-price {
  float: none;
}

#page .learn-press-courses[data-layout=grid] .course-content .course-permalink {
  margin-bottom: 0;
  margin-top: 10px;
}

#page .learn-press-courses[data-layout=grid] .course-content .course-title {
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 18px;
}

@media (max-width: 960px) {
  #page .learn-press-courses[data-layout=grid] .course-content .course-title {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  #page .lp-courses-bar {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  #page .learn-press-courses[data-layout=list] .course-title {
    font-size: 16px;
  }
}

#page .lp-courses-bar .search-courses {
  background-color: white;
  padding: 15px;
  border-radius: 36px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  max-width: 520px;
  margin-right: 0;
}

@media (max-width: 960px) {
  #page .lp-courses-bar .search-courses {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page .lp-courses-bar .search-courses label {
  width: 100%;
}

#page .lp-courses-bar .search-courses input {
  border: none;
  height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
}

#page .lp-courses-bar .search-courses button {
  right: 20px;
  width: 50px;
  height: 50px;
}

#page .lp-courses-bar .search-courses .lp-icon-search:before {
  content: '';
  display: block;
  background-image: url("images/svg/search.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#page .lp-courses-bar {
  float: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

@media (max-width: 960px) {
  #page .lp-courses-bar {
    display: block;
  }
}

#page .switch-layout {
  position: absolute;
  right: 0;
  top: 10px;
  height: 52px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  background-color: white;
  border-radius: 5px;
}

@media (max-width: 960px) {
  #page .switch-layout {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-right: 10px;
  }
}

#page .lp-courses-bar .switch-layout .switch-btn {
  width: 52px;
  height: 52px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page .learn-press-courses {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#page .lp-archive-courses .course-thumbnail a {
  border-radius: 10px;
}

#page .learn-press-courses[data-layout=list] .course-item {
  background-color: white;
}

#page .learn-press-courses[data-layout=grid] .course-content {
  padding-bottom: 20px;
}

#page .learn-press-courses[data-layout=grid] .course-content .wrap-btn-add-course-to-cart {
  margin-top: 10px;
}

#page .learn-press-courses[data-layout=list] .course-wrap-meta {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 14px;
}

#page .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
  background-color: #f5f5f5;
  padding: 5px 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  font-size: 13px;
}

#page .learn-press-courses[data-layout=list] .course-content {
  padding: 30px;
}

@media (max-width: 640px) {
  #page .learn-press-courses[data-layout=list] .course-content {
    padding: 20px;
  }
}

#page .course-item:hover {
  bottom: 0;
}

#page .lp-archive-courses .course-content .lp-button {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
}

#page .learn-press-courses[data-layout=list] .course-content .course-readmore a {
  background: transparent;
  color: #121212;
  padding-right: 42px;
  position: relative;
}

@media (max-width: 640px) {
  #page .learn-press-courses[data-layout=list] .course-content .course-readmore a {
    padding-right: 32px;
  }
}

#page .learn-press-courses[data-layout=list] .course-content .course-readmore a:after {
  content: '';
  display: block;
  background-image: url("images/svg/green-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  width: 25px;
  height: 13px;
  position: absolute;
  right: 0;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  #page .learn-press-courses[data-layout=list] .course-content .course-readmore a:after {
    width: 20px;
    height: 7px;
  }
}

#page .learn-press-courses[data-layout=list] .course-content .course-readmore a:hover:after {
  right: 10px;
}

@media (max-width: 640px) {
  #page .learn-press-courses[data-layout=list] .course-content .course-readmore a:hover:after {
    left: 12px;
  }
}

#page .learn-press-courses[data-layout=list] .course-wrap-thumbnail {
  height: 100%;
}

#page .learn-press-courses[data-layout=list] .course-wrap-thumbnail .course-thumbnail, #page .learn-press-courses[data-layout=list] .course-wrap-thumbnail a, #page .learn-press-courses[data-layout=list] .course-wrap-thumbnail .course-img {
  height: 100%;
}

#page .learn-press-courses[data-layout=list] .course .course-thumbnail img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  #page .learn-press-courses[data-layout=list] .course .course-thumbnail img {
    height: 100%;
  }
}

#page .learn-press-courses[data-layout=list] .course {
  border-bottom: none;
  padding-bottom: 0;
}

#page .course-sidebar-preview .course-price .price {
  font-weight: 700;
}

#page .learn-press-pagination .page-numbers > li .page-numbers.current {
  color: white;
  background-color: #00802D;
}

#page .learn-press-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page .learn-press-pagination .page-numbers > li .page-numbers {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

#page .learn-press-pagination .page-numbers > li .page-numbers i {
  display: none;
}

#page .next.page-numbers:hover::before, #page .prev.page-numbers:hover::before {
  color: #00802D !important;
}

#page .lp-user-profile #profile-sidebar {
  background-color: white;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
  box-shadow: 0px 0px 10px 4px rgba(26, 26, 26, 0.04);
}

@media (max-width: 990px) {
  #page .lp-user-profile #profile-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 990px) {
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#page .statistic-box .statistic-box__text {
  font-size: 14px;
  line-height: 1.2;
  color: #121212;
}

@media (max-width: 640px) {
  #page .dashboard-statistic__row {
    background: transparent !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#page .dashboard-statistic__row .statistic-box {
  background-color: white;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  border: 1px solid #91d197;
}

@media (max-width: 640px) {
  #page .dashboard-statistic__row .statistic-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 6px) !important;
  }
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
  border-radius: 8px;
}

#page .lp-content-area {
  clear: both;
}

#page .lp-user-profile .wrapper-profile-header {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #91d197;
  background-color: white;
}

#page .lp-user-profile .lp-profile-left {
  width: 90px;
  height: 90px;
  min-width: 1px;
  min-height: 1px;
}

@media (max-width: 640px) {
  #page .lp-user-profile .lp-profile-left {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 640px) {
  #page .lp-user-profile .wrapper-profile-header .lp-profile-content-area {
    padding: 25px 20px;
  }
}

#page .lp-user-profile .lp-profile-username {
  color: #121212;
  font-weight: 600;
}

@media (max-width: 640px) {
  #page .lp-user-profile .lp-profile-username {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
  border-top: 1px dashed #EBEBEB;
}

@media screen and (max-width: 990px) {
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
    border: none;
  }
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:first-child {
  margin-top: 0;
  border-top: none;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  top: 0;
  border-radius: 6px;
}

@media (max-width: 640px) {
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:after {
    width: calc(100% - 4px);
    left: 2px;
  }
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover, #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active {
  background: transparent !important;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover:after, #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active:after {
  opacity: 1;
  z-index: 0;
  background-color: #00802D;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li a {
  position: relative;
  z-index: 1;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1550px) {
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li a {
    font-size: 14px;
  }
}

#page .learn-press-profile-course__progress .lp_profile_course_progress__header {
  background: transparent;
}

#page .lp-profile-content table.lp-list-table {
  border: 1px solid #91d197;
  background-color: white;
  border-radius: 10px;
  border-collapse: separate;
}

@media (max-width: 640px) {
  #page .lp-profile-content table.lp-list-table {
    display: block;
    background-color: transparent;
    border: none;
  }
  #page .lp-profile-content table.lp-list-table thead {
    display: none;
  }
  #page .lp-profile-content table.lp-list-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #91d197;
    background-color: white !important;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
  }
  #page .lp-profile-content table.lp-list-table td {
    display: block;
    border: none !important;
  }
  #page .lp-profile-content table.lp-list-table td:first-child {
    width: 100%;
    padding-bottom: 0 !important;
    font-weight: 700;
  }
  #page .lp-profile-content table.lp-list-table td:first-child a {
    font-weight: 700;
  }
  #page .lp-profile-content table.lp-list-table tbody {
    display: block;
  }
  #page .lp-profile-content table.lp-list-table td:first-child + td, #page .lp-profile-content table.lp-list-table td:nth-child(3), #page .lp-profile-content table.lp-list-table td:nth-child(4), #page .lp-profile-content table.lp-list-table td:nth-child(5) {
    width: 50%;
    margin-left: auto;
    padding-bottom: 0 !important;
  }
  #page .lp-profile-content table.lp-list-table tr.lp_profile_course_progress__header {
    display: none;
  }
}

@media (max-width: 480px) {
  #page .lp-profile-content table.lp-list-table td:nth-child(4), #page .lp-profile-content table.lp-list-table td:nth-child(5) {
    width: 100%;
  }
}

#page .lp-profile-content table.lp-list-table th {
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

@media (max-width: 767px) {
  #page .lp-profile-content table.lp-list-table th {
    font-size: 14px;
  }
}

#page .lp-profile-content table.lp-list-table td {
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
  height: auto;
  padding-top: 12px;
  font-size: 15px;
  padding-bottom: 12px;
}

@media (max-width: 1300px) {
  #page .lp-profile-content table.lp-list-table td {
    font-size: 14px;
  }
}

#page .lp-profile-content table.lp-list-table td.column-order-number {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #121212;
}

#page .lp-profile-content table.lp-list-table td.column-order-total {
  font-weight: 600;
  color: #121212;
}

#page .lp-profile-content table.lp-list-table tfoot tr:nth-child(odd) {
  background: transparent;
}

#page .woocommerce-Price-amount, #page .woocommerce-Price-amount span {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #121212;
}

#page .column-order-actions a {
  font-weight: 500;
  color: #121212;
  text-decoration: underline;
}

#page .lp-list-table tbody tr:nth-child(odd), #page .lp-list-table tfoot tr:nth-child(odd), #page .lp-list-table tbody tr td, #page .lp-list-table tbody tr th, #page .lp-list-table tfoot tr td, #page .lp-list-table tfoot tr th {
  background: transparent;
}

#page .learn-press-profile-course__progress .lp_profile_course_progress {
  border: 1px solid #91d197;
  background-color: white;
  border-radius: 10px;
  border-collapse: separate;
}

@media (max-width: 640px) {
  #page .learn-press-profile-course__progress .lp_profile_course_progress {
    display: block;
    background-color: transparent;
    border: none;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress thead {
    display: none;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #91d197;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress td {
    display: block;
    border: none;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress td:first-child {
    width: 80px;
    position: absolute;
    left: 0;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress tbody {
    display: block;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress td:first-child + td, #page .learn-press-profile-course__progress .lp_profile_course_progress td:nth-child(3), #page .learn-press-profile-course__progress .lp_profile_course_progress td:nth-child(4), #page .learn-press-profile-course__progress .lp_profile_course_progress td:nth-child(5) {
    width: calc(100% - 80px);
    margin-left: auto;
    padding-bottom: 0 !important;
  }
  #page .learn-press-profile-course__progress .lp_profile_course_progress tr.lp_profile_course_progress__header {
    display: none;
  }
}

#page .learn-press-profile-course__progress .lp_profile_course_progress th {
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  text-align: left;
}

@media (max-width: 767px) {
  #page .learn-press-profile-course__progress .lp_profile_course_progress th {
    font-size: 14px;
  }
}

#page .learn-press-profile-course__progress .lp_profile_course_progress td {
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
  background: transparent;
}

@media (max-width: 640px) {
  #page .learn-press-profile-course__progress .lp_profile_course_progress td {
    border: none;
  }
}

#page .learn-press-profile-course__progress .lp_profile_course_progress td:first-child {
  padding: 10px;
}

#page .learn-press-profile-course__progress .lp_profile_course_progress td:nth-child(2) a {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

#page .recover-order__title {
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #121212;
}

#page .recover-order__description {
  font-size: 15px;
  font-style: normal;
  margin-top: 0;
}

@media (max-width: 640px) {
  #page .lp-user-profile .lp-profile-content-area .lp-profile-right {
    padding-top: 10px;
  }
}

@media (max-width: 640px) {
  #page .lp-user-profile .lp-profile-content {
    padding-top: 30px;
  }
}

#page .lp-user-profile .lp-profile-content .lp-button {
  color: white;
  display: inline-block;
  padding: 18px 28px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  border-radius: 32px;
  background-color: #00802D;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 960px) {
  #page .lp-user-profile .lp-profile-content .lp-button {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #page .lp-user-profile .lp-profile-content .lp-button {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #page .lp-user-profile .lp-profile-content .lp-button {
    padding: 14px 22px;
    font-size: 13px;
  }
}

#page .lp-user-profile .lp-profile-content .lp-button:hover {
  text-decoration: none;
  background-color: #004d1b;
  color: white;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a, #page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a i {
  color: white;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs li > ul {
  position: relative;
  background: transparent;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover > ul {
  display: none;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active:hover > ul {
  display: block;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active {
  background: rgba(0, 0, 0, 0.1);
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
  background: rgba(0, 0, 0, 0.14);
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs li > ul li {
  border-radius: 10px;
}

#page .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

#page .lp-user-profile #profile-content-settings .learn-press-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-bottom: 2px solid #EBEBEB;
}

@media (max-width: 767px) {
  #page .lp-user-profile #profile-content-settings .learn-press-tabs__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#page .learn-press-tabs {
  background: transparent;
}

#page .learn-press-tabs .learn-press-tabs__tab > label {
  font-weight: 600;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  padding: 18px 12px;
}

#page .lp-user-profile #profile-content-settings .learn-press-tabs__nav .learn-press-tabs__tab {
  background: transparent;
  border: none;
}

#page .lp-user-profile #profile-content-settings .learn-press-tabs__nav .learn-press-tabs__tab::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  top: auto;
  height: 3px;
  background: transparent;
  content: "";
}

#page .lp-user-profile #profile-content-settings .learn-press-tabs__nav .learn-press-tabs__tab.active::before {
  background: #00802D;
}

#page .learn-press-form .form-fields .form-field > label {
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}

#page .learn-press-form .form-fields .form-field .description {
  margin-top: 0;
}

#page .video_vimeo iframe {
  width: 100%;
  height: 338px;
}

#page .video_vimeo p {
  font-weight: 600;
}

#page #popup-footer .course-item-nav .prev::before, #page #popup-footer .course-item-nav .next::before, #page #popup-footer .course-item-nav .prev a, #page #popup-footer .course-item-nav .next a {
  color: #00802D;
}

#page .profile-content .lp-content-area {
  overflow: hidden;
}

@media (max-width: 1300px) {
  #page .learn-press-courses[data-size="3"] .course {
    width: 50%;
  }
}

@media (max-width: 640px) {
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs li {
    width: 100%;
    border-left: 1px dashed #e1e1e1;
    border-radius: 0;
  }
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs li:first-child {
    border-left: none;
  }
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 100%;
    height: 50px;
    padding: 0;
  }
  #page .lp-user-profile #profile-nav .lp-profile-nav-tabs li a i {
    font-size: 16px;
    -webkit-transform: none;
            transform: none;
    top: 0;
    position: relative;
    left: 0;
  }
}

#page .learn-press-form .form-fields .form-field input[type=text], #page .learn-press-form .form-fields .form-field input[type=email], #page .learn-press-form .form-fields .form-field input[type=number], #page .learn-press-form .form-fields .form-field input[type=password], #page .learn-press-form .form-fields .form-field textarea {
  background: white;
}

.lp-checkout-form {
  position: relative;
}

.commentlist li {
  list-style: none;
}

.lp-modal-dialog .lp-modal-header {
  background-color: #00802D !important;
}

.lp-modal-dialog .lp-modal-header h3 {
  font-size: 20px !important;
}

.learnpress-page .lp-button,
.learnpress-page #lp-button {
  border-radius: 30px !important;
  padding: 12px 24px !important;
}

.learnpress-page .lp-button.btn-yes,
.learnpress-page #lp-button.btn-yes {
  background-color: #00802D !important;
  color: white !important;
}

ul.learn-press-breadcrumb {
  text-align: center;
}

ul.learn-press-breadcrumb li {
  display: inline;
}

/*
body.learnpress-page {
    overflow: hidden;
}

html + body.learnpress-page {
    overflow: hidden;
}*/
body.learnpress-page {
  overflow-x: initial !important;
}

html {
  overflow: initial !important;
}

@media (max-width: 767px) {
  body #popup-course .popup-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=style.css.map */