/***compass sprites begin***/
/***compass sprites end***/
/***add custom files begin***/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: top; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  min-width: 100%; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/***add custom files end***/
@font-face {
  font-family: "EvonikProkyon-Light";
  src: url("fonts/EvonikProkyon-Light.eot");
  src: url("fonts/EvonikProkyon-Light.eot?#iefix") format("embedded-opentype"), url("fonts/EvonikProkyon-Light.woff") format("woff"), url("fonts/EvonikProkyon-Light.ttf") format("truetype"), url("fonts/EvonikProkyon-Light.svg#EvonikProkyon-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "EvonikProkyon-Regular";
  src: url("fonts/EvonikProkyon-Regular.eot");
  src: url("fonts/EvonikProkyon-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EvonikProkyon-Regular.woff") format("woff"), url("fonts/EvonikProkyon-Regular.ttf") format("truetype"), url("fonts/EvonikProkyon-Regular.svg#EvonikProkyon-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "EvonikProkyon-Medium";
  src: url("fonts/EvonikProkyon-Medium.eot");
  src: url("fonts/EvonikProkyon-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/EvonikProkyon-Medium.woff") format("woff"), url("fonts/EvonikProkyon-Medium.ttf") format("truetype"), url("fonts/EvonikProkyon-Medium.svg#EvonikProkyon-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "EvonikProkyon-Bold";
  src: url("fonts/EvonikProkyon-Bold.eot");
  src: url("fonts/EvonikProkyon-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/EvonikProkyon-Bold.woff") format("woff"), url("fonts/EvonikProkyon-Bold.ttf") format("truetype"), url("fonts/EvonikProkyon-Bold.svg#EvonikProkyon-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
  body a:hover {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer; }

.breadcrumbs .items {
  padding: 10px 0 0 0; }

.breadcrumbs .item a {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none; }
  .breadcrumbs .item a:hover {
    color: #E03C31;
    text-decoration: none; }

.breadcrumbs .item strong {
  font-size: 14px;
  color: #E03C31;
  text-transform: capitalize; }

.breadcrumbs .item:not(:last-child):after {
  font-size: 13px;
  margin-top: 2px;
  content: "\f054";
  color: #000; }

.message a {
  color: #000; }
  .message a:hover {
    color: #E03C31; }

.message.success a {
  color: #000; }
  .message.success a:hover {
    color: #E03C31; }

.message.info a {
  color: #000000; }
  .message.info a:hover {
    color: #E03C31; }

/* Header begin */
@media screen and (min-width: 768px) {
  .page-header .header.content {
    padding: 34px 20px 27px; }
  .page-header .header.panel {
    padding: 2px 17px; } }

.page-header .header-wrapper-bottom .header.content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px; }

.page-header .block-search .input-text {
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 45px;
  color: #fff;
  font: 500 10px/1.35 Arial, EvonikProkyon-Regular, "Helvetica Neue", Verdana, sans-serif;
  font-style: italic;
  font-weight: 700; }

.page-header .header.links li.compare > a,
.page-header .header.links li.wishlist > a {
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .page-header .header.links li.compare > a:before,
  .page-header .header.links li.wishlist > a:before {
    display: inline-block;
    z-index: 1; }
    @media screen and (min-width: 767px) {
      .page-header .header.links li.compare > a:before,
      .page-header .header.links li.wishlist > a:before {
        position: absolute;
        height: 15px;
        width: 15px;
        left: 2.5px;
        top: 1px; } }
  .page-header .header.links li.compare > a:hover:before,
  .page-header .header.links li.wishlist > a:hover:before {
    background-position: -34px -16px; }

.page-header .header.links li.compare > a:before {
  background-position: -16px 0; }

.page-header .header.links li.compare > a:hover:before {
  background-position: -16px -16px; }

.page-header .header.links li #authorization-trigger,
.page-header .header.links li > a.register-link {
  padding-left: 20px; }
  .page-header .header.links li #authorization-trigger:before,
  .page-header .header.links li > a.register-link:before {
    display: inline-block;
    z-index: 1; }
    @media screen and (min-width: 767px) {
      .page-header .header.links li #authorization-trigger:before,
      .page-header .header.links li > a.register-link:before {
        position: absolute;
        height: 15px;
        width: 15px;
        left: 2.5px;
        top: 1px; } }
  .page-header .header.links li #authorization-trigger:hover:before,
  .page-header .header.links li > a.register-link:hover:before {
    background-position: 0 -16px; }

.page-header .header.links li #authorization-trigger:before {
  background-position: -68px 0; }

.page-header .header.links li #authorization-trigger:hover:before {
  background-position: -68px -16px; }

@media screen and (max-width: 767px) {
  .page-header .panel.wrapper {
    margin: 0 !important; } }

/* Minicart begin */
.minicart-wrapper .action.showcart .price-label {
  font-weight: normal;
  font-style: normal; }

@media screen and (min-width: 768px) {
  .minicart-wrapper .action.showcart {
    padding: 0 0 0 49px; }
    .minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 49px;
      min-height: 48px;
      background: url("../images/cart_icon.png") no-repeat 0 0;
      padding: 0;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -moz-transition: opacity .3s ease;
      -ms-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .minicart-wrapper .action.showcart::after {
      opacity: 0;
      background-image: url("../images/cart_icon_hover.png"); }
    .minicart-wrapper .action.showcart:hover::before {
      opacity: 0; }
    .minicart-wrapper .action.showcart:hover::after {
      opacity: 1; }
    .minicart-wrapper .action.showcart .price-label {
      padding: 8px 0 23px 20px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.4px; }
    .minicart-wrapper .action.showcart .counter.qty {
      z-index: 1;
      left: 41px;
      min-width: 16px;
      height: 16px;
      font-size: 10px;
      line-height: 16px;
      font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      background: #E03C31; } }

.minicart-wrapper .action.showcart .counter.qty {
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
  background: #E03C31; }

.header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart:after {
  opacity: 1;
  background: url("../images/icon.png") no-repeat 12px -28px; }

.header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart:before {
  display: none; }

.header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart .counter.qty {
  background: #fff;
  color: #000; }

/* Minicart end */
/* Menu begin */
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
  padding: 14px 10px 13px !important; }

@media screen and (min-width: 768px) {
  .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    padding: 14px 10px 13px; } }

.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link .menu-icon {
  display: none; }

.cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop li.item a {
  font-size: 14px;
  color: #000; }
  .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop li.item a:hover {
    color: #E03C31; }
    .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop li.item a:hover:before {
      background: #E03C31;
      top: 11px; }

@media screen and (max-width: 991px) {
  .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop li.item .col-sm-12 {
    width: 100%; }
  .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop li.item .col-sm-4 {
    width: 33.33333333%; } }

.cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  color: #E03C31;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: normal;
  font-style: normal; }
  .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop .groupmenu-drop-content .groupdrop-title a {
    color: #E03C31;
    font-size: 18px; }
    .cdz-main-menu .cdz-horizontal-menu .groupmenu .groupmenu-drop .groupmenu-drop-content .groupdrop-title a:hover {
      color: #000; }

/* Menu end */
/* Search brgin */
@media screen and (min-width: 768px) {
  .sticky-menu:not(.active) .block-search {
    width: 201px; } }

.sticky-menu:not(.active) .block-search .input-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.sticky-menu:not(.active) .block-search .input-text::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.sticky-menu:not(.active) .block-search .input-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.sticky-menu:not(.active) .block-search .input-text:-moz-placeholder {
  color: #fff;
  opacity: 1; }

.sticky-menu:not(.active) .block-search .action.search {
  width: 44px;
  height: 44px; }
  .sticky-menu:not(.active) .block-search .action.search:before {
    content: "";
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -30px;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    left: 9px;
    top: 8px;
    z-index: 1; }

/* Search end */
/* Header end */
/* Footer brgin */
.page-footer {
  margin-top: 25px; }
  .page-footer .footer-content-top {
    padding-top: 27px;
    padding-bottom: 34px; }
    .page-footer .footer-content-top .ftop-ads-title {
      margin: 0 0 6px;
      font-weight: normal;
      font-style: normal; }
    .page-footer .footer-content-top .ftop-ads-desc {
      margin: 0 0 32px; }
    .page-footer .footer-content-top .block.newsletter .field {
      margin: 0; }
      .page-footer .footer-content-top .block.newsletter .field .control {
        position: relative;
        font-size: 0; }
        .page-footer .footer-content-top .block.newsletter .field .control:before {
          content: "";
          background: url(../images/sprite.png) no-repeat;
          background-position: -48px -29px;
          position: absolute;
          display: inline-block;
          height: 25px;
          width: 30px;
          left: 0;
          top: 8px;
          z-index: 1; }
    .page-footer .footer-content-top .block.newsletter .action.primary {
      margin: 0; }
  .page-footer .footer-top-ads {
    color: #ffffff; }
    .page-footer .footer-top-ads .block.newsletter {
      background: #000000; }
      .page-footer .footer-top-ads .block.newsletter input {
        border-color: #000000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 6px 15px 4px 46px;
        font-size: 14px;
        line-height: 24px;
        height: auto; }
        .page-footer .footer-top-ads .block.newsletter input::-webkit-input-placeholder {
          color: #796e65;
          opacity: 1; }
        .page-footer .footer-top-ads .block.newsletter input::-moz-placeholder {
          color: #796e65;
          opacity: 1; }
        .page-footer .footer-top-ads .block.newsletter input:-ms-input-placeholder {
          color: #796e65;
          opacity: 1; }
        .page-footer .footer-top-ads .block.newsletter input:-moz-placeholder {
          color: #796e65;
          opacity: 1; }
      .page-footer .footer-top-ads .block.newsletter .action.primary {
        border-color: #000000;
        background: #000000;
        color: #ffffff;
        -moz-transition: background .3s ease;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        text-transform: uppercase;
        padding: 8px 11px 6px;
        min-height: auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
        letter-spacing: -0.6px; }
        .page-footer .footer-top-ads .block.newsletter .action.primary:hover {
          background: #fff;
          color: #000000; }
    .page-footer .footer-top-ads .ftop-newsletter {
      margin: 0 28.5%; }
      @media screen and (max-width: 767px) {
        .page-footer .footer-top-ads .ftop-newsletter {
          margin: 0; } }
  .page-footer .ftop-ads-small {
    display: none; }
  .page-footer .footer-social a {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff; }
    .page-footer .footer-social a .fa:before {
      color: #000000;
      line-height: 30px; }
    .page-footer .footer-social a:hover {
      background: #E03C31;
      border-color: #E03C31; }
      .page-footer .footer-social a:hover .fa:before {
        color: #ffffff; }
  .page-footer .footer-container-wrapper {
    padding: 62px 20px 13px;
    font-size: 13px;
    line-height: 18px; }
    .page-footer .footer-container-wrapper p.h5 {
      font-family: Arial, "EvonikProkyon-Medium", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 28px;
      font-weight: normal;
      font-style: normal; }
  .page-footer .footer-link li {
    padding: 0 0 19px; }
    .page-footer .footer-link li a {
      padding: 0 !important;
      display: inline-block;
      vertical-align: top;
      font-family: Arial, "EvonikProkyon-Medium", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
  .page-footer .footer-social {
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 15px !important; }
    .page-footer .footer-social a {
      margin-left: 3px;
      margin-right: 3px; }
  .page-footer .bottom-footer-wrapper {
    border-top-width: 3px;
    padding: 24px 0; }
    .page-footer .bottom-footer-wrapper .footer {
      padding: 0 20px;
      color: #000000;
      text-align: center; }
  .page-footer .copyright {
    float: right; }
    @media screen and (max-width: 767px) {
      .page-footer .copyright {
        float: none;
        text-align: center; } }
  .page-footer .footer-custom-block {
    float: left;
    width: 60%;
    padding: 0 25px 0 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .page-footer .footer-custom-block {
        float: none;
        width: 100%;
        padding: 10px 0 0; } }

/* Footer end */
/* Global */
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1080px !important;
  padding-left: 20px;
  padding-right: 20px;
  /* Groupbanner */ }
  .navigation .toolbar,
  .breadcrumbs .toolbar,
  .page-header .header.panel .toolbar,
  .header.content .toolbar,
  .footer.content .toolbar,
  .page-wrapper > .widget .toolbar,
  .page-wrapper > .page-bottom .toolbar,
  .block.category.event .toolbar,
  .top-container .toolbar,
  .page-main .toolbar {
    border: 1px solid #dad5c9;
    padding: 12px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: none; }
    .navigation .toolbar select,
    .breadcrumbs .toolbar select,
    .page-header .header.panel .toolbar select,
    .header.content .toolbar select,
    .footer.content .toolbar select,
    .page-wrapper > .widget .toolbar select,
    .page-wrapper > .page-bottom .toolbar select,
    .block.category.event .toolbar select,
    .top-container .toolbar select,
    .page-main .toolbar select {
      border-color: #000;
      color: #000; }
  .navigation .modes-mode,
  .breadcrumbs .modes-mode,
  .page-header .header.panel .modes-mode,
  .header.content .modes-mode,
  .footer.content .modes-mode,
  .page-wrapper > .widget .modes-mode,
  .page-wrapper > .page-bottom .modes-mode,
  .block.category.event .modes-mode,
  .top-container .modes-mode,
  .page-main .modes-mode {
    border-color: #000; }
    .navigation .modes-mode.active, .navigation .modes-mode:hover,
    .breadcrumbs .modes-mode.active,
    .breadcrumbs .modes-mode:hover,
    .page-header .header.panel .modes-mode.active,
    .page-header .header.panel .modes-mode:hover,
    .header.content .modes-mode.active,
    .header.content .modes-mode:hover,
    .footer.content .modes-mode.active,
    .footer.content .modes-mode:hover,
    .page-wrapper > .widget .modes-mode.active,
    .page-wrapper > .widget .modes-mode:hover,
    .page-wrapper > .page-bottom .modes-mode.active,
    .page-wrapper > .page-bottom .modes-mode:hover,
    .block.category.event .modes-mode.active,
    .block.category.event .modes-mode:hover,
    .top-container .modes-mode.active,
    .top-container .modes-mode:hover,
    .page-main .modes-mode.active,
    .page-main .modes-mode:hover {
      border-color: #000;
      background: #000; }
      .navigation .modes-mode.active:before, .navigation .modes-mode:hover:before,
      .breadcrumbs .modes-mode.active:before,
      .breadcrumbs .modes-mode:hover:before,
      .page-header .header.panel .modes-mode.active:before,
      .page-header .header.panel .modes-mode:hover:before,
      .header.content .modes-mode.active:before,
      .header.content .modes-mode:hover:before,
      .footer.content .modes-mode.active:before,
      .footer.content .modes-mode:hover:before,
      .page-wrapper > .widget .modes-mode.active:before,
      .page-wrapper > .widget .modes-mode:hover:before,
      .page-wrapper > .page-bottom .modes-mode.active:before,
      .page-wrapper > .page-bottom .modes-mode:hover:before,
      .block.category.event .modes-mode.active:before,
      .block.category.event .modes-mode:hover:before,
      .top-container .modes-mode.active:before,
      .top-container .modes-mode:hover:before,
      .page-main .modes-mode.active:before,
      .page-main .modes-mode:hover:before {
        color: #fff; }
    .navigation .modes-mode:before,
    .breadcrumbs .modes-mode:before,
    .page-header .header.panel .modes-mode:before,
    .header.content .modes-mode:before,
    .footer.content .modes-mode:before,
    .page-wrapper > .widget .modes-mode:before,
    .page-wrapper > .page-bottom .modes-mode:before,
    .block.category.event .modes-mode:before,
    .top-container .modes-mode:before,
    .page-main .modes-mode:before {
      color: #000; }
  .navigation .toolbar-amount,
  .breadcrumbs .toolbar-amount,
  .page-header .header.panel .toolbar-amount,
  .header.content .toolbar-amount,
  .footer.content .toolbar-amount,
  .page-wrapper > .widget .toolbar-amount,
  .page-wrapper > .page-bottom .toolbar-amount,
  .block.category.event .toolbar-amount,
  .top-container .toolbar-amount,
  .page-main .toolbar-amount {
    color: #000; }
  .navigation .toolbar-sorter .sorter-label,
  .breadcrumbs .toolbar-sorter .sorter-label,
  .page-header .header.panel .toolbar-sorter .sorter-label,
  .header.content .toolbar-sorter .sorter-label,
  .footer.content .toolbar-sorter .sorter-label,
  .page-wrapper > .widget .toolbar-sorter .sorter-label,
  .page-wrapper > .page-bottom .toolbar-sorter .sorter-label,
  .block.category.event .toolbar-sorter .sorter-label,
  .top-container .toolbar-sorter .sorter-label,
  .page-main .toolbar-sorter .sorter-label {
    color: #000; }
  .navigation .toolbar-sorter .sorter-action,
  .breadcrumbs .toolbar-sorter .sorter-action,
  .page-header .header.panel .toolbar-sorter .sorter-action,
  .header.content .toolbar-sorter .sorter-action,
  .footer.content .toolbar-sorter .sorter-action,
  .page-wrapper > .widget .toolbar-sorter .sorter-action,
  .page-wrapper > .page-bottom .toolbar-sorter .sorter-action,
  .block.category.event .toolbar-sorter .sorter-action,
  .top-container .toolbar-sorter .sorter-action,
  .page-main .toolbar-sorter .sorter-action {
    color: #000; }
    .navigation .toolbar-sorter .sorter-action:before,
    .breadcrumbs .toolbar-sorter .sorter-action:before,
    .page-header .header.panel .toolbar-sorter .sorter-action:before,
    .header.content .toolbar-sorter .sorter-action:before,
    .footer.content .toolbar-sorter .sorter-action:before,
    .page-wrapper > .widget .toolbar-sorter .sorter-action:before,
    .page-wrapper > .page-bottom .toolbar-sorter .sorter-action:before,
    .block.category.event .toolbar-sorter .sorter-action:before,
    .top-container .toolbar-sorter .sorter-action:before,
    .page-main .toolbar-sorter .sorter-action:before {
      color: #000; }
    .navigation .toolbar-sorter .sorter-action:hover:before,
    .breadcrumbs .toolbar-sorter .sorter-action:hover:before,
    .page-header .header.panel .toolbar-sorter .sorter-action:hover:before,
    .header.content .toolbar-sorter .sorter-action:hover:before,
    .footer.content .toolbar-sorter .sorter-action:hover:before,
    .page-wrapper > .widget .toolbar-sorter .sorter-action:hover:before,
    .page-wrapper > .page-bottom .toolbar-sorter .sorter-action:hover:before,
    .block.category.event .toolbar-sorter .sorter-action:hover:before,
    .top-container .toolbar-sorter .sorter-action:hover:before,
    .page-main .toolbar-sorter .sorter-action:hover:before {
      color: #E03C31; }
  .navigation .sidebar .block:not(.block-static-block),
  .breadcrumbs .sidebar .block:not(.block-static-block),
  .page-header .header.panel .sidebar .block:not(.block-static-block),
  .header.content .sidebar .block:not(.block-static-block),
  .footer.content .sidebar .block:not(.block-static-block),
  .page-wrapper > .widget .sidebar .block:not(.block-static-block),
  .page-wrapper > .page-bottom .sidebar .block:not(.block-static-block),
  .block.category.event .sidebar .block:not(.block-static-block),
  .top-container .sidebar .block:not(.block-static-block),
  .page-main .sidebar .block:not(.block-static-block) {
    box-shadow: none;
    border: 1px solid #dad5c9; }
    .navigation .sidebar .block:not(.block-static-block) .block-title strong,
    .navigation .sidebar .block:not(.block-static-block) .title strong,
    .breadcrumbs .sidebar .block:not(.block-static-block) .block-title strong,
    .breadcrumbs .sidebar .block:not(.block-static-block) .title strong,
    .page-header .header.panel .sidebar .block:not(.block-static-block) .block-title strong,
    .page-header .header.panel .sidebar .block:not(.block-static-block) .title strong,
    .header.content .sidebar .block:not(.block-static-block) .block-title strong,
    .header.content .sidebar .block:not(.block-static-block) .title strong,
    .footer.content .sidebar .block:not(.block-static-block) .block-title strong,
    .footer.content .sidebar .block:not(.block-static-block) .title strong,
    .page-wrapper > .widget .sidebar .block:not(.block-static-block) .block-title strong,
    .page-wrapper > .widget .sidebar .block:not(.block-static-block) .title strong,
    .page-wrapper > .page-bottom .sidebar .block:not(.block-static-block) .block-title strong,
    .page-wrapper > .page-bottom .sidebar .block:not(.block-static-block) .title strong,
    .block.category.event .sidebar .block:not(.block-static-block) .block-title strong,
    .block.category.event .sidebar .block:not(.block-static-block) .title strong,
    .top-container .sidebar .block:not(.block-static-block) .block-title strong,
    .top-container .sidebar .block:not(.block-static-block) .title strong,
    .page-main .sidebar .block:not(.block-static-block) .block-title strong,
    .page-main .sidebar .block:not(.block-static-block) .title strong {
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      padding-bottom: 8px;
      font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      position: relative;
      border: 0; }
      .navigation .sidebar .block:not(.block-static-block) .block-title strong:before,
      .navigation .sidebar .block:not(.block-static-block) .title strong:before,
      .breadcrumbs .sidebar .block:not(.block-static-block) .block-title strong:before,
      .breadcrumbs .sidebar .block:not(.block-static-block) .title strong:before,
      .page-header .header.panel .sidebar .block:not(.block-static-block) .block-title strong:before,
      .page-header .header.panel .sidebar .block:not(.block-static-block) .title strong:before,
      .header.content .sidebar .block:not(.block-static-block) .block-title strong:before,
      .header.content .sidebar .block:not(.block-static-block) .title strong:before,
      .footer.content .sidebar .block:not(.block-static-block) .block-title strong:before,
      .footer.content .sidebar .block:not(.block-static-block) .title strong:before,
      .page-wrapper > .widget .sidebar .block:not(.block-static-block) .block-title strong:before,
      .page-wrapper > .widget .sidebar .block:not(.block-static-block) .title strong:before,
      .page-wrapper > .page-bottom .sidebar .block:not(.block-static-block) .block-title strong:before,
      .page-wrapper > .page-bottom .sidebar .block:not(.block-static-block) .title strong:before,
      .block.category.event .sidebar .block:not(.block-static-block) .block-title strong:before,
      .block.category.event .sidebar .block:not(.block-static-block) .title strong:before,
      .top-container .sidebar .block:not(.block-static-block) .block-title strong:before,
      .top-container .sidebar .block:not(.block-static-block) .title strong:before,
      .page-main .sidebar .block:not(.block-static-block) .block-title strong:before,
      .page-main .sidebar .block:not(.block-static-block) .title strong:before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #121212;
        position: absolute;
        bottom: -3px;
        left: 0; }
  .navigation .sidebar .filter-options-title,
  .breadcrumbs .sidebar .filter-options-title,
  .page-header .header.panel .sidebar .filter-options-title,
  .header.content .sidebar .filter-options-title,
  .footer.content .sidebar .filter-options-title,
  .page-wrapper > .widget .sidebar .filter-options-title,
  .page-wrapper > .page-bottom .sidebar .filter-options-title,
  .block.category.event .sidebar .filter-options-title,
  .top-container .sidebar .filter-options-title,
  .page-main .sidebar .filter-options-title {
    font-size: 16px;
    font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
    text-transform: capitalize;
    word-break: normal;
    padding-right: 15px; }
    .navigation .sidebar .filter-options-title:after,
    .breadcrumbs .sidebar .filter-options-title:after,
    .page-header .header.panel .sidebar .filter-options-title:after,
    .header.content .sidebar .filter-options-title:after,
    .footer.content .sidebar .filter-options-title:after,
    .page-wrapper > .widget .sidebar .filter-options-title:after,
    .page-wrapper > .page-bottom .sidebar .filter-options-title:after,
    .block.category.event .sidebar .filter-options-title:after,
    .top-container .sidebar .filter-options-title:after,
    .page-main .sidebar .filter-options-title:after {
      content: "\f078";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 14px; }
  .navigation .sidebar .active > .filter-options-title:after,
  .breadcrumbs .sidebar .active > .filter-options-title:after,
  .page-header .header.panel .sidebar .active > .filter-options-title:after,
  .header.content .sidebar .active > .filter-options-title:after,
  .footer.content .sidebar .active > .filter-options-title:after,
  .page-wrapper > .widget .sidebar .active > .filter-options-title:after,
  .page-wrapper > .page-bottom .sidebar .active > .filter-options-title:after,
  .block.category.event .sidebar .active > .filter-options-title:after,
  .top-container .sidebar .active > .filter-options-title:after,
  .page-main .sidebar .active > .filter-options-title:after {
    content: "\f077"; }
  .navigation .sidebar .filter-options-item,
  .breadcrumbs .sidebar .filter-options-item,
  .page-header .header.panel .sidebar .filter-options-item,
  .header.content .sidebar .filter-options-item,
  .footer.content .sidebar .filter-options-item,
  .page-wrapper > .widget .sidebar .filter-options-item,
  .page-wrapper > .page-bottom .sidebar .filter-options-item,
  .block.category.event .sidebar .filter-options-item,
  .top-container .sidebar .filter-options-item,
  .page-main .sidebar .filter-options-item {
    border-bottom: 1px solid #000; }
    .navigation .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .breadcrumbs .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .page-header .header.panel .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .header.content .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .footer.content .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .page-wrapper > .widget .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .page-wrapper > .page-bottom .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .block.category.event .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .top-container .sidebar .filter-options-item .swatch-attribute.color .swatch-option,
    .page-main .sidebar .filter-options-item .swatch-attribute.color .swatch-option {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      min-width: auto; }
    .navigation .sidebar .filter-options-item .swatch-option.color,
    .breadcrumbs .sidebar .filter-options-item .swatch-option.color,
    .page-header .header.panel .sidebar .filter-options-item .swatch-option.color,
    .header.content .sidebar .filter-options-item .swatch-option.color,
    .footer.content .sidebar .filter-options-item .swatch-option.color,
    .page-wrapper > .widget .sidebar .filter-options-item .swatch-option.color,
    .page-wrapper > .page-bottom .sidebar .filter-options-item .swatch-option.color,
    .block.category.event .sidebar .filter-options-item .swatch-option.color,
    .top-container .sidebar .filter-options-item .swatch-option.color,
    .page-main .sidebar .filter-options-item .swatch-option.color {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000; }
  .navigation .sidebar .block-collapsible-nav .item,
  .breadcrumbs .sidebar .block-collapsible-nav .item,
  .page-header .header.panel .sidebar .block-collapsible-nav .item,
  .header.content .sidebar .block-collapsible-nav .item,
  .footer.content .sidebar .block-collapsible-nav .item,
  .page-wrapper > .widget .sidebar .block-collapsible-nav .item,
  .page-wrapper > .page-bottom .sidebar .block-collapsible-nav .item,
  .block.category.event .sidebar .block-collapsible-nav .item,
  .top-container .sidebar .block-collapsible-nav .item,
  .page-main .sidebar .block-collapsible-nav .item {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin: 10px 0 0; }
    .navigation .sidebar .block-collapsible-nav .item:first-child,
    .breadcrumbs .sidebar .block-collapsible-nav .item:first-child,
    .page-header .header.panel .sidebar .block-collapsible-nav .item:first-child,
    .header.content .sidebar .block-collapsible-nav .item:first-child,
    .footer.content .sidebar .block-collapsible-nav .item:first-child,
    .page-wrapper > .widget .sidebar .block-collapsible-nav .item:first-child,
    .page-wrapper > .page-bottom .sidebar .block-collapsible-nav .item:first-child,
    .block.category.event .sidebar .block-collapsible-nav .item:first-child,
    .top-container .sidebar .block-collapsible-nav .item:first-child,
    .page-main .sidebar .block-collapsible-nav .item:first-child {
      border: 0; }
    .navigation .sidebar .block-collapsible-nav .item.current > strong,
    .breadcrumbs .sidebar .block-collapsible-nav .item.current > strong,
    .page-header .header.panel .sidebar .block-collapsible-nav .item.current > strong,
    .header.content .sidebar .block-collapsible-nav .item.current > strong,
    .footer.content .sidebar .block-collapsible-nav .item.current > strong,
    .page-wrapper > .widget .sidebar .block-collapsible-nav .item.current > strong,
    .page-wrapper > .page-bottom .sidebar .block-collapsible-nav .item.current > strong,
    .block.category.event .sidebar .block-collapsible-nav .item.current > strong,
    .top-container .sidebar .block-collapsible-nav .item.current > strong,
    .page-main .sidebar .block-collapsible-nav .item.current > strong {
      color: #E03C31;
      font-size: 16px;
      font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      text-transform: capitalize; }
    .navigation .sidebar .block-collapsible-nav .item a,
    .breadcrumbs .sidebar .block-collapsible-nav .item a,
    .page-header .header.panel .sidebar .block-collapsible-nav .item a,
    .header.content .sidebar .block-collapsible-nav .item a,
    .footer.content .sidebar .block-collapsible-nav .item a,
    .page-wrapper > .widget .sidebar .block-collapsible-nav .item a,
    .page-wrapper > .page-bottom .sidebar .block-collapsible-nav .item a,
    .block.category.event .sidebar .block-collapsible-nav .item a,
    .top-container .sidebar .block-collapsible-nav .item a,
    .page-main .sidebar .block-collapsible-nav .item a {
      font-size: 16px;
      font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      text-transform: capitalize;
      color: #000; }
      .navigation .sidebar .block-collapsible-nav .item a:hover,
      .breadcrumbs .sidebar .block-collapsible-nav .item a:hover,
      .page-header .header.panel .sidebar .block-collapsible-nav .item a:hover,
      .header.content .sidebar .block-collapsible-nav .item a:hover,
      .footer.content .sidebar .block-collapsible-nav .item a:hover,
      .page-wrapper > .widget .sidebar .block-collapsible-nav .item a:hover,
      .page-wrapper > .page-bottom .sidebar .block-collapsible-nav .item a:hover,
      .block.category.event .sidebar .block-collapsible-nav .item a:hover,
      .top-container .sidebar .block-collapsible-nav .item a:hover,
      .page-main .sidebar .block-collapsible-nav .item a:hover {
        color: #E03C31; }
  @media screen and (max-width: 767px) {
    .navigation .cdz_wapper-application .item,
    .breadcrumbs .cdz_wapper-application .item,
    .page-header .header.panel .cdz_wapper-application .item,
    .header.content .cdz_wapper-application .item,
    .footer.content .cdz_wapper-application .item,
    .page-wrapper > .widget .cdz_wapper-application .item,
    .page-wrapper > .page-bottom .cdz_wapper-application .item,
    .block.category.event .cdz_wapper-application .item,
    .top-container .cdz_wapper-application .item,
    .page-main .cdz_wapper-application .item {
      margin-bottom: 25px; } }
  .navigation .cdz_wapper-application .cdz-application-top,
  .breadcrumbs .cdz_wapper-application .cdz-application-top,
  .page-header .header.panel .cdz_wapper-application .cdz-application-top,
  .header.content .cdz_wapper-application .cdz-application-top,
  .footer.content .cdz_wapper-application .cdz-application-top,
  .page-wrapper > .widget .cdz_wapper-application .cdz-application-top,
  .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-top,
  .block.category.event .cdz_wapper-application .cdz-application-top,
  .top-container .cdz_wapper-application .cdz-application-top,
  .page-main .cdz_wapper-application .cdz-application-top {
    position: relative;
    overflow: hidden; }
    .navigation .cdz_wapper-application .cdz-application-top a,
    .breadcrumbs .cdz_wapper-application .cdz-application-top a,
    .page-header .header.panel .cdz_wapper-application .cdz-application-top a,
    .header.content .cdz_wapper-application .cdz-application-top a,
    .footer.content .cdz_wapper-application .cdz-application-top a,
    .page-wrapper > .widget .cdz_wapper-application .cdz-application-top a,
    .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-top a,
    .block.category.event .cdz_wapper-application .cdz-application-top a,
    .top-container .cdz_wapper-application .cdz-application-top a,
    .page-main .cdz_wapper-application .cdz-application-top a {
      display: block; }
    .navigation .cdz_wapper-application .cdz-application-top img,
    .breadcrumbs .cdz_wapper-application .cdz-application-top img,
    .page-header .header.panel .cdz_wapper-application .cdz-application-top img,
    .header.content .cdz_wapper-application .cdz-application-top img,
    .footer.content .cdz_wapper-application .cdz-application-top img,
    .page-wrapper > .widget .cdz_wapper-application .cdz-application-top img,
    .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-top img,
    .block.category.event .cdz_wapper-application .cdz-application-top img,
    .top-container .cdz_wapper-application .cdz-application-top img,
    .page-main .cdz_wapper-application .cdz-application-top img {
      margin: 0 auto;
      width: 100%; }
  .navigation .cdz_wapper-application .cdz-application-bottom,
  .breadcrumbs .cdz_wapper-application .cdz-application-bottom,
  .page-header .header.panel .cdz_wapper-application .cdz-application-bottom,
  .header.content .cdz_wapper-application .cdz-application-bottom,
  .footer.content .cdz_wapper-application .cdz-application-bottom,
  .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom,
  .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom,
  .block.category.event .cdz_wapper-application .cdz-application-bottom,
  .top-container .cdz_wapper-application .cdz-application-bottom,
  .page-main .cdz_wapper-application .cdz-application-bottom {
    padding: 20px;
    background: #000000;
    color: #ffffff; }
    .navigation .cdz_wapper-application .cdz-application-bottom .title,
    .breadcrumbs .cdz_wapper-application .cdz-application-bottom .title,
    .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .title,
    .header.content .cdz_wapper-application .cdz-application-bottom .title,
    .footer.content .cdz_wapper-application .cdz-application-bottom .title,
    .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .title,
    .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .title,
    .block.category.event .cdz_wapper-application .cdz-application-bottom .title,
    .top-container .cdz_wapper-application .cdz-application-bottom .title,
    .page-main .cdz_wapper-application .cdz-application-bottom .title {
      margin: 0 0 10px;
      font: 500 14px/1.35 Arial, Poppins, Helvetica Neue, Verdana, sans-serif; }
      .navigation .cdz_wapper-application .cdz-application-bottom .title a,
      .breadcrumbs .cdz_wapper-application .cdz-application-bottom .title a,
      .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .title a,
      .header.content .cdz_wapper-application .cdz-application-bottom .title a,
      .footer.content .cdz_wapper-application .cdz-application-bottom .title a,
      .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .title a,
      .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .title a,
      .block.category.event .cdz_wapper-application .cdz-application-bottom .title a,
      .top-container .cdz_wapper-application .cdz-application-bottom .title a,
      .page-main .cdz_wapper-application .cdz-application-bottom .title a {
        color: #ffffff;
        text-decoration: none; }
        .navigation .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .breadcrumbs .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .header.content .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .footer.content .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .block.category.event .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .top-container .cdz_wapper-application .cdz-application-bottom .title a:hover,
        .page-main .cdz_wapper-application .cdz-application-bottom .title a:hover {
          color: #E03C31; }
    .navigation .cdz_wapper-application .cdz-application-bottom .desc,
    .breadcrumbs .cdz_wapper-application .cdz-application-bottom .desc,
    .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .desc,
    .header.content .cdz_wapper-application .cdz-application-bottom .desc,
    .footer.content .cdz_wapper-application .cdz-application-bottom .desc,
    .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .desc,
    .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .desc,
    .block.category.event .cdz_wapper-application .cdz-application-bottom .desc,
    .top-container .cdz_wapper-application .cdz-application-bottom .desc,
    .page-main .cdz_wapper-application .cdz-application-bottom .desc {
      color: #ffffff;
      font: 400 12px/1.55 Arial, Poppins, Helvetica Neue, Verdana, sans-serif; }
    .navigation .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .breadcrumbs .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .header.content .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .footer.content .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .block.category.event .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .top-container .cdz_wapper-application .cdz-application-bottom .application-text-link,
    .page-main .cdz_wapper-application .cdz-application-bottom .application-text-link {
      margin: 0; }
      .navigation .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .breadcrumbs .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .header.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .footer.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .block.category.event .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .top-container .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link,
      .page-main .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link {
        color: #ffffff;
        display: inline-block;
        margin-top: 10px;
        position: relative; }
        .navigation .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .breadcrumbs .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .header.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .footer.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .block.category.event .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .top-container .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover,
        .page-main .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:hover {
          color: #E03C31; }
        .navigation .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .breadcrumbs .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .page-header .header.panel .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .header.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .footer.content .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .page-wrapper > .widget .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .page-wrapper > .page-bottom .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .block.category.event .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .top-container .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before,
        .page-main .cdz_wapper-application .cdz-application-bottom .application-text-link .btn-link:before {
          margin-right: 5px;
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f101";
          font-size: 12px; }
  .navigation .product-info-main,
  .breadcrumbs .product-info-main,
  .page-header .header.panel .product-info-main,
  .header.content .product-info-main,
  .footer.content .product-info-main,
  .page-wrapper > .widget .product-info-main,
  .page-wrapper > .page-bottom .product-info-main,
  .block.category.event .product-info-main,
  .top-container .product-info-main,
  .page-main .product-info-main {
    display: flex;
    flex-flow: wrap; }
    .navigation .product-info-main .page-title-wrapper .page-title,
    .breadcrumbs .product-info-main .page-title-wrapper .page-title,
    .page-header .header.panel .product-info-main .page-title-wrapper .page-title,
    .header.content .product-info-main .page-title-wrapper .page-title,
    .footer.content .product-info-main .page-title-wrapper .page-title,
    .page-wrapper > .widget .product-info-main .page-title-wrapper .page-title,
    .page-wrapper > .page-bottom .product-info-main .page-title-wrapper .page-title,
    .block.category.event .product-info-main .page-title-wrapper .page-title,
    .top-container .product-info-main .page-title-wrapper .page-title,
    .page-main .product-info-main .page-title-wrapper .page-title {
      font-size: 24px;
      color: #000;
      margin-bottom: 25px; }
    .navigation .product-info-main .product-info-price,
    .breadcrumbs .product-info-main .product-info-price,
    .page-header .header.panel .product-info-main .product-info-price,
    .header.content .product-info-main .product-info-price,
    .footer.content .product-info-main .product-info-price,
    .page-wrapper > .widget .product-info-main .product-info-price,
    .page-wrapper > .page-bottom .product-info-main .product-info-price,
    .block.category.event .product-info-main .product-info-price,
    .top-container .product-info-main .product-info-price,
    .page-main .product-info-main .product-info-price {
      order: 2; }
      .navigation .product-info-main .product-info-price .price-box .price-container .price,
      .breadcrumbs .product-info-main .product-info-price .price-box .price-container .price,
      .page-header .header.panel .product-info-main .product-info-price .price-box .price-container .price,
      .header.content .product-info-main .product-info-price .price-box .price-container .price,
      .footer.content .product-info-main .product-info-price .price-box .price-container .price,
      .page-wrapper > .widget .product-info-main .product-info-price .price-box .price-container .price,
      .page-wrapper > .page-bottom .product-info-main .product-info-price .price-box .price-container .price,
      .block.category.event .product-info-main .product-info-price .price-box .price-container .price,
      .top-container .product-info-main .product-info-price .price-box .price-container .price,
      .page-main .product-info-main .product-info-price .price-box .price-container .price {
        font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
        font-size: 24px;
        color: #E03C31;
        font-weight: normal;
        font-style: normal; }
    .navigation .product-info-main .sheet-links a:hover,
    .breadcrumbs .product-info-main .sheet-links a:hover,
    .page-header .header.panel .product-info-main .sheet-links a:hover,
    .header.content .product-info-main .sheet-links a:hover,
    .footer.content .product-info-main .sheet-links a:hover,
    .page-wrapper > .widget .product-info-main .sheet-links a:hover,
    .page-wrapper > .page-bottom .product-info-main .sheet-links a:hover,
    .block.category.event .product-info-main .sheet-links a:hover,
    .top-container .product-info-main .sheet-links a:hover,
    .page-main .product-info-main .sheet-links a:hover {
      color: #E03C31; }
    .navigation .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .breadcrumbs .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .page-header .header.panel .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .header.content .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .footer.content .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .page-wrapper > .widget .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .page-wrapper > .page-bottom .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .block.category.event .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .top-container .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden,
    .page-main .product-info-main .product-options-wrapper + .product-options-bottom .field.qty-hidden {
      position: absolute;
      left: -9999px; }
    .navigation .product-info-main .product.attribute.sku,
    .navigation .product-info-main .product-info-stock-sku,
    .navigation .product-info-main .product-social-links,
    .breadcrumbs .product-info-main .product.attribute.sku,
    .breadcrumbs .product-info-main .product-info-stock-sku,
    .breadcrumbs .product-info-main .product-social-links,
    .page-header .header.panel .product-info-main .product.attribute.sku,
    .page-header .header.panel .product-info-main .product-info-stock-sku,
    .page-header .header.panel .product-info-main .product-social-links,
    .header.content .product-info-main .product.attribute.sku,
    .header.content .product-info-main .product-info-stock-sku,
    .header.content .product-info-main .product-social-links,
    .footer.content .product-info-main .product.attribute.sku,
    .footer.content .product-info-main .product-info-stock-sku,
    .footer.content .product-info-main .product-social-links,
    .page-wrapper > .widget .product-info-main .product.attribute.sku,
    .page-wrapper > .widget .product-info-main .product-info-stock-sku,
    .page-wrapper > .widget .product-info-main .product-social-links,
    .page-wrapper > .page-bottom .product-info-main .product.attribute.sku,
    .page-wrapper > .page-bottom .product-info-main .product-info-stock-sku,
    .page-wrapper > .page-bottom .product-info-main .product-social-links,
    .block.category.event .product-info-main .product.attribute.sku,
    .block.category.event .product-info-main .product-info-stock-sku,
    .block.category.event .product-info-main .product-social-links,
    .top-container .product-info-main .product.attribute.sku,
    .top-container .product-info-main .product-info-stock-sku,
    .top-container .product-info-main .product-social-links,
    .page-main .product-info-main .product.attribute.sku,
    .page-main .product-info-main .product-info-stock-sku,
    .page-main .product-info-main .product-social-links {
      display: none; }
    .navigation .product-info-main .product-add-form,
    .breadcrumbs .product-info-main .product-add-form,
    .page-header .header.panel .product-info-main .product-add-form,
    .header.content .product-info-main .product-add-form,
    .footer.content .product-info-main .product-add-form,
    .page-wrapper > .widget .product-info-main .product-add-form,
    .page-wrapper > .page-bottom .product-info-main .product-add-form,
    .block.category.event .product-info-main .product-add-form,
    .top-container .product-info-main .product-add-form,
    .page-main .product-info-main .product-add-form {
      order: 3;
      width: 100%; }
      .navigation .product-info-main .product-add-form .product-info-staticblock,
      .breadcrumbs .product-info-main .product-add-form .product-info-staticblock,
      .page-header .header.panel .product-info-main .product-add-form .product-info-staticblock,
      .header.content .product-info-main .product-add-form .product-info-staticblock,
      .footer.content .product-info-main .product-add-form .product-info-staticblock,
      .page-wrapper > .widget .product-info-main .product-add-form .product-info-staticblock,
      .page-wrapper > .page-bottom .product-info-main .product-add-form .product-info-staticblock,
      .block.category.event .product-info-main .product-add-form .product-info-staticblock,
      .top-container .product-info-main .product-add-form .product-info-staticblock,
      .page-main .product-info-main .product-add-form .product-info-staticblock {
        display: none; }
      .navigation .product-info-main .product-add-form .product-options-wrapper .label span,
      .breadcrumbs .product-info-main .product-add-form .product-options-wrapper .label span,
      .page-header .header.panel .product-info-main .product-add-form .product-options-wrapper .label span,
      .header.content .product-info-main .product-add-form .product-options-wrapper .label span,
      .footer.content .product-info-main .product-add-form .product-options-wrapper .label span,
      .page-wrapper > .widget .product-info-main .product-add-form .product-options-wrapper .label span,
      .page-wrapper > .page-bottom .product-info-main .product-add-form .product-options-wrapper .label span,
      .block.category.event .product-info-main .product-add-form .product-options-wrapper .label span,
      .top-container .product-info-main .product-add-form .product-options-wrapper .label span,
      .page-main .product-info-main .product-add-form .product-options-wrapper .label span {
        font-weight: normal;
        font-style: normal; }
      .navigation .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .breadcrumbs .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .page-header .header.panel .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .header.content .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .footer.content .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .page-wrapper > .widget .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .page-wrapper > .page-bottom .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .block.category.event .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .top-container .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong,
      .page-main .product-info-main .product-add-form .product-options-wrapper .cut-configurations .configuration-container .config-header strong {
        font-weight: normal;
        font-style: normal; }
      .navigation .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .breadcrumbs .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .page-header .header.panel .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .header.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .footer.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .page-wrapper > .widget .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .page-wrapper > .page-bottom .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .block.category.event .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .top-container .product-info-main .product-add-form .product-options-bottom .actions .action.tocart,
      .page-main .product-info-main .product-add-form .product-options-bottom .actions .action.tocart {
        font-weight: normal;
        font-style: normal; }
        .navigation .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active, .navigation .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .breadcrumbs .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .breadcrumbs .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .page-header .header.panel .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .page-header .header.panel .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .header.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .header.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .footer.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .footer.content .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .page-wrapper > .widget .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .page-wrapper > .widget .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .page-wrapper > .page-bottom .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .page-wrapper > .page-bottom .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .block.category.event .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .block.category.event .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .top-container .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .top-container .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus,
        .page-main .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:active,
        .page-main .product-info-main .product-add-form .product-options-bottom .actions .action.tocart:focus {
          background: #E03C31;
          color: #ffffff; }
    .navigation .product-info-main .product-reviews-summary,
    .breadcrumbs .product-info-main .product-reviews-summary,
    .page-header .header.panel .product-info-main .product-reviews-summary,
    .header.content .product-info-main .product-reviews-summary,
    .footer.content .product-info-main .product-reviews-summary,
    .page-wrapper > .widget .product-info-main .product-reviews-summary,
    .page-wrapper > .page-bottom .product-info-main .product-reviews-summary,
    .block.category.event .product-info-main .product-reviews-summary,
    .top-container .product-info-main .product-reviews-summary,
    .page-main .product-info-main .product-reviews-summary {
      float: left; }
      .navigation .product-info-main .product-reviews-summary .reviews-actions a,
      .breadcrumbs .product-info-main .product-reviews-summary .reviews-actions a,
      .page-header .header.panel .product-info-main .product-reviews-summary .reviews-actions a,
      .header.content .product-info-main .product-reviews-summary .reviews-actions a,
      .footer.content .product-info-main .product-reviews-summary .reviews-actions a,
      .page-wrapper > .widget .product-info-main .product-reviews-summary .reviews-actions a,
      .page-wrapper > .page-bottom .product-info-main .product-reviews-summary .reviews-actions a,
      .block.category.event .product-info-main .product-reviews-summary .reviews-actions a,
      .top-container .product-info-main .product-reviews-summary .reviews-actions a,
      .page-main .product-info-main .product-reviews-summary .reviews-actions a {
        color: #000; }
        .navigation .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .breadcrumbs .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .page-header .header.panel .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .header.content .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .footer.content .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .page-wrapper > .widget .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .page-wrapper > .page-bottom .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .block.category.event .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .top-container .product-info-main .product-reviews-summary .reviews-actions a:hover,
        .page-main .product-info-main .product-reviews-summary .reviews-actions a:hover {
          color: #E03C31; }
    .navigation .product-info-main .page-title-wrapper.product,
    .breadcrumbs .product-info-main .page-title-wrapper.product,
    .page-header .header.panel .product-info-main .page-title-wrapper.product,
    .header.content .product-info-main .page-title-wrapper.product,
    .footer.content .product-info-main .page-title-wrapper.product,
    .page-wrapper > .widget .product-info-main .page-title-wrapper.product,
    .page-wrapper > .page-bottom .product-info-main .page-title-wrapper.product,
    .block.category.event .product-info-main .page-title-wrapper.product,
    .top-container .product-info-main .page-title-wrapper.product,
    .page-main .product-info-main .page-title-wrapper.product {
      width: 100%; }
    .navigation .product-info-main .product.attibute.overview,
    .breadcrumbs .product-info-main .product.attibute.overview,
    .page-header .header.panel .product-info-main .product.attibute.overview,
    .header.content .product-info-main .product.attibute.overview,
    .footer.content .product-info-main .product.attibute.overview,
    .page-wrapper > .widget .product-info-main .product.attibute.overview,
    .page-wrapper > .page-bottom .product-info-main .product.attibute.overview,
    .block.category.event .product-info-main .product.attibute.overview,
    .top-container .product-info-main .product.attibute.overview,
    .page-main .product-info-main .product.attibute.overview {
      margin: 25px 0 0;
      width: 100%; }
      .navigation .product-info-main .product.attibute.overview .title,
      .breadcrumbs .product-info-main .product.attibute.overview .title,
      .page-header .header.panel .product-info-main .product.attibute.overview .title,
      .header.content .product-info-main .product.attibute.overview .title,
      .footer.content .product-info-main .product.attibute.overview .title,
      .page-wrapper > .widget .product-info-main .product.attibute.overview .title,
      .page-wrapper > .page-bottom .product-info-main .product.attibute.overview .title,
      .block.category.event .product-info-main .product.attibute.overview .title,
      .top-container .product-info-main .product.attibute.overview .title,
      .page-main .product-info-main .product.attibute.overview .title {
        display: none; }
      .navigation .product-info-main .product.attibute.overview .product-properties-title,
      .breadcrumbs .product-info-main .product.attibute.overview .product-properties-title,
      .page-header .header.panel .product-info-main .product.attibute.overview .product-properties-title,
      .header.content .product-info-main .product.attibute.overview .product-properties-title,
      .footer.content .product-info-main .product.attibute.overview .product-properties-title,
      .page-wrapper > .widget .product-info-main .product.attibute.overview .product-properties-title,
      .page-wrapper > .page-bottom .product-info-main .product.attibute.overview .product-properties-title,
      .block.category.event .product-info-main .product.attibute.overview .product-properties-title,
      .top-container .product-info-main .product.attibute.overview .product-properties-title,
      .page-main .product-info-main .product.attibute.overview .product-properties-title {
        font-size: 14px;
        color: #000;
        font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
      .navigation .product-info-main .product.attibute.overview ul,
      .breadcrumbs .product-info-main .product.attibute.overview ul,
      .page-header .header.panel .product-info-main .product.attibute.overview ul,
      .header.content .product-info-main .product.attibute.overview ul,
      .footer.content .product-info-main .product.attibute.overview ul,
      .page-wrapper > .widget .product-info-main .product.attibute.overview ul,
      .page-wrapper > .page-bottom .product-info-main .product.attibute.overview ul,
      .block.category.event .product-info-main .product.attibute.overview ul,
      .top-container .product-info-main .product.attibute.overview ul,
      .page-main .product-info-main .product.attibute.overview ul {
        font-size: 0;
        line-height: 0;
        letter-spacing: -1px; }
        .navigation .product-info-main .product.attibute.overview ul li,
        .breadcrumbs .product-info-main .product.attibute.overview ul li,
        .page-header .header.panel .product-info-main .product.attibute.overview ul li,
        .header.content .product-info-main .product.attibute.overview ul li,
        .footer.content .product-info-main .product.attibute.overview ul li,
        .page-wrapper > .widget .product-info-main .product.attibute.overview ul li,
        .page-wrapper > .page-bottom .product-info-main .product.attibute.overview ul li,
        .block.category.event .product-info-main .product.attibute.overview ul li,
        .top-container .product-info-main .product.attibute.overview ul li,
        .page-main .product-info-main .product.attibute.overview ul li {
          font-size: 13px;
          line-height: 15px;
          color: #000;
          list-style-type: disc;
          padding: 0 20px 0 15px;
          margin: 0 0 10px 0;
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 50%;
          letter-spacing: normal; }
          @media screen and (max-width: 480px) {
            .navigation .product-info-main .product.attibute.overview ul li,
            .breadcrumbs .product-info-main .product.attibute.overview ul li,
            .page-header .header.panel .product-info-main .product.attibute.overview ul li,
            .header.content .product-info-main .product.attibute.overview ul li,
            .footer.content .product-info-main .product.attibute.overview ul li,
            .page-wrapper > .widget .product-info-main .product.attibute.overview ul li,
            .page-wrapper > .page-bottom .product-info-main .product.attibute.overview ul li,
            .block.category.event .product-info-main .product.attibute.overview ul li,
            .top-container .product-info-main .product.attibute.overview ul li,
            .page-main .product-info-main .product.attibute.overview ul li {
              width: 100%; } }
          .navigation .product-info-main .product.attibute.overview ul li:after,
          .breadcrumbs .product-info-main .product.attibute.overview ul li:after,
          .page-header .header.panel .product-info-main .product.attibute.overview ul li:after,
          .header.content .product-info-main .product.attibute.overview ul li:after,
          .footer.content .product-info-main .product.attibute.overview ul li:after,
          .page-wrapper > .widget .product-info-main .product.attibute.overview ul li:after,
          .page-wrapper > .page-bottom .product-info-main .product.attibute.overview ul li:after,
          .block.category.event .product-info-main .product.attibute.overview ul li:after,
          .top-container .product-info-main .product.attibute.overview ul li:after,
          .page-main .product-info-main .product.attibute.overview ul li:after {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #000;
            position: absolute;
            left: 0;
            top: 5px; }
    .navigation .product-info-main .wrap-custom-cut-links,
    .breadcrumbs .product-info-main .wrap-custom-cut-links,
    .page-header .header.panel .product-info-main .wrap-custom-cut-links,
    .header.content .product-info-main .wrap-custom-cut-links,
    .footer.content .product-info-main .wrap-custom-cut-links,
    .page-wrapper > .widget .product-info-main .wrap-custom-cut-links,
    .page-wrapper > .page-bottom .product-info-main .wrap-custom-cut-links,
    .block.category.event .product-info-main .wrap-custom-cut-links,
    .top-container .product-info-main .wrap-custom-cut-links,
    .page-main .product-info-main .wrap-custom-cut-links {
      padding: 5px 0 20px; }
      .navigation .product-info-main .wrap-custom-cut-links a,
      .breadcrumbs .product-info-main .wrap-custom-cut-links a,
      .page-header .header.panel .product-info-main .wrap-custom-cut-links a,
      .header.content .product-info-main .wrap-custom-cut-links a,
      .footer.content .product-info-main .wrap-custom-cut-links a,
      .page-wrapper > .widget .product-info-main .wrap-custom-cut-links a,
      .page-wrapper > .page-bottom .product-info-main .wrap-custom-cut-links a,
      .block.category.event .product-info-main .wrap-custom-cut-links a,
      .top-container .product-info-main .wrap-custom-cut-links a,
      .page-main .product-info-main .wrap-custom-cut-links a {
        color: #0067a0;
        text-decoration: underline; }
        .navigation .product-info-main .wrap-custom-cut-links a:hover,
        .breadcrumbs .product-info-main .wrap-custom-cut-links a:hover,
        .page-header .header.panel .product-info-main .wrap-custom-cut-links a:hover,
        .header.content .product-info-main .wrap-custom-cut-links a:hover,
        .footer.content .product-info-main .wrap-custom-cut-links a:hover,
        .page-wrapper > .widget .product-info-main .wrap-custom-cut-links a:hover,
        .page-wrapper > .page-bottom .product-info-main .wrap-custom-cut-links a:hover,
        .block.category.event .product-info-main .wrap-custom-cut-links a:hover,
        .top-container .product-info-main .wrap-custom-cut-links a:hover,
        .page-main .product-info-main .wrap-custom-cut-links a:hover {
          color: #E03C31; }
    .navigation .product-info-main .swatch-option.color,
    .breadcrumbs .product-info-main .swatch-option.color,
    .page-header .header.panel .product-info-main .swatch-option.color,
    .header.content .product-info-main .swatch-option.color,
    .footer.content .product-info-main .swatch-option.color,
    .page-wrapper > .widget .product-info-main .swatch-option.color,
    .page-wrapper > .page-bottom .product-info-main .swatch-option.color,
    .block.category.event .product-info-main .swatch-option.color,
    .top-container .product-info-main .swatch-option.color,
    .page-main .product-info-main .swatch-option.color {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000; }
  .navigation > .page-title-wrapper .page-title,
  .breadcrumbs > .page-title-wrapper .page-title,
  .page-header .header.panel > .page-title-wrapper .page-title,
  .header.content > .page-title-wrapper .page-title,
  .footer.content > .page-title-wrapper .page-title,
  .page-wrapper > .widget > .page-title-wrapper .page-title,
  .page-wrapper > .page-bottom > .page-title-wrapper .page-title,
  .block.category.event > .page-title-wrapper .page-title,
  .top-container > .page-title-wrapper .page-title,
  .page-main > .page-title-wrapper .page-title {
    text-transform: capitalize;
    font-size: 24px;
    color: #000;
    margin: 12px 0 21px; }
  .navigation .groupbanner-text,
  .breadcrumbs .groupbanner-text,
  .page-header .header.panel .groupbanner-text,
  .header.content .groupbanner-text,
  .footer.content .groupbanner-text,
  .page-wrapper > .widget .groupbanner-text,
  .page-wrapper > .page-bottom .groupbanner-text,
  .block.category.event .groupbanner-text,
  .top-container .groupbanner-text,
  .page-main .groupbanner-text {
    font-size: 16px;
    line-height: 20px; }
    .navigation .groupbanner-text > a,
    .breadcrumbs .groupbanner-text > a,
    .page-header .header.panel .groupbanner-text > a,
    .header.content .groupbanner-text > a,
    .footer.content .groupbanner-text > a,
    .page-wrapper > .widget .groupbanner-text > a,
    .page-wrapper > .page-bottom .groupbanner-text > a,
    .block.category.event .groupbanner-text > a,
    .top-container .groupbanner-text > a,
    .page-main .groupbanner-text > a {
      display: block;
      position: relative; }
      .navigation .groupbanner-text > a:after,
      .breadcrumbs .groupbanner-text > a:after,
      .page-header .header.panel .groupbanner-text > a:after,
      .header.content .groupbanner-text > a:after,
      .footer.content .groupbanner-text > a:after,
      .page-wrapper > .widget .groupbanner-text > a:after,
      .page-wrapper > .page-bottom .groupbanner-text > a:after,
      .block.category.event .groupbanner-text > a:after,
      .top-container .groupbanner-text > a:after,
      .page-main .groupbanner-text > a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    .navigation .groupbanner-text .img-responsive,
    .breadcrumbs .groupbanner-text .img-responsive,
    .page-header .header.panel .groupbanner-text .img-responsive,
    .header.content .groupbanner-text .img-responsive,
    .footer.content .groupbanner-text .img-responsive,
    .page-wrapper > .widget .groupbanner-text .img-responsive,
    .page-wrapper > .page-bottom .groupbanner-text .img-responsive,
    .block.category.event .groupbanner-text .img-responsive,
    .top-container .groupbanner-text .img-responsive,
    .page-main .groupbanner-text .img-responsive {
      width: 100%; }
    .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small,
    .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-small {
      display: block;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 19px; }
    .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title,
    .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title {
      margin: 0 0 11px;
      padding: 0;
      font-size: 22px;
      line-height: 28px;
      font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
    .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p,
    .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc p {
      margin: 0 0 15px; }
    .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary,
    .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
      border: 3px solid #fff;
      background: none;
      color: #fff;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
      margin: 0;
      padding: 7px 15px 6px; }
      .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover,
      .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover {
        border-color: #fff;
        background: #E03C31; }
    .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link,
    .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link {
      margin: 0; }
      .navigation .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .breadcrumbs .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .page-header .header.panel .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .header.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .footer.content .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .page-wrapper > .widget .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .page-wrapper > .page-bottom .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .block.category.event .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .top-container .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after,
      .page-main .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link::after {
        font-size: 16px;
        line-height: 20px; }
  .navigation .label,
  .breadcrumbs .label,
  .page-header .header.panel .label,
  .header.content .label,
  .footer.content .label,
  .page-wrapper > .widget .label,
  .page-wrapper > .page-bottom .label,
  .block.category.event .label,
  .top-container .label,
  .page-main .label {
    font-weight: normal;
    font-style: normal; }
  .navigation .actions-toolbar .primary .action.primary,
  .breadcrumbs .actions-toolbar .primary .action.primary,
  .page-header .header.panel .actions-toolbar .primary .action.primary,
  .header.content .actions-toolbar .primary .action.primary,
  .footer.content .actions-toolbar .primary .action.primary,
  .page-wrapper > .widget .actions-toolbar .primary .action.primary,
  .page-wrapper > .page-bottom .actions-toolbar .primary .action.primary,
  .block.category.event .actions-toolbar .primary .action.primary,
  .top-container .actions-toolbar .primary .action.primary,
  .page-main .actions-toolbar .primary .action.primary {
    font-weight: normal;
    font-style: normal; }

.products-grid .product-item .product-item-info .cdz-product-wishlist {
  width: 22px;
  height: 22px;
  display: block; }
  .products-grid .product-item .product-item-info .cdz-product-wishlist a {
    width: 22px;
    height: 22px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .products-grid .product-item .product-item-info .cdz-product-wishlist a.action.towishlist:before {
      content: "";
      background: url(../images/sprite.png) no-repeat;
      background-position: -90px -55px;
      display: inline-block;
      height: 22px;
      width: 22px; }
    .products-grid .product-item .product-item-info .cdz-product-wishlist a.action.towishlist:hover:before, .products-grid .product-item .product-item-info .cdz-product-wishlist a.action.towishlist.action.wishlisted:before {
      background-position: -90px -79px; }
  .products-grid .product-item .product-item-info .cdz-product-wishlist:hover a {
    background: #fff; }
    .products-grid .product-item .product-item-info .cdz-product-wishlist:hover a.action.towishlist:before {
      color: #E03C31; }

.products-grid .product-item .product-item-info .product-item-name a {
  color: #E03C31; }
  .products-grid .product-item .product-item-info .product-item-name a:hover {
    color: #000; }

.products-grid .product-item .product-item-info .price-box .price {
  color: #E03C31;
  font-weight: normal;
  font-style: normal; }

.products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.75);
  top: auto;
  bottom: 100%; }
  .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .qs-button,
  .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container button.tocart.primary,
  .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .action {
    border: 3px solid transparent;
    background: transparent; }
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .qs-button:before,
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container button.tocart.primary:before,
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .action:before {
      color: #000; }
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .qs-button:hover,
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container button.tocart.primary:hover,
    .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .action:hover {
      border-color: #000; }
      .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .qs-button:hover:before,
      .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container button.tocart.primary:hover:before,
      .products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) .cdz-buttons-container .action:hover:before {
        color: #000; }

.products-grid .product-item:hover .product-item-info {
  box-shadow: none; }

.products-grid .product-item .swatch-option.color {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000; }

.page-layout-1column .product.media {
  width: 45%; }

.page-layout-1column .product-info-main {
  width: 50%;
  padding-left: 20px; }
  .page-layout-1column .product-info-main .sheet-links a {
    color: #E03C31;
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .page-layout-1column .product-info-main {
      padding: 0; } }

.page-layout-1column .product-main-content {
  box-shadow: none;
  padding: 0; }

.page-layout-1column .product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%; }

.product-info-main .price.unit {
  display: none; }

.cdz-block-title .b-title {
  padding: 0 20px 11px;
  color: #E03C31;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
  min-width: 250px;
  border-bottom: 2px solid #E03C31; }
  .cdz-block-title .b-title::before {
    display: none; }

.cdz-buttons-container button.tocart.primary::before,
.sorter-action::before {
  content: "";
  background: url(../images/sprite.png) no-repeat;
  background-position: 0 -60px;
  display: inline-block;
  height: 26px;
  width: 18px; }

.cdz-buttons-container button.tocart.primary:hover:before,
.sorter-action:hover:before {
  background-position: -19px -60px; }

.cdz-buttons-container button.tocart.primary {
  width: 50px;
  height: 50px; }
  .cdz-buttons-container button.tocart.primary::before {
    height: 40px;
    width: 36px;
    background-position: -49px -53px; }
  .cdz-buttons-container button.tocart.primary:hover:before {
    background-position: -49px -53px; }

.products-grid .tocompare,
.products-grid .qs-button {
  width: 50px;
  height: 50px; }
  .products-grid .tocompare::before,
  .products-grid .qs-button::before {
    content: "";
    background: url(../images/sprite.png) no-repeat;
    background-position: -83px 14px;
    display: inline-block;
    height: 35px;
    width: 32px; }

.products-grid .tocompare::before {
  background-position: -83px -17px; }

/* Home page gallery */
.full-slideshow-wrapper .cdz-slideshow {
  margin: 0 0 80px; }
  @media screen and (max-width: 992px) {
    .full-slideshow-wrapper .cdz-slideshow {
      margin-bottom: 20px; } }
  .full-slideshow-wrapper .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    border: 0;
    background: none;
    color: #fff;
    left: 53px; }
    .full-slideshow-wrapper .cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*="owl-"]::before {
      font-size: 53px;
      line-height: 60px; }
  .full-slideshow-wrapper .cdz-slideshow .owl-carousel.owl-theme .owl-nav .owl-next[class*="owl-"] {
    right: 53px;
    left: auto; }

/* Main news */
.main-news {
  display: flex;
  position: relative;
  padding: 0 0 0 260px;
  margin: 0 0 25px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .main-news {
      padding: 0;
      flex-direction: column; } }
  .main-news img {
    width: 100%;
    height: auto; }
  .main-news .news-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 252px;
    height: 100%; }
    @media screen and (max-width: 992px) {
      .main-news .news-text {
        position: static;
        width: 100%; } }
    .main-news .news-text .holder {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .main-news .news-text .holder .title {
        margin: 0 0 8px;
        padding: 35px 15px;
        background: #E03C31; }
        .main-news .news-text .holder .title .holder {
          max-height: 88px;
          overflow: hidden;
          color: #fff;
          font-size: 14px;
          line-height: 18px; }
        .main-news .news-text .holder .title strong {
          display: block;
          font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
          margin: 0 0 -2px;
          line-height: normal;
          font-weight: normal;
          font-style: normal; }
        .main-news .news-text .holder .title h2 {
          margin: 0;
          font-size: 14px;
          line-height: 18px;
          font-family: Arial, "EvonikProkyon-Medium", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
      .main-news .news-text .holder .text-block {
        flex: 1;
        font-size: 14px;
        line-height: 21px;
        background: #000000;
        color: #ffffff;
        min-height: 320px;
        padding: 30px 25px; }
        @media screen and (max-width: 992px) {
          .main-news .news-text .holder .text-block {
            min-height: 100%; } }
        .main-news .news-text .holder .text-block .in-text-block {
          overflow-x: auto;
          max-height: 210px; }
          @media screen and (max-width: 992px) {
            .main-news .news-text .holder .text-block .in-text-block {
              max-height: 100%;
              overflow-x: hidden; } }
          .main-news .news-text .holder .text-block .in-text-block a {
            color: #ffffff; }
            .main-news .news-text .holder .text-block .in-text-block a:hover {
              color: #E03C31; }
        .main-news .news-text .holder .text-block .more-link {
          color: #ffffff;
          font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif; }
          .main-news .news-text .holder .text-block .more-link:hover {
            color: #E03C31; }

.product.data.items > .item.content {
  border-top: 2px solid #E03C31; }
  .product.data.items > .item.content embed {
    width: 100% !important;
    display: block;
    margin: 15px 0; }
  .product.data.items > .item.content .product.attribute.description a {
    color: #E03C31; }

.product.info.detailed {
  box-shadow: none;
  padding: 0;
  border: 0; }
  .product.info.detailed:not(.without_tab) {
    box-shadow: none;
    padding: 0;
    border: 0; }
  .product.info.detailed .product.data.items > .item.title.active > .switch {
    font-size: 18px;
    color: #E03C31; }
    .product.info.detailed .product.data.items > .item.title.active > .switch:before {
      background: #E03C31; }
  .product.info.detailed .product.data.items > .item.title > .switch {
    font-size: 18px;
    color: #E03C31;
    font-weight: normal;
    font-style: normal; }
    .product.info.detailed .product.data.items > .item.title > .switch:hover {
      color: #E03C31; }
    .product.info.detailed .product.data.items > .item.title > .switch:before {
      background: #E03C31; }

.cart-container a.action.continue,
.cart-container a.action.primary {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.cart-footer .cart-qty {
  background: #E03C31;
  border-color: #E03C31; }

.footer-cart-summary .summary-content .price {
  color: #E03C31; }

.cart-items .item span.item-qty {
  background: #E03C31; }

.gift-item-block .title {
  color: #000;
  text-decoration: none; }
  .gift-item-block .title:hover {
    color: #E03C31; }
    .gift-item-block .title:hover:after {
      color: #E03C31; }

.gift-item-block .gift-options .actions-toolbar .secondary .action-cancel {
  color: #000;
  text-decoration: none; }
  .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel:hover {
    color: #E03C31; }

.cart-discount .block {
  margin: 0;
  padding: 10px 0; }

.cart-discount .actions-toolbar > .secondary .action:last-child {
  color: #000;
  text-decoration: none; }
  .cart-discount .actions-toolbar > .secondary .action:last-child:hover {
    color: #E03C31; }

.cart.table-wrapper .product-item-name a {
  color: #000; }
  .cart.table-wrapper .product-item-name a:hover {
    color: #E03C31; }

#shipperhq_option label.required:after {
  content: '*';
  display: inline-block;
  color: red; }

.opc-wrapper .form .actions-toolbar .primary {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus) {
  top: 0; }

.opc-progress-bar-item._active > span:before {
  background: #E03C31; }

.opc-progress-bar-item._active:before {
  background: #E03C31; }

.minicart-items .product-item-name a {
  color: #000; }
  .minicart-items .product-item-name a:visited {
    color: #000; }
  .minicart-items .product-item-name a:hover {
    color: #E03C31; }

.minicart-items .product-item-details .details-qty .label {
  display: inline-block; }

.block-minicart .block-content > .actions > .secondary a {
  color: #000; }
  .block-minicart .block-content > .actions > .secondary a:hover {
    color: #E03C31; }

.action.multicheckout {
  color: #000; }
  .action.multicheckout:hover {
    color: #E03C31; }

.wrap-row-cms {
  font-family: Arial, "EvonikProkyon-Regular", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333; }
  .wrap-row-cms .box-img {
    padding-bottom: 15px; }
  .wrap-row-cms strong {
    color: #E03C31;
    font-family: Arial, "EvonikProkyon-Bold", 'Helvetica Neue', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px; }

.modal-popup._inner-scroll .modal-inner-wrap {
  background: #fff;
  max-width: 750px; }

.modal-popup .action-close,
.modal-slide .action-close {
  background: #fff !important;
  color: #E03C31 !important;
  border: 3px solid #E03C31 !important;
  top: 30px;
  right: 30px; }

.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #E03C31 !important; }

.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  opacity: 1 !important;
  background: #E03C31 !important; }

.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #fff !important; }

.modal-slide._inner-scroll .modal-inner-wrap .modal-title {
  font-size: 18px;
  color: #E03C31;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e1e1e1; }

.modal-slide._inner-scroll .modal-inner-wrap table {
  width: 100%; }

.modal-slide._inner-scroll .modal-inner-wrap table td,
.modal-slide._inner-scroll .modal-inner-wrap label {
  font: 500 14px/1.35 Arial, EvonikProkyon-Medium, Helvetica Neue, Verdana, sans-serif;
  color: #282828; }

.modal-slide._inner-scroll .modal-inner-wrap table tr {
  display: block;
  border-bottom: 1px solid #e1e1e1; }

.modal-slide._inner-scroll .modal-inner-wrap label {
  display: block; }

.modal-slide._inner-scroll .modal-inner-wrap label select,
.modal-slide._inner-scroll .modal-inner-wrap label input {
  margin-top: 15px; }

.modal-popup._inner-scroll .modal-inner-wrap #add-full-size-sheet {
  color: #ffffff;
  background: #E03C31;
  border: 3px solid #E03C31;
  font: 600 14px/1.35 Arial, EvonikProkyon-Medium, Helvetica Neue, Verdana, sans-serif;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.modal-popup._inner-scroll .modal-inner-wrap #add-full-size-sheet:hover {
  color: #E03C31;
  background: #ffffff;
  border: 3px solid #E03C31; }

.qs-modal .modal-popup .modal-content .page-title-wrapper {
  max-width: 255px; }

.qs-modal .modal-popup .modal-content .product.data.items {
  z-index: auto; }

.qs-modal .modal-popup .action-close,
.qs-modal .modal-slide .action-close {
  display: none; }

._has-modal.cdz-qs-view .qs-modal .modal-popup .action-close,
._has-modal.cdz-qs-view .qs-modal .modal-slide .action-close {
  display: block; }

#full-size-sheets-table .wrap-product-qty .in-product-qty:after {
  content: '';
  display: block;
  clear: both; }

#full-size-sheets-table .wrap-product-qty .in-product-qty label {
  float: left;
  margin: 10px 10px 5px 0; }

#full-size-sheets-table .wrap-product-qty .in-product-qty input {
  float: left;
  max-width: 50px;
  text-align: center; }

.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-tabs .product-social-links {
  margin: 0; }

.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-tabs .product-addto-links {
  margin: 0; }

.authentication-wrapper .action.action-auth-toggle {
  color: #999999; }

/*cdz_wapper-application*/
@media screen and (min-width: 768px) {
  .cdz_wapper-application .row:not(:first-child) {
    display: flex;
    align-items: stretch; }
    .cdz_wapper-application .row:not(:first-child) .col-sm-8.item {
      display: flex;
      flex-direction: column; }
      .cdz_wapper-application .row:not(:first-child) .col-sm-8.item .cdz-application-bottom {
        flex: 1; } }

/*# sourceMappingURL=custom-style.css.map */
