/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
body#shadow {
  /*font-family: Arial, Helvetica, sans-serif;*/
  line-height: 1.5;
  /*font-family: "Proxima Nova Regular", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  color: #222;
  background: #ffffff;
}

button,
input {
  /*font-family: "Proxima Nova Regular", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
  word-wrap: break-word;
  /*text-transform: uppercase;*/
  text-align: left !important;
}

body h1 {
  margin-bottom: 0.75em;
  /*font-size: 27px;
  line-height: 1.2;
  font-weight: 800;*/
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

body h2 {
  margin-bottom: 0.75em;
  /*font-size: 22px;
  line-height: 1.2;*/
  padding: 5px 0;
  /*font-weight: 800;*/
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
}

body h3 {
  margin-bottom: 1em;
  /*font-size: 18px;
  line-height: 1.3;*/
  padding-bottom: 5px;
  /*font-weight: 800;*/
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}

body h4 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.25;
}

body h5 {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

body p,
body ol,
body ul,
body dl,
body address {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;

}

small {
  font-size: 0.9em;
}

body ul,
body ol {
  margin: 0 0 1.5em 12px;
  padding: 0 0 0 12px;
}

body li ul,
body li ol {
  margin: 0;
}

ul.categories-module {
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-style: normal;
}

q {
  quotes: none;
}

cite {
  font-style: normal;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  line-height: 1.5em;
}

pre {
  white-space: pre-wrap;
}

sub,
sup {
  position: relative;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  font-size: 1em;
}

table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  line-height: 1.5em;
  text-align: left;
}

table th {
  font-weight: bold;
  border: 0;
}

table thead th {
  vertical-align: bottom;
}

table tr:first-child th,
table tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody+tbody {
  border-top: 2px solid #8c9bab;
}

table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,
.mod-articles-category-readmore a {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 9px;
  padding: 4px;
  line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
  margin: 0px 0 0 0;
}

button.finder {
  background: url(/images/search.png) no-repeat center left;
  text-indent: -9999px;
  width: 20px;
  height: 25px;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  margin: 0 10px 0 0;
}

button.finder:hover {
  background: url(/images/search.png) no-repeat center left;
}

fieldset {
  border: solid 1px #ddd;
  margin: 10px 0;
  padding: 20px;
  border-radius: 5px;
}

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

legend {
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
}

label,
input,
button,
select,
textarea {
  font-weight: normal;
}

label {
  color: #333333;
  margin-bottom: 5px;
  max-width: 90%;
}

input,
textarea,
select,
#advanced-search-toggle,
input.search-query {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px;
}

.filter-search-lbl {
  display: inline;
}

.filter-search,
.display-limit {
  float: left;
  margin-right: 10px;
}

.button,
button,
.profile-edit a {
  border-radius: 3px;
  padding: 4px;
  line-height: 1.2em;
  text-decoration: none;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  height: auto;
  width: auto;
}

select {
  height: 28px;
  line-height: 28px;
  max-width: 99%;
}

select {
  width: 220px;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  height: auto;
}

.radio,
.checkbox {
  padding-left: 18px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  margin-right: 10px;
  border: none;
}

input,
textarea {
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,
textarea:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
  outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
  overflow: hidden;
  float: right;
}

#header form .search {
  display: inline;
}

#header input {
  font-weight: 100;
  /*float: left;*/
}

#header .inputbox {
  margin-right: 5px;
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
  border: 0;
  background: #fff;
  padding: 0;
}

fieldset.phrases label,
fieldset.only label {
  display: inline;
}

