@keyframes telefon {
 50% {
transform: rotate(30deg);
}
}

.icon-left-menu-bobin {
animation-name: telefon;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
section[data-panel-id="injection-1051"] .panel-heading {
display: none;
}
section[data-panel-id="injection-1052"] .panel-heading {
display: none;
}

#product-details-div .abs-product-page-header .abs-header-main .abs-header-right .abs-product-header-purchase .cart-widget {
    align-items: flex-start;
}
#product-details-div .abs-product-page-header .abs-header-main .abs-header-right .abs-product-header-purchase .cart-widget .touch-qnt .touch-qnt-unit {
     display: block;
}
body[data-module="main"] .panel-heading > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body[data-module="main"] .panel-heading > a > h2 {
  font-weight: 400 !important;
  font-size: 29px;
}
#cookie-policy-content {
  flex-direction: column;
}
#cookie-policy-content .preserveFormatting p {
  margin: 10px 0 !important;
}
@media (min-width: 992px) {
#product-details-div .abs-product-page-header .abs-header-main {
  margin-left: 0;
}}
@media (min-width: 992px) {
.abs-product-page-header .abs-header-right .cart-widget.touch-qnt-vertical {
  flex-direction: row;
}}

.abs-offer-gallery p.abs-additional-name {
   display: block !important;
   text-align: center;
}

.abs-offer-gallery {
 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.abs-offer-gallery .abs-layout-product-gallery, .abs-offer-gallery .abs-layout-product-gallery-thumbnails {
max-width: none;
}
.abs-lightslider-gallery-wrapper .thumb-nav {
    background-color: #193559;
    padding: 18px 10px;
    color: #fff;
}
@media (min-width: 992px) {
    #product-details-div .abs-product-page-header .abs-product-header-labels {
         margin-left: 0px; 
    }
}