/* --- [Stylesheet] ----
Base CSS
-------------------------- */

@import url("./buttons.min.cbb2ce9aed77.css");
@import url("./variables.min.f3bb72fe5c32.css");

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-SemiBold.6a09e5f6c59d.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Light.bbe382e31037.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.0a40a69d0373.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.0a40a69d0373.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Regular.8e96daaaad17.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Light.0b78ec9d509f.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Book.ecb0c2ae369b.otf") format("otf");
  font-weight: 600;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  font-family: var(--primary-font);
  font-size: 18px;
  background-color: #fff;
  color: #111111;
}

input {
  font-family: var(--primary-font);
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  border-radius: 2px;
}

h1,
.h1 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #111111;
  line-height: 1.2;
}

h2,
.h2,
h2 > span.avoidwrap {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
}

h3,
.h3,
h4,
.h4,
h6,
.h6,
h5,
.h5 {
  font-family: var(--primary-font);
  font-weight: 500;
  color: #111111;
  line-height: 1.2;
}

.section_padding_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_padding_100_50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section_padding_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_50_20 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section_padding_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section_padding_0_100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section_padding_100_0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section_padding_50_0 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section_padding_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_padding_0_50 {
  padding-top: 0;
  padding-bottom: 50px;
}

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

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  color: #111111;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}

span.avoidwrap {
  display: inline-block;
}

.error {
  color: red;
}

.semibold {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading-half {
  margin-bottom: 40px;
}

.line-shape-white,
.line-shape {
  width: 34px;
  height: 1px;
  background-color: #727272;
  margin-top: 15px;
}

.line-shape {
  margin-left: calc(50% - 17px);
}

.table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.btn-green,
.btn-green:active,
.btn-green:hover,
.btn-green:link {
  background-color: #0b5c46;
  color: #fff;
  display: inline-block;
  border: none;
  padding: 11px 20px 9px 20px;
  min-width: 120px;

  font-family: var(--primary-font);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  border-radius: 0;
  text-decoration: none;
}

.btn-muted,
.btn-muted:active,
.btn-muted:hover,
.btn-muted:link {
  background: #a1ada6;
  color: #fbfaf8;
  display: inline-block;
  padding: 11px 20px 9px 20px;
  min-width: 120px;

  font-family: var(--primary-font);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
}

.btn-white,
.btn-white:active,
.btn-white:link {
  color: #111111;
  background-color: #ffffff;
  display: inline-block;
  border: 1px solid #111111;
  padding: 10px 20px 8px 20px;
  min-width: 120px;

  font-family: var(--primary-font);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
}

.btn-white:hover {
  background-color: #111111;
  color: #fff !important;
}

.navbar {
  height: 90px;
  padding: 0 60px;
}

.navbar-highlighted {
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.navbar-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 10px;
}

.navbar-brand > img {
  width: 92px;
}

.navbar .more-btn {
  display: none;
}

.navbar-link {
  z-index: 10;
}

.navbar .home-btn {
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--primary-font);
  padding-top: 15px;
  font-size: 16px;
}

.navbar-extend-overlay {
  display: none;
}

.navbar-extend-content {
  display: none;
}

.fa-star,
.fa-star-o {
  color: #fec600;
}

.simplemodal-overlay {
  background-color: black;
}

.info-modal {
  background-color: white;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
  text-align: center;
}

.info-modal .info-modal-title > h2 {
  font-family: var(--primary-font);
  font-size: 20px;
}

.info-modal .info-modal-description {
  padding: 15px;
}

.info-modal .info-modal-content {
  padding: 30px;
}

.info-modal .btn-green {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
  line-height: normal;
}

.waiting-gif {
  display: none;
}

.important-message {
  color: #111111;
}

.form-control {
  font-family: var(--primary-font);
  height: 48px;
  border: 1px solid #111111;
  box-sizing: border-box;
  border-radius: 0;
}

.banner-area {
  background-color: var(--green-04);
  color: black;
  padding: 6px;
  text-align: center;
}

.banner-text {
  font-size: 15px;
}