:root *>fieldset.only label:before {
  background: #a7c7dc;
  background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
  background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
  background: -o-linear-gradient(-45deg, #fefefe, #ddd);
  background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
  background: linear-gradient(-45deg, #fefefe, #ddd);
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #cccccc;
  height: 1em;
  margin: 0 4px 0 0;
  text-transform: uppercase;
  width: 1em;
  display: inline-block;
  margin-left: -40px;
  padding: 2px;
  line-height: 1em;
  text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
  content: "\2714";
  text-indent: 0;
  background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: linear-gradient(-45deg, #fefefe, #0b70cd);
  border: 1px solid #0b70cd;
}

:root *>.phrases-box label:before {
  background: #a7c7dc;
  background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
  background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
  background: linear-gradient(-45deg, #fefefe, #0b70cd);
  border: 1px solid #aaa;
  line-height: 1.3em;
  margin: 0 4px 0 0;
  text-transform: uppercase;
  width: 1.3em;
  display: inline-block;
  margin-left: -40px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-indent: -40px;
  color: #fff;
  text-shadow: 0 10px 6px #fff;
}

/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
  margin: 10px 0;
}

.search-results dt.result-title {
  padding: 15px 15px 0 5px;
  font-weight: bold;
}

.search-results dd {
  padding: 2px 15px 2px 5px;
}

.search-results dd.result-text {
  padding: 10px 15px 10px 5px;
  line-height: 1.7em;
}

.search-results dd.result-url {
  font-size: 90%;
  padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
  padding: 2px 15px 15px 5px;
}

.search-results dd.result-category {
  padding: 10px 15px 5px 5px;
}

/* Com_search break long titles & text */
dt.result-title {
  word-wrap: break-word;
}

dd.result-text {
  word-wrap: break-word;
}

.advanced-search-tip {
  background: #fefde2;
  border-radius: 3px;
  padding: 20px;
  border: solid 1px #ddd;
}

.advanced-search-tip p {
  margin: 0;
}

.advanced-search-tip .term {
  font-weight: bold;
  font-style: italic;
}

.panel {
  border: solid 1px #ddd;
  margin-top: -1px;
}

#main .panel h3 {
  margin: 0;
  padding: 0;
  background: #eee;
  border: 0;
  font-size: 1em;
}

.panel h3 a {
  display: block;
  text-decoration: none;
  padding: 6px;
}

.pane-slider {
  border: solid 0;
  padding: 10px;
  margin: 0;
}

/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */

.panel .contact-form,
.panel .contact-miscinfo {
  padding: 10px;
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
  margin: 20px 0 0 0;
}

textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 80%;
  -moz-box-sizing: border-box;
  border: 1px solid #dddddd;
  color: #333333;
  overflow: auto;
  padding: 5px;
  vertical-align: top;
}

#jform_contact_email_copy-lbl,
#jform_contact_email_copy {
  float: left;
  margin-right: 10px;
  border: 0;
}

#jform_captcha {
  clear: both;
  padding-bottom: 10px;
}

label#jform_captcha-lbl {
  clear: both;
  position: relative;
  float: left;
}

.contact-form .button {
  clear: left;
  float: left;
  margin: 20px 0;
}

fieldset.filters {
  background: none;
  border: none;
  padding: 0;
}

.contact-form,
.contact-links,
.contact-misc,
.contact-image,
.contact-contactinfo,
.contact-address {
  margin: 20px 0;
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
  overflow: hidden;
  margin-bottom: 10px;
}

#form-login-remember label {
  display: inline;
  margin-left: 10px;
}

#modlgn-remember {
  float: left;
}

#login-form fieldset {
  background: #f5f5f5;
}

#login-form input[type="text"],
input[type="password"],
input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}

form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
  text-align: right;
}

.pagenav ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.pagenav li {
  display: inline;
  margin: 0;
  padding: 0;
}

.pagenav a,
span.pagenav {
  padding: 0 14px;
  margin: 0;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left: 0 solid #ddd;
  display: inline-block;
  line-height: 1.9em;
}

.pagenav li:first-child a,
.pagination-start span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-left: solid 1px #ddd;
}

.pagenav li:last-child a,
.pagination-end span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination ul {
  margin: 10px 10px 10px 0;
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination a {
  padding: 0 14px;
  line-height: 2em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left: 0 solid #ddd;
  display: inline-block;
}

.pagination .active a {
  cursor: default;
}

.pagination span,
.pagination span a:hover {
  cursor: default;
  padding: 0 14px;
  line-height: 2em;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,
.article-info {
  padding: 7px;
  margin: 0 0 18px;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.breadcrumbs li {
  display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
  list-style-type: none;
  text-align: right;
}

ul.actions a {
  padding: 0;
}

ul.actions li {
  display: inline;
}

.article-info-term {
  display: none;
}

.article-info {
  overflow: hidden;
  font-size: 0.9em;
}

.article-info dd {
  float: left;
  padding: 0 5px;
  border-right: solid 1px #ccc;
}

.article-info dd span {
  text-transform: none;
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 10px 0 0;
}

.article-info dd.create {
  clear: left;
}

/* ######################  header   ###################### */
#fontsize {
  padding: 0;
  margin: 0 20px 0 1px;
  text-align: right;
  margin-bottom: 0;
  float: none;
}

#fontsize h3 {
  padding-right: 0;
  font-weight: normal;
  display: inline;
  font-size: 1em;
  margin: 0;
}

#fontsize p {
  margin: 0 0 0 2px;
  padding: 0;
  display: inline;
  font-size: 1em;
}

#fontsize p a {
  margin: 0 2px;
  display: inline;
  padding: 0 5px;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
