
body, td, th {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif!important;
  font-size: 13px;
}

body{
  min-width: 320px;
  position: relative;
  /*line-height: 1.65;*/
  overflow-x: hidden;
  /*color: #000;
  margin: 0;*/
}
a {
  /*color: #337ab7;*/
  color: #1860ab;
  text-decoration: none;
}
a:hover {
  color: #e90a8a;
  text-decoration: underline;
}
a {
  outline: none !important;
}

img{
  max-width: 100%; 
}


@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ruble';
	src: url('/css/ruble/ruble.eot');
	src: url('/css/ruble/ruble.ttf') format('truetype');
	src: local('ruble'), 
       url('/css/ruble/ruble.woff') format('woff'), 
       url('/css/ruble/ruble.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
	}
  
  h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
  }
  .labels_row{
    padding: 4px 0 6px 0;
    display: inline-block; 
  }
  .is_not_rustore_label_box{    
    position: relative;  
    width: min-content !important;
    height: unset !important;
  }
  
  .is_not_rustore_label{
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    height: 18px;
    padding: 2px 4px;
    border-radius: 4px;
    width: min-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background-color: rgb(85, 79, 201); 
    color: rgb(255, 255, 255);
    cursor: pointer; 
  }
  
  .rustore-tooltip{
    /*--bs-tooltip-bg: #554fc9;
    --bs-tooltip-color: #ffffff;*/
    --bs-tooltip-bg: #ffffff;
    --bs-tooltip-color: #212529;
    --bs-tooltip-border-radius: 8px; 
    --bs-tooltip-padding-x: 12px;
    --bs-tooltip-padding-y: 6px;
    --bs-tooltip-font-size: 14px; 
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  }
  .card_rustore_label_box{
    border: 0px !important;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    border-radius: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
  }
  
  .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif!important;
    color: #fff;
      background: #f5a33f !important;
      font-weight: bold !important;
  }
  .btn-warning.btn-sm{
    font-size: 12px;
  }	
  .rouble {
  	font-family:ruble !important;
  	width:1em;
    /*height: 25px;*/
    height: 22px;
  	letter-spacing:1em;
  	margin-bottom:-9px;
  	overflow:hidden;
  	display:inline-block
	}
  
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  
  .btn-outline-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-outline-secondary:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }

