@font-face {
  font-family: "Bauhaus";
  src: url("./../../fonts/Bauhaus.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

.jGrowl{z-index:9999;color:#fff;font-size:16px !important;font-weight: 300 !important;}
.jGrowl-notification{padding: 20px !important;margin: 20px !important;}
.jGrowl .ms2-message-success { background-color: #ff6600 !important; }


.ui-widget-content {background: #fff !important;}
.info-b h2, .b-tabs__content h2 {font-size: 26px;font-weight: 600;}
.info-b h3, .b-tabs__content h3 {font-size: 22px;font-weight: 600;}
.info-b h4, .b-tabs__content h4 {font-size: 20px;font-weight: 600;}
.info-b a, .b-tabs__content a {color: #ff6600;}
.info-b a:hover, .b-tabs__content a:hover {text-decoration: underline;}
.product-card__price-old {text-decoration: line-through;white-space: nowrap;}
.header__top p span {font-family: "Bauhaus", sans-serif;padding-left: 4px;
    /*display: inline-block;
    margin: -0.14286em 0 0 0.28571em;
    height: 10px;*/
}
.text ul, .text ul, .info-b ul, .b-tabs__content ul, .info-b ul, .b-tabs__content ul {padding-left: 1.5em;}
.text li, .info-b li, .b-tabs__content li {list-style: disc;}

.simplesearch-result h3 {
    color: #ff6600;
    font-size: 20px;
    padding: 10px 0 5px;
}
.simplesearch-highlight {font-weight: 700;}
.simplesearch-results-list {padding: 20px 0;}
a.btn:hover {color:#fff;}
.sorting-b {width: 100%;display: flex;justify-content: space-between;}
.all_total {color: var(--color-primary);padding-right: 10px;}
.available::before {background-image: url(./../../img/icons/yes.png);content: "";
    display: inline-block;
    margin-right: 0.75em;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;}
@media (max-width: 1220px) {
    .info-b h2, .b-tabs__content h2 {font-size: 24px;}
}
@media (max-width: 768px) {
    .info-b h2, .b-tabs__content h2 {font-size: 20px;}
    .sorting-b {display: block;}
    .all_total {text-align: center;padding-top: 5px;padding-right: 0;}
}