nav.menu {
  border-bottom: solid 5px #308a1b;
  /*background: url(/images/navigation-repeat.jpg) repeat-x bottom #f5f5f5;*/
  background: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  border-top: solid 1px #fff;
}

nav.menu .moduletable_menu {
  width: 960px;
  margin: 0 auto;
}

nav.menu .moduletable_menu ul {
  margin: 0;
  padding: 0;
}

nav.menu .moduletable_menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

nav.menu .moduletable_menu ul li.active {
  background: #308a1b;
}

nav.menu .moduletable_menu ul li:hover {
  background: #308a1b;
}

nav.menu .moduletable_menu ul li:hover a {
  color: #fff;
}

nav.menu .moduletable_menu ul li a:hover {
  background: none;
}

nav.menu .moduletable_menu ul li a {
  color: #3f3f3f;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

nav.menu .moduletable_menu ul li.parent a {
  background: url(/images/arrow-down.png) no-repeat;
  background-position: 5% 50%;
  padding-left: 20px;
}

nav.menu .moduletable_menu ul li.active a {
  color: #fff;
}

nav.menu .moduletable_menu ul.nav-child {
  display: none;
}

nav.menu .moduletable_menu ul li.parent:hover ul.nav-child {
  display: block;
}

nav.menu .moduletable_menu ul li.parent ul.nav-child {
  background: url(/images/subnav-repeat.png) repeat-x bottom #308a1b;
  position: absolute;
  z-index: 999;
  width: 200px;
}

nav.menu .moduletable_menu ul li.parent ul.nav-child li {
  display: block;
}

nav.menu .moduletable_menu ul li.parent ul.nav-child li a {
  background: none;
  padding: 10px;
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
  margin: 0;
  padding: 0;
}

.category-module li {
  padding: 5px 0 5px 0;
  margin: 0;
  list-style-type: none;
}

.category-module li h4 {
  margin-bottom: 0;
}

.category-module span {
  display: block;
  font-size: 0.85em;
}

.category-module a span {
  display: inline;
}

/* content */
.categories-list .item-title a {
  text-decoration: none;
  margin-bottom: 20px;
}

.category-desc {
  margin: 20px 0;
}

.category-desc img {
  float: left;
  margin: 0 20px 10px 0;
}

.categories-list dt,
.categories-list dd {
  display: inline;
}

ul.latestnews li {
  word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer {
  font-size: 0.8em;
  background: url(/images/footer-no-repeat.png) no-repeat center top #308a1b;
}

.box {
  text-align: left;
}

.box ul {
  list-style-type: none;
}

#bottom .newsfeed-item {
  padding: 0;
  margin-bottom: 10px;
}

.box .moduletable_menu,
.box .moduletable {
  margin: 10px;
}

.box3 {
  padding-left: 10px;
}

.box h3 {
  font-size: 1.3em;
}

#footer {
  font-size: 0.8em;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 30px 0;
}

.footer-block .item {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

.footer-block .item:nth-child(3) {
  width: 21%;
}

.footer-block .item:nth-child(4) {
  width: 30%;
}

@media only screen and (max-width: 992px) {

  .footer-block .item:nth-child(3),
  .footer-block .item:nth-child(4) {
    width: 24%;
  }
}

.footer-block .item .footer-menu {
  margin: 0;
  padding: 0;
}

.footer-block .item .footer-menu li {
  list-style-type: none;
  line-height: 160%;
}

.footer-block .item .footer-menu li a {
  display: block;
  outline: none;
  padding: 6px 0;
  text-decoration: none;
  color: #fff;
}

.footer-block .item .footer-menu li a:hover {
  background: none;
  text-decoration: underline;
}

.footer-block .item .footer-social {
  margin: 0;
  padding: 0;
}

.footer-block .item .footer-social li {
  list-style-type: none;
  line-height: 160%;
}

.footer-block .item .footer-social li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  outline: none;
  padding: 6px 0;
  text-decoration: none;
  color: #67e848;
}

.footer-block .item .footer-social li a:hover {
  background: none;
  text-decoration: underline;
}

.footer-block .item .footer-social li a p {
  margin: 0;
  color: #67e848;
}

.footer-block .item .footer-social li a img {
  margin-right: 5px;
}

.footer-block .item p {
  margin: 0 0 15px 0;
  padding: 0;
  color: #fff;
}

.footer-block .item a.footer-link {
  text-decoration: none;
  color: #67e848;
}

.footer-block .item a.footer-link:hover {
  text-decoration: underline;
}

/*  ####################   Sliding modules  ################## */
.moduletable_js,
.moduletable {
  margin-bottom: 20px;
}

.js_heading,
.js_heading {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.4em;
  border-radius: 3px;
}

h3.js_heading a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 0 0;
  text-decoration: none;
  background: none;
}

