/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v16-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('..//fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('..//fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('..//fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('..//fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('..//fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('..//fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('..//fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('..//fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('..//fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('..//fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v16-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('..//fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('..//fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('..//fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('..//fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('..//fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
* {
  font-family: 'Open Sans Regular', sans-serif;
}
body {
  color: #717076;
  font-size: 11pt;
}
/* Headings */
h1 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 24px;
  color: #302f35;
}
h2 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 20px;
  color: #302f35;
}
h3 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 14px;
  color: #302f35;
  text-transform: uppercase;
}
h4 {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 20px;
  color: #717076;
}
h5 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 14px;
  color: #302f35;
}
p {
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 14px;
  color: #717076;
}
a,
a:hover,
a:visited {
  color: #438369;
  font-family: 'Open Sans Bold', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 3px;
}
a.extended-search {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  float: right;
  margin: 8px 15px 0;
  text-decoration: none;
}
.actions-primary {
  display: block !important;
}
.action.primary,
a.button {
  background-color: #438369;
  border: none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 10pt;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.action.primary:hover,
a.button:hover,
.action.primary:active,
a.button:active,
.action.primary:visited,
a.button:visited {
  background-color: #438369;
  border-color: #438369;
}
.product-item-details .action.primary,
.product-item-details a.button {
  display: block !important;
  text-align: center;
}
h1.page-title {
  color: #302f35;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 24px;
  font-family: 'Open Sans Bold', sans-serif;
}
.products-grid.wishlist,
.products.list.items.product-items {
  background-color: #f6f6f6;
  border-bottom: none;
  border-top: none;
  padding: 20px 0;
}
.product-item {
  padding: 8px !important;
}
.product-item .product-image-container {
  box-shadow: 0 0 9px #ccc;
}
.product-item .product-item-link {
  color: #302f35 !important;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}
@media (max-width: 991px) {
  .column.main {
    width: 100% !important;
  }
  .column.main .product-items {
    margin-left: 0 !important;
  }
  .column.main .product-items .product-item-info {
    width: auto !important;
  }
  .column.main .product-items .product-item-info .product-image-container {
    width: 100% !important;
  }
  .column.main .product-items .product-item-info .product-item-inner {
    display: none !important;
  }
  .button {
    text-align: center;
    width: 200px;
  }
}
@media (max-width: 500px) {
  .button {
    box-sizing: border-box;
    width: 100%;
  }
  .button + .button {
    margin-top: 10px;
  }
}
.page-header .panel.wrapper {
  background-color: #fff !important;
  color: #000;
}
.header.panel {
  padding: 0 20px !important;
  position: relative;
}
.header.panel > .header.links > li {
  font-size: 13px;
  margin: 0;
}
.header.panel > .header.links > li.greet.welcome {
  padding-left: 20px;
  padding-top: 5px;
  position: absolute;
  left: 0;
}
.header.panel > .header.links > li.authorization-link:after {
  content: '';
}
.header.panel > .header.links > li > a {
  font-family: 'Open Sans Regular', sans-serif;
  border-left: 1px solid #e8e8e8;
  color: #717076;
  padding: 5px 15px 3px;
  line-height: 1.8 !important;
}
.header.panel > .header.links > li > a:visited,
.header.panel > .header.links > li > a:hover {
  color: #717076;
}
.header-background {
  background: no-repeat center center;
  color: #717076;
  height: 238px;
}
.header-background .header-content {
  background-color: rgba(62, 78, 75, 0.8);
  display: inline-block;
  margin: 20px;
  padding: 10px;
}
.header-background .header-content h1 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #5aae73;
}
.header-background .header-content .description {
  color: #5aae73;
}
.header-background .header-content .button {
  margin-top: 10px;
}
#switcher-language-trigger strong span {
  line-height: 1.8;
  display: inline-block;
  font-size: 13px;
  padding: 5px 5px 3px;
  color: #717076;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after,
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .logo {
    margin-bottom: 13px;
    margin-top: -14px;
  }
  .logo img {
    width: 230px;
  }
}
@media (max-width: 991px) {
  header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  header .header.links {
    display: block !important;
    float: none !important;
    text-align: center;
    width: 100%;
  }
  header .header.links li:first-child {
    display: none !important;
  }
  header .header.links li a {
    border-left: 0 none !important;
    display: inline-block;
    line-height: 1.4;
  }
  header .header.links li .authorization-link > a {
    border-right: 1px solid #e8e8e8;
  }
  .header.content {
    padding-top: 10px !important;
  }
  .logo {
    margin: 0 0 10px 50px !important;
  }
}
@media (min-width: 1280px) {
  .header-content {
    left: 50%;
    margin-left: -620px !important;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .header-content {
    display: none !important;
  }
}
@media (max-width: 470px) {
  .header.links a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .header.links li:nth-of-type(2) {
    display: none !important;
  }
}
@media (max-width: 390px) {
  .header.links li:nth-of-type(6) {
    display: none !important;
  }
}
.footer {
  background-color: #f4f4f4;
}
.footer.content {
  text-align: center;
}
.footer.links .nav.item {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .footer.links .nav.item {
    border: 0;
    margin: 0;
  }
}
.c-sidebar .level0 a {
  background-color: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  color: #438369;
  display: block !important;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 6px 10px;
  text-decoration: none;
  font-family: 'Open Sans Bold', sans-serif;
}
.c-sidebar .level0 a:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #438369;
}
.c-sidebar .level0.active > a:after {
  content: "\f0d8";
}
.c-sidebar .level1 a {
  background: transparent no-repeat center left;
  background-size: 30px 30px;
  border: 0;
  color: #717076;
  font-size: 16px;
  padding-left: 50px;
}
.c-sidebar .level1 a:after {
  content: '';
}
.c-sidebar .level2 {
  border: 0;
  margin-bottom: 0;
}
.c-sidebar .level2 a {
  font-size: 14px;
  font-weight: normal;
  padding: 3px 0 3px 50px;
}
@media (min-width: 992px) {
  .c-sidebar {
    display: block !important;
    width: 200px;
  }
  .c-sidebar .level0 {
    margin-bottom: 4px;
    position: relative;
  }
  .c-sidebar .level1 {
    margin: 0;
  }
  .c-sidebar .level1 ul {
    padding-top: 5px;
  }
  header .c-sidebar {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-toggle {
    display: inline-block !important;
    height: 60px;
    left: 0;
    top: 0;
    width: 60px;
  }
  .nav-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    left: 19px;
    position: absolute;
    top: 10px;
    font-weight: 900;
  }
  .nav-toggle.active {
    background-color: #f6f6f6;
  }
  .nav-toggle.active:before {
    content: "\f00d";
  }
  .c-sidebar {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 99999;
  }
  .c-sidebar ul {
    background-color: #f6f6f6;
  }
  .c-sidebar ul li {
    margin-bottom: 0;
  }
  .c-sidebar .level1 a {
    background-position: 10px 1px;
  }
}
.details-container {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.details-container .product.media,
.details-container .product-info-main {
  margin-bottom: 20px;
}
.details-container .product.media {
  margin-left: 5px;
}
.details-container .page-title-wrapper {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 0;
  margin-bottom: 20px;
}
.details-container .product.info.detailed {
  background-color: #ffffff;
  border-top: none;
  padding-top: 20px;
}
.details-container .product.attribute strong {
  font-size: 16px;
  color: #302f35;
  font-family: 'Open Sans Bold', sans-serif;
}
.details-container .product.attribute .value {
  color: #302f35;
}
.details-container .product.attribute + .product.attribute {
  margin-top: 10px;
}
.download-links > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.download-links .button.selection {
  background-color: #ffffff;
  color: #438369;
}
.download-links .button.selection img {
  display: none;
  margin: -2px 0 -7px 0;
}
@media (max-width: 767px) {
  .column.main {
    padding-bottom: 0 !important;
  }
  .column.main .product-info-main {
    padding-left: 10px;
  }
  .column.main .product.media {
    margin-left: 0 !important;
  }
  .column.main .product.info.detailed {
    margin-bottom: 0 !important;
  }
  .column.main .product.info.detailed .product.data.items {
    border: 0 none !important;
    margin: 0 !important;
  }
  .column.main .product.info.detailed .product.data.items .item.title a:after {
    content: '' !important;
  }
  .catalog-product-view .header-background {
    display: none;
  }
}