/* ---   header   --- */
  .a66_navbar{
    /*background: #363a3c;*/
    border-radius: 0 0 5px 5px;
  }
  .a66_navbar a {
    color: #fff;
    text-decoration: underline;
  }
  .a66_navbar a:hover {
    color: #fff;
    text-decoration: none;
  }
  .phone_top {
    font-size: 31px;
    color: #4ba9eb;
    display: inline-block;
    padding-left: 15px;
  }
  .phone_top:first-child {
    padding-left: 30px;
    background: url(/images/phone.png) left center no-repeat;
  }
  .top_address {
    font-family: "Sans Serif MS",Arial;
    color: #333;
    font-size: 11px;
  }
  .brand_menu .btn{
    font-size: 15px;
    font-weight: 400;
    height: 36px;
    line-height: 22px;
  }
  .brand_menu a:hover{
    text-decoration:none;
  }
  .topMenu {
    font-size: 12px;
  }
  .topMenu a{
    color: #363a3c;
  }  
  .topMenu a:hover {
    color: #e90a8a;
    text-decoration: underline;
  }
  
  .topsubmenu a{
    color: #fff;
  }
  .offcanvas {
    z-index: 9005; 
  }
  
  #textback_widget {
    z-index: 1001 !important;
  }
  
  .timework{
    text-align: right;
    color: #bbb;
    padding-right: 3px;
    background: #555;
    border-radius: 5px;
    padding-left: 3px;
  }
  .timework strong {
    color: #fff;
  }
  .timgbox{
    display: inline-block;
    width: 100%; 
    
  }
  .timgbox a{
    display: inline-block;
    width: 100%;  
  }
  
  a.timgbox{
    color: #1860ab; 
    
    
    
  }
  .miphone_box hr{
    margin-top: 4px;
  }
  .miphone_box h3{
    margin-bottom: 5px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  
  @media ( max-width: 768px ){
    .owl-theme .owl-nav [class*='owl-prev'] {
      left: -25px !important;
    }
    .owl-theme .owl-nav [class*='owl-next'] {
      right: -25px !important;
    }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #eea236;
      color: #eea236 !important;
      text-decoration: none;
    }
  }
  
  @media ( min-width: 992px ){
    .a66_navbar{
      background: #363a3c !important;
    }
    .timeswork{
      color: #bbb;
      padding-right: 3px;
      background: #555;
      border-radius: 5px;
      padding-left: 3px;
    }
      
    .topsubmenu_brand .btn {
      margin: 2px 2px 2px 2px !important;
      border-radius: 6px !important;
    }
    .topsubmenu_brand a,
    .topsubmenu a{
      text-decoration:none;
    }
  }
  @media ( max-width: 768px ){
    .owl-theme .owl-nav [class*='owl-next'] {
      right: -23px;
    }
    
    .brand_menu{
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin-left: -15px;
      margin-right: -15px;
    }
    .brand_menu .btn{
      margin: 2px 2px 2px 2px !important;
      border-radius: 6px !important;
    }

    .phone_top {
      font-size: 14px;
    }
  }
  
  @media ( max-width: 576px ){
    .phone_top:first-child {
      padding-left: 0px;
      background: none;
    }
    .phone_top{
      padding-left: 0px;
    }
    .phone_top_block{
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  @media ( max-width: 410px ){
    .timework_box{
      display: none;
    }
  }
  
/* --- END header --- */

/* --- search --- */

  #search_holder {    
    background: #eee;
  }
    
  #search,
  #search_old {
    border: 2px solid #ffcc00;
    background: #ffffff url(/images/glass.gif) right center no-repeat;
    height: 43px;
  }
  #search:focus{
    box-shadow: none;
  }
  #search_btn,
  #search_btn_old {
    background: #ffcc00;
    border-color: #ffcc00;
    border-width: 2px;
    font-size: 18px;    
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #cart {
    text-align: center;
    background: #9c9fa1;
    border-radius: 5px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 0;
    line-height: 40px;
    font-size: 18px;
  }
    
  #cart p{
    margin-bottom: 0px;
  }
  
  #cart a{
    color:#fff
  }
  
  
/* --- END search --- */

/* --- slider --- */
  .owl-theme .owl-nav [class*='owl-'] {
    border:none !important;
    /* font-size: 0 !important;*/
    font-size: 32px !important;
	  background:none !important;
    top: 50% !important;
    margin-top: -30px !important;
    width: 60px !important;
    height: 60px !important;
  }
/* --- END slider --- */

