#vars {
    color: #86080f;
    color: #6fd840;
    color: #019ff1;

    color: #313131;
    color: #000;
    color: #fff;

    /* Warning */
    border-color: #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
}
/*********************************************************************************************************************************** DEFINE FONTS ***************/
@font-face {
    font-family: 'gPrompt';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../fonts/Prompt-BoldItalic.ttf) format('truetype');
}

#buy_form h1.h2 {
    font-family: "gPrompt";
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

/*********************************************************************************************************************************** LOGO HEADER ***************/
.ga--logo-ballco {
    padding-left: 20px;
}

.nav-mobile-body ul.navbar-nav li:first-of-type a {
    padding: 11px !important;
}

/*********************************************************************************************************************************** KATEGORIE HEADER ***************/
@media (min-width: 200px) {
    #main-wrapper #content-wrapper {
        padding-top: 1rem;
    }
}

@media (min-width: 1200px) {
    #main-wrapper #content-wrapper {
        padding-top: 1rem;
    }
}

/*********************************************************************************************************************************** SEARCH HEADER ***************/
#search .search-wrapper .form-control {
    border: 1px solid #e1e1e1;
    height: calc(2.5em + 1.25rem + 2px)
}

#search form button {
    padding: 0.625rem 1.5375rem;
}

#shop-nav .cart-icon-dropdown .cart-icon-dropdown-price .nav-link,
#shop-nav > li > a {
    font-size: 1.5rem;
}

.ga--banner-linktext {
    position: absolute;
    top: 25px;
    line-height: 1.5rem;
    background-color: #000;
    color: #fff;
    min-width: 150px;
    right: 0px;
    /*transform: skew(-15deg);*/
}

.ga--banner-linktext::before {
    position: absolute;
    content: '';
    bottom: -120px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 17px solid gray;
    border-bottom: 103px solid transparent;
    border-right: 17px solid transparent;
}

.ga--banner-linktext p {
    font-size: 1.5rem;
    padding: 15px 25px 0px 25px;
}


/*********************************************************************************************************************************** NAVIGATION HEADER ***************/
ul.navbar-nav li.nav-item a span {
    font-size: 1.15rem;
    font-weight: bold;
}

.is-mobile ul.navbar-nav li.nav-item a span {
    font-size: 0.875rem;
    /*font-weight: bold;*/
}


/*********************************************************************************************************************************** OVERLAY WARENKORB ***************/
.modal-backdrop.show {
    opacity: 0.5;
}

header.full-width-mega .nav-right .dropdown-menu {
    box-shadow: none;
    border: 1px solid #999;
}



/*********************************************************************************************************************************** PRODUCT-LISTING ***************/
.productbox-title a {
    text-decoration: none;
    font-family: "gPrompt";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.product-list .productbox-inner .price_wrapper .productbox-price {
    font-size: 1.5rem;
}

#sidebox127 .productlist-filter-headline,
.productlist-filter-headline.d-none.d-md-flex.ga--sidebox-headline {
    padding-top: 1.5rem;
}


/*********************************************************************************************************************************** PRODUK-LISTING Zuletzt Angesehen ***************/
.box-last-seen-item a.productbox-title {
    text-decoration: none;
}

.box-last-seen-item .price_wrapper {
    position: absolute;
    bottom: 0;
}
/*
.price.special-price {
    padding-top: 15px;
}

.ga--uvp {
    font-family: "Open Sans", sans-serif;
    text-decoration: line-through;
    font-size: 1.0rem;
    font-weight: normal;
    position: relative;
    top: -5px;
}*/








/*********************************************************************************************************************************** FOOTER ***************/

.service-icon-phone {
    display: block;
    float: left;
    margin-right: 14px;
    height: 28.5px;
    width: auto;
    position: relative;
    top: 6px;
}
.footer--phone-link {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

.ga--pad-lft30 {
    padding-left: 36px;
}

.ga--img-payment {
    height: 28px;
    padding-right: 5px;
}