.module_content {
  padding: 10px;
  border: solid 1px #ddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
}

.no {
  font-size: 1px;
}

.slide {
  height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

dl.tabs dt,
dl.tabs dd {
  margin: 0;
  padding: 7px 5px;
}

dl.tabs dt h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

dl.tabs dt {
  position: relative;
  z-index: 1;
}

ul.tabs li,
dl.tabs dt {
  list-style-type: none;
  float: left;
  width: auto;
  padding: 0;
  display: block;
  margin: 0 3px 0 0;
  font-size: 1em;
}

ul.tabs li a:link,
ul.tabs li a:visited,
dl.tabs dt h3 a:link,
dl.tabs dt h3 a:visited {
  text-decoration: none;
  padding: 7px 5px;
  margin: 0;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,
ul.tabs li a.linkopen:visited,
dl.tabs dt.open h3 a:link,
dl.tabs dt.open h3 a:visited {
  font-weight: bold;
}

.tabcontent,
div.current {
  padding: 30px 20px;
  margin: -1px 0 0 0;
  border-radius: 0 3px 3px 3px;
  clear: left;
}

div.current {
  position: relative;
  z-index: 0;
  top: -1px;
}

.tabcontent:focus {
  outline: none;
}

.tabopen {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.tabclosed {
  display: none;
}

.tabcontent ul {
  padding: 0;
}

.tabcontent ul li {
  list-style-type: none;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.img-fulltext-none {
  display: block;
  margin: 10px 0;
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
  background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  margin: 0 3px;
  vertical-align: middle;
  width: 18px;
}

/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
  background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
  width: 18px;
}

#search-results {
  clear: both;
}

#finder-filter-window {
  overflow: visible;
}

#searchForm .searchintro {
  padding: 0 0 0 250px;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

#finder-search .in.collapse {
  overflow: visible;
}

.customcopyr-st {
  clear: both;
  padding: 20px 0;
  background: url(/images/content-repeat.png) repeat-x top;
  border-top: solid 1px #fff;
}

.copyright {
  width: 960px;
  margin: 0 auto;
}

.copyright div {
  text-align: center;
  font-size: 12px;
}

.copyright div a {
  color: #4ca236;
  text-decoration: none;
}

.copyright div a:hover {
  text-decoration: underline;
}

.left1 {
  display: none;
}

.slick-slide {
  margin-bottom: 15px;
}

.slick-slide img {
  width: 100%;
}

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

.text-gl-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.text-gl-block .item {
  width: 33.33%;
  vertical-align: top;
}

.text-gl-block .item .img {
  float: left;
  margin-right: 10px;
  min-height: 135px;
}

.text-gl-block .item .text p {
  margin-bottom: 10px;
  text-align: left;
}

.text-gl-block .item .text a {
  text-decoration: none;
}

.text-gl-block .item .text a:hover {
  text-decoration: underline;
}

.w100 {
  width: 100%;
}

.tx_clr_r {
  color: #ff0000;
}

.tx_clr_gr {
  color: #008000;
}

.fs12 {
  font-size: 12pt;
}

.fs10 p {
  font-size: 16px;
  font-weight: 400;
}

p.fs10 {
  font-size: 16px;
  font-weight: 400;
}

.img_lft {
  float: left;
  margin: 0 12px 10px 0;
  width: 250px;
}

.sp_st_ar {
  margin: 0;
  padding: 0;
}

.sp_st_ar li {
  background: url(/images/arrow.png) no-repeat 10px 6px;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 20px;
}

body p {
  text-align: justify;
}

p.tx_just {
  text-align: justify;
}

.img_cnt {
  display: block;
  margin: 0 auto;
}

.table-n-brd {
  border: 0;
}

.table-n-brd td {
  border: 0;
}

.table-n-brd tr:hover td {
  background: none;
}

.table-2 td>p {
  margin-bottom: 0;
  color: #444444;
}

.table-2 tr:hover td {
  background: none;
}

.request-cont form {
  margin-top: 10px;
}

.products-view .row {
  display: block !important;
}

.products-view div.product {
  float: left;
  width: 30%;
  padding: 10px 0;
  border-radius: 30px;
  padding: 28px 40px 0px 30px;
  margin: 15px 15px;
  box-shadow: 5px 26px 44px #CCCCCC80;
}

.product-related-products {
  margin-top: 120px;
}

.product-price {
  margin-bottom: 20px !important;
}

.products-view .spacer.product-container {
  border: 0;
}

.products-view .product {
  padding-top: 10px;
}

.products-view div.name-product>a {
  color: #111111;
  font-size: 19px;
  font-weight: 600;
  line-height: 30.8px;
  text-align: left;
}

