/*

@media only screen and (max-width: 470px)
@media only screen and (max-width: 500px)
@media only screen and (max-width: 760px)
@media only screen and (max-width: 980px)
@media only screen and (max-width: 1039px)
@media only screen and (max-width: 1044px)

*/
/*
	Journal - Advanced Opencart Theme Framework
	Version 2.4.5
	Copyright (c) 2014 Digital Atelier
	http://journal.digital-atelier.com/
*/
/******************************
 SECOND IMAGE
*******************************/
.product-grid-item .image > a,
.product-list-item .image > a {
  background-position: 500px !important;
}
.product-grid-second-image .product-grid-item .image > a.has-second-image,
.product-list-second-image .product-list-item .image > a.has-second-image {
  background-size: 100% 100% !important;
}
.product-grid-second-image .product-grid-item:hover .image a.has-second-image,
.product-list-second-image .product-list-item:hover .image a.has-second-image {
  background-position: 0 !important;
}
.product-grid-second-image .product-grid-item:hover .image a.has-second-image img,
.product-list-second-image .product-list-item:hover .image a.has-second-image img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.section-brand .product-grid-item:hover .image > a.has-second-image > img,
.section-brand .product-list-item:hover .image > a.has-second-image > img,
.section-category .product-grid-item:hover .image > a.has-second-image > img,
.section-category .product-list-item:hover .image > a.has-second-image > img,
.carousel-brand .product-grid-item:hover .image > a.has-second-image > img,
.carousel-brand .product-list-item:hover .image > a.has-second-image > img,
.carousel-category .product-grid-item:hover .image > a.has-second-image > img,
.carousel-category .product-list-item:hover .image > a.has-second-image > img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/******************************
 NOTIFICATION
*******************************/
.ui-pnotify {
  top: 20px;
  right: 20px;
  position: fixed;
  height: auto;
  z-index: 99999999;
  background-color: #f4f4f4;
  padding: 10px;
}
.ui-pnotify-closer {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 13px;
  visibility: visible !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ui-pnotify-closer:before {
  content: "\e601";
  color: inherit;
  font-size: 22px;
  position: relative;
}
.ui-pnotify-title {
  display: block;
  background-color: #5F6874;
  padding: 3px 10px 5px;
  margin-bottom: 10px;
}
.ui-pnotify-text {
  height: 60px;
  line-height: 16px;
  display: block;
}
.ui-pnotify-text img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}
/******************************
SCROLL TOP
*******************************/
.scroll-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 0px;
  padding: 8px;
  cursor: pointer;
}
.scroll-top:before {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  content: "\e021";
  font-size: 45px;
}
/******************************
BUTTON ICONS
*******************************/
.button-left-icon:before {
  float: left;
}
.button-right-icon:before {
  float: right;
}
.button-cart-text {
  position: relative;
}
/******************************
TOOLTIPS
*******************************/
[data-hint]:before {
  border: 7px solid transparent;
  display: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hint--top,
.hint--left,
.hint--right {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hint--top:before {
  left: 50%;
  margin-left: -7px;
  border-top-color: #333745;
  margin-bottom: -13px;
}
.hint--right:before {
  margin-top: -6px;
  border-right-color: #333745;
}
.hint--left:before {
  border-left-color: #333745;
}
.ie9 .hint--top:after,
.ie8 .hint--top:after {
  left: -50%;
}
.hint--top:after,
.hint--top:focus:after {
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
  transform: translate3d(0, 0, 0) translateX(-50%);
}
[data-hint]:after {
  text-shadow: none;
  color: white;
  text-transform: none;
  background-color: #333745;
  box-shadow: none;
  line-height: 100%;
  padding: 8px 10px;
  display: none;
  font-family: 'Montserrat', Montserrat, Arial;
}
.hint--top:hover:after,
.hint--top:focus:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
  transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
}
.journal-carousel .product-grid-item .image .wishlist a:hover:after,
.journal-carousel .product-grid-item .image .compare a:hover:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
  transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
}
/** other - moved here **
				start
************************/
.wait {
  position: absolute;
  padding-top: 12px;
  right: -10px;
  bottom: 30px;
}
/******************************
 COMPARE
*******************************/
.compare-info img {
  max-width: 100% !important;
}
/** other - moved here **
				 End
************************/
/******************************
 CONTACT PAGE
*******************************/
.contact-page h2 {
  margin-bottom: 15px;
}
.contact-page .buttons {
  margin-top: 15px;
}
.contact-page .content b {
  margin-bottom: 5px;
  display: inline-block;
}
.contact-info {
  overflow: auto;
}
.contact-info > div > div {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
/****
custom stuff from backend config
 */
@media screen and (max-width: 760px) {
  .journal-center-bg {
    top: auto !important;
  }
  .quickcheckout-content #login div {
    width: 100% !important;
    text-align: inherit !important;
    float: inherit !important;
    margin-bottom: 3px !important;
  }
  #quickcheckoutconfirm div#login input[type="text"],
  #quickcheckoutconfirm div#login input[type="password"] {
    float: right;
    margin-bottom: 8px;
  }
  .quickcheckout-content #login div:nth-child(3) {
    text-align: right !important;
  }
  #quickcheckoutconfirm div#login > div {
    clear: both;
  }
}
@media screen and (max-width: 470px) {
  .product-wrapper {
    margin-right: 0;
  }
  .product-grid,
  #content .box-product {
    margin-right: 0;
  }
  #content {
    padding: 5px 5px 0 5px;
  }
  #quickcheckoutconfirm label {
    padding-right: 0;
    font-size: 12px;
  }
  #quickcheckoutconfirm .required,
  .cart-info .stock {
    font-size: 13px;
  }
  .quickcheckout-content #login div {
    width: 100% !important;
    text-align: inherit !important;
    float: inherit !important;
    margin-bottom: 3px !important;
  }
  #quickcheckoutconfirm div#login input[type="text"],
  #quickcheckoutconfirm div#login input[type="password"] {
    float: right;
    margin-bottom: 8px;
  }
  .quickcheckout-content #login div:nth-child(3) {
    text-align: right !important;
  }
  #quickcheckoutconfirm div#login > div:not(:last-child) {
    clear: both;
  }
  .quickcheckout-content {
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  #quickcheckoutconfirm .or {
    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 15px;
    color: #333745;
    background-color: #f4f4f4;
    border: 1px solid #e2e2e2;
    padding: 3px;
  }
  .quickcheckout-cart td.name {
    width: auto;
  }
  .payment .attribs .summary .image {
    float: left;
    margin-right: 5px;
    width: 83px;
    display: inline;
  }
  .payment .attribs .summary .text {
    display: inline;
    width: auto;
    font-size: 11px;
    float: none;
  }
  .payment .attribs .summary .options {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .payment .attribs .summary .options div.item {
    width: auto;
  }
  .payment .attribs .summary .options span.title {
    float: none;
  }
  .payment .attribs .summary .attrib {
    display: none;
  }
  .payment .attribs .totals div > span {
    padding-right: 4px;
  }
  .journal-popup textarea {
    height: 125px;
  }
  input[name='captcha'] {
    width: 112px;
  }
  .cart-module > div#coupon form input[name='coupon'] {
    width: 65%;
    display: inline;
  }
  .cart-module > div#coupon form {
    padding-left: 0px;
  }
  .cart-module > div#coupon form input[type='submit'] {
    width: 30%;
    display: inline;
  }
  .cart-module > div#coupon {
    text-align: left;
  }
}
.wide {
  width: 100%;
}
.information-page #content p {
  padding-bottom: 10px;
}
.information-page #content li {
  padding-bottom: 4px;
  line-height: 20px;
}
.information-page #content small {
  color: #646464;
}
.information-page #content small a {
  color: #646464;
}
.journal-popup-footer-content {
  padding-right: 15px;
}
.journal-popup {
  border: 2px solid #ffffff;
}
div#container p {
  line-height: 20px;
}
div.display {
  display: none;
}
.sf-reset {
  position: relative;
  right: 8px;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
header *,
#container *,
footer *,
#top-modules *,
#bottom-modules * {
  box-sizing: border-box;
}
.journal-sf .sf-image .box-content {
  max-height: none;
}
#quickcheckoutconfirm input[type="text"],
#quickcheckoutconfirm input[type="password"],
#quickcheckoutconfirm textarea {
  background-color: #F6F6F6;
  border-radius: 3px 3px 3px 3px;
  margin-left: 0;
  margin-right: 0;
}
#quickcheckoutconfirm div#login > div:not(:last-child) {
  text-align: left !important;
  padding-right: 20px;
}
#quickcheckoutconfirm div#login input[type="text"],
#quickcheckoutconfirm div#login input[type="password"] {
  width: auto;
  margin-left: 5px;
}
#quickcheckoutconfirm div.or {
  color: #EC038C;
}
.quickcheckout-content {
  line-height: 1.5;
}
.quickcheckout-heading {
  color: #333745;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  padding: 5px 5px 5px 9px;
}
html.layout-12 h1 {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #777777;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  color: #777777;
  line-height: 40px;
  margin-bottom: 17px;
  height: 40px;
}
html.layout-12 #content {
  padding: 0px 0 0 0;
}
div#payment-address div.left br {
  display: none;
}
div#payment-address div.left {
  line-height: 32px;
  border-bottom: 1px dotted #f0f0f0;
  padding-bottom: 5px;
  vertical-align: middle;
  width: 100%;
}
div#payment-address div.left input,
div#payment-address div.left select,
div#payment-address div.left span.error {
  width: 60%;
  float: right;
}
div#payment-address div.left span.error {
  line-height: 18px;
}
#quickcheckoutconfirm input[type="text"]:hover,
#quickcheckoutconfirm input[type="password"]:hover,
#quickcheckoutconfirm textarea:hover {
  background-color: #dcf3fc;
}
#quickcheckoutconfirm input[type="text"]:focus,
#quickcheckoutconfirm input[type="password"]:focus,
#quickcheckoutconfirm textarea:focus {
  background-color: #e6f8ff;
}
p.teaser_more {
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-size: 15px !important;
  text-transform: none !important;
  color: #333745 !important;
  white-space: normal !important;
}
div.cart-total table#total tbody tr:last-child td {
  font-size: larger;
}
.box.custom-sections .box-heading {
  font-weight: 400;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #ec008c;
  line-height: 38px;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////////
*/
.journal-sf ul label.sf-checked {
  color: #009fe3;
}
.journal-sf ul label.sf-checked img {
  border-color: #006ecc;
  border-style: dashed;
}
.sf-length .ui-slider-handle,
.sf-width .ui-slider-handle,
.sf-price .ui-slider-handle {
  cursor: pointer;
  background: #428bca;
  border: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #333745;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: -7px;
}
.sf-length .ui-slider-handle:hover,
.sf-width .ui-slider-handle:hover,
.sf-price .ui-slider-handle:hover {
  background-color: #009fe3;
}
.sf-length .value,
.sf-width .value,
.sf-price .value {
  position: absolute;
  font-size: 11px;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -18px;
  min-width: 36px;
  text-align: center;
  display: block;
  padding: 2px 3px;
  color: #333745;
  background-color: white;
  border-radius: 3px;
}
.sf-length .value:after,
.sf-width .value:after,
.sf-price .value:after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-radius: 0;
  top: -12px;
  left: 50%;
  margin-left: -7px;
  border-bottom-color: white;
}
.sf-length .ui-widget-header,
.sf-width .ui-widget-header,
.sf-price .ui-widget-header {
  border: none;
  background-color: #333745;
}
.sf-length .ui-widget-content,
.sf-width .ui-widget-content,
.sf-price .ui-widget-content {
  border: none;
  background: white;
  background: #69b9cf;
}
.sf-length .box-content,
.sf-width .box-content,
.sf-price .box-content {
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.sf-length .ui-slider-horizontal,
.sf-width .ui-slider-horizontal,
.sf-price .ui-slider-horizontal {
  height: 3px;
}
.sf-length .height-range-both.value {
  min-width: 72px;
  margin: 0 0 0 -36px;
  top: 19px;
}
.sf-length .height-range-both {
  display: none;
}
.sf-width .width-range-both.value {
  min-width: 72px;
  margin: 0 0 0 -36px;
  top: 19px;
}
.sf-width .width-range-both {
  display: none;
}
.sf-size .value:after {
  border-bottom-color: white;
}
.journal-sf .sf-size .box-content {
  overflow: visible;
}
/*
//////////////////////////
*/
#content .journal-sf {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#content .journal-sf .sf-filter,
#content .journal-sf .sf-category,
#content .journal-sf .sf-price,
#content .journal-sf .sf-size,
#content .journal-sf .sf-manufacturer {
  width: 30%;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  #content .journal-sf .sf-filter,
  #content .journal-sf .sf-category,
  #content .journal-sf .sf-price,
  #content .journal-sf .sf-size,
  #content .journal-sf .sf-manufacturer {
    width: 49%;
  }
}
@media screen and (max-width: 470px) {
  #content .journal-sf .sf-filter,
  #content .journal-sf .sf-category,
  #content .journal-sf .sf-price,
  #content .journal-sf .sf-size,
  #content .journal-sf .sf-manufacturer {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
}
#content .journal-sf .sf-price,
#content .journal-sf .sf-size,
#content .journal-sf .sf-filter,
#content .journal-sf .sf-category {
  margin-bottom: 10px;
}
#content .journal-sf .sf-image .box-content ul li {
  list-style-type: none;
  padding-right: 5px;
}
#content div.journal-sf {
  margin-bottom: 16px;
}
#content .journal-sf .sf-manufacturer.sf-image .box-content ul {
  margin-top: 0;
  width: 100%;
}
#content .journal-sf .sf-manufacturer.sf-image .box-content ul li {
  width: 50%;
}
@media only screen and (min-width: 760px) {
  #content .sf-price.box,
  #content .sf-size.box,
  #content .journal-sf .box {
    width: 33%;
    display: inline-table;
  }
  #content .sf-size.box .sf-width,
  #content .sf-size.box .sf-length {
    width: 100%;
    display: inline-table;
  }
  #content .box.sf-filter.sf-image.sf-filter-3.sf-multi {
    width: 100%;
    display: inline-table;
  }
  #content .journal-sf .sf-image .box-content ul li {
    width: 40px;
    list-style-type: none;
    padding-right: 5px;
  }
  #content .journal-sf .value {
    top: 20px;
  }
  #content .journal-sf .box-heading {
    height: 20px;
  }
  #content .journal-sf .sf-image .box-content {
    padding-top: 0px;
  }
  #content .journal-sf .sf-image .box-heading {
    margin-top: 11px;
  }
  #content .journal-sf .sf-image .box-content ul {
    margin-top: 0px;
  }
  #content .journal-sf .sf-image.sf-filter-3.sf-multi ul {
    padding-left: 10px;
  }
  #content div.journal-sf {
    border-bottom: 1px solid #e4e4e4;
  }
  #content div.journal-sf.filter-active {
    /* border-right: 2px solid magenta; */
  }
}
@media screen and (max-width: 760px) {
  .journal-sf .sf-image .box-content ul {
    margin-right: auto;
  }
  .journal-sf ul.hide-checkbox {
    padding-left: 0;
  }
  .journal-sf .sf-image .box-content ul li {
    width: 40px;
    list-style-type: none;
    padding-right: 5px;
  }
  #container #column-left {
    display: block !important;
    width: 100% !important;
    padding-right: 20px !important;
    position: relative;
    z-index: 9;
    float: none;
  }
}
#content .journal-sf .box-heading {
  border-bottom-width: 0;
  border-top-width: 0;
}
.journal-sf ul label input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  bottom: 1px;
}
.journal-sf.filter-active .sf-reset {
  color: #ec008c;
  font-weight: bolder;
  margin-bottom: 10px;
}
.journal-sf.filter-active .sf-reset-icon:after {
  color: #ec008c;
}
div.coupon_overlay_outer {
  width: 100%;
  height: 100%;
  display: table;
}
div.coupon_overlay_inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
  line-height: 45pt;
}
.box.custom-sections {
  clear: both;
}
a.interlink {
  color: #333745;
  border-bottom: 1px grey dotted;
}
/*********
*
*
** // Cart / Wishlist
*
*
**********/
.related-products .inline-button .product-details {
  padding-bottom: 0;
  vertical-align: bottom;
  display: table-cell;
}
.product-grid-item .price {
  display: block !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.product-grid-item hr {
  display: none !important;
}
.compare .custComp .compare-icon:before {
  content: "\e602";
  font-size: 17px;
  color: #333745;
  top: -1px;
}
.custComp .product-grid-item .compare .button:hover .button-left-icon:before,
.custComp .product-grid-item .compare .button:hover .button-right-icon:before {
  color: #2bb0e3;
}
.custComp .product-grid-item .compare .button {
  border-width: 0px;
  border-style: solid;
  border-color: #333745;
  background-color: rgba(51, 55, 69, 0);
}
.custComp .product-grid-item .compare .button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  top: -1px;
}
.compare .custComp .attribute tr td:first-child {
  width: auto !important;
}
.compare .custComp .attribute thead td,
.compare .attribute thead tr td:first-child {
  color: #e32186;
  font-size: 14px;
  background: #fff;
}
.compare .custComp .attribute td {
  border-right: none;
  border-bottom: 1px solid #E8E8E8;
  padding: 5px;
}
.compare .custComp .attribute {
  border: none;
}
.compare .custComp .attribute thead td,
.compare .attribute thead tr td:first-child {
  background: none;
}
.product-info .right .wishlist-compare .links a + a:before {
  float: left;
  padding-left: 2px;
}
.product-info .wishlist-compare span a:last-of-type {
  width: 100% !important;
}
.product-info .button-cart-text {
  padding: 10px;
}
.product-info #button-cart .button-cart-text:before,
.product-info #button-cart .button-cart-text:after {
  float: left;
}
.product-info #button-cart {
  padding: 10px;
}
@media screen and (max-width: 470px) {
  .xs-0 {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .sm-0 {
    display: none;
  }
}
@media only screen and (max-width: 1039px) {
  #top-modules > div,
  #bottom-modules > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#top-modules .journal2_static_banners {
  min-height: 250px;
  background-size: cover !important;
}
@media screen and (max-width: 470px) {
  #top-modules .journal2_static_banners {
    min-height: 150px;
  }
}
#top-modules .box.static-banners {
  display: block;
  position: relative;
}
#top-modules .box.static-banners > div {
  margin: 0;
}
#top-modules .box.static-banners .box-heading {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  max-height: unset;
  margin: 0 auto;
  padding-top: 40px;
  border: 0;
  font-family: 'Montserrat', Montserrat, Arial;
  line-height: 1.5;
  white-space: normal;
  color: #000;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 980px) {
  #top-modules .box.static-banners .box-heading {
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 470px) {
  #top-modules .box.static-banners .box-heading {
    padding: 25px 20px 20px 20px;
  }
}
#top-modules .box.static-banners .box-heading .headline {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
#top-modules .box.static-banners .box-heading .headline span {
  color: #ec008c;
}
@media screen and (max-width: 980px) {
  #top-modules .box.static-banners .box-heading .headline {
    font-size: 16px;
  }
}
#top-modules .box.static-banners .box-heading .text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 980px) {
  #top-modules .box.static-banners .box-heading .text {
    font-size: 14px;
  }
}
#top-modules .box.static-banners .box-heading .subheadline {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 980px) {
  #top-modules .box.static-banners .box-heading .subheadline {
    max-width: 70%;
  }
}
@media screen and (max-width: 470px) {
  #top-modules .box.static-banners .box-heading .subheadline {
    font-size: 14px;
  }
}
#top-modules .box.static-banners .box-heading .box {
  margin-top: -80px;
  margin-bottom: 5px;
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #top-modules .box.static-banners .box-heading .box {
    margin-top: -40px;
    padding-top: 10px;
  }
}
#top-modules .box.static-banners .box-heading .box .headline {
  font-weight: normal;
}
#top-modules .static-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  /* align vertical */
  float: none;
  margin-bottom: 5px;
  padding-right: 0;
  width: 100%;
  height: auto;
  max-height: 250px;
  overflow: hidden;
}
#top-modules .static-banner .banner-overlay {
  display: none !important;
}
#top-modules .static-banner img {
  float: none;
  width: 100%;
  height: auto;
}
#top-modules .static-banner img[src*="platzhalter_pixel_breit"] {
  display: none;
}
.is-admin.category-page .product-filter {
  display: block !important;
}
.category-page .product-filter,
.product-filter {
  display: none;
}