/* --- mine_card_good --- */
  .mine_card_good{
    transition: all ease .3s;
    border: 0;
  }
  .mine_card_good:hover {
    /*box-shadow: -1px -2px 15px 0px rgb(2 2 2 / 30%);*/
    /*cursor: pointer;*/
  }
  
  .mine_card_good .stitle{
    font-weight: bold;
    color: #333;
    min-height: 40px;
  }
  
  .mine_card_good .stitle a{
    color: #333;
  }
  .mine_card_good .mine_card_img{
    
  }
  .mine_card_good .mine_card_img img{
    max-width: 120px;
    margin: auto;
  }
  
  .mine_card_good .price {
    color: #f33;
    border-left: 1px solid #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
  }
  
  .mine_card_good .memsize {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
  }
  
  .mine_card_good .buy8,
  .mine_card_good .buy82 {
    width: 100%;
    border-radius: 0 0 3px 3px;  
    padding-left: 3px;
    padding-right: 3px;
  }
  .mine_card_good .mbdt{
    border-bottom: none;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .mine_card_good .mbdt:hover{
    text-decoration:none;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .stickers, .offstock {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: left;
    margin-top: -27px;
  }
  #posits .lc {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .offstock .label {
    display: block;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    /*margin-top: 60px;*/
  }
  
  .lc {
    position: relative;
  }
  .grey_style {
    opacity: 0.5 !important;
  }
  .grey_style:hover {
    opacity: 1 !important;
  }
  .grey_style .store_buy,
  .grey_style .store_buy2 {
    background: #AAAAAA !important;
    border: #999999 !important;
  }
  
/* --- END mine_card_good --- */

/* --- card_cat_good --- */
  .filrow{
    /*position: relative;
    z-index: 10;*/
  }
  .grows>.col{
    margin-right: -1px;
    margin-bottom: -1px;
  }
  #posits{
    position: relative;
  }
  .spezcard{
    border:0;
  }
  div.spezcard:hover {
    box-shadow: 0px 0px 1px 1px #dddddd;
  }
  div.spezcard {
    color: #333333;
    /*width: 285px;*/
    /* width: 324px; */
    border: 0;
    border-radius: 8px;
    /* display: inline-block; */
    /*margin: 2px;*/
    vertical-align: top;
    /*height: 395px;*/
    background: #ffffff;
    text-align: center;
  }
  .spezcard .card-footer{
    background: transparent;
    border: 0;
  }
  .store_buy,
  .store_buy2{
    height: 45px;
    font-size: 16px!important;
    /*width: 80%;*/ 
  }
  .table_spez tr td{
    border-bottom-width: 1px !important; 
    border-color: #eee;
  }
  .table_spez .store_buy,
  .table_spez .store_buy2{
    width: 100%;
  }
  
  .spezcard img {
    max-height: 200px;
    /*max-width: 200px;*/
    margin: auto;
  }

  .spezcard a {
    color: #363a3c;
    font-weight: bold;
  }
  .spezcard .stitle a {
    font-size: 14px !important;
    word-break: break-word;
  }
  div.spezcard:hover {
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 0px 1px 1px #dddddd;*/
    z-index: 5;
  }
  .spezcard .available {
    /* height: 30px; */
    margin-top: 10px;
    text-align: center;
  }
  .spezcard .available {
    color: #333;
    font-size: 16px;
    margin: 0;
  }
  .spezcard .price {
    color: #f33;
    /*font-size: 24px;*/
    font-size: 18px;
    margin-bottom: 20px;
  }
  .spezcard .rouble {
    font-family: ruble !important;
    width: 1em;
    letter-spacing: 1em;
    margin-bottom: 0px;
    overflow: hidden;
    display: inline-block;
  }
  .spezcard .rouble {
    font-family: pt_sansregular;
    color: #f33;
    /*font-size: 24px;*/
    font-size: 20px;
  }
  .spezcard .card-body{
    /*flex: 1 1 auto;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .colorer {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 5px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 25px;
  }
  .color_act {
    border: 3px solid #5bc0de;
    height: 25px;
    /*margin-left: -3px;
    margin-right: -2px;*/
    width: 25px;
    -webkit-box-shadow: 0 0 5px 2px #4ba9eb;
    box-shadow: 0 0 5px 2px #4ba9eb;
  }
  .color_hide, .brand_hide, .variant_hide, .model_hide, .size_hide, .memory_hide, .nal_hide, .price_hide {
    display: none!important;
  }
  .goodfli_box{
    
  }
  .goodfli_box .form-group input[type="checkbox"]{
    margin-right: 5px;
  }
  .hrhr{
    padding-top: 10px;
  }
  @media ( max-width: 992px ){
    div.spezcard{
      border: 1px solid #ddd;
      border-radius:0; 
    }
    .goodfli_box .form-group{
      display: inline-block;
      padding: 0px 0px 3px 6px;
      font-size: 15px;
    }  
  }
  
  @media ( min-width: 992px ){
    #posits{
      padding-top: 15px;
    }
    .sort_holder{
      position: absolute;
      right: 0;
      /*top: -50px;*/
      top: -15px; 
    }
  }