.vertical-quote {
  margin: auto;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.vertical-line {
  width: 0px;
  height: 90px;
  margin: 60px auto;
  border: 1px solid #727272;
}

.number-section-number {
  /* font-family: Josefin Sans; */
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #33373a;
  opacity: 0.1;
  min-width: 50px;
}

.number-section-content {
  padding: 25px 0 0 0;
  display: inline-flex;
}

.number-section-number-content {
  margin: 0 25px;
  text-align: left;
}

/* --------------------------
Footer Area CSS
-------------------------- */
.footer {
  padding-left: 20px;
  background-color: #fcf0de !important;
}

.footer-text > h2 {
  color: #111111;
  font-size: 72px;
  font-weight: 700;
}

.social-icon {
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 15px;
}

.footer-menu ul li:last-child a {
  border-right: 0 solid #ddd;
}

.footer-menu {
  margin-bottom: 15px;
}

.copyright-text > p {
  margin: 10px;
  font-size: 12px;
}

.footer-social-icon {
  margin-bottom: 30px;
}

.footer-section {
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.footer-link {
  margin: 0;
}

.footer-link > a {
  color: #111111;
  text-decoration: none;
}

.footer {
  background-color: #fafafa;
}

.arrow-down {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.plus {
  position: absolute;
  left: 50%;
  top: 595px;
  transform: translate(-50%, 0);
}

.curve-arrow {
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: translate(0, 50%);
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  h2,
  .h2,
  h2 > span.avoidwrap {
    font-size: 22px;
    line-height: 32px;
  }

  p {
    color: #111111;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
  }

  body {
    font-size: 16px;
  }

  .btn-green {
    font-size: 14px;
    line-height: 16px;
  }

  .btn-white {
    font-size: 14px;
    line-height: 16px;
  }

  .btn-muted {
    font-size: 14px;
    line-height: 16px;
  }

  .vertical-quote {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-text {
    font-size: 13px;
    line-height: 14px;
  }

  .navbar {
    height: 55px;
    padding: 8px 16px;
  }

  .navbar .brand-btn {
    display: none;
  }

  .navbar .more-btn {
    display: block;
  }

  .navbar-extend-overlay {
    background-color: #ffffff;
    opacity: 0.65;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1300;
  }
  .navbar-extend-content {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    width: 75%;
    height: 100%;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1400;
  }
  .navbar-extend-content .close-btn {
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
  }
  .navbar-extend-content .close-btn > img {
    left: 16px;
    top: 16px;
    position: absolute;
  }
  .navbar-extend-content .navbar-extend-btn {
    text-transform: uppercase;
    padding: 17px 0;
    width: 100%;
    display: block;
    color: #111111;
  }

  .navbar-btn-container {
    position: absolute;
    left: 0;
    top: calc(50% - 220px);
    padding: 30px;
    width: 100%;
  }

  .navbar-btn-container > .btn-green {
    color: #fff;
  }

  .arrow-down {
    height: 72px;
    bottom: -35px;
  }
}
@media (min-width: 900px) {
  .blog-tease img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content_title {
    padding-top: 120px !important;
  }
  .quantity-container-cart .checkmark {
    width: 20px !important;
    height: 20px !important;
  }
  .quantity-container-cart .checkmark:after {
    left: 7px !important;
    top: 3px !important;
  }
  .quantity-show-dropdown-cart {
    width: 60px !important;
    height: 40px !important;
  }
  .subscribe div {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.quantity-show-dropdown-cart{
  width:71px;height:48px;
  border:1px solid rgba(13,91,69,.4);
  border-radius:6px;
  text-align:center;
  cursor:pointer;
  background:#fff url("../img/addons-detail/down-arrow.ae6d93d4f164.svg") no-repeat right 10px center;
  padding-right:28px;
  appearance:none;-webkit-appearance:none;-moz-appearance:none;
  font-size:16px;
  margin-bottom: 10px;
}
.quantity-show-dropdown-cart:focus{
  outline:none;
  border-color:#0D5B45;
}
.quantity-show-dropdown-cart option{
  text-align:center;
  height:40px;
  line-height:40px;
}

.checkbox-row-cart {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}

label.checkbox-row-cart {
  padding-left: 35px;
}

.row-cart > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.row-cart > .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .row-cart:hover > input[type="checkbox"] ~ .checkmark {
    background-color: white;
    border: 1px solid #101426;
    border-radius: 4px;
  }

  /* When the checkbox is checked, add a blue background */
  .row-cart > input[type="checkbox"]:checked ~ .checkmark {
    background-color: #101426;
    border: 1px solid #101426;
    border-radius: 4px;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .row-cart > .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .row-cart > input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .row-cart > .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .addons-cart-nav__subtitle.w-100 {
    border-bottom: solid #ddd 1px;
    margin-bottom: 10px;
  }