﻿.product-title h4 {
    white-space: normal;
}
/*.widget-categories ul > li.no-children::before {
    display:none !important;
}
input.pageon {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #606975;
    border-radius: 0px;
    border: 1px solid #606975;
    cursor: pointer;
    padding: 0 1px 0 1px;
    margin: 0;
}

input.pageoff {
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 0 1px 0 1px;
    margin: 0;
    font-weight: normal;
    color: #606975;
}*/

.page-size {
    width: auto;
    display: inline-block;
}

    .page-size div {
        float: left;
        line-height: 32px;
        margin: 0 5px 0 0;
    }

.pagingctrlparent .firstlbl, .pagingctrlparent .firstbutton, .pagingctrlparent .lastbutton, .pagingctrlparent .nextbutton, .pagingctrlparent .previousbutton, .pagingctrlparent .numberbuttons {
    display: inline-block;
}

div.oh-container {
    display: inline-block;
    padding-right: 35px;
}

    div.oh-container .oh-label {
        margin-right: 5px;
    }

div.DisplayAddress .da-container .da-label {
    width: 30%;
}

div.DisplayAddress .da-container .da-label, div.DisplayAddress .da-container .da-value {
    display: inline-block;
    padding: 2px 2px 2px 10px;
}

div.totalcontainer {
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
}

    div.totalcontainer .totalrow .totalnumber, div.totalcontainer .totalrow .totallabel {
        display: inline-block;
    }

    div.totalcontainer .totalrow .totallabel {
        width: auto;
    }

    div.totalcontainer .totalrow .totalnumber {
        min-width: 10%;
    }

.hide {
    display: none;
}


.nolink, .nolink:hover {
    color: inherit;
    text-decoration: inherit;
}

.breadcrumbs .separator {
    padding: 5px 4px !important;
}

.salebox {
    width: 60px;
    height: 28px;
    background: #ef7c00;
    color: #FFF;
    font-family: 'Fira Sans Condensed';
    font-weight: 700;
    font-size: 12pt;
    text-align: center;
    padding: 3px 0 0 0;
    float: right;
}

.cookiemsg {
    background-color: #313131;
    bottom: 16px;
    left: 16px;
    color: rgb(248, 249, 250);
    position: fixed;
    width: 384px;
    z-index: 9999;
}

.cookiepolicyImgbtn {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 4px;
}

.cookiepanel {
    padding: 20px 20px 20px 20px
}

.cookiepanelbtns {
    display: flex;
}

.cookiebtn, .cookiebtn:hover {
    background-color: #50ae2f;
    color: #313131;
    font-weight: 700;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    width: 50%;
}

.cookiebtnleft {
    width: 50%;
}

.leftnavnumlnk {
    color: #9da9b9;
}

input.pageon {
    color: #FFF;
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    border-color: #50ae2f;
    background-color: #50ae2f;
    line-height: 30px;
    text-decoration: none;
    font-weight: inherit;
    padding: inherit;
    margin: inherit;
}

input.pageoff {
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all .3s;
    line-height: 30px;
    text-decoration: none;
    font-weight: inherit;
    padding: inherit;
    margin: inherit;
    background: none;
    border: none;
    color: #606975;
}

    input.pageon:focus, input.pageoff:focus {
        outline: none;
    }

.promo-box-content h1 {
    text-transform: uppercase;
}

.custom-control .custom-control-input:active ~ .custom-control-label::before,
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
    border-color: #50ae2f;
    background-color: #50ae2f;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::after,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

@media (max-width: 575.98px) {
    .cookiemsg {
        background-color: #313131;
        color: rgb(248, 249, 250);
        z-index: 9999;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media (min-width : 768px) and (max-width : 900px) {
    figure figcaption.center h1 {
        font-size: 25px;
    }
}

@media (min-width : 900px) and (max-width : 1024px) {
    figure figcaption.center h1 {
        font-size: 35px;
    }
}

/* Tablet Querformat */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .product-card .price-table {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mega-menu .col {
        width: 266px;
    }
}
@-moz-document url-prefix() {
    .form-control option {
        font-family: sans-serif;
    }
}