/* --- card_cat_good --- */
  
  /* --- goods --- */
  .frontid{
    color: #333;
  }
  .mainapic {
    position: absolute;
    left: 1200px;
    display: none;
  }
  .price {
    color: #f33;
    font-size: 24px;
    /*margin-bottom: 20px;*/
  }
  .offstock_full{
    position: relative;
  }
  .offstock_full .label {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -35px;
    left: 5%;
    font-size: 32px;
    z-index: 999;
}
  
  .tab-content img{
    max-width: 100% !important;
    height: inherit !important;;
  }
  .copyme .rouble{
    color: #f33;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .delivery{width:100%}
  .delivery td{padding:5px 3px 5px 35px;vertical-align:middle}
  .delivery tr:first-child td:first-child{width:60%;background:url(/images/car_2.png) left center no-repeat}
  .delivery tr:first-child td:last-child{background:url(/images/call.svg) left center no-repeat;background-size:26px 26px}
  .delivery tr:last-child td:first-child{background:url(/images/location.png) left center no-repeat;background-size:30px 30px}
  .delivery .dcol_1{ padding-left: 55px; background:url(/images/car_2.png)    15px center no-repeat}
  .delivery .dcol_2{ padding-left: 55px; background:url(/images/call.svg)     15px center no-repeat; background-size:26px 26px}
  .delivery .dcol_3{ padding-left: 55px; background:url(/images/location.png) 15px center no-repeat; background-size:30px 30px}
  .edit_apr::-webkit-outer-spin-button,
  .edit_apr::-webkit-inner-spin-button {
  	display: none;
  }
  /* --- End goods --- */
  
  /* --- allcat --- */
  .ctttr_0{
    border: 1px solid #ddd;
  }
  .ctttr_0>.catout_t{
    font-size: 18px;
    color: 333;
    padding-bottom: 10px;
  }
  .ctttr_1{
    padding-left: 15px;
    padding-bottom: 5px;
  }
  
  .ctttr_1>.catout_t{
    font-size: 16px;
    color: 333;
    padding-bottom: 5px;
    margin-left: -15px;
  }
  .ctttr_2 {
    display: inline-block;
}
  /* --- End allcat --- */
  
  /* --- basket --- */
  #order_form_holder{
    font-size: 14px;
  }
  .basket_item{
    
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .z {
    color: #e90a8a;
  }
  
  .btn-catr{
    background: #f0f0f0;
    color: #333;
  }
  .store_amount{ 
    border-width: 1px !important;
  }
  .hidden {
    display: none!important;
  }
  #order_form_holder input, 
  #order_form_holder textarea,
  #order_form_holder select {
    border-color: #66afe9;
  }
  .good_name strong {
    color: #f33;
  }
  .good_name {
    font-size: 14px;
    font-weight: 700;
  }
  .nal {
    color: #888888;
  }
  .good_name a {
    /*display: inline-block;*/
  }
  .good_name label span.titl {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* width: 550px; */
    font-size: 12px;
    font-weight: normal;
    color: #333;
    /* display: inline-block; */
    padding-top: 3px;  
  }
  .good_name label a:hover{
    color: #1860ab;
  }
  .good_name label a:hover span.titl{
    color: #1860ab;
  }
  .rouble {
    color: #f33;
  }
  /* --- End basket --- */
  
  
  .ii_img_box{
    min-width: 45px;
  }
  
  @media ( max-width: 576px ){
   .ii_img_box{
      min-width: inherit;
      width: 100%;
    }
  }
  
