/* === INFO-BAR === */

.shop-focus {
  display: none;
}

.info-bar {
  display: flex;
  justify-content: flex-end;
}

.info-bar > a {
  border-left: 1px solid #E2E2E6;
  color: #F1F1F6;
  background-color: #637281;
  padding: 6px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.info-bar > a:hover {
  color: #FFF;
}


/* === INFO-BAR === MEDIA: SMALL MEDIUM */
@media (max-width: 767px) {

.info-bar {
  padding: 0px;
}

.shop-focus {
  display: none !important;
}
}


/* === INFO-BAR === MEDIA: LARGE */
@media (min-width: 992px) {

.shop-focus {
    display: flex;
    justify-content: center;
    width: 75%;
    color: #FFFFFF
}
}


/* === TOP-BAR === */

.top-bar {
  background: linear-gradient(90deg, rgba(23,189,209,1) 0%, rgba(27,130,174,1) 50%);
  z-index: unset !important;
}

.controls-list {
  align-items: center;
}

.controls-list .list-inline-item {
  margin-left: 10px;
}

.controls-list .nav-link:hover {
  background-color: #1B82AE00;
}

.controls-list .list-inline-item i {
  font-size: 1.2rem;
}

.controls-list .control-user i {
  font-size: 1.4rem;
}


.controls-list .control-user span.d-none.d-sm-inline {
  display: none!important;
}

.controls-list .control-search {
  margin-top: -2px;
}

.anicon > .anicon-search-item {
  width: 21px;
}

.anicon-search-item::before {
  height: 2px !important;
}

.anicon > .anicon-search-item:after {
  background: #1B82AE !important;
  border: 2px solid #FFF;
  width: 13px;
  height: 13px;
}

.anicon.anicon-search-xcross[aria-expanded=true]>.anicon-search-item::after {
  background: #FFF !important;
  height: 2px;
}

.controls-list .nav-link[aria-expanded=true] {
    background: #4C5864;
    border-radius: 6px;
    border: 1px solid #e2e2e6;
  }

.search-input {
	font-size: 1rem;
  border-radius: 20px 0px 0px 20px;
  padding-left: 20px !important;
}

.search-submit {
  border-radius: 0px 20px 20px 0px;
  background: #E2E2E6;
  color: #1B82AE;
}

.autocomplete-suggestions {
	border-radius: 0px 0px 6px 6px ;
	margin-top: 11px;
    max-height: 85vh;
    z-index: 6500;
}

.autocomplete-suggestions.shadow {
	box-shadow: 0px 45px 70px #4C5864 !important;
}

.autocomplete-suggestions > div > div:first-child .widget-search-suggestion-item .autocomplete-suggestion {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top: 1px solid #F1F1F6;
  border-left: 3px solid #FFF;
}

.autocomplete-suggestions > div > div:first-child .widget-search-suggestion-item .autocomplete-suggestion:hover {
    background: #E1E1E600;
    border-left: 3px solid #1B82AE;
}

.autocomplete-suggestions > div > div:first-child .widget-search-suggestion-item .autocomplete-suggestion > .image {
  width: 80px;
  height: 65px;
  justify-content: center;
}

.autocomplete-suggestions > div > div:first-child .widget-search-suggestion-item .autocomplete-suggestion .text-truncate {
  white-space: break-spaces;
  line-height: 1.2;
  font-size: 0.8rem;
}

.autocomplete-suggestions > div > div:last-child {
  background-color: #E2E2E6;
  padding-bottom: 20px;
}

.controls-list .control-wish-list i {
  font-size: 1.3rem;
}

.badge-right {
  display: none !important;
}

.toggle-basket-preview.nav-link {
	background-color: #17BDD1;
  border-radius: 40px;
  padding: 6px 12px;
  border: 1px solid #FFFFFF;
  margin-top: 9px;
  margin-bottom: 9px;
}

.toggle-basket-preview.nav-link:hover {
	background-color: #4C5864 !important;
}


/* === TOP BAR === MEDIA: SMALL MEDIUM */
@media (max-width: 767px) {

.top-bar .cmp-search-box {
  padding: 8px 0px;
  z-index: 6000;
}

.search-input {
	font-size: 0.9rem !important;
}

.autocomplete-suggestions {
  border-radius: 6px;
}

.toggle-basket-preview.nav-link {
  margin-right: 10px;
}
}


/* === TOP-BAR === MEDIA: LARGE */
@media (min-width: 992px) {

.top-bar .cmp-search-box {
    position: absolute;
    top: 3px;
    right: 600px;
    left: auto;
    z-index: 1000;
    width: 48%;
    height: 60px;
    background-color: #4C586400;
    padding-left: 140px;
}

.autocomplete-suggestions {
  min-width: 154%;
}

.autocomplete-suggestions > div > div:first-child {
  padding-bottom: 40px;
  padding-left: 30px;
}
}


/* === LOGO === */
.navbar-brand.py-2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  background-color: #FFFFFF;
  margin: 0px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 3px 5px #4C5864 !important;
  z-index: 5000;
}

