/* PRODUCT */
a.name {
  font-size: 22px !important;
}
.product-appendix {
 display: none;
}
.p-detail-inner-header h1 {
 font-size: 2.2em;
}
.p-detail-info .stars-wrapper {
  cursor: pointer;
}
.p-detail .quantity {
 margin-right: 12px;
 border-style: solid !important;
}
.detail-parameters .delivery-time {
 display: none;
}
.p-thumbnails-horizontal .p-thumbnail:before {
 top: unset;
 height: 100%;
}
.p-thumbnail.highlighted:before {
 background-color: unset;
 border: 1.5px solid gray;
 border-radius: 8px;
}
.p-thumbnail:hover:before {
 background-color: #80808020;
 border-radius: 8px;
}
.p-thumbnails a {
 margin-left: unset;
}
.p-thumbnails a img {
 border: none;
}
.basic-description>h3:first-child {
 display: none;
}
.p-detail-tabs-wrapper .shp-tabs-holder {
 border-radius: 8px;
}
.p-detail-tabs-wrapper .shp-tab.active .shp-tab-link {
 background-color: #009901;
 border: unset;
 color: white !important;
 border-radius: 8px;
 padding-left: 20px;
 padding-right: 20px;
 font-weight: bold !important;
}
.social-buttons-wrapper {
 display: none;
}
[data-testid="productCardDescr"] {
 display: none;
}
.link-icons .print {
 display: none;
}
.p-detail .price-additional {
 color: #666;
}
.p-detail .detail-parameters th {
 font-weight: unset;
}
.p-detail .delivery-time-label {
 display: none;
}
.product-top .detail-parameters {
 margin-top: -15px;
}
.p-detail .availability-value {
 font-size: 18px;
 font-weight: 600;
}
.flag {
 padding:4px;
}
.flag.flag-freeshipping {
 background-color: #f0f0f0;
 color: #009901;
}
.flag-freeshipping .icon-van {
 font-size: 20px !important;
 margin-bottom: -2px;
}
.flag-freeshipping .flag-text {
 font-size: 9px !important;
 font-weight: 400;
}
.flags-extra .flag {
 margin-left: 10px;
}

.flag.flag-discount {
 /* background-color: #009901; */
  background-color: #ed1c24;
}
.flags-extra .flag {
 width: 55px !important;
 height: 55px !important;
}
.flag .price-standard {
 font-size: 10px !important;
}
.flag .price-save {
 font-size: 13px !important;
}
.p-image-wrapper .flags-extra .flag {
 min-height: unset;
 min-width: unset;
}
.products-block .p-bottom .price-additional {
 color: #666;
}

.products-block.products .p .name {
  height: unset;
  font-size: 20px !important;
}

.product .btn.btn-cart {
 width: 140px;
}
.btn.add-to-cart-button:before {
 display: none;
}
.products .ratings-wrapper {
 min-height: unset;
}
.products>div {
 margin-bottom: 30px;
 border-color: #eaeaea;
 padding-left: 15px !important;
 padding-right: 15px !important;
}
@media only screen and (min-width: 767px) {
 .products-block.products>div {
   border-top: none;
   margin-top: 30px;
 }
}
.in-pokladni-systemy #filters-wrapper {
 display: none;
}