.products-view .vm-product-descr-container-1,
.products-view .vm-product-descr-container-0 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

input.quantity-input {
  background-image: none !important;
  background-color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

span.quantity-controls input.quantity-plus {
  box-shadow: none !important;
  background-position-x: 7px;
  background-color: #fff;
}

span.quantity-controls input.quantity-minus {
  background-color: #fff;
  box-shadow: none !important;
}


.vm-product-descr-container-0, .vm-product-descr-container-1 {
  margin-bottom: 43px !important;
}

.products-view .prod-price {
  display: inline-block;
  /*width: 17%;*/
  vertical-align: top;
}

.about_this_protein {
  align-items: center;
  display: flex;
}

.protein_img {
  width: 30%;
}

.protein_text {
  width: 70%;
  text-align: justify;
}

.products-view .vm-product-descr-container-1 .vm-product-media-container img.resp-img {
  width: auto !important;
  /*  width: 60px !important;*/
  height: 166px;
  /*padding-right: 110px;*/
}

.products-view .vm-product-descr-container-0 .vm-product-media-container {
  /* float: left;*/
  margin: 0px;
}

.products-view .vm-product-media-container img {
  width: 100% !important;
  height: 264px !important;
  object-fit: contain;
}


.products-view .vm-product-descr-container-1 p.product_s_desc,
.products-view .vm-product-descr-container-0 p.product_s_desc {
  height: auto;
  position: relative;
  width: auto;
}

.products-view .prod-price .addtocart-button input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 50px;
  background: #308A1B;
  border-radius: 30px;
  color: white;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.products-view .product-price .PricesalesPrice {
  font-weight: bold;
}

.products-view .name-product {
  margin-bottom: 20px;
}

span.vm-price-desc {
  font-size: 18px !important;
  margin: 0 !important;
}

.PricesalesPrice {
  font-size: 18px !important;
}

.vm-product-container {
  margin-top: 5%;
}

.vm-product-container .main-image img {
  width: 405px;
}

.vm-product-container .main-image img.resp-img {
  width: auto !important;
}

.vm-product-container .addtocart-button input.addtocart-button {
  background: darkgreen;
  border-radius: 5px;
  color: white;
  border: 0;
  padding: 12px 25px;
}

.vm-product-container .product-price .PricesalesPrice {
  font-weight: bold;
  font-size: 16px !important;
}

.vm-product-container .vm-product-media-container {
  width: 35%;
}

.vm-product-media-container {
  margin-bottom: 0;
}

.vm-product-media-container a {
  display: block;
}

.products-view div.name-product>a {
  display: block;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vm-product-container .vm-product-details-container {
  width: 60%;
}

.vm-product-container .vm-product-details-container .spacer-buy-area {
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 15px;
}

.vm-product-container a.back-to-categ {
  display: block;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 5%;
  margin-top: 5%;
}

.descript-wrap p.gr {
  padding-left: 0px;
  margin-left: 0px;
  font-family: arial, helvetica, sans-serif;
  line-height: 27px;
  font-size: 14pt;
  color: #808080;
}

.descript-wrap p,
.descript-wrap span {
  padding-left: 0px;
  margin-left: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  line-height: 20px;
  color: #333333;
}

.descript-wrap p.gr-sm em {
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  line-height: 20px;
  color: #808080;
}

.heads-clon {
  color: #393939;
  font-size: 14px;
}

.wrap-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0px 25px 0px;
}

.wrap-product .item-product {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap-product .item-product .name-prod a {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  display: block;
}

.wrap-product .item-product .name-prod {
  margin-bottom: 15px;
}

.wrap-product .item-product .img-prod {
  width: 160px;
  height: 160px;
}

.wrap-product .item-product .img-prod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-product .item-product .decr-prod {
  font-size: 14px;
  margin: 20px 0px 15px 0px;
  height: 230px;
}

.wrap-product.prod-2 .item-product .decr-prod {
  height: 345px;
}

.wrap-product .item-product .price-prod {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wrap-product .item-product .buut-prod a {
  margin-top: 5px;
  background: #006400;
  border-radius: 5px;
  color: #fff;
  width: 100px;
  padding: 8px 17px;
  font-size: 12px;
  font-weight: bold;
}

.prew-wrap-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.prew-wrap-img .item-prew {
  margin-bottom: 20px;
  width: 33%;
  text-align: center;
}

table.tbl_st {
  border: 1px solid #000;
}

table.tbl_st td {
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}

table.tbl_st td h3 {
  padding: 0;
  margin: 0;
}

.block-tov-gl {
  text-align: center;
}

.block-tov-gl .item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  background: url(/images/module-bg.png) repeat-x bottom #f8f8f8;
  border: solid 1px #eaeaea;
  min-height: 350px;
}

.block-tov-gl .item .name {
  background: url(/images/module-color-heading-repeat.png) repeat-x bottom #308a1b;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  height: 50px;
}

.block-tov-gl .item .block-img img {
  width: 260px;
  height: 235px;
  object-fit: contain;
  margin: 10px auto 0;
}

.block-tov-gl .item .block-img p {
  text-align: center;
  font-weight: bold;
}

.link-top-header {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 92%;
}

.link-top-header a {
  margin: 0 0 0 10px;
  color: #5c5c5c !important;
  font-size: 11px;
}

.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
  background: darkgreen;
  border-radius: 5px;
  color: white;
  border: 0;
}

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

.grid_elem_part_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px 20px;
  align-items: center;
}

