/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 
 *-- Common styles --*
 a.) Container and Grids
 
 3.) Header - Main
 4.) Main - Content
 5.) Banner - Main
 6.) Search - Form
 7.) Product - List
 8.) Featured - Content
 9.) Two - Column - Articles
 10.) CTA - Banner
 11.) Footer - Main
 
 12.) Inner Pages - Common Styles
 	 Page Title
	 Banner Inner
	 Address - Info
	 Bread - Crumbs
      Content Inner
	 Content - Product
      Side Bar
	 -Sidebar - Menu(Mobile)
	 -Callout - Box
	 -Request - Form
	 Contact - Form
	 Tab - Links 1
	 Tab - Links 2
	 
 13.) Product - List2
 14.) Table - Info
 15.) Accordation - List
 16.) Product - Details
 17.) Related - Products
 18.) Contact - Form
 19.) Request - Forms
 20.) Promo - Offers
 21.) FAQ - List
 22.) Distributors - Info
 23.) Employment - List
 24.) CTA - Info
 25.) News - List
 26.) Current - Offers
 27.) Modal
 28.) Title - Description - (Notes)
 29.) Background and Text - Colors
 
===============================================*/
/*
 1.) Typography
----------------------------------------*/
@import url("bootstrap.min.css") all;
@import url("animate.css") all;
@import url("mmenu.all.css") all;
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i') all;
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i') all;

/*
 2.) Default Styles
----------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 28px;
  letter-spacing: 0.04em;
  background: #212121;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
}
/*= Links 
=======================================================*/
a {
  color: #00923b;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  outline: 0;
}
a:hover, a:active, a:focus {
  color: #004420;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:visited {
  outline: 0;
  text-decoration: none;
}
a[href^="tel:"], a[href^="fax:"] {
  color: #00923b;
  text-decoration: none;
}
a:hover[href^="tel:"], a:hover[href^="fax:"] {
  color: #004420;
  text-decoration: underline;
}
/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #2b2b2b;
  padding: 0;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #00923b;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #00c54f;
  text-decoration: none;
}
h1 {
  font-weight: 400;
  font-size: 47px;
  color: #004420;
  line-height: 55px;
  letter-spacing: 0.01em;
  padding-bottom: 15px;
}
h2 {
  font-weight: 400;
  font-size: 35px;
  color: #00923b;
  line-height: 45px;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}
