/* 10. shop page css here */
.katOverviewBox a {display:block;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_area {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_area {
    margin-top: 60px;
    margin-bottom: 55px;
  }
}

.canvas_padding {
  margin-bottom: 0;
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 33px;
}
.sidebar_widget .dropdown-item.active, .sidebar_widget .dropdown-item:active , .widget_list.widget_categories > ul > li > a.active {
    font-weight:bold;
}

.widget_list.widget_categories > ul > li > a {
  font-size: 13px;
  display: block;
  line-height: 30px;
  padding: 0 20px;
}
.widget_list.widget_categories > ul > li > a:hover {
  color: rgba(var(--color2),1);
}
.widget_list.widget_categories > ul > li:last-child > a {
  border-bottom: 0;
}
.widget_list.widget_categories  ul > li.widget_sub_categories > a {
  position: relative;
}
.widget_list.widget_categories  ul > li.widget_sub_categories > a.active {
  position: relative;
}
.widget_list.widget_categories  ul > li.widget_sub_categories > a:not(.active)::before {
  content: '\f067';
  font-family: var(--fontawesome);
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translatey(-50%);
}
.widget_list.widget_categories  ul > li.widget_sub_categories > a.active::after {
    content: "\f068";
    font-family: var(--fontawesome);
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translatey(-50%);
}
.widget_list.widget_categories  ul > li ul {
  padding-left: 30px;
  /*display: none;*/
}
.widget_list.widget_categories  ul ul ul {
  padding-left:15px;  
}
.widget_list.widget_categories > ul > li ul li a {
  font-size: 13px;
  line-height: 30px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget_list.widget_categories > ul > li ul li a:hover, .widget_list.widget_categories ul li a:focus {
  color: rgba(var(--color2),1);
}
.widget_list.widget_categories ul li a:focus {
  font-weight:bold;
}
.widget_list:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list {
    margin-bottom: 49px;
  }
}
.widget_list h3 {
  font-size: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list h3 {
    font-size: 18px;
  }
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 30px;
}
.widget_list > ul > li > a:hover {
  color: rgba(var(--color2),1);
}
.widget_list > ul > li > a span {
  float: right;
}
.widget_list.widget_color {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_color {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_color {
    margin-bottom: 46px;
  }
}
.widget_list.widget_manu {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_manu {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_manu {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.tags_widget {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.tags_widget {
    margin-bottom: 43px;
  }
}
.ui-slider-horizontal .ui-slider-range {
  background: rgba(var(--color1),1);
  height: 2px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  width: 15px;
  height: 15px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgba(var(--color1),1);
}

.widget_list.widget_filter {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.widget_filter {
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.widget_filter {
    margin-bottom: 53px;
  }
}
.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
  width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  
  color: #ffffff;
  background: #222222;
  border: 0;
  border-radius: 30px;
  float: left;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: rgba(var(--color2),1);
}

.tag_cloud a {
  margin: 0 5px 12px 0;
  padding: 5px 15px;
  
  display: inline-block;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 3px;
  font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tag_cloud a {
    padding: 5px 10px;
  }
}
.tag_cloud a:hover {
  background: rgba(var(--color1),1);
  border-color: rgba(var(--color1),1);
  color: #ffffff;
}

.shop_sidebar_product .single_product {
  margin-bottom: 20px;
  overflow: hidden;
}
.shop_sidebar_product .single_product:last-child {
  margin-bottom: 0;
}
.shop_sidebar_product .product_content {
  width: 64%;
  padding-left: 15px;
  margin-top: 0;
  float: left;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_sidebar_product .product_content {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_product .product_content {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_product .product_content {
    width: 73%;
    padding-left: 12px;
  }
}
.shop_sidebar_product .product_content h4 {
  margin-bottom: 10px;
}
.shop_sidebar_product .product_content h4 a:hover {
  color: rgba(var(--color2),1);
}
.shop_sidebar_product .product_thumb {
  width: 90px;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_sidebar_product .product_thumb {
    width: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_product .product_thumb {
    width: 70px;
  }
}
.shop_sidebar_product .product_rating {
  margin-bottom: 4px;
}
.shop_sidebar_product .price_box {
  margin-top: 0;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.list_button ul li {
  margin-right: 12px;
}
.list_button ul li:last-child {
  margin-right: 0;
}
.list_button ul li a:hover {
  color: rgba(var(--color2),1);
}
.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.list_button ul li a.active {
  color: rgba(var(--color1),1);
}
.list_button ul li a.active i {
  background: rgba(var(--color1),1);
  color: #ffffff;
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: rgba(var(--color1),1);
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
#mobileKatMenu a.active{
  color:rgba(var(--color2),1);
  font-weight:bold;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

/* shop page css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
#druckpreise .row.selectedPrint i.fad.fa-circle{
    --fa-primary-color: #666;
    --fa-secondary-color: black;
}
#druckpreise .row i.fad.fa-circle{
    --fa-primary-color: white;
    --fa-secondary-color: black;
}
.row.shop_wrapper, .row.overviewKatRow {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
 
}
.shop_toolbar_btn > button.btn-grid-4 {
  
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  
}
.shop_toolbar_btn > button.btn-list {
  
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  
}

.product_content.list_content {
  display: none;
}

.grid_content .product_ratings {
  margin-bottom: 11px;
}
.grid_content .product_ratings ul {
  justify-content: center;
}

.list_action {
  display: none;
}

.grid_list .grid_name {
  display: none;
}
.grid_list .action_links {
  display: none;
}
.grid_list .action_links.list_action {
  display: block;
}
.grid_list .list_action_right {
  display: block;
}

.list_action_right ul li {
  margin-right: 22px;
}
.list_action_right ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list_action_right ul li {
    margin-right: 18px;
  }
}
.list_action_right ul li.add_to_cart a {
  padding: 20px 55px;
  background: rgba(var(--color1),1);
  color: #fff;
  border-radius: 30px;
  width: inherit;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  
}
.list_action_right ul li.add_to_cart a:hover {
  background: rgba(var(--color2),1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list_action_right ul li.add_to_cart a {
    padding: 16px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list_action_right ul li.add_to_cart a {
    padding: 16px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .list_action_right ul li.add_to_cart a {
    padding: 14px 30px;
  }
}
.list_action_right ul li a {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .list_action_right ul li a {
    line-height: 45px;
  }
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  float: left;
  padding-left: 25px;
  text-align: left;
  margin-top: 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    min-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 0;
  }
}
.grid_list .product_content.list_content h4.product_name {
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_list .product_content.list_content h4.product_name {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content h4.product_name {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content h4.product_name {
    margin-bottom: 12px;
  }
}
.grid_list .product_content.list_content .action_links {
  opacity: inherit;
  visibility: visible;
  text-align: left;
  transform: inherit;
  position: inherit;
}
.grid_list .product_content.list_content .action_links ul li a {
  transform: inherit;
}
.grid_list .product_content.list_content .price_box {
  margin-top: 0;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_list .product_content.list_content .price_box {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content .price_box {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content .price_box {
    margin-bottom: 9px;
  }
}
.grid_list .product_content.list_content .product_desc {
  display: inline-block;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_list .product_content.list_content .product_desc {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content .product_desc {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content .product_desc {
    margin-bottom: 19px;
  }
}
.grid_list .product_content.list_content .product_desc p {
  font-size: 14px;
  line-height: 24px;
}

.grid_list .single_product {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col-cust-5 {
  flex: 0 0 20%;
  
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: block;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_wrapper {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_wrapper .product_thumb a img {
    width: 100%;
  }
}
.shop_wrapper .noButtons .single_product.card .grid_content .separator, .shop_wrapper .noButtons .single_product.card .grid_content .overviewVatInclExcl {
    display:none;
}
.shop_wrapper .noButtons .single_product {
    margin-bottom:0;
}
.shop_wrapper .noButtons .single_product.card .grid_content .product_name {
    height:2rem;
    overflow:hidden;
    text-align:left;
    word-wrap: break-word;
}

.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 24px;
}
.shop_wrapper.grid_list .single_product {
  margin-bottom: 30px;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_4 .action_links ul li a {
  line-height: 50px;
  width: 42px;
}