/* --- footer --- */
  .privilege{
    padding-top: 20px;
    border-top: 1px solid #adadad;
  }
  .footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad; 
  }

  .social img {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 10px 5px;
  }
  .footer div.phone a {
    background: url(/images/phone.png) left center no-repeat;
    display: inline-block;
    color: #3590ff;
    padding-left: 30px;
    font-size: 24px;
  }
  
  #totop {
    position: fixed;
    bottom: 1px;
    left: 5px;
    color: #fff;
    display: none;
    z-index: 9999;
    font-size: 22px;
    padding: 2px 9px;
  }
  
  .footer_addr p{
    margin-bottom: 5px;
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px){  
    #textback_widget.widget-mobile .drop-a-line-button > .drop-a-line-button-text {
      text-align: center;
      line-height: 42px;
      display: block;
      background: steelblue;
    }
  }
/* --- END footer --- */
#posits div.notactual
{
	display:none;
}
.seen
{
	display:flex;
}
.zag_td_disc
{	
	font-size: 24px;
  font-weight: 400;
  margin: 10px 0;
	color:#333;
}
.custom_article_style{
  max-width: 800px; 
  margin: 0 auto; 
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
.custom_article_style p{
  margin: 0 0 20px;
}
.custom_article_style img{
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100% !important;
}
.custom_article_style h3,
.custom_article_style .h3,
.zag_td_disc{ 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #333;
  display: inline-block;
}

.custom_article_style.custom_serif_style{
  font-family: Georgia, ui-monospace, "Times New Roman", serif !important;
  
}
.a66_good_links{
  /* opacity: 0.7; */
}
.percent_price_box{
  
}
.percent_price_item{
  
}
.percent_price_count{
  width: 30px;
  display: inline-block;
}
.ppi_5{
  color: #198754;
}
.ppi_6{
  color: #6f42c1;
}
.ppi_12{
  color: #0d6efd;
}
  
  .error>.form-control {
    color: #a94442!important;
    border-color: #a94442!important;
    background-color: #f2dede!important;
  }

.dsbled:before{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/images/disabled.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter_color_box{
  border-radius: 50%;
  display: block;
  /*height: 30px;
  width: 30px;*/
  
  border: 15px;
  border-style: solid;
  transform: rotate(45deg);
  
  cursor: pointer;
  box-sizing: border-box;
  /*margin-right: 5px;*/
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  /*box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 20%);*/ 
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 30%);
  background-size: cover !important;
  float: left;
}
.filter_color_title{
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.cat_filter_color_box{
  border-radius: 50%;
  display: block;
  border: 12px;
  margin-right: 5px;
  border-style: solid;
  transform: rotate(45deg);
  
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 30%);
  background-size: cover !important;
  float: left;
}
.fotorama__nav-wrap{
  margin-top: 15px;
}

.analog_goods_items_col:hover > .card{
  border-color: rgba(0, 0, 0, 0.375)  
} 

.swiper.mouse-swipe{
  max-width: 50rem;
  /*margin: 0 auto 3.125rem;*/
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  max-height: 310px;
}
.mouse-swipe .swiper-wrapper{
  display: flex;
  max-height: 260px;
}
.mouse-swipe .swiper-slide{
  flex-shrink: 0;
  /*padding-bottom: 52.8%;*/
  padding-bottom: 100%;
  /*padding-bottom: 80%;*/
  position: relative;
  /*max-height: 300px;*/
  max-height: 250px;
  background-color: #fff;
}
.mouse-swipe .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
}
.mouse-swipe .swiper-pagination{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0.625rem;
  display: flex;
  gap: 0.3125rem;
  bottom: -10px;
}
.mouse-swipe .swiper-pagination-bullet{
  height: 0.3125rem;
  flex: 1 1 auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.mouse-swipe .swiper-pagination-bullet-active{
  background-color: #ffa500;  
}
 .mouse-swipe .swiper-pagination-lock{
  display: none;
}
.mouse-swipe .swiper .swiper-pagination{
  display: none;
}
.mouse-swipe .swiper:hover .swiper-pagination{
  display: flex;
}
.spezcard .swiper.mouse-swipe img {
  max-height: inherit;
}
.digi-recs .digi-product__price{
  padding-bottom: 10px;
}