.two-col-articles h2 {
  line-height: 42px;
}
h2 strong {
  font-weight: 600;
}
h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  padding-bottom: 11px;
}
h3 strong {
  font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-bottom: 12px;
}
h4 strong {
  font-weight: 600;
}
h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
}
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
}
p {
  padding: 0 0 15px 0;
  margin: 0;
}
p:last-child {
  padding: 0 0 35px 0;
}
blockquote p:last-child {
  padding: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
p.lrg {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  p.lrg {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 13px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 33px;
    padding-bottom: 13px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
  }
  h2 strong {
    font-weight: 600;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 strong {
    font-weight: 600;
  }
  h4 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
  }
  h6 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  p {
    padding: 0 0 10px 0;
  }
  p:last-child {
    padding: 0 0 25px 0;
  }
  .txt-max-sm {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*= Blockquote
=======================================================*/
blockquote {
  width: 88%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: left;
  background: none;
  border: none;
  border-left: 6px solid #00923b;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 5px 20px 3px 20px;
  margin: 12px 6% 25px 6%;
}
@media (max-width: 991px) {
  blockquote {
    width: 92%;
    margin: 12px 4% 25px 4%;
  }
}
@media (max-width: 767px) {
  blockquote {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    margin: 10px 0 20px 0;
  }
}
/*= Unorder List 
=======================================================*/
ul, ol {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
ul:last-child, ol:last-child {
  padding-bottom: 33px;
}
li {
  position: relative;
  padding: 0 0 2px 14px;
  margin: 0;
}
li:last-child {
  padding-bottom: 15px;
}
ul:last-child li:last-child, ol:last-child li:last-child {
  padding-bottom: 0;
}
ul li::before {
  content: "\f0da";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  color: #00923b;
  position: absolute;
  top: 0px;
  left: 0;
}
ul.tribe-events-c-view-selector__list li::before, ul.tribe-events-c-nav__list li::before, ul.tribe-events-c-top-bar__nav-list li::before {
  display: none !important;
}
li ul, li ol {
  padding-top: 0;
  padding-bottom: 0;
}
li ul:last-child, li ol:last-child {
  padding-bottom: 0;
}
li ul li:last-child, li ul li:last-child {
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  ul, ol {
    padding: 3px 0 5px 10px;
  }
  ul:last-child, ol:last-child {
    padding-bottom: 19px;
  }
  li {
    padding: 0 0 6px 14px;
  }
  li:last-child {
    padding-bottom: 10px;
  }
  ul li::before {
    top: -1px;
  }
  li ul, li ol {
    padding-top: 5px;
    padding-bottom: 0;
  }
  li ul li:last-child, li ul li:last-child {
    padding-bottom: 5px;
  }
}
/*= Order List 
=======================================================*/
ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  padding-left: 17px;
}
ol > li:before {
  content: counter(item);
  font-weight: 600;
  color: #00923b;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
ol > li:nth-child(n+10):before {
  left: -10px;
}
ol > li:nth-child(n+100):before {
  left: -20px;
}
@media (max-width: 767px) {
  ol > li {
    padding-left: 15px;
  }
}
/* #Input Styles
================================================= */
form ul li:before {
  content: "";
  display: none;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input, textarea, select {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
label {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 20px;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.req {
  color: #ff3e5a;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  width: 100%;
  height: 45px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 20px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  outline: none;
  position: relative;
  padding: 10px 25px;
  margin: 0;
}
textarea {
  height: 140px;
  padding: 10px 25px;
  outline: none;
  resize: none;
}
select {
  background-image: url(../img/arrow-select.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
}
select::-ms-expand {
  display: none;
}
select option {
  width: 100% !important;
  float: left !important;
  line-height: 1.2em !important;
  border: none !important;
  padding: 6px 25px !important;
}
/* select - Colored */
select.colorize option:not([disabled]) {
  color: #2b2b2b;
}
select.colorize option.def:not([disabled]), select.colorize.empty:not([disabled]) {
  color: #7a7a7a;
}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
  color: #7a7a7a;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7a7a7a;
}
::-moz-placeholder {
  color: #7a7a7a;
}
::-ms-input-placeholder {
  color: #7a7a7a;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  border-color: #00923b;
}
.p-holder-out {
  width: 100%;
  float: left;
  position: relative;
}
.palceholder {
  width: 100%;
  height: 45px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 20px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  outline: none;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: text;
  padding: 10px 20px;
  margin: 0;
}
.palceholder label {
  width: auto;
  height: auto;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 20px;
  cursor: text;
  position: relative;
  padding: 0;
  margin: 0;
}
.palceholder label span {
  color: #ed4a1a;
  cursor: text;
  position: relative;
  top: -1px;
  right: 1px;
  padding: 0;
  margin: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
  }
  select {
    background-image: url(../img/arrow-select2.png);
    background-size: 28px auto;
  }
  .palceholder {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
  }
  .palceholder label {
    font-size: 14px;
    line-height: 18px;
  }
  .palceholder label span {
    font-size: 16px;
    top: -1px;
    right: 4px;
  }
}
/* #Buttons
================================================== */
.btn, button:not(.btn-none), input[type="button"], input[type="submit"], .woocommerce a.button, .prev, .next {
  float: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  vertical-align: middle;
  background: #00923b;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 40px;
  margin: 0;
}
.btn:before, .btn:after {
  display: none;
}
.btn > i {
  font-size: 18px;
  margin: 0 8px 0 0;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus, .btn.active, .btn.active:focus, button:not(.btn-none):hover, button:not(.btn-none):focus, button:not(.btn-none):active, button:not(.btn-none):active:focus, button.active, button.active:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"]:active:focus, input[type="button"].active, input[type="button"].active:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:active:focus, input[type="submit"].active, input[type="submit"].active:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active {
  color: #ffffff;
  background: #004420;
  text-decoration: none;
  outline: 0;
}
.tribe-common-c-btn, .tribe-common-c-btn-border {
  border-radius: 360px !important;
  background: #00923b !important;
  color: #ffffff !important;
  border: none !important;
}
.tribe-common-c-btn:hover, .tribe-common-c-btn-border:hover {
  background: #004420 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-white, button.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white {
  color: #00923b;
  background: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:focus, .btn-white.active, .btn-white.active:focus, button.btn-white:hover, button.btn-white:focus, button.btn-white:active, button.btn-white:active:focus, button.btn-white.active, button.btn-white.active:focus, input[type="button"].btn-white:hover, input[type="button"].btn-white:focus, input[type="button"].btn-white:active, input[type="button"].btn-white:active:focus, input[type="button"].btn-white.active, input[type="button"].btn-white.active:focus, input[type="submit"].btn-white:hover, input[type="submit"].btn-white:focus, input[type="submit"].btn-white:active, input[type="submit"].btn-white:active:focus, input[type="submit"].btn-white.active, input[type="submit"].btn-white.active:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, .80);
}
.btn-blank, button.btn-blank, input[type="button"].btn-blank, input[type="submit"].btn-blank {
  color: #00923b;
  background: none;
  box-shadow: inset #00923b 0 0 0 2px;
}
.btn-blank:hover, .btn-blank:focus, .btn-blank:active, .btn-blank:active:focus, .btn-blank.active, .btn-blank.active:focus, button.btn-blank:hover, button.btn-blank:focus, button.btn-blank:active, button.btn-blank:active:focus, button.btn-blank.active, button.btn-blank.active:focus, input[type="button"].btn-blank:hover, input[type="button"].btn-blank:focus, input[type="button"].btn-blank:active, input[type="button"].btn-blank:active:focus, input[type="button"].btn-blank.active, input[type="button"].btn-blank.active:focus, input[type="submit"].btn-blank:hover, input[type="submit"].btn-blank:focus, input[type="submit"].btn-blank:active, input[type="submit"].btn-blank:active:focus, input[type="submit"].btn-blank.active, input[type="submit"].btn-blank.active:focus {
  color: #ffffff;
  background: #004420;
  box-shadow: inset #004420 0 0 0 3px;
}
.btn-out {
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  .btn, button:not(.btn-none), input[type="button"], input[type="submit"] {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  .btn, button:not(.btn-none), input[type="button"], input[type="submit"] {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 30px;
  }
}
/* #Owl-carousel
=======================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  height: auto;
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  height: auto;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* #Slider Controls
================================================== */
.owl-controls {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* Previous and Next */
.owl-nav div {
  width: 25px;
  height: 50px;
  float: left;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -99999px;
  margin: -25px 0 0 0;
}
.owl-nav div:before {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: 500;
  font-family: "Font Awesome\ 6 Pro";
  font-size: 36px;
  color: #cccccc;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-nav div:hover:before {
  color: #707070;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev:before {
  content: "\f053";
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-next:before {
  content: "\f054";
}
@media (max-width: 991px) {
  .owl-nav div {
    height: 40px;
    margin: -20px 0 0 0;
  }
  .owl-nav div:before {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .owl-nav div {
    height: 34px;
    margin: -17px 0 0 0;
  }
  .owl-nav div:before {
    font-size: 24px;
    line-height: 34px;
  }
}
/* Bullets */
.owl-dots {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 30px 0 0 0;
}
.owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  float: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background: #cccccc;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #00923b;
}
.owl-carousel .disabled, .owl-carousel .disabled {
  display: none !important;
}
/*= Table
=======================================================*/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
/* Figure */
figure {
  padding: 0;
  margin: 0;
}
/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  float: left;
  background: #ffffff;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
  padding: 85px 0 0 0;
}
.container-inner {
  width: 100%;
  float: left;
  background: #ffffff;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
}
.container-sml {
  width: 100%;
  max-width: 880px;
  padding: 0 30px;
  margin: 0 auto;
}
.container-sml2 {
  width: 100%;
  max-width: 880px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-main {
    padding: 68px 0 0 0;
  }
}
@media (max-width: 991px) {
  .container, .container-sml, .container-sml2 {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container-main {
    padding: 45px 0 0 0;
  }
  .container, .container-sml {
    width: 100%;
    max-width: 540px;
    padding: 0 20px;
  }
  .container-sml2 {
    width: 100%;
    max-width: 500px;
    padding: 10px;
  }
}
/* Custom - Grids */
@media (min-width: 992px) {
  .col-lg-8.custom-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding-right: 30px;
  }
  .col-lg-4.custom-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
}
@media (min-width: 1200px) {
  .col-lg-8.custom-col {
    padding-right: 40px;
  }
}
/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  /*height: 85px;*/
  float: left;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, .20) 0 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.header-main.fixed {
  position: fixed;
}
.admin-bar .header-main.fixed {
  top: 32px;
}
.header-main .container {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .header-main {
    height: 68px;
    padding: 0;
  }
  .header-main .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .header-main .container {
    padding: 0 30px;
  }
}
@media (max-width: 782px) {
  .admin-bar .header-main.fixed {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .header-main {
    height: 45px;
    box-shadow: rgba(0, 0, 0, .20) 0 0 10px;
  }
  .header-main .container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-main.fixed {
    top: 0;
  }
}
/* Site Brand */
.header-main .brand {
  /*float: left;*/
  position: relative;
  z-index: 5;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 0;
  /*margin: 16px -500px 0 0;*/
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.header-main .brand a {
  background: none;
  border: none;
}
.header-main .brand img {
  width: 100%;
  max-width: 242px;
  vertical-align: top;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.header-main .brand img.second_logo {
  max-height: 55px;
  width: auto;
  margin: 0 0 0 20px;
}
@media (max-width: 1199px) {
  .header-main .brand {
    margin-top: 10px;
  }
  .header-main .brand img {
    max-width: 210px;
  }
  .header-main .brand img.second_logo {
    max-height: 47px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .header-main .brand {
    margin-top: 7px;
  }
  .header-main .brand img {
    max-width: 135px;
  }
  .header-main .brand img.second_logo {
    max-height: 30px;
    margin: 0 0 0 5px;
  }
}
/* Nav - Bar */
.header-main .nav-bar {
  /*float: right;
  position: relative;*/
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  /* Main - Menu */
  .header-main .main-menu {
    float: left;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    z-index: 100;
  }
  .header-main .main-menu ul {
    float: left;
    padding: 0;
    margin: 0;
  }
  .header-main .main-menu ul li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-main .main-menu ul li:after, .header-main .main-menu ul li:before {
    display: none;
  }
  .header-main .main-menu ul li.mobile-only {
    display: none;
  }
  .header-main .main-menu ul li > a {
    height: 85px;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #004420;
    line-height: 85px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border: none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    padding: 0 20px;
  }
  .header-main .main-menu ul li:hover > a, .header-main .main-menu ul li.current-menu-item > a, .header-main .main-menu ul li.current-menu-parent > a, .header-main .main-menu ul li.current-menu-ancestor > a {
    color: #ffffff;
    background: #00923b;
  }
  .header-main .main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .header-main .main-menu ul li ul {
    width: 270px;
    float: left;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    text-align: left;
    background: #efefef;
    border-top: 4px solid #00923b;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 5px;
    position: absolute;
    top: 85px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top .15s ease-out;
    -moz-transition: top .15s ease-out;
    transition: top .15s ease-out;
    padding: 13px 0;
    margin: 0;
  }
  .header-main .main-menu ul li ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .header-main .main-menu ul li ul li a {
    width: 100%;
    height: auto;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #040404;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    padding: 7px 20px;
    margin: -2px 0;
  }
  .header-main .main-menu ul li ul li.menu-item-has-children > a {
    padding-right: 25px;
  }
  .header-main .main-menu ul li ul li.menu-item-has-children > a:after {
    float: right;
    content: "\f0da";
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 14px;
    margin: -9px 0 0 0;
    display: block !important;
  }
  .header-main .main-menu ul li ul li:hover > a, .header-main .main-menu ul li ul li.current-menu-item > a, .header-main .main-menu ul li ul li.current-menu-parent > a, .header-main .main-menu ul li ul li.current-menu-ancestor > a {
    color: #ffffff;
    background: #00923b;
    box-shadow: none;
  }
  .header-main .main-menu ul li ul li ul {
    width: 230px;
    border: none;
    top: -13px !important;
    left: 270px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1369px) {
  .header-main .main-menu ul li > a {
    padding: 0 13px;
  }
}
@media (max-width: 1199px) {
  .header-main .main-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  /* Search - Box */
  .header-main .search-box {
    width: 230px;
    height: 60px;
    float: left;
    border-left: 1px solid #dbdbdb;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 100;
    position: relative;
    padding: 0 20px 0 73px;
    margin: 0px; /*box-shadow: rgba(0, 0, 0, .20) 0 0 15px;*/
  }
  .header-main .search-box input[type="text"], .header-main .search-box input[type="email"], .header-main .search-box input[type="search"] {
    width: 100%;
    height: 60px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 0.02em;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 0;
    margin: 0;
  }
  .header-main .search-box ::-webkit-input-placeholder, .header-main .search-box ::-webkit-textarea-placeholder {
    font-weight: 300;
    color: #999999;
  }
  .header-main .search-box input::-moz-placeholder, .header-main .search-box textarea::-moz-placeholder {
    font-weight: 300;
    color: #999999;
  }
  .header-main .search-box ::-moz-placeholder {
    font-weight: 300;
    color: #999999;
  }
  .header-main .search-box ::-ms-input-placeholder {
    font-weight: 300;
    color: #999999;
  }
  .header-main .search-box .btn-search, .header-main .search-box button, .header-main .search-box input[type="button"], .header-main .search-box input[type="submit"] {
    width: 35px;
    height: 60px;
    float: right;
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    line-height: 60px;
    text-align: center;
    background: none;
    border: none;
    border-radius: 360px;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 100;
    padding: 0;
    margin: 0;
  }
  .header-main .search-box .btn-search.disabled, .header-main .search-box input[type="button"].disabled, .header-main .search-box input[type="submit"].disabled, .header-main .search-box button.disabled {
    cursor: pointer;
    pointer-events: none;
  }
}
@media (min-width: 1200px) and (max-width: 1369px) {
  .header-main .search-box {
    width: 175px;
    padding-left: 50px;
  }
  .header-main .search-box .btn-search, .header-main .search-box button, .header-main .search-box input[type="button"], .header-main .search-box input[type="submit"] {
    left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-main .search-box {
    width: 140px;
    height: 68px;
    border: none;
    padding: 0 20px 0 40px;
    margin: 0;
  }
  .header-main .search-box input[type="text"], .header-main .search-box input[type="email"], .header-main .search-box input[type="search"] {
    height: 68px;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
  }
  .header-main .search-box .btn-search, .header-main .search-box button, .header-main .search-box input[type="button"], .header-main .search-box input[type="submit"] {
    height: 68px;
    font-size: 18px;
    line-height: 68px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header-main .search-box {
    display: none;
  }
}
/* Icons - Out */
.header-main .header-icons-out {
  height: 60px;
  float: left;
  border-left: 1px solid #dbdbdb;
}
.header-main .header-icons-out ul {
  float: right;
  padding: 0;
  margin: 0;
}
.header-main .header-icons-out ul li {
  height: 60px;
  float: left;
  font-size: 20px;
  line-height: 60px;
  padding: 0;
  margin: 0 0 0 30px;
  width: 24px;
}
.header-main .header-icons-out ul li:before {
  display: none;
}
.header-main .header-icons-out ul li a {
  color: #004420;
  text-decoration: none;
}
.header-main .header-icons-out ul li a span {
  display: none;
}
.header-main .header-icons-out ul li a:hover {
  color: #00923b;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1369px) {
  .header-main .header-icons-out ul li {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-main .header-icons-out {
    width: auto;
    height: 68px;
    border-color: #efefef;
    padding: 0;
  }
  .header-main .header-icons-out ul {
    padding: 0 14px;
    margin: 0;
  }
  .header-main .header-icons-out ul li {
    height: 68px;
    font-size: 18px;
    line-height: 68px;
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  .header-main .header-icons-out {
    width: auto;
    height: 45px;
    border: none;
    padding: 0;
  }
  .header-main .header-icons-out ul {
    padding: 0 6px;
    margin: 0;
  }
  .header-main .header-icons-out ul li {
    height: 45px;
    font-size: 17px;
    line-height: 47px;
    margin: 0 9px;
  }
  .header-main .header-icons-out ul li a {
    color: #404040;
  }
  .header-main .header-icons-out ul li a:hover {
    color: #00923b;
  }
}
/* Menu - Btn */
.header-main .menu-btn {
  width: 95px;
  height: 68px;
  float: right;
  text-align: center;
  border-left: 1px solid #efefef;
  z-index: 100;
  cursor: pointer;
  display: none;
  margin: 0 -30px 0 0;
}
.header-main .menu-btn .icon-bar {
  width: 25px;
  height: 2px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  background: #00923b;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
  margin: 34px 0 0 0;
}
.header-main .menu-btn .icon-bar:after {
  width: 100%;
  height: 2px;
  float: left;
  background: #00923b;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.4s ease;
}
.header-main .menu-btn .icon-bar:before {
  width: 100%;
  height: 2px;
  float: left;
  background: #00923b;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-main .menu-btn {
    width: 45px;
    height: 45px;
    margin: 0 -10px 0 0;
  }
  .header-main .menu-btn .icon-bar {
    width: 20px;
    margin: 22px 0 0 0;
  }
  .header-main .menu-btn .icon-bar:after {
    top: 7px;
  }
  .header-main .menu-btn .icon-bar:before {
    top: -7px;
  }
}
/* MM - Menu */
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .7;
  -webkit-transition: opacity .04s ease .40s;
  transition: opacity .04s ease .04s
}
html.mm-pagedim #mm-blocker {
  background: #000000;
}
.mm-menu {
  max-width: 360px;
  color: #ffffff;
  background: #00923b;
}
@media (min-width: 1360px) {
  #menu {
    width: 100%;
    float: left;
    display: none;
  }
}
@media all and (min-width:450px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0)
  }
}
@media all and (min-width:450px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
  }
}
.mm-menu.mm-columns-1 {
  max-width: 360px
}
@media all and (min-width:450px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0)
  }
}
.mm-close:before {
  width: 20px;
  height: 20px;
  content: "\f00d";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 20px;
  background: none;
  border: none;
  top: 10px;
  right: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mm-close:after {
  display: none;
}
.mm-prev:hover {
  border: none;
  background: none;
}
.mm-prev:before {
  width: 14px;
  height: 20px;
  content: "\f053";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  background: none;
  border: none;
  top: 10px;
  left: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mm-title {
  height: 33px !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  background: none !important;
  line-height: 33px;
}
.mm-navbar {
  height: 40px !important;
  border-bottom: none !important;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 40px !important;
}
.mm-menu .mm-panel ul.mm-listview {
  width: 100%;
  float: left;
  padding: 0 !important;
  margin: -8px 0 0 0 !important;
}
.mm-menu .mm-panel ul.mm-listview:last-child {
  padding-bottom: 35px !important;
}
.mm-menu .mm-panel ul.mm-listview > li {
  width: 100%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 0;
  margin: 0;
}
.mm-menu .mm-panel ul.mm-listview > li:before {
  display: none;
}
.mm-listview > li:not(.mm-divider)::after {
  display: none;
}
.mm-menu .mm-panel ul.mm-listview > li > a {
  width: 100%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, .90);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: normal;
  padding: 12px 25px 12px 0;
}
.mm-menu .mm-panel ul.mm-listview > li > a:after {
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next {
  width: 50px;
  height: 14px;
  float: right;
  background: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 2;
  margin: -7px 0 0 0;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
  width: 50px;
  float: right;
  content: "\f054";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  text-align: right;
  border: none;
  padding: 0;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
  display: none;
}
.mm-menu .mm-panel ul.mm-listview li:hover > a, .mm-menu .mm-panel ul.mm-listview li > a:focus, .mm-menu .mm-panel ul.mm-listview li > a:active, .mm-menu .mm-panel ul.mm-listview li.mm-selected > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
  color: #ffffff;
  background: none;
}
.mm-menu .header-icons-out {
  width: 100%;
  float: left;
}
.mm-menu .header-icons-out ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.mm-menu .header-icons-out ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 0;
  margin: 0;
}
.mm-menu .header-icons-out ul li:before {
  display: none;
}
.mm-menu .header-icons-out ul li a {
  width: 100%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, .90);
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  padding: 12px 12px 12px 28px;
}
.mm-menu .header-icons-out ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0 0;
}
.mm-menu .header-icons-out ul li:hover > a, .mm-menu .header-icons-out ul li > a:focus, .mm-menu .header-icons-out ul li > a:active, .mm-menu .header-icons-out ul li.mm-selected > a, .mm-menu .header-icons-out ul li.current-menu-item > a, .mm-menu .header-icons-out ul li.current-menu-parent > a, .mm-menu .header-icons-out ul li.current-menu-ancestor > a {
  color: #ffffff;
  text-decoration: none;
}
.mm-menu .search-box {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10000;
  top: 0;
  padding: 40px 0 50px 0;
  margin: 0;
}
.mm-menu .search-box form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.mm-menu .search-box input[type="text"], .mm-menu .search-box input[type="email"], .mm-menu .search-box input[type="search"] {
  width: 100%;
  height: 43px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: normal;
  background: none;
  border: 1px solid rgba(255, 255, 255, .50);
  border-radius: 360px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 10px 50px 10px 22px;
  margin: 0;
}
.mm-menu .search-box ::placeholder {
  color: rgba(255, 255, 255, .80);
}
.mm-menu .search-box ::-webkit-input-placeholder, .mm-menu .search-box ::-webkit-textarea-placeholder {
  color: rgba(255, 255, 255, .80);
}
.mm-menu .search-box input::-moz-placeholder, .mm-menu .search-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .80);
}
.mm-menu .search-box ::-moz-placeholder {
  color: rgba(255, 255, 255, .80);
}
.mm-menu .search-box ::-ms-input-placeholder {
  color: rgba(255, 255, 255, .80);
}
.mm-menu .search-box .btn-search, .mm-menu .search-box button, .mm-menu .search-box input[type="button"], .mm-menu .search-box input[type="submit"] {
  width: 55px;
  height: 43px;
  float: right;
  font-size: 15px;
  color: rgba(255, 255, 255, .80);
  line-height: 43px;
  text-align: center;
  background: none;
  border: none;
  border-radius: 360px;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
}
.mm-menu .search-box .btn-search.disabled, .mm-menu .search-box input[type="button"].disabled, .mm-menu .search-box input[type="submit"].disabled, .mm-menu .search-box button.disabled {
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mm-panels > .mm-panel {
    padding: 0 30px
  }
}
@media (max-width: 767px) {
  .mm-close:before {
    right: 20px;
  }
  .mm-prev:before {
    left: 20px;
  }
}
@media (min-width:1370px) and (max-width: 1499px) {
  .header-main .main-menu ul li > a {
    padding: 0 13px;
  }
  .header-main .search-box {
    padding: 0 20px 0 55px;
    margin: 0;
    width: 180px;
  }
  .header-main .search-box .btn-search {
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .icons-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
}
@media (max-width: 1199px) {
  .header-main .brand {
    float: left;
    margin-top: 0;
  }
  .header-main .nav-bar {
    float: right;
  }
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width:1200px) and (max-width: 1455px) {
  .header-main .header-icons-out ul {
    padding: 0 14px;
  }
}
/* Header with - Topbar */
.topbar-sticky {
  padding: 218px 0 0 0;
}
.topbar-sticky .header-main {
  /*height: 130px;*/
  padding-top: 60px;
}
.topbar-sticky .header-main.fixed {
  top: -45px;
}
.admin-bar .topbar-sticky .header-main.fixed {
  top: -13px;
}
.topbar-sticky .promo-offers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .topbar-sticky {
    padding: 113px 0 0 0;
  }
  .topbar-sticky .header-main {
    height: 113px;
    padding-top: 45px;
  }
  .topbar-sticky .header-main.fixed {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .topbar-sticky {
    padding: 108px 0 0 0;
  }
  .topbar-sticky .header-main {
    height: 108px;
    padding-top: 40px;
  }
  .topbar-sticky .header-main.fixed {
    top: -40px;
  }
}
@media (max-width: 782px) {
  .admin-bar .topbar-sticky .header-main.fixed {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .topbar-sticky {
    padding: 76px 0 0 0;
  }
  .topbar-sticky .header-main {
    height: 76px;
    padding-top: 31px;
  }
  .topbar-sticky .header-main.fixed {
    top: -31px;
  }
  .admin-bar .topbar-sticky .header-main.fixed {
    top: 15px;
  }
  .promo-offers {
    display: none;
  }
  .topbar-sticky .header-main, .topbar-sticky .header-main.fixed {
    padding-top: 18px;
  }
  .topbar-sticky .header-main.fixed {
    top: -1px;
  }
}
@media (max-width: 600px) {
  .admin-bar .topbar-sticky .header-main.fixed {
    /*top: -31px;*/ top: -1px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
  .topbar-sticky .header-main.fixed {
    top: -1px;
  }
}
/*
 4.) Main - Content
----------------------------------------*/
.main-content {
  width: 100%;
  float: left;
  background: #ffffff;
}
/* verticalalign middle */
.outer-bg {
  width: 100%;
  height: 100%;
  float: left;
  display: table;
}
.inner-bg {
  width: 100%;
  height: 100%;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
/* Read - More */
.read-more a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
}
.read-more a:after {
  content: "\f178";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0;
  margin: 0 0 0 10px;
}
.read-more a:hover {
  opacity: .85;
}
@media (max-width: 767px) {
  .read-more a:after {
    font-size: 13px;
    margin: 0 0 0 9px;
  }
}
/* File - Links */
.file-links {
  padding: 10px 0 25px 0;
}
.file-links:first-child {
  padding-top: 0;
}
.file-links:last-child {
  padding-bottom: 0;
}
.file-links p {
  padding: 0 0 7px 0;
}
.file-links p:last-child {
  padding-bottom: 0;
}
.file-links p a {
  font-weight: 400;
  color: #3d3d3d;
}
.file-links p a strong {
  font-weight: 600;
}
.file-links p a:after {
  content: "";
  height: 19px;
  background: url(../img/icon-pdf.png) no-repeat right;
  background-size: auto 20px;
  padding: 4px 28px 2px 0;
}
.file-links p a:hover {
  color: #00923b;
}
@media (max-width: 991px) {
  .file-links {
    padding: 5px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .file-links {
    padding: 4px 0 14px 0;
  }
  .file-links p {
    padding: 0 0 9px 0;
  }
}
/* Heading - Text */
.heading-txt {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 35px 0;position: relative; z-index:1;
}
.heading-txt:last-child {
  padding-bottom: 0;
}
.heading-txt h1, .heading-txt h2 {
  padding-bottom: 25px;
}
.heading-txt h1:last-child, .heading-txt h2:last-child {
  padding-bottom: 0;
}
.heading-txt p:last-child {
  padding-bottom: 0;
}
.heading-txt aside {
  width: 100%;
  max-width: 780px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .heading-txt h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .heading-txt h2 {
    padding-bottom: 20px;
  }
  .heading-txt aside {
    padding: 0 30px;
  }
  .heading-txt .container aside {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .heading-txt {
    padding: 0 0 25px 0;
  }
  .heading-txt h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
  }
  .heading-txt h2 {
    padding-bottom: 15px;
  }
  .heading-txt aside {
    max-width: 540px;
    padding: 0 20px;
  }
  .heading-txt .container aside {
    padding: 0;
  }
}
/* Center - Text - Band */
.center-txt-band {
  width: 100%;
  float: left;
  text-align: center;
  padding: 60px 0;
}
.center-txt-band h1, .center-txt-band h2 {
  padding-bottom: 25px;
}
.center-txt-band h1:last-child, .center-txt-band h2:last-child {
  padding-bottom: 0;
}
.center-txt-band p:last-child {
  padding-bottom: 0;
}
.center-txt-band aside {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .center-txt-band {
    padding: 40px 0;
  }
  .center-txt-band h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .center-txt-band h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .center-txt-band {
    padding: 30px 0;
  }
  .center-txt-band h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
  }
  .center-txt-band h2 {
    padding-bottom: 15px;
  }
  .center-txt-band aside {
    max-width: 540px;
  }
}
/* Tab Content */
.tab-content {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.tab-content .tab-pane {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  /*min-height:583px;*/
}
.tab-content > .tab-pane1 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  display: none;
}
.tab-content > .active {
  display: block;
}
@media (min-width: 768px) {
  #accordion-myTab {
    display: none;
  }
}
@media (max-width: 767px) {
  ul#myTab {
    display: none;
  }
  .tab-content.mob-hide {
    display: none;
  }
}
/*
 5.) Banner - Main
----------------------------------------*/
.banner-main {
  width: 100%;
  float: left;
  text-align: center;
  background: #020202;
  overflow: hidden;
  padding: 70px 0 0 0;
}
.banner-main figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.banner-main figure img {
  width: 100%;
}
.banner-main .banner-cont {
  width: 100%;
  float: left;
  padding: 0 0 30px 0;
}
.banner-main .banner-cont h1 {
  font-size: 56px;
  color: #ffffff;
  line-height: 67px;
  letter-spacing: 0.01em;
  padding: 0 0 21px 0;
}
.banner-main .banner-cont p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: normal;
  padding: 0 5% 18px 5%;
}
.banner-main .banner-cont .btn:hover, .banner-main .banner-cont .btn:focus, .banner-main .banner-cont .btn:active, .banner-main .banner-cont .btn:active:focus, .banner-main .banner-cont .btn.active, .banner-main .banner-cont .btn.active:focus {
  background: #00c54f;
}
.banner-main .banner-cont .btn-out {
  padding: 6px 0 0 0;
}
.banner-main .banner-cont aside {
  width: 100%;
  max-width: 860px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .banner-main {
    padding: 50px 0 0 0;
  }
  .banner-main .banner-cont {
    padding: 0 0 50px 0;
  }
  .banner-main .banner-cont h1 {
    font-size: 40px;
    line-height: 48px;
    padding: 0 0 13px 0;
  }
  .banner-main .banner-cont p {
    font-size: 17px;
    line-height: 32px;
    padding: 0 5% 18px 5%;
  }
  .banner-main .banner-cont .btn-out {
    padding: 6px 0 0 0;
  }
}
@media (max-width: 767px) {
  .banner-main {
    padding: 32px 0 0 0;
  }
  .banner-main .banner-cont {
    padding: 0 0 30px 0;
  }
  .banner-main .banner-cont h1 {
    font-size: 27px;
    line-height: 33px;
    padding: 0 0 10px 0;
  }
  .banner-main .banner-cont p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    padding: 0 0 15px 0;
  }
  .banner-main .banner-cont .btn-out {
    padding: 0;
  }
  .banner-main .banner-cont aside {
    max-width: 100%;
    padding: 0 20px;
  }
}
/*
 6.) Search - Form
----------------------------------------*/
.search-form {
  width: 100%;
  float: left;
  border-top: 4px solid #00923a;
  background: #040404 url(../img/home-searchbar.jpg) repeat top center;
  overflow: hidden;
  padding: 53px 0;
}
.search-form .container {
  max-width: 1100px;
}
.search-form .aside-out {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 295px;
}
.search-form h2 {
  width: 295px;
  float: left;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0 0;
  letter-spacing: normal;
}
.search-form .form-out {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 146px 0 0;
}
.search-form .form-out form {
  width: 100%;
  float: left;
}
.search-form .form-out ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 -20px 0;
}
.search-form .form-out ul li {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 0 20px 0;
}
.search-form .form-out ul li:before {
  display: none;
}
.search-form .form-out textarea, .search-form .form-out select, .search-form .form-out input[type="text"], .search-form .form-out input[type="password"], .search-form .form-out input[type="datetime"], .search-form .form-out input[type="datetime-local"], .search-form .form-out input[type="date"], .search-form .form-out input[type="month"], .search-form .form-out input[type="time"], .search-form .form-out input[type="week"], .search-form .form-out input[type="number"], .search-form .form-out input[type="email"], .search-form .form-out input[type="url"], .search-form .form-out input[type="search"], .search-form .form-out input[type="tel"], .search-form .form-out input[type="color"], .search-form .form-out .uneditable-input {
  height: 54px;
  font-size: 17px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 13px 25px;
}
.search-form .form-out .btn, .search-form .form-out button, .search-form .form-out input[type="button"], .search-form .form-out input[type="submit"] {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0;
}
.search-form .form-out .btn:hover, .search-form .form-out .btn:focus, .search-form .form-out .btn:active, .search-form .form-out .btn:active:focus, .search-form .form-out .btn.active, .search-form .form-out .btn.active:focus, .search-form .form-out button:hover, .search-form .form-out button:focus, .search-form .form-out button:active, .search-form .form-out button:active:focus, .search-form .form-out button.active, .search-form .form-out button.active:focus, .search-form .form-out input[type="button"]:hover, .search-form .form-out input[type="button"]:focus, .search-form .form-out input[type="button"]:active, .search-form .form-out input[type="button"]:active:focus, .search-form .form-out input[type="button"].active, .search-form .form-out input[type="button"].active:focus, .search-form .form-out input[type="submit"]:hover, .search-form .form-out input[type="submit"]:focus, .search-form .form-out input[type="submit"]:active, .search-form .form-out input[type="submit"]:active:focus, .search-form .form-out input[type="submit"].active, .search-form .form-out input[type="submit"].active:focus {
  background: #00c54f;
}
.search-form .form-out .btn-out {
  width: 142px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .search-form {
    padding: 30px 0 35px 0;
  }
  .search-form .container {
    max-width: 575px;
  }
  .search-form h2 {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 0 19px 0;
  }
  .search-form .aside-out {
    padding: 0;
  }
  .search-form .form-out {
    padding: 0;
  }
  .search-form .form-out form {
    width: 100%;
    float: left;
  }
  .search-form .form-out ul {
    width: 105%;
    float: left;
    padding: 0;
    margin: 0 -5% -20px 0;
  }
  .search-form .form-out ul li {
    width: 50%;
    float: left;
    padding: 0 5% 0 0;
  }
  .search-form .form-out textarea, .search-form .form-out select, .search-form .form-out input[type="text"], .search-form .form-out input[type="password"], .search-form .form-out input[type="datetime"], .search-form .form-out input[type="datetime-local"], .search-form .form-out input[type="date"], .search-form .form-out input[type="month"], .search-form .form-out input[type="time"], .search-form .form-out input[type="week"], .search-form .form-out input[type="number"], .search-form .form-out input[type="email"], .search-form .form-out input[type="url"], .search-form .form-out input[type="search"], .search-form .form-out input[type="tel"], .search-form .form-out input[type="color"], .search-form .form-out .uneditable-input {
    font-size: 15px;
    line-height: 20px;
    padding: 13px 25px;
  }
  .search-form .form-out .btn, .search-form .form-out button, .search-form .form-out input[type="button"], .search-form .form-out input[type="submit"] {
    width: 145px;
    padding: 0;
  }
  .search-form .form-out .btn-out {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .search-form {
    padding: 34px 0 40px 0;
  }
  .search-form .container {
    max-width: 540px;
  }
  .search-form .form-out {
    width: 100%;
    float: left;
    position: relative;
  }
  .search-form .form-out h2 {
    width: 100%;
    padding: 0 0 13px 0;
  }
  .search-form .form-out ul {
    width: 100%;
    padding: 0;
    margin: 0 0 -13px 0;
  }
  .search-form .form-out ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 13px 0;
  }
  .search-form .form-out textarea, .search-form .form-out select, .search-form .form-out input[type="text"], .search-form .form-out input[type="password"], .search-form .form-out input[type="datetime"], .search-form .form-out input[type="datetime-local"], .search-form .form-out input[type="date"], .search-form .form-out input[type="month"], .search-form .form-out input[type="time"], .search-form .form-out input[type="week"], .search-form .form-out input[type="number"], .search-form .form-out input[type="email"], .search-form .form-out input[type="url"], .search-form .form-out input[type="search"], .search-form .form-out input[type="tel"], .search-form .form-out input[type="color"], .search-form .form-out .uneditable-input {
    height: 42px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
  }
  .search-form .form-out .btn, .search-form .form-out button, .search-form .form-out input[type="button"], .search-form .form-out input[type="submit"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
  }
  .search-form .form-out .btn-out {
    width: 100%;
    padding: 0;
  }
}
/*
 7.) Product - List
----------------------------------------*/
.product-list {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 60px 0 80px 0;
}
.product-list .container {
  max-width: 1200px;
}
.product-list h2 {
  text-align: center;
  padding: 0 0 27px 0;
}
.product-list .article {
  width: 23.24%;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0.88% 20px 0.88%;
}
.product-list .article > a {
  width: 100%;
  float: left;
  text-decoration: none;
}
.product-list .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.product-list .article figure img {
  width: 100%;
}
.product-list .article figure img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0;
}
.product-list .article aside {
  width: 100%;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 15px 20px;
}
.product-list .article aside h3 {
  width: 100%;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.product-list .article aside h3:last-child {
  padding-bottom: 0;
}
.product-list .article aside p {
  color: #ffffff;
}
.product-list .article aside p:last-child {
  padding-bottom: 0;
}
.product-list .article:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-list .article:hover aside {
  bottom: 0;
  opacity: 1;
}
.product-list .article-out {
  width: 101.76%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
  margin: 0 -0.88% -20px -0.88%;
}
.product-list .article-out:last-child {
  padding-bottom: 0;
}
.product-list .btn-out .btn {
  width: 100%;
  max-width: 175px;
  padding-right: 20px;
  padding-left: 20px;
}
.product-list .btn-out {
  text-align: center;
}
@media (max-width: 991px) {
  .product-list {
    padding: 52px 0 60px 0;
  }
  .product-list .container {
    padding: 0 100px;
  }
  .product-list h2 {
    padding: 0 0 25px 0;
  }
  .product-list .article {
    width: 46.42%;
    margin: 0 1.79% 20px 1.79%;
  }
  .product-list .article:nth-child(3), .product-list .article:nth-child(5) {
    left: 50%;
  }
  .product-list .article:nth-child(4), .product-list .article:nth-child(6) {
    left: -50%;
  }
  .product-list .article aside {
    padding: 15px 20px;
  }
  .product-list .article aside h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .product-list .article-out {
    width: 103.58%;
    padding: 0 0 35px 0;
    margin: 0 -1.79% -20px -1.79%;
  }
  .product-list .btn-out .btn {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .product-list {
    padding: 44px 0 50px 0;
  }
  .product-list .container {
    max-width: 540px;
    padding: 0 20px;
  }
  .product-list h2 {
    padding: 0 0 20px 0;
  }
  .product-list .article {}
  .product-list .article-out {
    padding: 0 0 30px 0;
  }
  .product-list .btn-out .btn {
    max-width: 152px;
  }
}
@media (max-width: 439px) {
  .product-list .article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .product-list .article:nth-child(3), .product-list .article:nth-child(5) {
    left: 0;
  }
  .product-list .article:nth-child(4), .product-list .article:nth-child(6) {
    left: 0;
  }
  .product-list .article-out {
    width: 100%;
    margin: 0 0 -20px 0;
  }
}
/*
 8.) Featured - Content
----------------------------------------*/
.featured-content {
  width: 100%;
  float: left;
  background: #404040 url(../img/home-tabs-service.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.featured-content h2 {
  color: #ffffff;
  padding: 0 0 25px 0;
}
.featured-content p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  padding: 0 0 30px 0;
}
.featured-content p:last-child {
  padding-bottom: 0;
}
.featured-content .btn-blank {
  color: #ffffff;
  box-shadow: inset #ffffff 0 0 0 2px;
}
.featured-content .btn-blank:hover, .featured-content .btn-blank:focus, .featured-content .btn-blank:active, .featured-content .btn-blank:active:focus, .featured-content .btn-blank.active, .featured-content .btn-blank.active:focus {
  color: #040404;
  background: #ffffff;
}
.featured-content .tab-links {
  width: 100%;
  float: left;
}
.featured-content .tab-links .ul-tab {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.featured-content .tab-links .ul-tab li {
  width: 25%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 0;
}
.featured-content .tab-links .ul-tab li:before {
  display: none;
}
.featured-content .tab-links .ul-tab li a {
  width: 100%;
  height: 65px;
  float: left;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  text-decoration: none;
  background: rgba(0, 0, 0, .50);
  padding: 0 10px;
}
.featured-content .tab-links .ul-tab li:nth-child(even) a {
  background: rgba(0, 197, 79, .50);
}
.featured-content .tab-links .ul-tab li a.active {
  background: #040404;
}
.featured-content .tab-links .ul-tab li:nth-child(even) a.active {
  background: #00923b;
}
.featured-content .tab-content {
  text-align: center;
}
.featured-content .tab-content .cont-box {
  width: 50%;
  float: left;
  background: #040404;
  padding: 75px 3%;
  min-height: 583px;
}
.featured-content .tab-content .cont-box aside {
  width: 100%;
  max-width: 540px;
  padding: 0;
  margin: 0 auto;
}
.featured-content .tab-content .tab-pane:nth-child(even) .cont-box {
  background: #00923b;
}
.featured-content .tab-content .tab-pane:nth-child(even) .btn-blank:hover, .featured-content .tab-content .tab-pane:nth-child(even) .btn-blank:focus, .featured-content .tab-content .tab-pane:nth-child(even) .btn-blank:active, .featured-content .tab-content .tab-pane:nth-child(even) .btn-blank:active:focus, .featured-content .tab-content .tab-pane:nth-child(even) .btn-blank.active, .featured-content .tab-content .tab-pane:nth-child(even) .btn-blank.active:focus {
  color: #00923b;
}
.featured-content .tab-content .tab-pane:nth-child(2) .cont-box {
  margin-left: 25%;
}
.featured-content .tab-content .tab-pane:nth-child(3) .cont-box {
  margin-left: 25%;
}
.featured-content .tab-content .tab-pane:nth-child(4) .cont-box {
  float: right;
}
@media (max-width: 991px) {
  .featured-content .tab-links .ul-tab li {
    font-size: 20px;
  }
  .featured-content p {
    font-size: 17px;
    line-height: 30px;
  }
  .featured-content .tab-content .cont-box {
    padding: 40px 3% 45px 3%;
  }
}
@media (max-width: 767px) {
  .featured-content {
    width: 100%;
    float: left;
    background: none;
    background-position: center;
    background-size: cover;
  }
  .featured-content h2 {
    padding: 0 0 20px 0;
  }
  .featured-content p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 20px 0;
  }
  /* Accordation - Collapse */
  .accord-collapse {
    width: 100%;
    float: left;
  }
  .accord-collapse .card {
    width: 100%;
    float: left;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .accord-collapse .card-header {
    width: 100%;
    float: left;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .accord-collapse .card-header a {
    width: 100%;
    height: 48px;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-align: center;
    background: #040404;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .accord-collapse .card-header a:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 14px solid #040404;
    position: absolute;
    bottom: -14px;
    left: 50%;
    opacity: 1;
    z-index: 100;
    margin: 0 0 0 -20px;
  }
  .accord-collapse .card-header a.collapsed:after {
    opacity: 1;
    bottom: 0;
  }
  .accord-collapse .collapse {
    width: 100%;
    float: left;
  }
  .accord-collapse .card-body {
    width: 100%;
    float: left;
    text-align: center;
    /*background: #404040 url(../img/home-tabs-service.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 50;
    padding: 0;
    margin: 0;
  }
  .accord-collapse .card-body p:last-child {
    padding-bottom: 0;
  }
  .accord-collapse .card-body .cont-in {
    width: 100%;
    float: left;
    padding: 36px 20px;
  }
  .accord-collapse .card:nth-child(even) .card-header a {
    background: #00923b;
  }
  .accord-collapse .card:nth-child(even) .card-header a:after {
    border-top-color: #00923b;
  }
  .accord-collapse .card:nth-child(even) .btn-blank:hover, .accord-collapse .card:nth-child(even) .btn-blank:focus, .accord-collapse .card:nth-child(even) .btn-blank:active, .accord-collapse .card:nth-child(even) .btn-blank:active:focus, .accord-collapse .card:nth-child(even) .btn-blank.active, .accord-collapse .card:nth-child(even) .btn-blank.active:focus {
    color: #00923b;
    background: #ffffff;
  }
}
/*
 9.) Two Column - Articles
----------------------------------------*/
.two-col-articles {
  width: 100%;
  float: left;
  background: #ffffff;
  overflow: hidden;
}
.two-col-articles .container {
  max-width: 1060px;
}
.two-col-articles .article {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 80px 0;
}
.two-col-articles .article:last-child {
  border-bottom: none;
}
.two-col-articles .article p {
  padding-bottom: 17px;
}
.two-col-articles .article p:last-child {
  padding-bottom: 0;
}
.two-col-articles .article p strong {
  color: #3d3d3d;
}
.two-col-articles .article ul {
  padding-left: 0;
}
.two-col-articles .article ul li {
  padding-bottom: 16px;
}
.two-col-articles .article ul li:last-child {
  padding-bottom: 0;
}
.two-col-articles .article .btn-out {
  padding: 34px 0 0 0;
}
.two-col-articles .article figure {
  width: 39%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 -4px 0 0;
}
.two-col-articles .article figure img {
  width: 100%;
}
.two-col-articles .article aside {
  width: 61%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 5% 0 0;
  margin: 0 -4px 0 0;
}
.two-col-articles .article-out {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .two-col-articles .article.article-image-left figure, .two-col-articles .article.article-image-left figure {
    left: -61%;
  }
  .two-col-articles .article.article-image-left aside, .two-col-articles .article.article-image-left aside {
    padding: 0 0 0 5%;
    right: -39%;
  }
}
@media (max-width: 991px) {
  .two-col-articles .article {
    padding: 50px 0;
  }
  .two-col-articles .article p {
    padding-bottom: 8px;
  }
  .two-col-articles .article ul {
    padding-left: 0;
  }
  .two-col-articles .article ul li {
    padding-bottom: 7px;
  }
  .two-col-articles .article .btn-out {
    padding: 24px 0 0 0;
  }
  .two-col-articles .article figure {
    width: 47.30%;
  }
  .two-col-articles .article aside {
    width: 52.70%;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .two-col-articles {
    padding: 0 0 20px 0;
  }
  .two-col-articles .container {
    max-width: 540px;
  }
  .two-col-articles .article {
    padding: 20px 0;
  }
  .two-col-articles .article p {
    padding-bottom: 17px;
  }
  .two-col-articles .article p:last-child {
    padding-bottom: 0;
  }
  .two-col-articles .article p strong {
    color: #3d3d3d;
  }
  .two-col-articles .article ul {
    padding-left: 0;
  }
  .two-col-articles .article ul li {
    padding-bottom: 8px;
  }
  .two-col-articles .article .btn-out {
    padding: 26px 0 0 0;
  }
  .two-col-articles .article figure {
    width: 100%;
    float: left;
    margin: 15px 0;
  }
  .two-col-articles .article aside {
    width: 100%;
    float: left;
    padding: 0;
    margin: 15px 0;
  }
}
/*
 10.) CTA - Banner
----------------------------------------*/
.cta-banner {
  width: 100%;
  float: left;
  background: url(../img/cta-banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.cta-banner.cta2 {
  background-image: url(../img/cta-banner2.jpg);
}
.cta-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 146, 59, .80);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-banner .container {
  position: relative;
  z-index: 5;
}
.cta-banner h2 {
  color: #ffffff;
  padding: 0 0 20px 0;
  line-height: 42px;
  letter-spacing: normal;
}
.cta-banner p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 0 0 25px 0;
  line-height: 30px;
}
.cta-banner p:last-child {
  padding-bottom: 0;
}
.cta-banner aside {
  max-width: 650px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-banner p {
    font-size: 17px;
    /*line-height: 32px;*/
  }
}
@media (max-width: 991px) {
  .cta-banner {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .cta-banner {
    padding: 70px 0;
  }
  .cta-banner h2 {
    padding: 0 0 10px 0;
  }
}
/*
 11.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
}
/* Pre - Footer */
.footer-main .pre-footer {
  width: 100%;
  float: left;
  background: #2b2b2b;
}
.footer-main .pre-footer h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  padding: 0 0 13px 0;
}
.footer-main .pre-footer p {
  font-weight: 200;
  color: rgba(255, 255, 255, .80);
  line-height: 26px;
  letter-spacing: 0.02em;
  padding: 0;
}
.footer-main .pre-footer p strong {
  font-weight: 500;
  color: #ffffff;
}
.footer-main .pre-footer p a, .footer-main .pre-footer p a[href^="tel:"], .footer-main .pre-footer p a[href^="fax:"] {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.footer-main .pre-footer p a:hover, .footer-main .pre-footer p a:hover[href^="tel:"], .footer-main .pre-footer p a:hover[href^="fax:"] {
  color: #00c54f;
  text-decoration: underline;
}
.footer-main .pre-footer ul {
  padding: 0;
  margin: 0;
}
.footer-main .pre-footer ul li {
  font-weight: 200;
  color: rgba(255, 255, 255, .80);
  line-height: 26px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0;
}
.footer-main .pre-footer ul li:last-child {
  padding: 0;
}
.footer-main .pre-footer ul li:before {
  display: none;
}
.footer-main .pre-footer ul li a {
  color: rgba(255, 255, 255, .80);
}
.footer-main .pre-footer ul li a:hover {
  color: #00c54f;
}
.footer-main .pre-footer .form-out {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.footer-main .pre-footer .form-out form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 120px 0 0;
}
.footer-main .pre-footer .form-out .validation_error, .footer-main .pre-footer .form-out label {
  display: none !important;
}
.footer-main .pre-footer .form-out .validation_message {
  padding-left: 10px;
  font-size: 11px;
}
.footer-main .pre-footer .form-out input[type="text"], .footer-main .pre-footer .form-out input[type="email"], .wp-block-search__input {
  width: 100%;
  height: 48px;
  float: left;
  font-size: 17px;
  background: #f1f1f1;
  border-radius: 360px 0 0 360px !important;
  padding: 0 60px 0 30px;
}
.footer-main .pre-footer .form-out .btn, .footer-main .pre-footer .form-out button, .footer-main .pre-footer .form-out input[type="button"], .footer-main .pre-footer .form-out input[type="submit"], .wp-block-search__button {
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #00c54f;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 360px;
  overflow: hidden;
}
.footer-main .pre-footer .form-out .btn:hover, .footer-main .pre-footer .form-out .btn:focus, .footer-main .pre-footer .form-out .btn:active, .footer-main .pre-footer .form-out .btn:active:focus, .footer-main .pre-footer .form-out .btn.active, .footer-main .pre-footer .form-out .btn.active:focus, .footer-main .pre-footer .form-out button:hover, .footer-main .pre-footer .form-out button:focus, .footer-main .pre-footer .form-out button:active, .footer-main .pre-footer .form-out button:active:focus, .footer-main .pre-footer .form-out button.active, .footer-main .pre-footer .form-out button.active:focus, .footer-main .pre-footer .form-out input[type="button"]:hover, .footer-main .pre-footer .form-out input[type="button"]:focus, .footer-main .pre-footer .form-out input[type="button"]:active, .footer-main .pre-footer .form-out input[type="button"]:active:focus, .footer-main .pre-footer .form-out input[type="button"].active, .footer-main .pre-footer .form-out input[type="button"].active:focus, .footer-main .pre-footer .form-out input[type="submit"]:hover, .footer-main .pre-footer .form-out input[type="submit"]:focus, .footer-main .pre-footer .form-out input[type="submit"]:active, .footer-main .pre-footer .form-out input[type="submit"]:active:focus, .footer-main .pre-footer .form-out input[type="submit"].active, .footer-main .pre-footer .form-out input[type="submit"].active:focus {
  background: #00923b;
}
.footer-main .pre-footer .aside-cont {
  width: 100%;
  float: left;
  padding: 0 5% 50px 0;
}
.footer-main .pre-footer .aside-cont:nth-child(1) {
  width: 41%;
}
.footer-main .pre-footer .aside-cont:nth-child(2) {
  width: 22%;
}
.footer-main .pre-footer .aside-cont:nth-child(3) {
  width: 37%;
  padding-right: 0;
}
.footer-main .pre-footer .aside-cont-out {
  width: 100%;
  float: left;
  padding: 65px 0 0 0;
}
.footer-main .pre-footer .address-cont {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding: 27px 0 40px 0;
}
.footer-main .pre-footer .address-cont p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.footer-main .pre-footer .address-cont p br {
  display: none;
}
.footer-main .pre-footer .address-cont p .divide {
  padding: 0 9px;
}
@media (max-width: 1199px) {
  .footer-main .pre-footer .address-cont p .divide.d2 {
    display: none;
  }
  .footer-main .pre-footer .address-cont p .br3 {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .footer-main .pre-footer .container {
    padding: 0 55px;
  }
  .footer-main .pre-footer .aside-cont {
    padding: 0 5% 40px 0;
  }
  .footer-main .pre-footer .aside-cont:nth-child(1) {
    width: 100%;
  }
  .footer-main .pre-footer .aside-cont:nth-child(2) {
    width: 35%;
  }
  .footer-main .pre-footer .aside-cont:nth-child(3) {
    width: 65%;
  }
  .footer-main .pre-footer .aside-cont-out {
    padding: 55px 0 5px 0;
  }
}
@media (max-width: 767px) {
  .footer-main .pre-footer .container {
    padding: 0 20px;
  }
  .footer-main .pre-footer h2 {
    padding: 0 0 10px 0;
  }
  .footer-main .pre-footer p {
    line-height: 23px;
  }
  .footer-main .pre-footer ul li {
    line-height: 23px;
  }
  .footer-main .pre-footer .form-out {
    margin: 15px 0 0 0;
  }
  .footer-main .pre-footer .form-out form {
    padding: 0;
  }
  .footer-main .pre-footer .form-out input[type="text"], .footer-main .pre-footer .form-out input[type="email"] {
    height: 45px;
    font-size: 16px;
    border-radius: 360px;
    padding: 10px 27px;
  }
  .footer-main .pre-footer .form-out .btn, .footer-main .pre-footer .form-out button, .footer-main .pre-footer .form-out input[type="button"], .footer-main .pre-footer .form-out input[type="submit"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin: 10px 0 0 0;
  }
  .footer-main .pre-footer .aside-cont {
    padding: 0 0 27px 0;
  }
  .footer-main .pre-footer .aside-cont:nth-child(1) {
    width: 100%;
  }
  .footer-main .pre-footer .aside-cont:nth-child(2) {
    width: 100%;
  }
  .footer-main .pre-footer .aside-cont:nth-child(3) {
    width: 100%;
  }
  .footer-main .pre-footer .aside-cont-out {
    padding: 35px 0 7px 0;
  }
  .footer-main .pre-footer .address-cont {
    text-align: left;
    padding: 20px 0 30px 0;
  }
  .footer-main .pre-footer .address-cont p {
    line-height: 24px;
  }
  .footer-main .pre-footer .address-cont p .divide {
    display: none;
  }
  .footer-main .pre-footer .address-cont p br {
    display: inline-block;
  }
  .footer-main .pre-footer .address-cont p .txt {
    display: inline-block;
    padding-top: 10px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  .footer-main .pre-footer .address-cont p .txt {
    display: block;
    padding-top: 10px;
  }
}
/* Copy - Rights */
.footer-main .copy-rights {
  width: 100%;
  float: left;
  background: #212121;
  padding: 15px 0;
}
.footer-main .copy-rights p {
  width: 100%;
  float: left;
  font-weight: 200;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 20px;
  letter-spacing: 0.01em;
  position: relative;
  padding: 8px 0 8px 26px;
}
.footer-main .copy-rights p a {
  color: #7a7a7a;
}
.footer-main .copy-rights p a:hover {
  color: #ffffff;
}
.footer-main .copy-rights p br {
  display: none;
}
.footer-main .copy-rights p .icon-logo {
  width: 18px;
  height: 18px;
  float: left;
  background: url(../img/logo-3mw.png) no-repeat top center;
  background-size: 18px auto;
  border: none;
  text-indent: -9999px;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}
.footer-main .copy-rights .social-links {
  float: right;
  position: relative;
  z-index: 5;
  margin: 0 0 0 -600px;
}
.footer-main .copy-rights .social-links ul {
  float: right;
  padding: 0;
  margin: 0;
}
.footer-main .copy-rights .social-links ul li {
  float: left;
  font-size: 26px;
  line-height: 1.2em;
  padding: 0;
  margin: 5px 0 0 25px;
}
.footer-main .copy-rights .social-links ul li:before {
  display: none;
}
.footer-main .copy-rights .social-links ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-main .copy-rights .social-links ul li a:hover {
  color: #00923b;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer-main .copy-rights {
    text-align: center;
    padding: 30px 0 25px 0;
  }
  .footer-main .copy-rights p {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-main .copy-rights .social-links {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
  }
  .footer-main .copy-rights .social-links ul {
    width: 100%;
    float: left;
    margin: -8px 0;
  }
  .footer-main .copy-rights .social-links ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 8px 13px;
  }
}
@media (max-width: 767px) {
  .footer-main .copy-rights {
    text-align: center;
    padding: 22px 0 20px 0;
  }
  .footer-main .copy-rights p {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
  }
  .footer-main .copy-rights p .divide {
    display: none;
  }
  .footer-main .copy-rights p br {
    display: inline-block;
  }
  .footer-main .copy-rights p .icon-logo {
    position: relative;
    top: -1px;
    margin: 0 9px 0 0;
  }
}
/*
 12.) Inner Pages
----------------------------------------*/
/* Page - Title */
.page-title {
  width: 100%;
  float: left;
  text-align: center;
  background: #f7f7f7;
  padding: 60px 0 55px 0;
}
.page-title h1 {
  padding: 0 0 18px 0;
}
.page-title h1:last-child, .page-title p:last-child {
  padding-bottom: 0;
}
.page-title p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.page-title aside {
  width: 100%;
  /*max-width: 620px;*/
  max-width: 820px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-title p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .page-title {
    padding: 50px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .page-title {
    padding: 30px 0 30px 0;
  }
  .page-title h1 {
    padding: 0 0 13px 0;
  }
}
/* Banner - Inner */
.banner-inner {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.banner-inner figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.banner-inner figure img {
  width: 100%;
}
.banner-inner figure.split img {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .banner-inner figure.split img {
    width: 100%;
  }
}
/* Address - Info */
.address-info {
  width: 100%;
  float: left;
  text-align: center;
  background: #2b2b2b;
  padding: 22px 0;
}
.address-info p {
  font-weight: 200;
  font-size: 14px;
  color: rgba(255, 255, 255, .80);
  line-height: 32px;
  letter-spacing: 0.03em;
  padding: 0;
}
.address-info p strong {
  font-weight: 500;
  color: #ffffff;
}
.address-info p br {
  display: none;
}
.address-info p .divide {
  padding: 0 9px;
}
.address-info p a, .address-info p a[href^="tel:"], .address-info p a[href^="fax:"] {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.address-info p a:hover, .address-info p a:hover[href^="tel:"], .address-info p a:hover[href^="fax:"] {
  color: #00c54f;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .address-info p .divide.d2 {
    display: none;
  }
  .address-info p .br3 {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .address-info {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .address-info p {
    line-height: 24px;
  }
  .address-info p .divide {
    display: none;
  }
  .address-info p br {
    display: inline-block;
  }
  .address-info p .txt {
    display: inline-block;
    padding-top: 10px;
  }
}
/* Bread - Crumbs */
.breadcrumb {
  width: 100%;
  float: left;
  background: #f7f7f7;
  overflow: hidden;
  padding: 17px 0 13px 0;
  margin: 0;
}
.breadcrumb .container {
  max-width: 100%;
}
.breadcrumb p, .breadcrumb ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 20px;
  letter-spacing: 0.02em;
  position: relative;
  padding: 5px 14px 5px 0;
  margin: 0 11px 0 0;
}
.breadcrumb ul li:last-child {
  padding: 5px 14px 5px 0;
}
.breadcrumb p {
  padding: 5px 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.breadcrumb p a, .breadcrumb ul li a {
  float: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #7a7a7a;
  padding: 0;
  margin: 0;
}
.breadcrumb p a:hover, .breadcrumb ul li a:hover {
  color: #00923b;
}
.breadcrumb p .sep {
  display: inline-block;
  padding: 0 12px;
}
.breadcrumb ul li:before {
  display: none;
}
.breadcrumb ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  float: left;
  background: #c2c3c5;
  position: absolute;
  top: 9px;
  right: 0;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 12px 0 7px 0;
  }
  .breadcrumb ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .breadcrumb ul li:after {
    width: 1px;
    height: 11px;
    top: 9px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 7px 0 4px 0;
  }
  .breadcrumb ul li {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 11px 5px 0;
    margin: 0 9px 0 0;
  }
  .breadcrumb ul li:after {
    width: 1px;
    height: 10px;
    top: 8px;
  }
  .breadcrumb ul li:last-child {
    padding: 5px 11px 5px 0;
  }
}
/* Content - Inner */
.content-inner {
  width: 100%;
  float: left;
  padding: 45px 0 75px 0;
}
@media (max-width: 991px) {
  .content-inner {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .content-inner {
    padding: 25px 0 40px 0;
  }
}
/* Content - Product */
.content-product {
  width: 100%;
  float: left;
  padding: 45px 0 75px 0;
}
@media (max-width: 991px) {
  .content-product {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .content-product {
    padding: 25px 0 40px 0;
  }
  .content-product .container {
    max-width: 520px;
    padding: 0 10px;
  }
}
/* Content Sample Page Middle Column */
.content-default {
  width: 100%;
  float: left;
}
.content-default.content-max {
  max-width: 790px;
}
.content-default > ul:last-child, .content-default > ol:last-child {
  padding-bottom: 0;
}
.content-default > ul:last-child li:last-child, .content-default > ol:last-child li:last-child {
  padding-bottom: 0;
}
.content-default > p:last-child {
  padding-bottom: 0;
}
.content-default > .txt:last-child > p:last-child {
  padding-bottom: 0;
}
.content-default img, .content-default img.alignnone {
  /*margin: 0 0 45px 0;*/
}
.content-default img.alignnone {
  /*width: 100%;*/
}
.content-default img.aligncenter {
  /*max-width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;*/
}
.content-default img.alignleft {
  /*float: left;
	margin: 6px 15px 15px 0;*/
}
.content-default img.alignright {
  /*float: right;
	margin: 6px 0 15px 15px;*/
}
@media (max-width: 1199px) {
  .content-default.content-max {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .content-default img, .content-default img.alignnone {
    margin: 0 0 30px 0;
  }
  .content-default img.alignleft {
    max-width: 330px;
  }
  .content-default img.alignright {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .content-default img, .content-default img.alignnone, .content-default img.aligncenter, .content-default img.alignleft, .content-default img.alignright {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  .content-default img, .content-default img.alignnone, .content-default img.aligncenter, .content-default img.alignleft, .content-default img.alignright {
    width: auto;
    margin: 0 auto 25px;
  }
}
/* Tab - Panel */
.tab-pane > p:last-child {
  padding-bottom: 0;
}
.tab-pane > ol:last-child, .tab-pane > ul:last-child {
  padding-bottom: 0;
}
.tab-pane > ol:last-child li:last-child, .tab-pane > ul:last-child li:last-child {
  padding-bottom: 0;
}
/* Tab - Panel */
.cont-in > p:last-child {
  padding-bottom: 0;
}
.cont-in > ol:last-child, .cont-in > ul:last-child {
  padding-bottom: 0;
}
.cont-in > ol:last-child li:last-child, .cont-in > ul:last-child li:last-child {
  padding-bottom: 0;
}
/* Side - Bar */
.side-bar {
  width: 100%;
  float: left;
}
.side-bar aside {
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}
.side-bar aside:last-child {
  margin-bottom: 0;
}
.side-bar aside h3 {
  width: 100%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  padding: 0 0 0 15px;
  margin: 0 0 13px 0;
}
/* Sidebar - Links */
.sidebar-links {
  width: 100%;
  float: left;
}
.sidebar-links ul {
  width: 100%;
  float: left;
  border-top: 1px solid #e8e8e8;
  padding: 0;
  margin: 0;
}
.sidebar-links ul li {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.3em;
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
  margin: 0;
}
.sidebar-links ul li:last-child {
  padding: 0;
}
.sidebar-links ul li:before {
  display: none;
}
.sidebar-links ul li a {
  width: 100%;
  float: left;
  font-weight: 400;
  color: #4a5056;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 13px 15px;
  margin: 0;
}
.sidebar-links ul li a:before {
  content: "";
  width: 4px;
  height: 90%;
  float: left;
  background: #00923b;
  position: absolute;
  top: 5%;
  left: -4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-links ul li.current-menu-item > ul, .sidebar-links ul li.current-menu-parent > ul, .sidebar-links ul li.current-menu-ancestor > ul {
  display: block;
}
@media (min-width: 992px) {
  .sidebar-links ul li:hover > a {
    color: #ffffff;
    background: #00923b
  }
  .sidebar-links ul li.current-menu-item, .sidebar-links ul li.current-menu-parent, .sidebar-links ul li.current-menu-ancestor {
    padding: 13px 0;
  }
  .sidebar-links ul li.current-menu-item > a, .sidebar-links ul li.current-menu-parent > a, .sidebar-links ul li.current-menu-ancestor > a {
    color: #00923b;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar-links ul li.current-menu-item > a:before, .sidebar-links ul.menu ul.sub-menu li.current-menu-parent > a:before {
    left: 0;
  }
  .sidebar-links ul li ul {
    display: none;
    border: none;
    padding: 0 15px;
    margin: 8px 0 0 0;
  }
  .sidebar-links ul li ul li {
    border: none;
  }
  .sidebar-links ul li ul li a {
    padding: 8px 15px;
  }
  .sidebar-links ul li ul li.current-menu-item, .sidebar-links ul li ul li.current-menu-parent, .sidebar-links ul li ul li.current-menu-ancestor {
    padding: 8px 0;
  }
  .sidebar-links ul li ul li.current-menu-item > a, .sidebar-links ul li ul li.current-menu-item > a, .sidebar-links ul li ul li.current-menu-item > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .sidebar-links ul li {
    padding: 0;
    margin: 0;
  }
  .sidebar-links ul li:last-child {
    padding: 0;
  }
  .sidebar-links ul li:before {
    display: none;
  }
  .sidebar-links ul li a {
    padding: 10px 20px;
  }
  .sidebar-links ul li.current-menu-item > a:before {
    display: none;
  }
  .sidebar-links ul li:hover > a, .sidebar-links ul li.current-menu-item > a, .sidebar-links ul li.current-menu-parent > a, .sidebar-links ul li.current-menu-ancestor > a {
    color: #ffffff;
    background: #00923b;
  }
  .sidebar-links ul li.current-menu-parent > a, .sidebar-links ul li.current-menu-ancestor > a {
    font-weight: 500;
  }
  .sidebar-links ul li ul {
    padding: 6px 15px;
    margin: 0;
  }
  .sidebar-links ul li ul li {
    padding: 0;
  }
  .sidebar-links ul li ul li:last-child {
    padding: 0;
  }
  .sidebar-links ul li ul li:hover > a, .sidebar-links ul li ul li.current-menu-item > a, .sidebar-links ul li ul li.current-menu-parent > a, .sidebar-links ul li ul li.current-menu-ancestor > a {
    color: #00923b;
    background: none;
  }
}
@media (max-width: 767px) {
  .sidebar-links ul li a {
    padding: 8px 15px;
  }
  .sidebar-links ul li ul {
    padding: 6px 15px;
    margin: 0;
  }
}
/* Sidebar - Form */
.side-bar aside.form li {
  float: left;
  margin-top: 10px;
}
.side-bar aside.form .gform_footer {
  text-align: center;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.side-bar aside.form .validation_error {
  padding-left: 15px;
  padding-bottom: 10px;
  color: #d02a2a;
}
/* Sidebar - Menu (Mobile) */
.sidebar-menu {
  width: 100%;
  display: none;
  overflow: hidden;
  margin: -20px 0 30px 0;
}
.sidebar-menu-in {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 20px 0;
}
.sidebar-menu .txt-label {
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #2b2b2b;
  line-height: 45px;
  margin: 0 20px 0 0;
}
.sidebar-menu .dropdown-out {
  /*width: 360px;*/
  float: left;
  position: relative;
}
.sidebar-menu .current-menu-title {
  width: 100%;
  height: 45px;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #2b2b2b;
  line-height: 45px;
  text-decoration: none;
  background: #f7f7f7;
  position: relative;
  cursor: pointer;
  padding: 0 40px 0 20px;
}
.sidebar-menu .current-menu-title:after {
  width: 30px;
  height: 100%;
  float: right;
  content: "\f077";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-menu .current-menu-title.collapsed:after {
  content: "\f078";
}
.sidebar-menu .sidebar-menu-content {
  width: 100%;
  float: left;
  background: #f7f7f7;
  box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
  position: absolute;
  top: 45px;
  left: 0;
}
.sidebar-menu .sidebar-menu-content h3 {
  width: 100%;
  float: left;
  display: none;
}
.sidebar-menu .product-menu {
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  .sidebar-menu {
    display: flex;
    overflow: inherit;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .sidebar-menu {
    margin: -5px 0 25px 0;
  }
  .sidebar-menu-in {
    padding: 0 0 15px 0;
  }
  .sidebar-menu .txt-label {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 12px 0;
  }
  .sidebar-menu .dropdown-out {
    width: 100%;
    float: left;
  }
  .sidebar-menu .current-menu-title {
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
  }
  .sidebar-menu .current-menu-title:after {
    width: 25px;
    line-height: 40px;
  }
  .sidebar-menu .sidebar-menu-content {
    top: 40px;
  }
}
/* Callout - Box */
.callout-box {
  width: 100%;
  float: left;
}
.callout-box .box {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f1f1f1;
}
.callout-box .box figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.callout-box .box figure img {
  width: 100%;
}
.callout-box .box .read-more {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.callout-box .box .read-more a {
  width: 100%;
  float: left;
}
/* Request - Form */
.request-form {
  width: 100%;
  float: left;
}
.request-form ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.request-form ul li {
  width: 100%;
  float: left;
  display: inline;
  position: relative;
  padding: 0;
  margin: 0 0 10px 0;
}
.request-form ul li:before {
  display: none;
}
.request-form ul li textarea, .request-form ul li select, .request-form ul li input[type="text"], .request-form ul li input[type="password"], .request-form ul li input[type="datetime"], .request-form ul li input[type="datetime-local"], .request-form ul li input[type="date"], .request-form ul li input[type="month"], .request-form ul li input[type="time"], .request-form ul li input[type="week"], .request-form ul li input[type="number"], .request-form ul li input[type="email"], .request-form ul li input[type="url"], .request-form ul li input[type="search"], .request-form ul li input[type="tel"], .request-form ul li input[type="color"], .request-form ul li .uneditable-input {
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px;
}
.request-form ul li textarea {
  height: 95px;
  padding: 8px 20px;
}
.request-form ul li .palceholder {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 18px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  padding: 8px 20px;
}
.request-form ul li .palceholder label {
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 18px;
}
.request-form ul li .palceholder label span {
  top: -1px;
  right: 10px;
}
.request-form ul li.email .palceholder label span {
  right: 7px;
}
.request-form ul li.message .palceholder label span {
  right: 3px;
}
.request-form .btn, .request-form button, .request-form input[type="button"], .request-form input[type="submit"] {
  width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  background: #2b2b2b;
  border-radius: 0;
  padding: 0;
  color: #fff;
}
.request-form .btn:hover, .request-form .btn:focus, .request-form .btn:active, .request-form .btn:active:focus, .request-form .btn.active, .request-form .btn.active:focus, .request-form button:hover, .request-form button:focus, .request-form button:active, .request-form button:active:focus, .request-form button.active, .request-form button.active:focus, .request-form input[type="button"]:hover, .request-form input[type="button"]:focus, .request-form input[type="button"]:active, .request-form input[type="button"]:active:focus, .request-form input[type="button"].active, .request-form input[type="button"].active:focus, .request-form input[type="submit"]:hover, .request-form input[type="submit"]:focus, .request-form input[type="submit"]:active, .request-form input[type="submit"]:active:focus, .request-form input[type="submit"].active, .request-form input[type="submit"].active:focus {
  background: #00923b;
  color: #fff;
}
.request-form .btn-out {
  text-align: center;
}
/* Contact - Form */
.contact-form {
  width: 100%;
  float: left;
}
.contact-form ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.contact-form ul li {
  width: 50%;
  float: left;
  display: inline;
  position: relative;
  padding: 0 7px;
  margin: 0 0 14px 0;
}
.contact-form ul li:before {
  display: none;
}
.contact-form ul li:last-child {
  padding-bottom: 0;
}
.contact-form ul li:nth-child(odd) {
  padding-left: 0;
}
.contact-form ul li:nth-child(even) {
  padding-right: 0;
}
.contact-form ul li.message {
  width: 100%;
  padding: 0;
}
.contact-form ul li .ginput_container {
  position: relative;
  z-index: 10;
}
.contact-form ul li .gfield_label {
  width: 100%;
  height: 45px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 20px;
  border-radius: 0;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: text;
  padding: 10px 25px;
  margin: 0;
  z-index: 20;
  line-height: 26px;
}
.contact-form ul li.gfield--type-fileupload .gfield_label {
  position: relative;
  padding-left: 0;
}
.contact-form ul li:nth-child(even) .gfield_label {
  padding-left: 32px;
}
.contact-form ul li label span.gfield_required {
  padding-left: 4px;
  color: #ed4a1a;
}
.contact-form ul li.quarter-width {
  width: 25%;
  padding: 0 7px;
}
.contact-form ul li.quarter-first {
  padding-left: 0;
}
.contact-form ul li.quarter-last {
  padding-right: 0;
}
.contact-form .gform_body {
  float: left;
  width: 100%;
}
.contact-form .gform_footer {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 23px;
}
.contact-form ul li .field {
  width: 53%;
  float: left;
  position: relative;
  padding: 0 14px 0 0;
}
.contact-form ul li .field:last-child {
  width: 47%;
  padding-right: 0;
}
.contact-form .btn-out {
  text-align: center;
  margin: 23px 0 0 0;
}
@media (max-width: 767px) {
  .contact-form ul {
    width: 100%;
  }
  .contact-form ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .contact-form ul li .gfield_label {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .contact-form ul li:nth-child(even) .gfield_label {
    padding-left: 20px;
  }
  .contact-form ul li.email .palceholder label span {
    right: 2px;
  }
  .contact-form ul li .field {
    width: 55%;
    padding-right: 10px;
  }
  .contact-form ul li .field:last-child {
    width: 45%;
    padding-right: 0;
  }
  .contact-form ul li.split-mob .field {
    width: 45%;
  }
  .contact-form ul li.split-mob .field:last-child {
    width: 55%;
  }
  .contact-form ul li.quarter-width {
    width: 45%;
    padding-right: 0;
    padding-left: 0;
  }
  .contact-form ul li.quarter-first {
    width: 55%;
    padding-right: 10px;
  }
  .contact-form ul li.quarter-last {
    width: 55%;
    padding-left: 10px;
  }
  .contact-form .btn, .contact-form button, .contact-form input[type="button"], .contact-form input[type="submit"] {
    width: 100%;
  }
  .contact-form .gform_footer {
    margin-top: 7px;
  }
  .contact-form .btn-out {
    margin: 7px 0 0 0;
  }
}
/* Tab - Links 1 */
@media (min-width: 992px) {
  .tab-links1 {
    width: 100%;
    float: left;
    position: relative;
  }
  .tab-links1 .selectBox {
    width: 100%;
    float: left;
    position: relative;
  }
  .tab-links1 .ul-tab {
    /*width: 102%;
    float: left;*/
    padding: 0;
    /*margin: 0 -1%;*/
  }
  .tab-links1 .ul-tab li {
    flex-grow: 1;
    /*float: left;*/
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0 2px;
    margin: 0;
  }
  .tab-links1 .ul-tab li:before {
    display: none;
  }
  .tab-links1 .ul-tab li a {
    width: 100%;
    height: 65px;
    float: left;
    color: #2b2b2b;
    line-height: 65px;
    text-decoration: none;
    text-align: center;
    background: #f1f1f1;
    position: relative;
  }
  .tab-links1 .ul-tab li a:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #00933b;
    position: absolute;
    bottom: -16px;
    left: 50%;
    opacity: 0;
    margin: 0 0 0 -20px;
  }
  .tab-links1 .ul-tab li:hover a {
    color: #2b2b2b;
  }
  .tab-links1 .ul-tab li a:hover, .tab-links1 .ul-tab li a.active {
    color: #ffffff;
    background: #00933b;
  }
  .tab-links1 .ul-tab li a.active:after {
    opacity: 1;
  }
  .tab-links1 .selected, .tab-links1 .txt-label {
    display: none;
  }
}
/*@media (min-width: 992px) {
  .tab-links1 .selectOptions {
    display: block !important;
  }
}*/
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-links1 .ul-tab li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .tab-links1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding: 35px 0;
  }
  .tab-links1 .selectBox {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 355px 0 0;
  }
  .tab-links1 .selected {
    width: 355px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab-links1 .selected a {
    width: 100%;
    height: 45px;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #2b2b2b;
    line-height: 45px;
    text-decoration: none;
    background: #f7f7f7;
    position: relative;
    padding: 0 20px;
  }
  .tab-links1 .selected a:after {
    width: 35px;
    height: 100%;
    float: right;
    content: "\f078";
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 900;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab-links1 .selected a:focus:after {
    content: "\f077";
  }
  .tab-links1 .txt-label {
    width: 100%;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #2b2b2b;
    line-height: 45px;
  }
  .tab-links1 .ul-tab {
    width: 355px;
    float: left;
    background: #f7f7f7;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 100;
    padding: 0;
    margin: 0;
    /*display: none;*/
  }
  .tab-links1 .ul-tab li {
    width: 100%;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    border-bottom: 1px solid #dddddd;
    padding: 0;
    margin: 0;
  }
  .tab-links1 .ul-tab li:last-child {
    border-bottom: none;
    padding: 0;
  }
  .tab-links1 .ul-tab li:before {
    display: none;
  }
  .tab-links1 .ul-tab li a {
    width: 100%;
    float: left;
    color: #2b2b2b;
    text-decoration: none;
    padding: 10px 20px;
  }
  .tab-links1 .ul-tab li:hover a, .tab-links1 .ul-tab li a.active {
    color: #ffffff;
    background: #00923b;
  }
}
@media (max-width: 767px) {
  .tab-links1 {
    width: 100%;
    max-width: 500px;
    float: none;
    border: none;
    padding: 0;
    margin: 0 auto;
  }
  .tab-links1 .selectBox {
    border-bottom: 1px solid #dedede;
    padding: 27px 0;
  }
  .tab-links1 .selected {
    width: 100%;
    float: left;
    position: relative;
  }
  .tab-links1 .selected a {
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    padding: 0 13px;
  }
  .tab-links1 .selected a:after {
    width: 25px;
    line-height: 40px;
  }
  .tab-links1 .txt-label {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 12px 0;
  }
  .tab-links1 .ul-tab {
    width: 100%;
    position: relative;
    top: 2px;
  }
  .tab-links1 .ul-tab li {
    font-size: 15px;
    line-height: 20px;
  }
}
/* Tab - Links2 */
@media (min-width: 768px) {
  .tab-links2 {
    width: 100%;
    float: left;
    position: relative;
  }
  .tab-links2 .ul-tab {
    float: left;
    padding: 0;
    margin: 0;
  }
  .tab-links2 .ul-tab li {
    width: 256px;
    float: left;
    padding: 0;
    margin: 0 3px 0 0;
  }
  .tab-links2 .ul-tab li:before {
    display: none;
  }
  .tab-links2 .ul-tab li a {
    width: 100%;
    height: 54px;
    float: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 54px;
    text-decoration: none;
    text-align: center;
    background: #f1f1f1;
    position: relative;
  }
  .tab-links2 .ul-tab li a:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #00933b;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin: 0 0 0 -20px;
    opacity: 0;
  }
  .tab-links2 .ul-tab li:hover a {
    color: #2b2b2b;
  }
  .tab-links2 .ul-tab li a:hover, .tab-links2 .ul-tab li a.active {
    color: #ffffff;
    background: #00933b;
  }
  .tab-links2 .ul-tab li a.active:after {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-links2 .ul-tab li a {
    height: 50px;
    font-size: 17px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .tab-links2 {
    display: none;
  }
}
/*
 13.) Product - List2
----------------------------------------*/
.product-list2 {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 70px 0;
}
.product-list2 .article {
  width: 22.40%;
  float: left;
  display: inline;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 1.3% 45px 1.3%;
}
.product-list2 .article > a {
  width: 100%;
  float: left;
  text-decoration: none;
}
.product-list2 .article figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.product-list2 .article figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0;
}
.product-list2 .article figure:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 146, 59, .80);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.product-list2 .article aside {
  width: 100%;
  float: left;
  padding: 13px 0 0 0;
}
.product-list2 .article aside h3 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #00923b;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.product-list2 .article aside h3:last-child {
  padding-bottom: 0;
}
.product-list2 .article aside p:last-child {
  padding-bottom: 0;
}
.product-list2 .article:hover figure:before {
  opacity: 1;
}
.product-list2 .article:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-list2 .article:hover aside {
  opacity: 1;
}
.product-list2 .article-out {
  width: 102.6%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.3% -45px -1.3%;
}
@media (max-width: 991px) {
  .product-list2 {
    padding: 45px 0;
  }
  .product-list2 .article {
    width: 29.33%;
    margin: 0 2% 25px 2%;
  }
  .product-list2 .article aside {
    padding-top: 10px;
  }
  .product-list2 .article aside h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .product-list2 .article-out {
    width: 104%;
    margin: 0 -2% -25px -2%;
  }
}
@media (max-width: 767px) {
  .product-list2 {
    padding: 20px 0;
  }
  .product-list2 .article {
    width: 45%;
    margin: 0 2.5% 5% 2.5%;
  }
  .product-list2 .article aside {
    text-align: left;
    padding-top: 8px;
  }
  .product-list2 .article aside h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-list2 .article-out {
    width: 105%;
    margin: 0 -2.5% -5% -2.5%;
  }
}
/* Product - List3 */
.product-list2.list3 {
  padding: 0 0 35px 0;
}
.product-list2.list3 .article {
  width: 22.80%;
  margin: 0 1.1% 30px 1.1%;
}
.product-list2.list3 .article aside {
  padding: 13px 0 0 0;
}
.product-list2.list3 .article aside h3 {
  font-size: 15px;
  line-height: 20px;
}
.product-list2.list3 .article-out {
  width: 102.2%;
  margin: 0 -1.2% -30px -1.2%;
}
@media (max-width: 991px) {
  .product-list2.list3 {
    padding: 0 0 35px 0;
  }
  .product-list2.list3 .article {
    width: 195px;
    margin: 0 30px 40px 0;
  }
  .product-list2.list3 .article-out {
    width: 100%;
    margin: 0 0 -40px 0;
  }
}
@media (max-width: 767px) {
  .product-list2.list3 {
    padding: 0 0 26px 0;
  }
  .product-list2.list3 .article {
    width: 46%;
    margin: 0 2% 30px 2%;
  }
  .product-list2.list3 .article aside h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-list2.list3 .article-out {
    width: 104%;
    margin: 0 -2% -30px -2%;
  }
}
/*
 14.) Table - Info
----------------------------------------*/
.table-info {
  width: 100%;
  float: left;
  background: none;
  padding: 0;
  margin: 0
}
.table-info table {
  width: 100%;
  border: 0;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 25px 0;
}
.table-info table:last-child {
  margin-bottom: 0;
}
.table-info table thead {
  width: 100%;
  padding: 0;
}
.table-info table tbody {
  width: 100%;
  padding: 0;
}
.table-info table tr {
  width: 100%;
  text-align: center;
  background: #f7f7f7;
}
.table-info table tr:nth-child(even) {
  background: #f1f1f1;
}
.table-info table th, .table-info table td {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #231f20;
  line-height: 20px;
  letter-spacing: normal;
  border-right: 1px solid #ededed;
  position: relative;
  padding: 16px 0;
  margin: 0;
}
.table-info table th:last-child, .table-info table td:last-child {
  border-right: none;
}
.table-info table th {
  font-weight: 600;
  color: #ffffff;
  border-color: #4f4f4f;
}
.table-info table td a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #00953b;
}
.table-info table thead tr {
  background: #3d3d3d;
}
.table-info table .column1 {
  width: 11.35%;
  text-align: left;
  padding-right: 10px;
  padding-left: 15px;
}
.table-info table .column2 {
  width: 30.80%;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.table-info table .column2_b {
  width: 20%;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.table-info table .column3 {
  width: 13.30%;
  padding-right: 10px;
  padding-left: 10px;
}
.table-info table .column4 {
  width: 9.90%;
  padding-right: 10px;
  padding-left: 10px;
}
.table-info table .column5 {
  width: 14.65%;
  padding-right: 10px;
  padding-left: 10px;
}
.table-info table tbody .column5 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .table-info table td, .table-info table th {
    padding: 9px 0;
  }
  .table-info table .column1 {
    width: 12.70%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .table-info table .column2 {
    width: 49.70%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .table-info table .column3 {
    width: 9.30%;
  }
  .table-info table .column4 {
    width: 10.30%;
  }
  .table-info table .column5 {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .table-info table {
    margin: 0 0 20px 0;
  }
  .table-info table td, .table-info table th {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0;
  }
  .table-info table .column1 {
    width: 16.70%;
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
  }
  .table-info table .column2 {
    width: 31.95%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-info table .column3 {
    width: 12.70%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-info table .column4 {
    width: 15.35%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-info table .column5 {
    width: 23.30%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-info table tbody .column5 {
    font-size: 12px;
  }
}
/*
 15.) Accordation - List
----------------------------------------*/
.accord-list {
  width: 100%;
  float: left;
}
.accord-list .card {
  width: 100%;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.accord-list .card-header {
  width: 100%;
  float: left;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 -1px 0;
}
.accord-list .card-header a {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 18px;
  color: #00953b;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid #f5f5f5;
  border-right: none;
  border-left: none;
  position: relative;
  padding: 14px 40px 14px 20px;
  margin: 0;
}
.accord-list .card-header a:after {
  content: "\f068";
  float: right;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -10px 0 0 0;
}
.accord-list .card-header a:before {
  content: "";
  width: 5px;
  height: 22px;
  float: left;
  background: #00953b;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 1;
  margin: -11px 0 0 0;
}
.accord-list .card-header a.collapsed {
  color: #2b2b2b;
}
.accord-list .card-header a.collapsed:after {
  content: "\f067";
}
.accord-list .card-header a.collapsed:before {
  opacity: 0;
}
.accord-list .collapse {
  width: 100%;
  float: left;
}
.accord-list .card-body {
  width: 100%;
  float: left;
  box-shadow: #f5f5f5 0 1px 0 0;
  position: relative;
  z-index: 50;
  padding: 0;
  margin: 0;
}
.accord-list .card-body p:last-child {
  padding-bottom: 0;
}
.accord-list .card-body .table-info {
  padding: 5px 0 30px 0;
}
.accord-list .card-body .cont-in {
  width: 100%;
  float: left;
  padding: 15px 40px 35px 20px;
}
.accord-list .card-body .card-header a {
  padding-left: 40px;
}
.accord-list .card-body .card-header a:before {
  left: 20px;
}
.accord-list .card-body .card-body .cont-in {
  padding-left: 40px;
}
.accord-list .card-body .card-body .card-header a {
  padding-left: 70px;
}
.accord-list .card-body .card-body .card-header a:before {
  left: 45px;
}
.accord-list .card-body .card-body .cont-in {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .accord-list .card-header a {
    font-size: 15px;
    line-height: 19px;
    padding: 13px 42px 14px 15px;
  }
  .accord-list .card-header a:after {
    font-size: 13px;
    line-height: 18px;
    right: 15px;
    margin: -9px 0 0 0;
  }
  .accord-list .card-header a:before {
    width: 4px;
    height: 16px;
    margin: -8px 0 0 0;
  }
  .accord-list .card-body .cont-in {
    padding: 20px 15px
  }
  .accord-list .card-body .table-info {
    padding: 0 0 20px 0;
  }
  .accord-list .card-body .card-header a {
    padding-left: 30px;
  }
  .accord-list .card-body .card-header a:before {
    left: 15px;
  }
  .accord-list .card-body .card-body .cont-in {
    padding-left: 30px;
  }
  .accord-list .card-body .card-body .card-header a {
    padding-left: 45px;
  }
  .accord-list .card-body .card-body .card-header a:before {
    left: 30px;
  }
  .accord-list .card-body .card-body .card-body .cont-in {
    padding-left: 45px;
  }
}
/* Accord - List2 */
.accord-list.list2 .card-header a {
  border: none;
  background: #f7f7f7;
}
.accord-list.list2 .card-header a:before {
  display: none;
}
.accord-list.list2 .card:nth-child(even) .card-header a {
  background: #ffffff;
}
@media (max-width: 767px) {
  .accord-list.list2 .card-header a {
    padding: 13px 42px 14px 20px;
  }
  .accord-list.list2 .card-header a:after {
    right: 20px;
  }
  .accord-list.list2 .card-body .cont-in {
    padding: 10px 20px 20px 20px
  }
}
/* Accordion - Sidebar */
#accordion-sidebar {
  display: none;
  padding: 0 0 40px 0;
}
#accordion-sidebar h3 {
  display: none;
}
#accordion-sidebar #collapse-request-sample .card-body {
  padding: 30px 20px;
}
@media (max-width: 991px) {
  #accordion-sidebar {
    display: block;
  }
}
@media (max-width: 991px) {
  #accordion-sidebar {
    padding: 0 0 30px 0;
  }
  #accordion-sidebar #collapse-request-sample .card-body {
    padding: 25px 15px;
  }
}
/*
 16.) Product - Details
----------------------------------------*/
.product-details {
  width: 100%;
  float: left;
}
.product-details h1 {
  width: 100%;
  float: left;
  margin: 0 0 4px 0;
}
.product-details h3 {
  color: #00953b;
  letter-spacing: 0.02em;
}
.product-details h4 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 24px;
  padding: 5px 0 5px 0;
}
.product-details .table-cont {
  width: 100%;
  float: left;
}
.product-details .table-cont table {
  width: 100%;
  float: left;
  border: 0;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.product-details .table-cont table tbody {
  width: 100%;
  float: left;
  padding: 0;
}
.product-details .table-cont table tr {
  width: 100%;
  float: left;
  background: #f7f7f7;
}
.product-details .table-cont table tr:nth-child(even) {
  background: #f1f1f1;
}
.product-details .table-cont table td {
  width: 100%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 20px;
  letter-spacing: normal;
  position: relative;
  padding: 13px 10px 10px 20px;
  margin: 0;
}
.product-details .table-cont table td .light {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.product-details .table-cont table .col1 {
  width: 64%;
  float: left;
}
.product-details .table-cont table .col2 {
  width: 36%;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-left: 0;
}
.product-details .product-discription {
  width: 62%;
  float: left;
  margin: -4px 0 0 0;
}
.product-details .product-img {
  width: 33%;
  float: right;
}
.product-details .product-img .product-lrg-img {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  position: relative;
  margin: 0 0 25px 0;
}
.product-details .product-img .product-lrg-img img {
  width: 100%;
  margin: 0;
}
.product-details .product-img .photo-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}
.product-details .product-img .product-thumbs {
  width: 100%;
  float: left;
}
.product-details .product-img .product-thumbs ul {
  width: 105.26%;
  float: left;
  padding: 0;
  margin: 0 -2.63% -5.26% -2.63%;
}
.product-details .product-img .product-thumbs ul li {
  width: 28.07%;
  float: left;
  padding: 0;
  margin: 0 2.63% 5.26% 2.63%;
}
.product-details .product-img .product-thumbs ul li a {
  width: 100%;
  float: left;
  border: 1px solid #f1f1f1;
}
.product-details .product-img .product-thumbs ul li a.active {
  border-color: #00923b;
}
.product-details .product-img .product-thumbs ul li:before {
  display: none;
}
.product-details .product-img .product-thumbs ul li img {
  width: 100%;
  margin: 0;
  border: 1px solid #dcdcdc;
}
.product-details .product-btm-cont {
  width: 100%;
  float: left;
  text-align: center;
  background: #f7f7f7;
  padding: 10px 0;
  margin: 40px 0 0 0;
}
.product-details .product-btm-cont ul {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: -10px -40px;
}
.product-details .product-btm-cont ul li {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 22px;
  letter-spacing: normal;
  padding: 0;
  margin: 10px 15px;
}
.product-details .product-btm-cont ul li.cart-btn {
  max-width: 185px;
}
.stock-status-available {
  color: #00923b;
}
.stock-status-made_to_order {
  color: #800080;
}
.stock-status-10_to_15_business_days, .stock-status-available_july_2021 {
  color: #eed202;
}
.stock-status-alternate_options {
  color: #1778F2;
}
.stock-status-long_lead_time {
  color: red;
}
.product-details .product-btm-cont ul li:before {
  display: none;
}
.product-details .product-btm-cont ul li strong {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.qty {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -4px 0 0 10px;
}
.qty .bgnumber {
  width: 43px;
  float: left;
}
.qty .number {
  width: 100%;
  height: 35px;
  float: left;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 31px;
  text-align: center;
  background: #f7f7f7;
  border: 2px solid #cccccc;
  padding: 0;
}
.woocommerce-cart .qty .number {
  border-width: 1px;
}
.qty .plusminus {
  width: 17px;
  float: left;
}
.qty .increment {
  width: 10px;
  height: 6px;
  float: right;
  background: url(../img/arrow-1.png) no-repeat center center;
  background-size: 10px auto;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0;
  margin: 0;
}
.qty .decrement {
  width: 10px;
  height: 6px;
  float: right;
  background: url(../img/arrow-2.png) no-repeat center center;
  background-size: 10px auto;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 0;
  padding: 0;
  margin: 0;
}
.product-details .product-btm-cont .btn {
  width: 185px;
  padding-right: 0;
  padding-left: 0;
}
.product-details .product-discription > p:last-child {
  padding-bottom: 0;
}
.product-details .product-discription > ol:last-child, .product-details .product-discription > ul:last-child {
  padding-bottom: 0;
}
.product-details .product-discription > ol:last-child li:last-child, .product-details .product-discription > ul:last-child li:last-child {
  padding-bottom: 0;
}
.product-details .table-cont-ipad {
  width: 100%;
  float: left;
  display: none;
}
@media (max-width: 1279px) {
  .product-details .product-btm-cont ul li {
    margin: 10px 12px;
  }
}
@media (max-width: 991px) {
  .product-details {
    width: 100%;
    float: left;
  }
  .product-details h1 {
    margin: 0;
  }
  .product-details .table-cont {
    display: none;
  }
  .product-details .table-cont table .col1 {
    width: 50.65%;
  }
  .product-details .table-cont table .col2 {
    width: 49.35%;
  }
  .product-details .product-discription {
    width: 100%;
    margin: 0;
  }
  .product-details .product-img {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .product-details .product-img .tab-content {
    width: 400px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 0 0;
  }
  .product-details .product-img .product-lrg-img {
    width: 100%;
    margin: 0;
  }
  .product-details .product-img .product-thumbs {
    width: 85px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .product-details .product-img .product-thumbs ul {
    width: 100%;
    margin: 0 0 -15px 0;
  }
  .product-details .product-img .product-thumbs ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .product-details .product-btm-cont {
    border-top: 1px solid #f5f5f5;
    background: none;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .product-details .product-btm-cont ul {
    padding: 0 0 20px 0;
    margin: 0 -35px -20px -35px;
  }
  .product-details .product-btm-cont ul li {
    margin: 0 35px 20px 35px;
  }
  .product-details .product-btm-cont .btn {
    width: 100%;
  }
  .product-details .product-btm-cont .cart-btn {
    width: 100%;
    padding: 10px 45px 0 45px;
    margin: 0;
  }
  .product-details .table-cont-ipad {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 40px 0;
  }
  .product-details .table-cont-ipad .table-cont {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-details h4 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 7px;
  }
  .product-details .table-cont table td {
    font-size: 12px;
    padding: 9px 10px 10px 10px;
    margin: 0;
  }
  .product-details .table-cont table .col1 {
    width: 55.35%;
    padding-right: 10px;
  }
  .product-details .table-cont table .col2 {
    width: 44.65%;
  }
  .product-details .product-img {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .product-details .product-img .tab-content {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product-details .product-img .product-lrg-img img {
    max-width: 300px;
  }
  .product-details .product-img .photo-zoom {
    display: none;
  }
  .product-details .product-img .product-thumbs {
    width: 100%;
  }
  .product-details .product-img .product-thumbs ul {
    width: 100%;
    margin: 0 0 -10px 0;
  }
  .product-details .product-img .product-thumbs ul li {
    width: 65px;
    margin: 0 10px 10px 0;
  }
  .product-details .product-btm-cont {
    text-align: left;
    border-width: 1px;
    padding: 24px 0 0 0;
    margin: 0;
  }
  .product-details .product-btm-cont ul {
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0 0 -15px 0;
  }
  .product-details .product-btm-cont ul li {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .qty {
    margin: 0 0 0 5px;
  }
  .qty .bgnumber {
    width: 32px;
  }
  .qty .number {
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    border: 1px solid #d7d7d7;
  }
  .qty .plusminus {
    width: 15px;
  }
  .qty .increment {
    width: 8px;
    height: 5px;
    background-size: 8px auto;
    top: 5px;
  }
  .qty .decrement {
    width: 8px;
    height: 6px;
    background-size: 8px auto;
    top: 15px;
  }
  .product-details .product-btm-cont .cart-btn {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
  }
  .product-details .table-cont-ipad {
    margin: 0 0 25px 0;
  }
}
/* Product Details - Level2 */
.product-lv2-cont {
  width: 100%;
  float: left;
  /*border-bottom: 1px solid #f5f5f5;*/
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}
.product-lv2-cont .tab-content {
  padding: 50px 0 0 0;
}
.product-lv2-cont .product-details .product-discription {
  width: 52.70%;
}
.product-lv2-cont .product-details .product-img {
  width: 40%;
}
.product-lv2-cont .product-details .product-img .tab-content {
  padding: 0;
}
.product-lv2-cont .product-details .product-img .product-lrg-img {
  margin: 0 0 7px 0;
}
.product-details .product-img .product-thumbs ul {
  /*width: 103.12%;
	margin: 0 -1.56% -3.12% -1.56%;*/
  margin: 0;
  white-space: nowrap;
  width: 100%;
  float: none;
  overflow-x: hidden;
  display: block;
  flex-wrap: nowrap;
}
.product-details .product-img .product-thumbs ul li {
  /*width: 21.88%;
	margin: 0 1.56% 3.12% 1.56%;*/
  width: 70px;
  height: 70px;
  margin: 0 6px 0 0;
  float: none;
  display: inline-block;
}
.product-details .product-img .product-thumbs ul li a {
  border: none;
}
@media (max-width: 991px) {
  .product-lv2-cont {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }
  .product-lv2-cont .tab-content {
    padding: 29px 0 0 0;
  }
  .product-lv2-cont .product-details .product-discription {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .product-lv2-cont .product-details .product-img {
    width: 100%;
    padding: 0;
  }
  .product-lv2-cont .product-details .product-img .tab-content {
    width: 320px;
    margin: 0 20px 0 0;
  }
  .product-lv2-cont .product-details .product-img .product-lrg-img {
    width: 100%;
    margin: 0;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs {
    width: 75px;
    display: none;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs ul {
    width: 100%;
    margin: 0 0 -10px 0;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .product-lv2-cont {
    border: none;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
  }
  .product-lv2-cont .tab-content {
    padding: 11px 0 20px 0;
  }
  .product-lv2-cont .product-details .product-discription {
    padding: 0 0 25px 0;
    margin: 0;
  }
  .product-lv2-cont .product-details .product-img .product-lrg-img img {
    max-width: 100%;
  }
  .product-lv2-cont .product-details .product-img .tab-content {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs {
    width: 100%;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs ul {
    width: auto;
    margin: 0 -4px -8px -4px;
  }
  .product-lv2-cont .product-details .product-img .product-thumbs ul li {
    width: 75px;
    margin: 0 4px 8px 4px;
  }
}
/*
 17.) Related - Products
----------------------------------------*/
.related-products {
  width: 100%;
  float: left;
  padding: 0 0 80px 0;
}
.related-products .title-txt {
  width: 100%;
  float: left;
}
.related-products h2 {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  padding: 55px 0 33px 0;
}
.related-products .product-list2 {
  position: relative;
  padding: 0;
}
.related-products .product-list2 .article {
  width: 100%;
  margin: 0;
}
.related-products .article {
  width: 100%;
  float: left;
}
.related-products .slider-bg {
  width: 100%;
  float: left;
}
.related-products .owl-carousel {
  position: static;
}
.related-products .owl-nav div {
  margin: -45px 0 0 0;
}
.related-products .owl-nav .owl-prev {
  left: 30px;
}
.related-products .owl-nav .owl-next {
  right: 30px;
}
@media (max-width: 1369px) {
  .related-products .owl-nav .owl-prev {
    left: 15px;
  }
  .related-products .owl-nav .owl-next {
    right: 15px;
  }
}
@media (max-width: 1279px) {
  .related-products .owl-carousel {
    padding: 0 20px;
  }
  .related-products .owl-nav .owl-prev {
    left: 10px;
  }
  .related-products .owl-nav .owl-next {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .related-products {
    padding: 0 0 60px 0;
  }
  .related-products h2 {
    padding: 30px 0 18px 0;
  }
  .related-products .owl-carousel {
    padding: 0 15px;
  }
  .related-products .owl-nav div {
    top: 52%;
  }
}
@media (max-width: 767px) {
  .related-products {
    padding: 0 0 35px 0;
  }
  .related-products h2 {
    padding: 30px 0 25px 0;
  }
  .related-products .product-list2 .article aside {
    text-align: center;
    padding-top: 10px;
  }
  .related-products .product-list2 .article aside h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .related-products .owl-carousel {
    padding: 0 17px;
  }
  .related-products .owl-nav div {
    top: 45%;
  }
  .related-products .owl-nav .owl-prev {
    left: 5px;
  }
  .related-products .owl-nav .owl-next {
    right: 5px;
  }
}
/*
 18.) Contact - Form
----------------------------------------*/
.contact-form-out {
  width: 100%;
  float: left;
  padding: 60px 0 70px 0;
}
.contact-form-out .container {
  max-width: 900px;
}
@media (max-width: 991px) {
  .contact-form-out {
    padding: 40px 0 55px 0;
  }
}
@media (max-width: 767px) {
  .contact-form-out {
    padding: 30px 0 45px 0;
  }
  .contact-form-out .container {
    max-width: 540px;
  }
}
/*
 19.) Request - Forms
----------------------------------------*/
.forms-outter {
  width: 100%;
  float: left;
}
.forms-outter .container {
  max-width: 900px;
}
.forms-outter .heading-txt h2 {
  display: none;
}
.forms-outter .tab-content {
  width: 100%;
  float: left;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .forms-outter {
    padding: 0 55px;
  }
  .forms-outter .container {
    max-width: 900px;
    padding: 0;
  }
  .forms-outter .heading-txt h2 {
    display: block;
  }
  .forms-outter .tab-content {
    padding: 40px 0 55px 0;
  }
}
@media (max-width: 767px) {
  .forms-outter {
    padding: 0 20px;
  }
  .forms-outter .container {
    max-width: 500px;
  }
  .forms-outter .tab-content {
    padding: 30px 0 45px 0;
  }
}
/*
 20.) Promo - Offers
----------------------------------------*/
.promo-offers {
  width: 100%;
  height: 45px;
  float: left;
  text-align: center;
  position: relative;
  background: #00933b;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.promo-offers .item {
  width: 100%;
  float: left;
  text-align: center;
}
.promo-offers .item p {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  position: relative;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*padding: 0 147px 0 0;*/ padding: 0;
}
.promo-offers .item p strong {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.promo-offers .item p a {
  /*width: 147px;
	float: right;*/
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  /*text-align: right;
	position: absolute;
	top: 0;
	right: 0;*/
}
.promo-offers .item p a:after {
  content: "\f178";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 300;
  font-size: 15px;
  position: relative;
  top: 1px;
  margin: 0 0 0 10px;
}
.promo-offers .item p a:hover {
  opacity: .80;
}
.promo-offers .slider-bg {
  width: 100%;
  float: left;
}
.promo-offers .owl-carousel {
  padding: 0 45px;
  position: static;
}
.promo-offers .owl-nav div {
  width: 13px;
  height: 43px;
  top: 0;
  margin: 0;
}
.promo-offers .owl-nav div:before {
  font-size: 15px;
  color: #ffffff;
  line-height: 43px;
}
.promo-offers .owl-nav .owl-prev {
  left: 15px;
}
.promo-offers .owl-nav .owl-next {
  right: 15px;
}
@media (max-width: 991px) {
  .promo-offers {
    height: 40px;
  }
  .promo-offers .item p {
    font-size: 15px;
    line-height: 40px;
  }
  .promo-offers .item p a {
    line-height: 40px;
  }
  .promo-offers .owl-nav div {
    width: 13px;
    height: 40px;
  }
  .promo-offers .owl-nav div:before {
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .promo-offers {
    height: 31px;
  }
  .promo-offers .container {
    max-width: 540px;
  }
  .promo-offers .item p {
    font-size: 12px;
    line-height: 31px;
    padding: 0 125px 0 0;
  }
  .promo-offers .item p a {
    width: 125px;
    font-size: 12px;
    line-height: 31px;
  }
  .promo-offers .owl-carousel {
    padding: 0 30px;
    position: static;
  }
  .promo-offers .owl-nav div {
    width: 10px;
    height: 31px
  }
  .promo-offers .owl-nav div:before {
    font-size: 11px;
    line-height: 32px;
  }
  .promo-offers .owl-nav .owl-prev {
    left: 10px;
  }
  .promo-offers .owl-nav .owl-next {
    right: 10px;
  }
}
/*
 21.) FAQ - List
----------------------------------------*/
.faq-list {
  width: 100%;
  float: left;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .faq-list {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .faq-list {
    padding: 40px 0;
  }
  .faq-list .container, .faq-list .container-sml, .faq-list .container-sml2 {
    max-width: 500px;
    padding: 0;
  }
}
/*
 22.) Distributors - Info
----------------------------------------*/
.distributors-info {
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  padding: 55px 0;
}
.distributors-info .article {
  width: 30.73%;
  float: left;
  position: relative;
  /*background: #f7f7f7;*/
  margin: 0 1.3% 2.5% 1.3%;
  overflow: hidden;
  border: 1px solid #00923b;
}
.distributors-info .article > a {
  width: 100%;
  float: left;
}
.distributors-info .article figure {
  width: 100%;
  height: 130px;
  float: left;
  text-align: center;
  line-height: 130px;
  overflow: hidden;
  margin: 0;
}
.distributors-info .article .view-link {
  width: 80px;
  height: 80px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.distributors-info .article .view-link span {
  display: none;
}
.distributors-info .article .view-link:before {
  content: "\f178";
  float: left;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 22px;
  color: #2b2b2b;
  position: absolute;
  top: 6px;
  right: 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.distributors-info .article .view-link:before {
  content: "\f178";
  float: left;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 22px;
  color: #2b2b2b;
  position: absolute;
  top: 6px;
  right: 17px;
}
.distributors-info .article .view-link:after {
  content: "";
  width: 150%;
  height: 150%;
  float: left;
  background: #f7f7f7;
  position: absolute;
  top: -60px;
  left: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.distributors-info .article a:hover .view-link:before, .distributors-info .article .view-link:hover:before {
  color: #ffffff;
}
.distributors-info .article a:hover .view-link:after, .distributors-info .article .view-link:hover:after {
  background: #00923b;
}
.distributors-info .article .details-box {
  width: 100%;
  float: left;
  text-align: center;
  padding: 55px 15px 35px 15px;
}
.distributors-info .article .details-box aside {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: left;
}
.distributors-info .article .details-box aside a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.distributors-info .article .details-box aside p {
  line-height: 27px;
}
.distributors-info .article .details-box aside p:last-child {
  padding-bottom: 0;
}
.distributors-info .article .details-box aside p span.txt {
  color: #3d3d3d;
}
.distributors-info .article .details-box aside .logo-inner {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0 0 27px 0;
}
.distributors-info .article .details-box .icon-close {
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.distributors-info .article .details-box .icon-close span {
  display: none;
}
.distributors-info .article .details-box .icon-close:before {
  content: "\f00d";
  float: right;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
.distributors-info .article-out {
  width: 102.6%;
  float: left;
  margin: 0 -1.3% -2.5% -1.3%;
}
@media (max-width: 991px) {
  .distributors-info {
    padding: 60px 0;
  }
  .distributors-info .article {
    width: 46.3%;
    float: left;
    margin: 0 1.85% 3.6% 1.85%;
  }
  .distributors-info .article figure {
    height: 120px;
    line-height: 120px;
  }
  .distributors-info .article figure img {
    max-width: 70%;
  }
  .distributors-info .article .view-link {
    width: 75px;
    height: 75px;
  }
  .distributors-info .article .view-link:before {
    font-size: 20px;
    top: 5px;
    right: 15px;
  }
  .distributors-info .article .view-link:after {
    top: -58px;
    left: 20px;
  }
  .distributors-info .article .details-box {
    padding: 53px 15px 47px 15px;
  }
  .distributors-info .article .details-box aside p {
    font-size: 14px;
    line-height: 23px;
  }
  .distributors-info .article-out {
    width: 103.7%;
    margin: 0 -1.85% -3.6% -1.85%;
  }
}
@media (max-width: 767px) {
  .distributors-info {
    padding: 50px 0;
  }
  .distributors-info .article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .distributors-info .article figure {
    height: 100px;
    line-height: 100px;
  }
  .distributors-info .article figure img {
    max-width: 55%;
  }
  .distributors-info .article .view-link {
    width: 60px;
    height: 60px;
  }
  .distributors-info .article .view-link:before {
    font-size: 18px;
    top: 4px;
    right: 13px;
  }
  .distributors-info .article .view-link:after {
    top: -45px;
    left: 19px;
  }
  .distributors-info .article .details-box {
    padding: 47px 15px 36px 15px;
  }
  .distributors-info .article .details-box aside p {
    padding: 0 0 13px 0;
  }
  .distributors-info .article .details-box aside .logo-inner {
    margin: 0 0 22px 0;
  }
  .distributors-info .article .details-box .icon-close {
    top: 12px;
    right: 12px;
  }
  .distributors-info .article .article-out {
    width: 100%;
    margin: 0 0 -20px 0;
  }
}
/*
 23.) Employment - List
----------------------------------------*/
.employment-list {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.employment-list ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.employment-list ul li {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 24px;
  background: #f7f7f7;
  position: relative;
  padding: 23px 200px 22px 30px;
  margin: 0;
}
.employment-list ul li:last-child {
  padding: 23px 200px 22px 30px;
  margin: 0;
}
.employment-list ul li:before {
  display: none;
}
.employment-list ul li:nth-child(even) {
  background: #ffffff;
}
.employment-list .read-more {
  float: right;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -12px 0 0 0;
}
.employment-list .read-more a {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .employment-list {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .employment-list {
    text-align: center;
    padding: 40px 0;
  }
  .employment-list .container, .employment-list .container-sml {
    max-width: 500px;
    padding: 0;
  }
  .employment-list ul li {
    font-size: 15px;
    line-height: 20px;
    padding: 22px 20px;
  }
  .employment-list ul li:last-child {
    padding: 22px 20px;
  }
  .employment-list .read-more {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 9px 0 0 0;
    margin: 0;
  }
  .employment-list .read-more a {
    font-size: 13px;
    line-height: 18px;
  }
  .employment-list .read-more a:after {
    font-size: 13px;
  }
}
/*
 24.) CTA - Info
----------------------------------------*/
.cta-info {
  width: 100%;
  float: left;
  text-align: center;
  background: #f7f7f7;
  overflow: hidden;
  padding: 30px 0;
}
.cta-info aside {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 10px 15px;
}
.cta-info aside h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #004420;
  line-height: 40px;
}
.cta-info aside h2:last-child {
  padding-bottom: 0;
}
.cta-info .btn-out .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.cta-info .btn-out {
  width: 208px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px;
}
@media (max-width: 991px) {
  .cta-info aside h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .cta-info {
    padding: 25px 0;
  }
  .cta-info aside h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .cta-info .btn-out {
    max-width: 195px;
  }
}
/*
 25.) News - List
----------------------------------------*/
.news-list {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.news-list .article {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 65px 0;
  margin: 0 0 65px 0;
}
.news-list .article:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.news-list .article figure {
  width: 46%;
  float: right;
}
.news-list .article figure img {
  max-width: 100%;
}
.news-list .article aside {
  width: 54%;
  float: left;
  padding: 0 75px 0 0;
}
.news-list .article aside p strong {
  color: #3d3d3d;
}
.news-list .article aside .btn-out {
  padding: 13px 0 0 0;
}
@media (max-width: 991px) {
  .news-list {
    text-align: center;
    padding: 60px 0;
  }
  .news-list .container {
    padding: 0 80px;
  }
  .news-list .article {
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
  }
  .news-list .article figure {
    width: 100%;
  }
  .news-list .article aside {
    width: 100%;
    padding: 0 0 45px 0;
  }
  .news-list .article aside .btn-out {
    padding: 8px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-list {
    padding: 40px 0;
  }
  .news-list .container {
    padding: 0 20px;
  }
  .news-list .article {
    padding: 0 0 45px 0;
    margin: 0 0 35px 0;
  }
  .news-list .article aside {
    padding: 0 0 33px 0;
  }
}
/*
 26.) Current - Offers
----------------------------------------*/
.current-offers {
  width: 100%;
  float: left;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: fixed;
  bottom: -370px;
  left: 0;
  z-index: 600;
  margin: 0;
}
.current-offers.active {
  bottom: 0;
}
.current-offers .offer-btn {
  width: 100%;
  float: left;
  text-align: center;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  margin: 0 0 -1px 0;
}
.current-offers .offer-btn.swipe-btm {
  margin: 0 0 -50px 0;
}
.current-offers .offer-btn a {
  height: 45px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: #dd207c;
  border-radius: 8px 8px 0 0;
  padding: 0 25px;
}
.current-offers .offer-btn a span {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0 28px 0 0;
}
.current-offers .offer-btn a span:before {
  content: "\f106";
  float: right;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.current-offers .offer-btn a:hover {
  color: #ffffff;
}
.current-offers .offer-btn.active a span:before {
  content: "\f107";
}
.current-offers .slider-bg {
  width: 100%;
  height: 370px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
}
.current-offers .slider-bg .item {
  width: 100%;
  float: left;
}
.current-offers .slider-bg figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.current-offers .slider-bg figure a {
  width: 100%;
  float: left;
}
.current-offers .slider-bg figure img {
  width: 100%;
}
.current-offers .slider-bg .item .item-box {
  background: #2b2b2b;
  position: relative;
  width: 100%;
  float: left;
  padding: 60.5% 0 0;
}
.current-offers .slider-bg .item .item-box p {
  margin: 0;
  padding: 0;
}
.current-offers .slider-bg .item .item-box.box-bg-green {
  background: #00923b;
}
.current-offers .slider-bg .item .item-box .item-box-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  padding: 30px;
  display: block;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.current-offers .slider-bg .item .item-box .item-box-text:hover {
  text-decoration: none;
}
.current-offers .slider-bg .read-more {
  width: 100%;
  float: left;
  text-align: left;
  position: relative;
  background: #ffffff;
  padding: 10px 90px 10px 25px;
}
.current-offers .slider-bg .read-more.center {
  text-align: center;
  padding-right: 25px;
}
.current-offers .slider-bg .read-more a {
  width: auto;
}
.current-offers .slider-bg .read-more .details-txt {
  width: 55px;
  float: left;
  font-weight: 300;
  font-size: 12px;
  color: #ababab;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 25px;
}
.current-offers .slider-bg .read-more .details-txt:after {
  display: none;
}
.current-offers .owl-nav .owl-prev {
  left: -30px;
}
.current-offers .owl-nav .owl-next {
  right: -30px;
}
@media (max-width: 1199px) {
  .current-offers {
    bottom: -340px;
  }
  .current-offers .slider-bg {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .current-offers {
    bottom: -260px;
  }
  .current-offers .offer-btn a {
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.03em;
    padding: 0 12px;
  }
  .current-offers .offer-btn a span {
    padding: 0 26px 0 0;
  }
  .current-offers .offer-btn a span:before {
    font-size: 16px;
  }
  .current-offers .slider-bg {
    height: 260px;
    text-align: center;
  }
  .current-offers .slider-bg .item {
    width: 100%;
    max-width: 280px;
    float: none;
    display: inline-block;
  }
  .current-offers .slider-bg .read-more {
    padding: 10px 75px 10px 20px;
  }
  .current-offers .slider-bg .read-more.center {
    padding-right: 20px;
  }
  .current-offers .slider-bg .read-more .details-txt {
    width: 50px;
    font-size: 11px;
    top: 12px;
    right: 20px;
  }
  .current-offers .owl-nav .owl-prev {
    left: -23px;
  }
  .current-offers .owl-nav .owl-next {
    right: -23px;
  }
}
/*
 27.) Modal
----------------------------------------*/
.modal {
  background: rgba(33, 33, 33, .70);
  text-align: center;
  z-index: 100000 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop {
  display: none !important;
}
@media (min-width: 768px) {
  .modal-dialog {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-content {
  width: 100%;
  max-width: none;
  min-height: inherit;
  float: none;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  background: #f7f7f7;
  border: none;
  box-shadow: rgba(0, 0, 0, .3) 0 0 15px;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
}
.distributors-info .modal-content {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
}
/*
 28.) Title - Description - (Notes)
----------------------------------------*/
.notes-title {
  width: 100%;
  float: left;
  padding: 60px 0 25px 0;
}
.notes-title p {
  font-weight: 500;
  font-size: 17px;
  color: #3d3d3d;
  padding: 0;
}
.notes-title p:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .notes-title {
    padding: 40px 0 20px 0;
  }
  .notes-title .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .notes-title {
    padding: 30px 0 15px 0;
  }
  .notes-title .container {
    padding: 0 10px;
  }
}
/*
 29.) Background and Text - Colors
----------------------------------------*/
/* Padding - None */
.top-none {
  padding-top: 0 !important;
}
.bottom-none {
  padding-bottom: 0 !important;
}
/* Colors */
.green-dk {
  color: #004420 !important;
}
.green-md {
  color: #00923b !important;
}
.green-lt {
  color: #00c54f !important;
}
.black {
  color: #040404 !important;
}
.gray-dk {
  color: #2b2b2b !important;
}
.gray-md {
  color: #7a7a7a !important;
}
.gray-lt {
  color: #dddedf !important;
}
.pink {
  color: #dd207d !important;
}
/* Background - Colors */
.green-dk-bg {
  background-color: #004420 !important;
}
.green-md-bg {
  background-color: #00923b !important;
}
.green-lt-bg {
  background-color: #00c54f !important;
}
.black-bg {
  background-color: #040404 !important;
}
.gray-dk-bg {
  background-color: #2b2b2b !important;
}
.gray-md-bg {
  background-color: #7a7a7a !important;
}
.gray-lt-bg {
  background-color: #dddedf !important;
}
.gray-lt2-bg {
  background-color: #f7f7f7 !important;
}
.pink-bg {
  background-color: #dd207d !important;
}
.white-bg {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .white-bg-lg {
    background-color: #ffffff !important;
  }
}
/*
 30.) WYSIWYG Band
----------------------------------------*/
.wysiwyg-band {
  width: 100%;
  float: left;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .wysiwyg-band {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .wysiwyg-band {
    padding: 30px 0;
  }
}
/*
 31.) 404
----------------------------------------*/
.interior-search-box {
  max-width: 600px;
  height: 85px;
  background: #fff;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 100;
  position: relative;
  padding: 0 20px 0 73px;
  margin: 40px auto 20px;
}
.interior-search-box input[type="text"], .interior-search-box input[type="email"], .interior-search-box input[type="search"] {
  width: 100%;
  height: 85px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 25px 0;
  margin: 0;
}
.interior-search-box ::-webkit-input-placeholder, .interior-search-box ::-webkit-textarea-placeholder {
  font-weight: 300;
  color: #999999;
}
.interior-search-box input::-moz-placeholder, .interior-search-box textarea::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.interior-search-box ::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.interior-search-box ::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.interior-search-box .btn-search, .interior-search-box button, .interior-search-box input[type="button"], .interior-search-box input[type="submit"] {
  width: 35px;
  height: 85px;
  float: right;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #999999;
  line-height: 85px;
  text-align: center;
  background: none;
  border: none;
  border-radius: 360px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 100;
  padding: 0;
  margin: 0;
}
.interior-search-box .btn-search.disabled, .interior-search-box input[type="button"].disabled, .interior-search-box input[type="submit"].disabled, .interior-search-box button.disabled {
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 767px) {
  .interior-search-box .btn-search, .interior-search-box button, .interior-search-box input[type="button"], .interior-search-box input[type="submit"], .interior-search-box input[type="text"], .interior-search-box input[type="email"], .interior-search-box input[type="search"], .interior-search-box {
    height: 60px;
  }
  .interior-search-box .btn-search, .interior-search-box button, .interior-search-box input[type="button"], .interior-search-box input[type="submit"] {
    line-height: 60px;
  }
}
/*
 32.) Search Results
----------------------------------------*/
.search-results-band {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.search-not-found {
  text-align: center;
}
.search-not-found p {
  padding: 0;
}
.results-pagination, .search-result-entry-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.search-result-entry-wrap div {
  border-top: 1px solid #00c54f;
}
.search-result-entry-wrap div:first-child {
  border-top: 0;
}
.search-result-entry {
  padding: 15px 0;
}
.search-result-entry h3 {
  padding: 0;
  font-size: 20px;
}
.results-pagination a {
  margin-top: 20px;
}
.results-pagination a.btn, .results-pagination a.page-numbers {
  padding: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
}
.results-pagination a.btn i, .results-pagination a.page-numbers i {
  margin: 0;
  font-size: 30px;
  line-height: inherit;
}
.results-pagination .alignright a.btn i, .results-pagination .alignright a.page-numbers i  {
  margin-left: 5px;
}
/* ---------------------------- Begin WordPress Core ---------------------------- */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* ---------------------------- End WordPress Core ---------------------------- */
/* ----- Start: Resolving conflicts between Boostrap4 and WooCommerce ----- */
.woocommerce .col2-set .wc-col-1, .woocommerce-page .col2-set .wc-col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .wc-col-2, .woocommerce-page .col2-set .wc-col-2 {
  float: right;
  width: 48%;
}
/* ----- End: Resolving conflicts between Boostrap4 and WooCommerce ----- */
/* ----- Start: WooCommerce template styling ----- */
body.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options {
  float: left;
  width: 100%;
}
body.woocommerce-checkout .select2-container--default .select2-results > .select2-results__options li:before {
  display: none;
}
body.woocommerce-order-received .woocommerce-order > ul li:before {
  display: none;
}
ul.woocommerce-error li:before {
  display: none;
}
body.woocommerce ins {
  text-decoration: none;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
  height: 45px;
}
.woocommerce button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #00c54f;
}
body.woocommerce-cart #shipping_method li:before {
  display: none;
}
.woocommerce-cart .cart-empty + .return-to-shop a {
  /*background: #00c54f;
	color: #fff;
	padding-top: 0;
	padding-bottom: 15px;*/
}
.woocommerce-cart .cart-empty + .return-to-shop a:hover {
  /*background: #00923b;*/
}
.woocommerce button.button.alt:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  /*background: #00923b;*/
}
@media (min-width: 768px) {
  body.woocommerce-cart td.product-quantity input[type="text"] {
    max-width: 95px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart td.product-subtotal {
    border-top: 0;
  }
}
body:not(.wp-admin) .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00923b;
}
body.woocommerce-checkout form[name="checkout"] {
  padding-top: 30px;
}
/*body.woocommerce-checkout #wc-authorize-net-cim-credit-card-account-number {
    width: 345px;
}*/
body.woocommerce-checkout #order_comments_field span.woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout #order_comments_field span.woocommerce-input-wrapper textarea[name="order_comments"] {
  min-height: 140px;
}
body.woocommerce-checkout #payment .methods label {
  width: initial;
  float: initial;
  line-height: initial;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 50%;
}
.woocommerce ul#shipping_method li label {
  line-height: 1;
  font-size: 14px;
  float: initial;
}
@media (min-width: 768px) {
  #billing_country_field .woocommerce-input-wrapper, #billing_state_field .woocommerce-input-wrapper, #shipping_country_field .woocommerce-input-wrapper, #shipping_state_field .woocommerce-input-wrapper {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  #billing_country_field .woocommerce-input-wrapper, #billing_state_field .woocommerce-input-wrapper, #shipping_country_field .woocommerce-input-wrapper, #shipping_state_field .woocommerce-input-wrapper {
    width: 100%;
  }
}
body:not(.wp-admin) .select2-container--default .select2-search--dropdown .select2-search__field {
  float: initial
}
body:not(.wp-admin) li.select2-results__option:before {
  opacity: 0;
}
body:not(.wp-admin) #calc_shipping_state_field > span {
  width: 100%;
}
.woocommerce-thankyou-order-received {
  font-weight: 400;
  font-size: 35px;
  color: #00923b;
  line-height: 45px;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}
/* ----- End: WooCommerce template styling ----- */
.single-product-page .h1-replacement {
  font-weight: 400;
  font-size: 47px;
  color: #004420;
  line-height: 55px;
  letter-spacing: 0.01em;
  padding-bottom: 15px;
  width: 100%;
  float: left;
  margin: 0 0 4px 0;
}
.single-product-page .h3-replacement {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 11px;
  color: #00953b;
  letter-spacing: 0.02em;
  float: none;
}
.single-product-page .sidebar-links ul li.current-product-ancestor ul {
  display: block;
}
/** Search results - products **/
body.search .search-result-entry-wrap.product-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.search .search-result-entry-wrap.product-results .search-result-entry {
  max-width: 33%;
}
body.search .search-result-entry-wrap .search-result-entry img {
  max-width: 300px;
  height: auto;
}
body.search .search-result-entry-wrap.product-results .search-result-entry img {
  max-width: 100%;
}
body.search .search-result-entry-wrap.product-results div:first-child {
  border-top: 1px solid #00c54f;
}
body.search .search-result-entry.product {
  display: flex;
}
body.search .search-result-entry.product > div {
  display: inline-block;
  border-top: 0;
}
body.search .search-result-entry.product > div:nth-child(2) {
  margin-left: 1rem;
  align-self: flex-end;
}
.gform_body li.gform_validation_container {
  display: none;
}
/* 3mediaweb fixes */
aside.request-form ul, .generic-form ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
aside.request-form ul li .ginput_container, .generic-form ul li .ginput_container {
  position: relative;
  z-index: 10;
}
aside.request-form ul li .gfield_label, .generic-form ul li .gfield_label {
  width: 100%;
  height: 45px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #7a7a7a;
  border-radius: 0;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: text;
  padding: 10px 25px;
  margin: 0;
  z-index: 20;
  line-height: 26px;
}
.generic-form ul li {
  width: 48%;
  padding: 0 0 12px 14px;
}
.generic-form ul li.address-group {
  clear: both;
  width: 100%;
}
.generic-form ul li.address-group .gfield_label_before_complex, .generic-form ul li.display-label .gfield_label {
  position: relative;
  padding: 0;
  height: auto;
  display: block !important;
}
.generic-form ul li.address-group .ginput_complex label, .gfield_description {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  padding: 0;
}
.generic-form ul li.address-group .ginput_complex span {
  width: 47.4%;
  margin-right: 1%;
  float: left;
  padding-bottom: 12px;
}
.generic-form ul li.address-group .ginput_complex select {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.generic-form ul li.address-group .ginput_container {
  float: left;
}
.generic-form ul li.address-group .ginput_container br {
  display: none;
}
.generic-form .gform_footer {
  clear: both;
  padding-left: 14px;
}
.generic-form .gform_footer br, .generic-form .gform_footer p {
  display: none;
}
.wysiwyg-band aside p { /* display:none;*/
}
.full-field {
  width: 100% !important;
}
.hidden {
  display: none !important;
}
.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] {
  width: 100% !important;
}
.contact-form .gsection {
  margin: 0;
  height: 0;
}
.search-no-results .main-content .interior-search-box, .search-results .main-content .interior-search-box, .error404 .main-content .interior-search-box {
  background: #efefef;
}
#coupon_code {
  min-width: 200px;
}
.woocommerce-form p:last-child {
  padding: 0;
}
@media (max-width: 530px) {
  #coupon_code {
    max-width: 50% !important;
    min-width: unset;
  }
}
.header-cart-list-item a {
  position: relative;
}
.header-cart-list-item .badge {
  position: absolute;
  top: -9px;
  left: 22px;
  background-color: #a8aeb3;
  border-radius: 50%;
  font-size: 70%;
  padding: 3px 6px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .header-cart-list-item .badge {
    left: 18px;
  }
}
.gfield_label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mt-5, .my-5 {
  margin-top: 0 !important
}
.border {
  border: 1px solid #a8a8a8;
  padding: 12px;
}
.pre-footer .txt, .pre-footer .d2 {
  display: none;
}
.header-main .main-menu ul li ul li#menu-item-2519 ul.sub-menu, .header-main .main-menu ul li ul li#menu-item-2518 ul.sub-menu, .header-main .main-menu ul li ul li#menu-item-2532 ul.sub-menu {
  top: auto !important;
  bottom: 0;
}
.gform_drop_instructions {
  display: none !important;
}
.align-fields {
  margin: 0 !important;
}
.contact-form textarea {
  width: 100% !important;
}
.gform_anchor {
  display: block;
  height: 130px;
  margin-top: -130px;
  visibility: hidden;
}
.validation_error {
  font-weight: bold;
  color: red;
  padding: 15px;
}
.validation_message {
  color: red;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none !important;
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .current-offers, .view-link, .nav-bar {
    display: none !important;
  }
  .topbar-sticky .header-main {
    top: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .header-main.fixed {
    position: relative;
  }
  .header-main, .distributors-info, .main-content, .heading-txt {
    float: none;
  }
  .distributors-info .article-out {
    float: none;
    margin: 0;
  }
}
.product-details .product-img .product-thumbs.with-sliders {
  display: flex;
}
.product-details .product-img .product-thumbs.with-sliders ul {
  overflow: hidden;
  width: 80%;
  margin: auto;
}
.product-details .product-img .product-thumbs.with-sliders .slider-left, .product-details .product-img .product-thumbs.with-sliders .slider-right {
  position: absolute;
  display: block;
  align-self: center;
  cursor: pointer;
}
.product-details .product-img .product-thumbs.with-sliders .slider-right {
  right: 5%;
}
.product-details .product-img .product-thumbs.with-sliders .slider-left:hover, .product-details .product-img .product-thumbs.with-sliders .slider-right:hover {
  color: #000;
}
.woocommerce-error.anchor {
  display: block;
  height: 135px; /*same height as header*/
  margin-top: -135px; /*same height as header*/
  visibility: hidden;
}
.woocommerce-error li {
  color: red;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details .product-img .product-thumbs.with-sliders {
    width: 100%;
  }
  .product-details .product-img .product-thumbs.with-sliders ul {
    width: 100%;
    margin-top: 15px;
  }
  .product-details .product-img .product-thumbs ul li {
    width: 70px;
  }
  .product-details .product-img .product-thumbs.with-sliders .slider-left, .product-details .product-img .product-thumbs.with-sliders .slider-right {
    display: none;
  }
}
#promo-offers .owl-nav {
  display: none !important;
}
label[for="payment_method_authorize_net_cim_credit_card"] {
  width: auto;
  float: none;
}
body.woocommerce-checkout label[for="account_password"] abbr {
  display: none;
}
@media (min-width: 991px) and (max-height: 750px) {
  #menu-item-405 > ul::-webkit-scrollbar {
    width: 1em;
  }
  #menu-item-405 > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  #menu-item-405 > ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  #menu-item-405 > ul {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
    direction: rtl;
  }
  #menu-item-405 > ul li {
    position: static;
    float: none;
  }
  #menu-item-405 > ul ul.sub-menu {
    position: fixed;
  }
}
@media  (min-height: 751px) and (max-height: 1200px) {
	#menu-item-405 > ul { max-height: 600px; overflow-x: hidden;
    overflow-y: auto; direction: rtl; }
}

#gform_3 #field_3_9 .gfield_label {
  display: none !important;
}
.woocommerce-message {
  border-top-color: #00923b;
}
.woocommerce-message::before {
  color: #00923b;
}
.woocommerce-info {
  border-top-color: #DD2078;
}
.woocommerce-info::before {
  color: #DD2078;
  content: "\e020";
}
.price-container {
  display: flex;
}
.price-container .price-label {
  align-self: center;
  margin-right: 10px;
}
.price-container del {
  font-weight: 200;
  font-size: 90%;
}
.banner-main .banner-cont .btn-out + .btn-out {
  padding-top: 18px;
}
/* == New - Sections == */
/* Move */
@-moz-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* Shadow Pulse */
@keyframes shadow-pulse {
  0% {
    transform: scale(0.90);
    box-shadow: 0 0 0 0 rgba(206, 32, 125, 0.98);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(206, 32, 125, 0);
  }
  100% {
    transform: scale(0.90);
    box-shadow: 0 0 0 0 rgba(206, 32, 125, 0);
  }
}
/* Split Panel - Content */
.split-panel-cont {
  width: 100%;
  float: left;
}
.split-panel-cont .heading-txt {
  width: 100%;
  float: left;
  padding: 80px 0 45px 0;
  margin: 0;
}
.split-panel-cont .heading-txt:last-child {
  padding-bottom: 0;
}
.split-panel-cont .heading-txt h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #000000;
  line-height: 56px;
  padding: 0;
}
.split-panel-cont .article-cont {
  width: 100%;
  float: left;
  text-align: center;
  background: #ededed;
  margin: 65px 0 0 0;
}
.split-panel-cont .article-cont .article-max {
  width: 100%;
  max-width: 1400px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.split-panel-cont .article-cont .article-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.split-panel-cont .article-cont .article {
  width: 100%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 0;
  margin: 0;
}
.split-panel-cont .article-cont .article:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #c3c3c3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.split-panel-cont .article-cont .article:last-child:after {
  display: none;
}
.split-panel-cont .article-cont .article h3 {
  width: 50%;
  height: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: normal;
  text-align: center;
  background: #00843b;
  border-radius: 100%;
  position: absolute;
  top: -11%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
}
.split-panel-cont .article-cont .article h3 em {
  margin-top: 15px;
}
.split-panel-cont .article-cont .article h3 .inn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 10%;
}
.split-panel-cont .article-cont .article .figure {
  width: 100%;
}
.split-panel-cont .article-cont .article .figure img {
  width: 100%;
}
.split-panel-cont .article-cont .article > a {
  width: 100%;
  float: left;
}
.split-panel-cont .article-cont .article > a:hover {
  background: #e0e0e0;
}
.split-panel-cont .arrow-down {
  width: 100%;
  float: left;
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  text-align: center;
  padding: 60px 0 30px 0;
}
.split-panel-cont .arrow-down a {
  display: inline-block;
  vertical-align: top;
  font-weight: inherit;
  color: #000000;
  text-decoration: none;
  -moz-animation: move 2s infinite;
  -webkit-animation: move 2s infinite;
  animation: move 2s infinite;
}
.split-panel-cont .arrow-down a:hover, .split-panel-cont .arrow-down a:focus, .split-panel-cont .arrow-down a:active {
  color: #00923b;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .split-panel-cont .article-cont {
    margin: 4.2vw 0 0 0;
  }
  .split-panel-cont .article-cont .article h3 {
    font-size: 2.4vw;
    line-height: 3vw;
  }
  .split-panel-cont .article-cont .article h3 em {
    margin-top: 1vw;
  }
  .split-panel-cont .article-cont .article h3 .inn {
    padding: 0 2vw;
  }
}
@media (max-width: 1199px) {
  .split-panel-cont .heading-txt {
    padding: 70px 0 40px 0;
  }
  .split-panel-cont .heading-txt h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .split-panel-cont .arrow-down {
    font-size: 50px;
    line-height: 50px;
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .split-panel-cont .heading-txt {
    padding: 50px 0 30px 0;
  }
  .split-panel-cont .heading-txt h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .split-panel-cont .arrow-down {
    font-size: 35px;
    line-height: 35px;
    padding: 20px 0;
  }
}
/* Treat - Wrap */
.treat-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  overflow: hidden;
}
.treat-wrap .figure {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.treat-wrap .figure img {
  width: 100%;
}
.treat-wrap .aside {
  width: 100%;
  height: 100%;
  white-space: normal;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.treat-wrap .aside h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  line-height: 51px;
  background: url(../img/heading-bg.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 0 2px 0;
  margin: 0;
}
.treat-wrap .aside p {
  padding: 0;
}
.treat-wrap .aside .dropdown {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.treat-wrap .aside .dropdown.show {
  z-index: 3;
}
.treat-wrap .aside .dropdown .bullet {
  width: 100%;
  height: 100%;
  float: left;
  background: #ce207d;
  border: none;
  text-indent: -999999px;
  border-radius: 360px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  animation: shadow-pulse 1.5s infinite;
  padding: 0;
  margin: 0;
}
.treat-wrap .aside .dropdown .dropdown-menu {
  width: 355px;
  min-width: inherit;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 23px;
  background: #e0e0e0;
  border: 2px solid #bbbbbb;
  box-shadow: none;
  border-radius: 8px;
  position: absolute;
  top: 50% !important;
  left: 100% !important;
  right: auto !important;
  transform: translate(0, -50%) !important;
  padding: 25px;
  margin: 0 0 0 10px;
  z-index: 3;
}
.treat-wrap .aside .dropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.treat-wrap .aside .dropdown.left .dropdown-menu:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #bbbbbb;
  top: 50%;
  left: -8px;
  margin: -6px 0 0 0;
}
.treat-wrap .aside .dropdown.right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 10px 0 0;
}
.treat-wrap .aside .dropdown.right .dropdown-menu:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bbbbbb;
  top: 50%;
  right: -8px;
  margin: -6px 0 0 0;
}
.treat-wrap .aside .dropdown.top .dropdown-menu {
  transform: translate(-50%, 0) !important;
  top: auto !important;
  bottom: 100% !important;
  left: 50% !important;
  right: auto !important;
  margin: 0 0 10px 0;
}
.treat-wrap .aside .dropdown.top .dropdown-menu:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bbbbbb;
  bottom: -8px;
  right: 50%;
  margin: 0 -6px 0 0;
}
.treat-wrap .aside .dropdown.bottom .dropdown-menu {
  transform: translate(-50%, 0) !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  margin: 10px 0 0 0;
}
.treat-wrap .aside .dropdown.bottom .dropdown-menu:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbbbbb;
  top: -8px;
  right: 50%;
  margin: 0 -6px 0 0;
}
.treat-wrap .aside .dropdown .close-x {
  font-size: 15px;
  color: #bbbbbb;
  line-height: 15px;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  margin: 0;
}
.treat-wrap .aside .dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.treat-wrap .aside .dropdown .dropdown-menu ul li {
  padding: 0 0 24px 27px;
  margin: 0;
}
.treat-wrap .aside .dropdown .dropdown-menu ul li:last-child {
  padding-bottom: 0;
}
.treat-wrap .aside .dropdown .dropdown-menu ul li:before {
  content: "\f058";
  font-weight: 300;
}
.treat-wrap .aside .dropdown .dropdown-menu ul li a {
  color: #000000;
  text-decoration: underline;
}
.treat-wrap .aside .dropdown .dropdown-menu ul li a:hover, .treat-wrap .aside .dropdown .dropdown-menu ul li a:focus, .treat-wrap .aside .dropdown .dropdown-menu ul li a:active {
  color: #00923b;
  text-decoration: underline;
}
.treat-wrap .aside .circle-box {
  width: 22%;
  height: 40.25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  text-align: center;
  background: #00843b;
  border-radius: 100%;
  position: absolute;
  top: 20%;
  left: 4%;
}
.treat-wrap .aside .circle-inn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 15%;
}
.treat-wrap .aside .circle-box.black-bg {
  background: #000000;
}
.treat-wrap .aside .dropdown.sp-blt1 {
  top: auto;
  bottom: 25%;
  left: 45%;
}
.treat-wrap .aside .dropdown.sp-blt2 {
  top: 37%;
  left: 57%;
}
.treat-wrap .aside .circle-box.box2 {
  top: 14%;
  left: auto;
  right: 4%;
}
.treat-wrap.wrap2 .aside .circle-box {
  top: 12%;
}
.treat-wrap.wrap2 .aside .circle-box.box2 {
  top: 7%;
}
.treat-wrap.wrap2 .aside .dropdown.sp-blt1 {
  top: auto;
  bottom: 29%;
  left: 48%;
}
.treat-wrap.wrap2 .aside .dropdown.sp-blt2 {
  top: 37%;
  left: 57%;
}
.treat-wrap.wrap3 .aside h2 {
  margin-left: -10%;
}
.treat-wrap.wrap3 .aside .circle-box {
  top: 31%;
}
.treat-wrap.wrap3 .aside .circle-box.box2 {
  top: 27%;
}
.treat-wrap.wrap3 .aside .dropdown.sp-blt2 {
  top: 28%;
  left: 57%;
}
@media (max-width: 1399px) {
  .treat-wrap {
    font-size: 2vw;
    line-height: 2.6vw;
  }
  .treat-wrap .aside h2 {
    font-size: 3.3vw;
    line-height: 3.9vw;
    padding-bottom: .2vh;
  }
  .treat-wrap .aside .dropdown {
    width: 1.4vw;
    height: 1.4vw;
    bottom: -.7vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu {
    width: 25vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
    border-width: 1px;
    border-radius: .8vw;
    padding: 1.6vw;
    margin: 0 0 0 .8vw;
  }
  .treat-wrap .aside .dropdown.left .dropdown-menu:before {
    border-top-width: .5vw;
    border-bottom-width: .5vw;
    border-right-width: .5vw;
    left: -.5vw;
    margin: -.5vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.right .dropdown-menu {
    margin: 0 .8vw 0 0;
  }
  .treat-wrap .aside .dropdown.right .dropdown-menu:before {
    border-top-width: .5vw;
    border-bottom-width: .5vw;
    border-left-width: .5vw;
    right: -.5vw;
    margin: -.5vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.top .dropdown-menu {
    margin: 0 0 .8vw 0;
  }
  .treat-wrap .aside .dropdown.top .dropdown-menu:before {
    border-left-width: .5vw;
    border-right-width: .5vw;
    border-top-width: .5vw;
    bottom: -.5vw;
    margin: 0 -.5vw 0 0;
  }
  .treat-wrap .aside .dropdown.bottom .dropdown-menu {
    margin: .8vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.bottom .dropdown-menu:before {
    border-left-width: .5vw;
    border-right-width: .5vw;
    border-bottom-width: .5vw;
    top: -.5vw;
    margin: 0 -.5vw 0 0;
  }
  .treat-wrap .aside .dropdown .close-x {
    font-size: 1.4vw;
    line-height: 1.4vw;
    top: .7vw;
    right: .7vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu ul li {
    padding: 0 0 1.6vw 2vw;
  }
  .treat-wrap .aside .circle-inn {
    padding: 0 2.5vw;
  }
}
@media (max-width: 767px) {
  .treat-wrap {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }
  .treat-wrap .aside h2 {
    font-size: 4vw;
    line-height: 4.6vw;
  }
  .treat-wrap .aside .dropdown {
    width: 2.6vw;
    height: 2.6vw;
    bottom: -1.3vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu {
    width: 45vw;
    font-size: 1.7vw;
    line-height: 2.4vw;
    border-width: 1px;
    border-radius: .8vw;
    padding: 2vw;
    margin: 0 0 0 1vw;
  }
  .treat-wrap .aside .dropdown.left .dropdown-menu:before {
    border-top-width: .8vw;
    border-bottom-width: .8vw;
    border-right-width: .8vw;
    left: -.8vw;
    margin: -.8vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.right .dropdown-menu {
    margin: 0 1vw 0 0;
  }
  .treat-wrap .aside .dropdown.right .dropdown-menu:before {
    border-top-width: .8vw;
    border-bottom-width: .8vw;
    border-left-width: .8vw;
    right: -.8vw;
    margin: -.8vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.top .dropdown-menu {
    margin: 0 0 1vw 0;
  }
  .treat-wrap .aside .dropdown.top .dropdown-menu:before {
    border-left-width: .8vw;
    border-right-width: .8vw;
    border-top-width: .8vw;
    bottom: -.8vw;
    margin: 0 -.8vw 0 0;
  }
  .treat-wrap .aside .dropdown.bottom .dropdown-menu {
    margin: 1vw 0 0 0;
  }
  .treat-wrap .aside .dropdown.bottom .dropdown-menu:before {
    border-left-width: .8vw;
    border-right-width: .8vw;
    border-bottom-width: .8vw;
    top: -.8vw;
    margin: 0 -.8vw 0 0;
  }
  .treat-wrap .aside .dropdown .close-x {
    font-size: 2vw;
    line-height: 2vw;
    top: .8vw;
    right: .8vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu ul li {
    padding: 0 0 1.8vw 3.5vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu ul li:before {
    top: .2vw;
  }
}
@media (max-width: 599px) {
  .treat-wrap .aside .dropdown .dropdown-menu {
    width: 55vw;
    font-size: 2.3vw;
    line-height: 3.3vw;
    border-width: 1px;
    border-radius: .8vw;
    padding: 3vw;
  }
  .treat-wrap .aside .dropdown .dropdown-menu ul li {
    padding: 0 0 2.5vw 4.5vw;
  }
}
/* Horizontal Accordion - Content */
.horizontal-accordion-cont {
  width: 100%;
  float: left;
  text-align: center;
  background: #e0e0e0;
  overflow: hidden;
  transition: all 200ms ease-in-out 50ms;
  opacity: 1;
  display: none;
  margin-top: 65px;
}
.horizontal-accordion-max {
  width: 100%;
  max-width: 1400px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .horizontal-accordion {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .horizontal-accordion .panel-card {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .horizontal-accordion .panel-card .panel-card-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 35px;
    color: #020202;
    line-height: 35px;
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
  }
  .horizontal-accordion .panel-card .panel-card-header:before {
    content: "";
    width: 100%;
    height: 10000px;
    background: #e0e0e0;
    border-right: 1px solid #c3c3c3;
    position: absolute;
    top: -5000px;
    left: 0;
  }
  .horizontal-accordion .panel-card:last-child .panel-card-header:before {
    border-left: 1px solid #c3c3c3;
  }
  .horizontal-accordion .panel-card .panel-card-header span {
    position: relative;
    z-index: 1;
  }
  .horizontal-accordion .panel-card .panel-card-body {
    width: 0;
    position: relative;
    overflow: hidden;
  }
  .horizontal-accordion .panel-card .panel-card-body .both-wrap {}
  .horizontal-accordion .panel-card.expand {
    width: 100%;
    padding: 0;
  }
  .horizontal-accordion .panel-card.expand .panel-card-header {
    display: none;
  }
  .horizontal-accordion .panel-card.expand .panel-card-body {
    width: 100%;
    border-left: 1px solid #c3c3c3;
  }
  .horizontal-accordion .panel-card.expand:last-child .panel-card-body {
    border-right: 1px solid #c3c3c3;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .horizontal-accordion .panel-card {
    width: 11vw;
  }
  .horizontal-accordion .panel-card .panel-card-header {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .horizontal-accordion {
    width: 100%;
    float: left;
    border-top: 1px solid #c3c3c3;
    position: relative;
    overflow: hidden;
  }
  .horizontal-accordion .panel-card {
    width: 100%;
    float: left;
    background: #ededed;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .horizontal-accordion .panel-card .panel-card-header {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 28px;
    color: #020202;
    line-height: 38px;
    background: #e0e0e0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 20px;
    margin: 0;
  }
  .horizontal-accordion .panel-card .panel-card-header span {
    position: relative;
    z-index: 1;
  }
  .horizontal-accordion .panel-card .panel-card-body {
    width: 100%;
    height: 0;
    float: left;
    position: relative;
    overflow: hidden;
    transition: height 0.15s ease-out;
  }
  .horizontal-accordion .panel-card.expand .panel-card-header {
    display: none;
  }
  .horizontal-accordion .panel-card.expand .panel-card-body {
    height: auto;
    transition: height 0.25s ease-in;
  }
}
@media (max-width: 599px) {
  .horizontal-accordion .panel-card .panel-card-header {
    font-size: 5vw;
    line-height: 6vw;
    padding: 15px 20px;
  }
}
html {
  scroll-padding-top: 130px; /* height of sticky header */
}
/*Blog Styles*/
.wp-block-search__inside-wrapper {
  display: block
}
.wp-block-search__label {
  display: none !important
}
.wp-block-search__button.has-icon {
  width: 50px;
}
.navigation.posts-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.posts-band {
  clear: both;
}
.entry-header h2 {
  font-size: 25px;
  line-height: 1.4;
}
/*Blog Styles*/
.woocommerce-message {
  border-top-color: #00923b;
}
.woocommerce-message::before {
  color: #00923b;
}
.woocommerce-info {
  border-top-color: #DD2078;
}
.woocommerce-info::before {
  color: #DD2078;
  content: "\e020";
}
#gform_wrapper_30 .gfield {
  clear: both;
  padding-top: 25px;
}
#gform_wrapper_30 label {
  float: none;
  padding-bottom: 0;
}
#gform_wrapper_30 .gform_footer {
  padding-top: 30px;
  clear: both;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  display: block;
}
.wysiwyg-band aside .payment_box p:empty {
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method, #add_payment_method .sv-wc-payment-gateway-payment-form-saved-payment-method, .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card input[type="radio"] + label {
  margin-bottom: 1em;
  margin-top: 1em;
}
.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods {
  display: table !important;
  margin-top: 0 !important;
}
@media (max-width: 480px) {
  .woocommerce .col2-set .wc-col-1, .woocommerce-page .col2-set .wc-col-1 {
    width: 100%;
  }
  .woocommerce .col2-set .wc-col-2, .woocommerce-page .col2-set .wc-col-2 {
    width: 100%;
    margin-top: 40px;
  }
  .woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 0;
  }
  .woocommerce-checkout #payment ul.payment_methods li.payment_method_authorize_net_cim_credit_card input[type="radio"] + label {
    display: contents;
  }
  .woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method {
    display: block;
  }
}
.woocommerce-message {
  border-top-color: #00923b;
}
.woocommerce-message::before {
  color: #00923b;
}
.woocommerce-info {
  border-top-color: #DD2078;
}
.woocommerce-info::before {
  color: #DD2078;
  content: "\e020";
}
#gform_wrapper_30 .gfield {
  clear: both;
  padding-top: 25px;
}
#gform_wrapper_30 label {
  float: none;
  padding-bottom: 0;
}
#gform_wrapper_30 .gform_footer {
  padding-top: 30px;
  clear: both;
}
.ginput_container_date, .gchoice {
  display: flex;
  width: 100%;
}
.ginput_container_date .ui-datepicker-trigger, .gchoice label {
  margin-left: 1rem;
  padding-bottom: 0;
}
.ui-datepicker {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.52);
  padding: 3px;
}
.gchoice {
  margin: 3px 0;
}
fieldset, .ginput_container .textarea {
  margin-bottom: 2rem
}
#field_34_3 {
  margin-top: 2rem
}
.gform_button_select_files {
  margin: 14px 0px;
}
.web_logo {
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  font-size: 0;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  display: block;
  background: url('https://www.3mediaweb.com/wp-content/uploads/3-media-web-square-logo-for-footer.png') no-repeat center;
  background-size: 100%;
}
.product-details .product-btm-cont ul.variations {
  text-align: left;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
}
.product-details .product-btm-cont ul.variations li.attribute {
  line-height: 35px;
  display: flex;
  flex: 0 0 40%;
}
.product-details .product-btm-cont ul.variations li.attribute a {
  font-size: 15px;
  float: right;
  margin: 0;
  display: inline-block;
}
.product-details .product-btm-cont ul.variations li select {
  width: auto;
  float: right;
  background-color: #f7f7f7;
  border: 2px solid #cccccc;
  height: 34px;
  margin: 0 10px;
  font-size: 15px;
  line-height: 30px;
  padding: 0 35px 0 10px;
  background-position: 105% center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  background-color: #00923b;
}
.product-details .product-btm-cont ul.variations li.cart-btn {
  max-width: 100%;
}
.product-details .product-btm-cont ul.variations li.cart-btn .single_variation_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-details .product-btm-cont ul.variations li .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details .product-btm-cont ul.variations li button {
  background: #00923b;
  margin-right: 10px;
  border-radius: 360px;
  letter-spacing: 0.2em;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 0;
  width: 185px;
  height: 50px;
}
.product-details .product-btm-cont ul.variations li button:hover, .product-details .product-btm-cont ul.variations li button:focus {
  background: #004420;
}
.product-details .product-btm-cont ul.variations li .qty {
  margin: 0 30px 0 10px;
  ;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #004420;
}
/*Promotional Pages*/
.promotion-item {
  flex-direction: column;
  align-items: center;
}
.promotion-content {
  flex-grow: 1;
}
.promotion-content img {
  max-width: 300px;
  margin: 0 auto;
}
.promotion-content .thumbnail {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-promotions .two-col-articles .article {
  padding: 0;
}
.page-template-promotions .wysiwyg-band {
  padding-bottom: 0;
}
.page-template-promotions .banner-main {
  padding-top: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.gform_legacy_markup_wrapper .gfield_description, .gform_legacy_markup_wrapper label {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  line-height: inherit;
  line-height: 20px;
  margin-top: 1rem;
  padding-bottom: 0;
  color: #2b2b2b;
}
#gform_41 .gform_legacy_markup_wrapper .hidden_label .gfield_label {
  position: relative !important;
}
ul.gform_fields {
  padding-left: 0 !important;
}
.gform_fields li {
  clear: both;
  float: left;
  width: 100%;
  padding-left: 0 !important;
}
.gfield_visibility_hidden {
  display: none;
  visibility: hidden;
}
.gform_legacy_markup_wrapper .gfield--type-checkbox label {
  margin-top: 0 !important;
}
.gform_legacy_markup_wrapper .gfield--type-checkbox .gfield_description {
  display: none !important
}
.gform_legacy_markup_wrapper h2 {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media (max-width:767.98) {
  .two-column-wysiwyg-band .col-lg-6:first-child {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem
  }
}
.term-maintenance-parts .btn-out, .term-accessories .product-list2, .term-accessories .btn-out {
  display: none;
}
.table-info table .column1 {
  width: 14.35%;
}
.badge object {
  border: 0px none !important;
}
/*Promotional Pages*/
.promotion-item {
  flex-direction: column;
  align-items: center;
}
.promotion-content {
  flex-grow: 1;
}
.promotion-content img {
  max-width: 300px;
  margin: 0 auto;
}
.promotion-content .thumbnail {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-promotions .two-col-articles .article {
  padding: 0;
}
.page-template-promotions .wysiwyg-band {
  padding-bottom: 0;
}
.page-template-promotions .banner-main {
  padding-top: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.gform_legacy_markup_wrapper .gfield_description, .gform_legacy_markup_wrapper label {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  line-height: inherit;
  line-height: 20px;
  margin-top: 1rem;
  padding-bottom: 0;
  color: #2b2b2b;
}
#gform_41 .gform_legacy_markup_wrapper .hidden_label .gfield_label {
  position: relative !important;
}
ul.gform_fields {
  padding-left: 0 !important;
}
.gform_fields li {
  clear: both;
  float: left;
  width: 100%;
  padding-left: 0 !important;
}
.gfield_visibility_hidden {
  display: none;
  visibility: hidden;
}
.gform_legacy_markup_wrapper .gfield--type-checkbox label {
  margin-top: 0 !important;
}
.gform_legacy_markup_wrapper .gfield--type-checkbox .gfield_description {
  display: none !important
}
.gform_legacy_markup_wrapper h2 {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.page-template-promotions ol:not(.carousel-indicators) {
  display: table;
}
@media (max-width:767.98px) {
  .two-column-wysiwyg-band .col-lg-6:first-child {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem
  }
}
.term-maintenance-parts .btn-out, .term-accessories .product-list2, .term-accessories .btn-out {
  display: none;
}
.table-info table .column1 {
  width: 14.35%;
}
/*Promotional Pages*/
.accordion-band .btn-none {
  border: 0px none;
  -webkit-appearance: none;
  background: transparent;
  text-align: left;
  width: 100%;
}
.accordion-band .btn-none:hover, .btn-none:focus {
  background: transparent;
  outline: 0px none;
}
.accordion-band p:last-child {
  padding-bottom: 0;
}
.carousel {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.carousel-item .quote {
  font-size: 1.2rem
}
.carousel-indicators li {
  background-color: #666;
}
.carousel-indicators li.active {
  background-color: #00923b
}
.carousel-indicators li:last-child {
  padding-bottom: 3px;
}
.carousel-control-next, .carousel-control-prev {
  width: 30px;
}
.carousel-control-prev {
  left: -45px;
}
.carousel-control-next {
  right: -45px
}
.carousel-control-prev-icon {
  background-image: url("../img/chevron-left-regular.svg")
}
.carousel-control-next-icon {
  background-image: url("../img/chevron-right-regular.svg")
}
.buttons-band {
  clear: both;
}
@media (max-width:767.98px) {
  .button-wrap {
    text-align: center;
  }
  .button-wrap a {
    margin-bottom: 1rem;
  }
  .button-wrap a:last-child {
    margin-bottom: none;
  }
}
.page-id-398471 .banner-main {
  position: relative;
}
.page-id-398471 .banner-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}
.page-id-398471 .banner-main figure {
  position: relative;
  max-height: 630px
}
.page-id-398471 .banner-main figure:before {
  content: "";
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.page-id-398471 .wysiwyg-band aside {
  overflow-y: auto;
}
.pricing-table {
  margin-bottom: 18px;
}
.pricing-table tbody {
  border-bottom: 0;
  line-height: 2.11111;
}
.pricing-table tbody tr {
  border-bottom: 1px solid #fff;
}
.pricing-table tbody th {
  width: 182px;
  border-top: 0px none;
}
.pricing-table tbody .title {
  width: 224px;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 29px;
  line-height: 1.2;
}
.blue {
  color: #00923b;
}
.pricing-table tbody td {
  text-align: center;
  border-top: 0;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.pricing-table tbody td.repair {
  font-weight: 700;
}
.pricing-table tbody th.calla, .pricing-table tbody th.callb, .pricing-table tbody th.isoa, .pricing-table tbody th.isob {
  padding: 10px 20px;
  background-color: #00923b;
  /*display: block;
    width: 100%;*/
  border-right: 4px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.page-template-promotions .two-col-articles .container {
  max-width: 1230px;
}
@media (max-width:767.98px) {
  .page-id-398471 .banner-main .banner-cont h1 {
    font-size: 19px;
    line-height: 1.4;
  }
  .pricing-table tbody th.calla, .pricing-table tbody th.callb, .pricing-table tbody th.isoa, .pricing-table tbody th.isob {
    padding: 10px 14px;
    font-size: 15px;
  }
}
/* Tax Exempt */
.form-row.taxexempt {
  width: 100%;
}
/* Custom Address Fields */
.custom-address-fields-wrap {
  /*margin-bottom: 100px;*/
  /* Customer Address Form */
}
.custom-address-fields-wrap h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom-address-fields-wrap .customer-address {
  font-size: 14px;
}
.custom-address-fields-wrap .customer-address a.add-new-address {
  font-size: 16px;
}
.custom-address-fields-wrap .customer-address table {
  margin: 15px 0 0;
  /*th.billing-radio-col {
                width: 55px;
                text-align: center;
            }

            th.shipping-radio-col {
                width: 85px;
                text-align: center;
            }*/
}
.custom-address-fields-wrap .customer-address table tr td:first-child {
  width: 50px;
  text-align: left;
}
.custom-address-fields-wrap .customer-address table td {
  text-align: center;
}
.custom-address-fields-wrap .customer-address table td.address-info {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 0;
}
.custom-address-fields-wrap .customer-address table td.edit-address-info a {
  color: #000;
  padding: 0 5px;
  text-decoration: underline;
}
.custom-address-fields-wrap .customer-address table td.edit-address-info a i {
  font-size: 20px;
}
.custom-address-fields-wrap .customer-address table td.edit-address-info a.remove-address {
  color: #fc0000;
}
.custom-address-fields-wrap .customer-address-form .single-input-row {
  margin-bottom: 10px;
  position: relative;
}
.custom-address-fields-wrap .customer-address-form .single-input-row.contains_error input {
  border: 1px solid #fc0000;
}
.custom-address-fields-wrap .customer-address-form .single-input-row.contains_error select {outline: 1px solid #fc0000;}
.custom-address-fields-wrap .customer-address-form .single-input-row .error_icon_wrap {
  top: 48%;
}
.custom-address-fields-wrap .customer-address-form label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  margin-top: 1rem;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap {
  margin: 15px 0 0;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap a.button-blue-plain {
  padding: 10px 25px;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap a.button-black {
  padding: 10px 15px;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap a:first-child {
  margin-right: 15px;
}
.logged-in .woocommerce-checkout #customer_details .wc-col-1, .logged-in .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-additional-fields {
  /*display: none;*/
}
.logged-in .woocommerce-additional-fields {
  display: block;
}
.logged-in .woocommerce .col2-set .wc-col-2, .logged-in .woocommerce-page .col2-set .wc-col-2 {
  float: none;
}
.woocommerce-additional-fields {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #bfbfbf;
}
.address-table .address-info {
  background: transparent;
}
.five-sixths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}
.first {
  clear: both;
  margin-left: 0;
}
.custom-address-fields-wrap .customer-address-form .single-input-row {
  margin-bottom: 10px;
  position: relative;
}
.custom-address-fields-wrap select, .custom-address-fields-wrap textarea, .custom-address-fields-wrap input[type=text] {
  background-color: #eee;
  border: 1px solid transparent;
  border-top: 1px solid #ddd;
  border-radius: 5px;
  color: #2f2f2f;
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  padding: 4px 19px;
  width: 100%;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap a.button-blue-plain {
  padding: 10px 25px;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap a.button-blue-plain:hover {
  color: #fff;
  text-decoration: none;
}
.button-blue-plain, .products .product.type-product .product_type_simple.add_to_cart_button {
  display: inline-block;
  background-color: #00923b;
  color: #fff;
  line-height: 1;
  padding: 9px 19px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.custom-address-fields-wrap .customer-address-form .buttons_wrap {
  padding-top: 1rem;
  clear: both;
}
/* ## Loading
--------------------------------------------- */
.loading-screen {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loading-screen .loading-inner {
  background-color: #fff;
  border: 10px solid #ccc;
  max-width: 300px;
  padding: 25px 15px;
  text-align: center;
  margin: 100px auto 0;
}
.loading-screen .fa {
  font-size: 30px;
  vertical-align: top;
  color: #00923b;
}
.loading-screen .loading-text {
  display: inline-block;
  font-size: 25px;
  line-height: 28px;
  padding-left: 11px;
  vertical-align: top;
  color: #00923b;
}
/* custom-address-fields-wrap */
/*Search Menu Fixes*/
#btn-search {
  display: none;
}
@media (min-width:1200px) {
  .main-menu {
    display: flex;
    align-items: center;
  }
  #modalsearch {
    top: 100%;
    position: absolute;
    right: 0;
    background: #fff;
  }
  #btn-search {
    display: block;
    padding: 0 20px;
    height: 85px;
    line-height: 85px;
  }
  .header-main .main-menu #btn-search:hover {
    color: #ffffff;
    background: #00923b;
  }
  /*.header-main .header-icons-out ul li.header-cart-list-item {
    margin-left: 0;
  }*/
}
.results-pagination {display: flex;
    justify-content: space-between;}
.results-pagination .page-numbers:not(.next):not(.prev) {display:none !important;}

@media (min-width:992px) {
	.custom-address-fields-wrap {display:flex;}
}