.imagealigcenter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 20px;
  align-items: center;
}

.contactbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
}

.gallery img {
  width: 220px;
  height: 200px;
  margin: 10px;
  object-fit: cover;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.video-block>video {
  width: 31%;
  margin: 1%;
}

.video-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.item__title {
  font-weight: bold;
}

.item__title span {
  font-weight: 100;
}

.manufacturers__item .image__brang {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.lineakcuya img {
  max-width: 250px;
  float: left;
  margin-right: 20px;
}

.lineakcuya {
  font-size: 18px;
}

.lineakcuya span {
  /*position: relative;
    top: 40px;
    left: 0;*/
}

.request_item {
  background: #308a1b;
  font-weight: 800;
  color: #fff;
  padding: 17px 0;
  box-sizing: border-box;
}

.request_item p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}

.request_block {
  background: #f4f4f4;
}

.main_reviews {
  margin: 20px 0;
}

.main_reviews .main_reviews_header {
  font-weight: 600;
  font-size: 28px;
  /*text-align: center;*/
}

.main_reviews .main_reviews_wrapper .main_reviews_wrapper_item {
  margin: 10px;
}

.main_reviews .main_reviews_wrapper .name_and_stars {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main_reviews .main_reviews_wrapper .name_and_stars p {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.main_reviews .main_reviews_wrapper .name_and_stars img {
  max-width: 60px;
  width: 100%;
}

.main_reviews .main_reviews_wrapper_item_txt img {
  width: 20px;
  display: inline !important;
}

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

.main_reviews .main_reviews_read_more a {
  font-size: 15px;
  font-weight: 800;
  color: #308a1b;
  text-decoration: underline;
}

.our_partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 30px;
}

.our_partners .partners_item {
  justify-content: center;
  display: flex;
  padding: 10px;
}


div.our_partners>div:nth-child(6)>img {
  width: 160px;
  height: 150px;
  object-fit: contain;
}

div.our_partners>div:nth-child(7)>img {
  width: 220px;
  height: 85px;
  object-fit: contain;
}

.teams {
  display: flex;
  justify-content: space-between;
}

.teams_flag {
  width: 50%;
}

.teams_flag img {
  width: 100%;
}


.block_advantage {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 50px;
}

.new-dir {
  display: flex;
  align-items: center;
  width: 268px;
}

.wrapp-advantage li {
  list-style-image: url('/templates/beez3/images/S1.png');
}

.block_advantage p {
  text-align: center;
  /*font-family: "Proxima Nova Regular", sans-serif;*/
  font-size: 14px;
}

.block_advantage .new-dir p {
  text-align: left;
  margin: 0;
}

.new-dir>div:first-child {
  margin-right: 10px;
}

.new-dir>div {
  display: inline;
}

.new-dir>div img {
  vertical-align: bottom;
}

.block_advantage-title {
  font-weight: bold;
}

.pdt {
  padding-top: 30px;
  font-size: 24px;
}

.txtLef {
  text-align: left;
}

.main_reviews .main_reviews_read_more a:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.noList {
  list-style: none;
}

.bef_req {
  background: #005bff;
  font-weight: 800;
  color: #fff;
  padding: 8px 0;
  box-sizing: border-box;
  text-align: center;
}

.bef_req a {
  color: #fff !important;
  font-size: 25px;
  vertical-align: middle;
  text-decoration: none !important;
}

.bef_req a:hover {
  text-decoration: none !important;
}

.bef_req svg {
  fill: #fff;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.preumgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.preumgrid .itemgrid {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.preumgrid .itemnum {
  color: #308a1b;
  font-size: 65px;
}

.preumgrid .itempremtext {
  padding-left: 15px;
  line-height: 1.2;
  font-size: 15px;
}

.block-flex {
  display: flex;
}

.block-flex_text {
  width: 90%;
}

.block-flex img {
  width: 50%;
}

.block_table {
  display: flex;
  flex-wrap: wrap;
}

.block_table-item {
  width: 45%;
  border: 1px solid #bbbbbb;
  padding: 20px;
}

.block_table-item span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #308a1b;
  display: block;
}

@media screen and (max-width: 767px) {
  .video-block>video {
    width: 48%;
    margin: 1%;
  }

  .new_gr {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .preumgrid {
    grid-template-columns: 1fr 1fr;
  }

  .block-flex {
    display: block;
  }

  .block-flex img {
    width: 100%;
  }

  .block_table-item {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .video-block>video {
    width: 100%;
    margin: 0 0 20px;
  }

  .new_gr {
    grid-template-columns: 1fr 1fr;
  }

  .preumgrid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .block_advantage {
    display: block;
  }

  .block_advantage>div {
    width: 100%;
  }
}

.products-view .vm-product-descr-container-1 p.product_s_desc,
.products-view .vm-product-descr-container-0 p.product_s_desc {
  text-align: left;
}

.vm-product-container {
  font-size: 15px;
  font-weight: 400;
}

.productdetails-view .spacer-buy-area {
  padding-left: 0 !important
}

.vm-product-container .product-price .PricesalesPrice {
  font-size: 20px !important
}

.quantity-box .quantity-input,
.cart-summary .quantity-input {
  width: 70px;
  text-align: left;
  height: 42px;
  padding-left: 10px;
  color: #000;
}

span.quantity-controls {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.addtocart-bar {
  display: flex;
}

span.addtocart-button {
  margin-left: 25px;
}

span.quantity-controls {
  margin-left: -30px;
}

.vm-product-container .addtocart-button input.addtocart-button {
  border-radius: 30px;
  background: #00ac4d;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}



.wrapp-spec {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.wrapp-spec a {
  font-size: 13px;
  font-weight: 400;
  width: 285px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  text-decoration: none;
  color: #000 !important
}

.addtocart-button.buy-one-click {
  color: #308A1B !important;
  font-family: Montserrat;
  font-weight: 600; 
  font-size: 20px; 
  line-height: 140%;
  background: none !important;
  justify-content: flex-start;
}

.product-fields .product-field {
  margin-left: 0;
}

.wrapp-advantage {
  width: 329px;
  position: absolute;
  right: 0;
  top: 107px;
}

.product-fields-title {
  font-size: 21px;
  font-weight: 800;
}

@media (max-width: 930px) {
  .wrapp-advantage {
    width: 100%;
    float: left !important;
    position: unset;
  }
}

.p_disc {
  font-weight: bold;
  font-size: 17px;
  color: #4ca236;
}

.main_disc {
  font-size: 14px;
  font-weight: 100 !important;
}

.img-area {
  display: flex;
}

.img-area img {
  width: 300px;
  margin-right: 10px;
  height: fit-content;
}

@media (max-width: 420px) {
  .img-area img {
    width: 210px;
  }
}

@media (max-width: 930px) {
  .img-area {
    flex-direction: column;
  }
}

.page-180 #product-22 {
  display: none;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0px 25px;
  width: 100%;
}

.tabs.margin_block {
  margin-bottom: clamp(50px, calc(50px + 50*((100vw - 320px) / 880)), 100px);;
}

.tab {

  margin-bottom: 30px;
}

.tab a {
  color: #000 !important;
  text-decoration: none !important;
  padding: 15px 10px;
  border: 1px solid #808080;
  border-radius: 10px;
}

.tab a:hover {
  background-color: #808080;
  color: #fff !important;
  text-decoration: none !important;
  transition: .5s;
}


.category_description p {
  font-weight: normal;
}

/* products-view style 15.12.23 */
.products-view {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.products-view div.product {
  height: 550px;
}

.products-view .spacer.product-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-view .vm-product-descr-container-1,
.products-view .vm-product-descr-container-0 {
  margin: 0px;

}

.products-view .vm3pr-0 {
  min-height: 74px;
}

.products-view .product form {
  padding: 0;
  margin: 0;
}

@media (max-width: 650px) {
  .products-view div.product {
    width: 100%;
  }

  .products-view div.product .addtocart-area {
    float: none;
  }
}



.logoheader,
nav.menu .moduletable_menu,
#contentarea,
#contentarea2,
.exform_wrapper.style-request,
#footer,
.container {
  max-width: 1200px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.logoheader {
  height: 110px !important;
}

.header__link-basket {
  position: static;
}

.callback-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #00833b;
  cursor: pointer;
}

#header {
  background: none;
}

#logo {
  padding: 0;
}

#header .finder form {
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  width: 205px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

#header input.search-query {
  float: left;
  border: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 13px;
  color: #eaeaea;
  margin: 0;
  padding: 0;
  width: 150px;
}

#header input::placeholder {
  color: #eaeaea;
}

button.finder {
  margin: 0;
  order: 1;
}

.header__contacts a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222 !important;
}

.header__link-basket {
  background: url(/images/shopping-cart_11.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}

.header__cart .fa-shopping-cart::before {
  display: none;
}

.header__cart .fa-shopping-cart {
  font-weight: 400;
  font-size: 10px;
  line-height: 70%;
  color: #fff;
  background: #00833B;
  overflow: hidden;
  float: right;
  border-radius: 100%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__cart .total_products {
  display: block;
  height: 8px;
  width: 10px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
}

nav.menu .moduletable_menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #222;
  text-transform: none;
  padding: 20px;
}

nav.menu .moduletable_menu ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
}

nav.menu .moduletable_menu ul li.item-140 ul.nav-child,
nav.menu .moduletable_menu ul li.item-144 ul.nav-child {
  background: #EAEAEA;
  border-radius: 30px 30px 0 0;
}

nav.menu .moduletable_menu ul li.item-185 ul.nav-child,
nav.menu .moduletable_menu ul li.item-136 ul.nav-child {
  background: #EAEAEA;
  border-radius: 0 0 30px 30px;
}

nav.menu .moduletable_menu ul li.item-141 ul.nav-child {
  background: #EAEAEA;
  border-radius: 30px;
}

nav.menu .moduletable_menu ul li.parent ul.nav-child a {
  color: #222;
  opacity: 1;
}

nav.menu .moduletable_menu ul li:hover {
  background: none;
}

nav.menu .moduletable_menu ul li:hover a,
nav.menu .moduletable_menu ul li.parent ul.nav-child a:hover {
  color: #222;
  opacity: 0.7;
}

nav.menu {
  border-bottom: none;
}

#footer {
  padding: 38px 0;
}