.navbar-brand img {
  padding: 7px 0px 3px !important;
  max-height: 48px !important;
}


/* === LOGO === MEDIA: MEDIUM */
@media (max-width: 767px) {

.navbar-brand.py-2 {
  padding-top: 0rem !important;
  padding-bottom: 0.2rem !important;
}
}

@media (min-width: 992px) {

.navbar-brand.py-2 {
  padding: 0px;
  bottom: 100%;
  margin-left: -15px;
}

.navbar-brand img {
  padding: 100px 0px 0px 0px !important;
  max-height: 140px !important;
}
}


/* === LOGO === MEDIA: EXTRA LARGE */
@media (min-width: 1240px) {

.navbar-brand.py-2 {
  width: 170px;
  padding: 20px 10px 5px 10px !important;
  bottom: -3%;
}

.navbar-brand img {
  padding: 100px 0px 0px 0px !important;
  max-height: 152px !important;
}
}



/* === FOOTER STRUKTUR === */

.footer {
  background-color: #FFFFFF;
  overflow-x: visible !important;
}

.footer .widget-fw {
	padding: 50px 0px 20px 0px;
	margin-bottom: 0px;
	background-color: #4C5864 !important;
	z-index: unset !important;
	font-size: 1rem;
	line-height: 130%;
	color: #F1F1F6;
}

.footer .row {
	max-width: 1336px;
	margin: 0 auto;
}

.footer-headline > .widget-inner.bg-appearance {
	padding-left: 5px;
	padding-bottom: 6px;
}

.footer-content > .widget-inner.bg-appearance {
	padding-top: 14px;
	padding-left: 5px;
}

.widget-d2g {
  padding: 14px 5px 0px 5px;
}

.footer-wrapper .widget-inner {
	padding-left: 0px;
}