#footer-outer {
  background: #308A1B;
}

.footer-block .item .footer-menu li a,
.footer-block .item p {
  font-size: 16px;
}

.footer-block .item p {
  margin: 0;
}

.footer-block .item a.footer-link {
  color: #fff;
}

.footer-block .item iframe {
  margin-top: 15px;
}

.footer-block .item:last-child .txtLef {
  margin-bottom: 15px;
}

.customcopyr-st {
  backgraung: none;
}

#all {
  color: #222 !important;
  font-size: 16px;
}

.pdt {
  text-align: left;
  font-size: 32px;
}

#comments .comment-body {
  color: #222;
}

.customarea {
  margin-top: 80px;
}

.wrapp-advantage {
  top: 165px;
}

.page-154 .vm-product-container{
    height: 500px;
}
.vm-product-container .addtocart-area{
    float: none;
}
.vm-product-container .addtocart-area{
    margin-left: 80px;
}
.page-154 .product-price{
    float: none;
    text-align: left;
}
.product-info{
    width: 45%;
}

@media (max-width: 1199px) {

  .logoheader,
  nav.menu .moduletable_menu,
  #contentarea,
  #contentarea2,
  .exform_wrapper.style-request {
    padding: 0 15px;
  }

  #footer {
    padding: 38px 15px;
  }
}