.footer-icon-wrapper {
  display: flex;
  align-items: center;
  min-height: 40px;
  min-width: 50px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.back-to-top {
  display: block !important;
}


/* === FOOTER STRUKTUR === MEDIA: SMALL*/
@media (max-width: 567px) {

.footer {
  display: flex;
  flex-direction: column-reverse;
}

.footer > .row {
  margin: 0 0;
}

.footer.container-max.d-print-none > div.btn.btn-secondary.d-block.d-md-none.text-center.p-2 {
  margin-bottom: -18px;
  margin-left: 200px;
  z-index: 1;
  border-radius: 1rem;
  width: 100px;
  border: 2px solid #FFFFFF;
  background-color: #17BDD1;
  display: none !important;
}

.back-to-top {
  bottom: 10px;
  right: 5px;
  padding: 12px !important;
  border-radius: 30px !important;
  border: 1px solid #F1F1F6!important;
  background-color: #4c586470;
  box-shadow: 0px 1px 5px #252525;
  opacity: 1.0 !important;
}

.footer > .btn.btn-secondary > i {
  font-size: 1rem;
  color: #FFFFFF !important;
}
}


/* === FOOTER STRUKTUR === MEDIA: SMALL MEDIUM */
@media (max-width: 767px) {

.footer-contact {
  flex-direction: row;
  justify-content: flex-start;
}
}


/* === FOOTER STRUKTUR === MEDIA: LARGE */
@media (min-width: 992px) {

.back-to-top {
	right: 15px;
	bottom: 0 !important;
	z-index: 20 !important;
	width: 35px;
	height: 35px;
	font-size: 10px;
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 4px !important;
}

.back-to-top {
	
}
}

/* === FOOTER INHALT === */

.footer-headline {
  margin-top: 2rem;
  width: 95%;
  border-bottom: 1px solid #E2E2E6;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #F1F1F6;
}

.footer .color-gray-700 {
	color: #F1F1F6 !important;
}

.footer-text {
  padding: 7px 0px;
}

.footer a {
	color: #F1F1F6;
}

.footer a:hover {
	text-decoration: underline;
	color: #17BDD1;
}

i.footer-contact-icon {
  font-size: 2.4rem;
	color: #17BDD1;
  padding-bottom: 5px;
}

i.footer-social-icon {
  font-size: 2.4rem;
	margin-right: 3rem;
	color: #17BDD1;
}

.widget-d2g.widget-payment-icons .icon-size-m img {
  height: 3.1rem;
}

.widget-fw.copyright {
	background-color: #F1F1F6 !important;
	padding: 12px 0px;
  border-top: 3px solid #17BDD1;
}

.footer-copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.copyright-text {
  font-size: 0.9rem;
  color: #4C5864;
  font-weight: 600;
}


/* === COOKIE BAR === MEDIA: LARGE*/
@media (min-width: 992px) {

.cookie-bar.border-top {
  border: 1px solid #E2E2E6;
  box-shadow: 0px -1px 8px #4C5864;
}

.cookie-bar.out.fixed-bottom {
  margin-bottom: 4px;
}

.cookie-bar.out.fixed-bottom span.d-none.d-sm-inline-block {
  display: none !important;
}

.cookie-bar .button-order {
  display: block;
}

.cookie-bar > div > .btn-appearance {
  background-color: #4C5864;
  opacity: .5;
  border-color: #F1F1F6;
  color: #FFFFFF;
  font-size: 16px;
  padding: 7px;
  width: 35px;
  height: 35px;
}

.cookie-bar:hover > div > .btn-appearance {
	background: #3b454e;
	opacity: 1;
	border-color: #FFFFFF;
}
}


/* === COOKIE BAR === MEDIA: SMALL MEDIUM */
@media (max-width: 991px) {

.cookie-bar {
	z-index: 6000 !important;
	height: 100% !important;
	background: linear-gradient(180deg,rgba(241, 241, 246, 1) 40%, rgba(255, 255, 255, 1) 100%)!important;
}

.cookie-bar.out {
  display: none;
}
}




/* === BESTELLPROZESS === */

.order-process-container .h2 {
  margin-top: 50px !important;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.order-process-container h1 {
  margin-top: 50px !important;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.stepper.horizontal
{
    display: table;
    width: 100%;
}

.stepper.horizontal .step
{
    display: table-cell;
    position: relative;
    padding: 16px 6px 10px 6px;
    color: #252525;
}

.stepper.horizontal .step:hover .step-circle
{
    background-color: #4C5864;
}

.stepper.horizontal .step:hover .step-title {
    color: #4C5864 !important;
}

.stepper.horizontal .step .step-circle
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: #A8A8A8;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.stepper.horizontal .step .step-title
{
    margin-top: 6px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.stepper.horizontal .step .step-title.text-muted
{
    font-weight: normal;
}

.stepper.horizontal .step:before,
.stepper.horizontal .step:after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 1px;
    border-top: 1px solid #ddd;
}

.stepper.horizontal .step:after
{
    left: 50%;
    margin-left: 32px;
}

.stepper.horizontal .step:before
{
    right: 50%;
    margin-right: 32px;
}

.stepper.horizontal .step:first-child:before,
.stepper.horizontal .step:last-child:after
{
    display: none;
}

.border-progress-1-3 {
  background-color: #F1F1F670 !important;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #17bdd1, #e2e2e6, #e2e2e6, #e2e2e6, #e2e2e6) 1;
}

.border-progress-2-3 {
  background-color: #F1F1F670 !important;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #17bdd1, #17bdd1, #e2e2e6, #e2e2e6, #e2e2e6) 1;
}

.border-progress-3-3 {
  background-color: #F1F1F670 !important;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #17bdd1, #17bdd1, #17bdd1, #e2e2e6, #e2e2e6) 1;
}


/* === BESTELLPROZESS === MEDIA: LARGE */
@media (min-width: 992px) {

.order-process-container {
  padding: 20px 100px 80px 100px;
}
}


/* === BESTELLBESTÄTIGUNG === */

.order-data > div > div:nth-child(3) span {
  font-weight: 600;
  color: #1B82AE;
}

.order-data [id^=payment_state] {
  font-weight: 600;
  color: #1B82AE;
}


/* === ANMELDUNG === */

.widget-guest-login .btn i,
.widget-login .btn i {
  margin-top: 3px;
}

.paypal-amazon-checkout > div:nth-child(2) > div {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #E2E2E6;
  border-radius: 6px;
}

.paypal-amazon-checkout .paypal-smart-button {
  margin-left: -10px;
  margin-right: 10px;
}

.amazonpay-button-view1 {
  height: 26px !important;
}

.amazonpay-button-view3 {
  display: none !important;
}

.login-pwd-reset > form > .row > div:last-child {
  display: flex;
  flex-direction: column-reverse !important;
  align-items: flex-end;
}

.login-pwd-reset > form > .row a {
  color: #4C5864CC !important;
}

@media (min-width: 992px) {

.login-pwd-reset > form > .row > div:nth-child(1) {
  min-width: 50%;
}

.login-pwd-reset > form > .row > div:nth-child(2) {
  max-width: 50%;
}
}


/* === KONTOBEREICH === */

.order-history-list .order-item .border-bottom {
  box-shadow: 0px 0px 0px #FFFFFF !important;
}

.order-history-list .container-bottom .button-spacer {
  margin-bottom: 0.5rem;
}


/* === KATEGORIEANSICHT === */

.bg-category {
  background: #FAFAFA !important;
}

.category-view,
.category-description {
  max-width: 1336px;
  margin: auto;
}

.widget-navigation-tree {
	background: #FFFFFF00;
}

.widget-navigation-tree .widget-inner .category-title {
	display: none;
}

.widget-navigation-tree .nav-item {
  display: none;
}

.widget-navigation-tree .nav-item.active,
.widget-navigation-tree .nav-item.active .nav-item {
  display: block;
}

.widget-navigation-tree ul li.is-open a {
	padding: 6px 10px !important;
}

.widget-navigation-tree .category-title ~ ul > li.is-open > ul > li.is-open {
	border-radius: 4px;
	border: 1px solid #E2E2E6;
	margin-bottom: 8px;
	background: #FFFFFF;
}

.widget-navigation-tree .category-title ~ ul > li.is-open > ul > li:not(.is-open) > a {
	border-radius: 4px; 
	margin-bottom: 8px; 
	border: 1px solid #E2E2E6;
	background: #FFFFFF;
	color: #4C5864;
}

.widget-navigation-tree .category-title ~ ul > li.is-open > ul > li.is-open > ul > li {
	border-top: 1px solid #E2E2E6;
}

.widget-navigation-tree ul li.is-open ul li a {
	padding: 6px 10px !important;
}

.widget-navigation-tree ul li.is-open ul li ul li a {
    padding: 6px 25px !important;
}

.widget-navigation-tree ul li.is-open ul li.is-open a {
	color: #252525;
}

.widget-navigation-tree ul li.active > a {
	background: #FFFFFF;
	color: #1B82AE !important;
	font-weight: 600;
}

.widget-navigation-tree ul li.active:has(li.active) > a {
	background: linear-gradient(220deg,rgba(241,241,246,.6) 0,rgba(241,241,246,.9) 100%);
	color: #4C5864 !important;
}

.widget-navigation-tree .category-title ~ ul > li.is-open > a:first-child {
	margin-bottom: 12px;
	border-radius: 4px;
	background: #4C5864;
	color: #FFFFFF !important;
	font-weight: 600;
}

.form-check-label {
  padding: 5px 10px 5px 10px !important;
}

.form-check-input {
  margin-top: 0.58rem
}

.item-filter-price {
  padding: 5px 10px 5px 10px !important;
}

.item-filter-price .input-group {
  margin-bottom: 6px;
}

.widget-filter-base {
  margin-left: -5px;
  margin-right: -5px;
}

.category-view .parallax-img-container {
	background: #FFFFFF00 !important;
	border-radius: 10px;
}

.category-view .parallax-img-container-inner[data-background-image] {
	border-radius: 8px;
	box-shadow: 0px 0px 5px #A8A8A8;
}

.category-view .parallax-img-container .widget-code > .widget-inner > div:not(:empty) {
	padding: 10px 15px;
    font-weight: 600;
    color: #4C5864;
    background-color: #fffFFFDD;
    line-height: 1.3;
    border-radius: 4px;
    margin: 20px;
    font-size: 12px;
    box-shadow: #a8a8a8 0 0 5px;
}

.category-navigation div.row {
	flex-wrap: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	padding-right: 15px;
}

.category-navigation div.row > div {
	flex: 0 0 auto !important;
	max-width: none !important;
	width: auto! important;
	padding-right: 0px;
}

.category-navigation .nav-item {
	min-height: 36px;
	border-radius: 4px;
}


.category-navigation .nav-text {
	background-color: #F1F1F6;
	border-radius: 4px;
}

.category-navigation .nav-text span {
	color: #4C5864;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

.category-view .widget-step-by-step-navigation {
	display: none;
}

.category-view .list-controls-inner {
	background: #F1F1F6;
	border-radius: 4px;
	border: 1px solid #E2E2E6;
}

.category-view .widget-item-sorting,
.category-view .widget-items-per-page {
	margin-bottom: 0px !important;
}

.category-view .widget-toolbar-custom .custom-select {
	border: 1px solid #E2E2E6;
	border-radius: 4px;
}

.category-highlight a > div {
	height: 280px;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #A8A8A8;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
	margin-bottom: 30px;
}

.category-highlight a > div > h4 {
	background-color: #FFFFFFDD;
    padding: 10px 10px 20px;
    font-size: 14px !important;
    text-transform: none;
    color: #4c5864;
    border-radius: 4px;
    box-shadow: #a8a8a8 0px 0px 5px;
    font-weight: 600;
    text-align: center;
	line-height: 1.2;
}

.category-highlight a > div > div {
    background: linear-gradient(30deg, rgb(27, 130, 174) 25%, rgb(23, 189, 209) 100%);
    padding: 4px 12px;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top: -25px;
}

.category-highlight a:hover > div > div {
	background: linear-gradient(30deg, rgb(27, 130, 174) 0%, rgb(23, 189, 209) 50%);
}


.category-description h2 {
  font-size: 1.2rem;
  color: #4C5864;
  font-weight: 600;
  padding: 4px 10px 2px 10px;
  border-left: 3px solid #A8A8A8;
  line-height: 1.0;
}

.category-description h3 {
  font-size: 1.2rem !important;
  color: #252525 !important;
  font-weight: 600 !important;
  line-height: 1.0;
}

.category-description h4 {
  font-size: 1.1rem !important;
  color: #252525;
  font-weight: 600;
  line-height: 1.0;
}

.category-description ul li {
	padding-bottom: 3px;
}


/* === KATEGORIEANSICHT === MEDIA: SMALL MEDIUM*/
@media (max-width: 991px) {


.category-view .widget-two-col > div:nth-child(2) {
  display: none;
}

.widget-navigation-tree {
	display: block !important;
}

.widget-navigation-tree > div {
	display: block !important;
}

.item-filter-price input {
	padding: 0px 14px;
}

.item-filter-price input ~ span {
	top: 4px;
	left: 4px;
	color: #A8A8A8;
	font-size: 12px;
}

.category-view .widget-step-by-step-navigation {
	display: block;
}
}


/* === KATEGORIEANSICHT === MEDIA: SMALL MEDIUM*/
@media (max-width: 767px) {

.category-view > div,
.category-description {
	padding-top: 20px;
}

.category-view > div:first-child {
	padding-bottom: 0px !important;
}

.category-view > div:last-child {
	padding-top: 0px;
}

.widget-navigation-tree {
	margin-bottom: 0px !important;
}

.nav-item.active.is-open > ul > li.nav-item:not(.active) {
    display: none !important;
}

.nav-item.active.is-open ul:not(:has(ul)) {
	display: none !important;
}

.nav-item.active.is-open > ul > li.is-open:not(:has(li.active)) {
	display: none !important;
}

.widget-navigation-tree .nav-item.active,
.widget-navigation-tree .nav-item.active .nav-item {
  display: flex;
}

.widget-navigation-tree .category-title ~ ul > li.is-open a,
.widget-navigation-tree .category-title ~ ul > li.is-open ul > li.is-open a {
	font-size: 12px;
	padding: 4px 10px;
}

.widget-navigation-tree .category-title ~ ul > li.is-open > a:first-child {
	background: linear-gradient(220deg,rgba(241,241,246,.6) 0,rgba(241,241,246,.9) 100%);
	color: #4C5864 !important;
	border: 1px solid #e2e2e6;
	width: auto;
	margin-right: 6px;
}

.nav-item.active.is-open span.flex-grow-1::before {
    content: "<"; 
    margin-right: 6px;
    display: inline-block;
	color: #1B82AE;
}

.nav-item.active.is-open span.flex-grow-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-view .category-title {
	font-size: 1.2rem !important;
}

.category-navigation .nav-item {
	min-height: 30px;
}

.category-navigation .nav-text {
	font-size: 12px;
}

.category-navigation .nav-text span {
	padding-left: 6px;
	padding-right: 6px;
}

.category-view .widget-toolbar-custom {
	margin-bottom: 0px !important;
}

.category-view .list-controls-inner {
	border-radius: 0px;
	border: 0px;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 2px solid #1B82AE;
	border-bottom: 2px solid #E2E2E6;
}

.category-view .list-controls .filter-toggle {
	position: fixed !important;
    z-index: 5000;
    top: auto !important;
    bottom: 7px;
    width: 35% !important;
    left: 30%;
    box-shadow: 0px 20px 50px #252525;
    border-radius: 30px !important;
    border: 2px solid #FFFFFF;
}

.category-view .list-controls .filter-toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

.category-view .list-controls .filter-collapse {
	position: fixed !important;
    z-index: 4000;
    top: 80px !important;
    bottom: 0px;
    width: 100% !important;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(241, 241, 246, 1) 100%);
	padding: 30px 15px 70px !important;
	border-top: 2px solid #E2E2E6;
	left: 0;
}
}

/* === KATEGORIEANSICHT === MEDIA: LARGE */
@media (min-width: 992px) {
	
.category-view,
.category-description {
  padding-left: 15px;
}	
	
.category-view > div:nth-child(1) {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background: #F1F1F6;
  border-left: 1px solid #E2E2E6;
  border-right: 1px solid #E2E2E6;
}

.category-description > div:nth-child(1) {
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background: #FAFAFA;
}

.category-view > div:nth-child(2),
.category-description > div:nth-child(2) {
  padding-top: 40px;
  padding-left: 40px;
}
	
.filter-toggle {
	display: none !important;
}
}