@media (max-width: 1109px) {
  nav.menu .moduletable_menu ul li a {
    padding: 15px;
  }
}

@media (max-width: 1050px) {
  nav.menu .moduletable_menu ul li a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
    .page-154 .vm-product-container{
        height: auto;
    } 
    
  .logoheader {
    flex-wrap: wrap;
    gap: 20px;
  }

  .header__cart {
    width: 45px;
  }

  .nav.menu {
    padding: 0 15px;
  }

  .mobmenubtn {
    justify-content: center;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
  }

  .header__link-basket {
    margin-bottom: 0 !important;
  }

  nav.menu .moduletable_menu ul {
    display: block;
    border-top: none;
  }

  nav.menu .moduletable_menu ul li.item-140 ul.nav-child,
  nav.menu .moduletable_menu ul li.item-144 ul.nav-child {
    background: #EAEAEA;
    border-radius: 30px;
  }

  nav.menu .moduletable_menu ul li.parent a {
    background: none;
  }

  .logoheader {
    height: auto !important;
  }

  #header {
    padding-bottom: 10px;
  }
}

@media (max-width: 930px) {
  .customarea {
    margin-top: 0;
  }
}

@media (max-width: 690px) {
  .logoheader {
    display: flex;
    flex-direction: column;
  }

  .mobmenubtn {
    margin-top: 5px;
  }
}