.hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.donthyphenate {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

*:focus {
    outline: none !important;
}

img.lazy {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

img.lazy.ll-loaded {
    opacity: 1;
}

textarea {
    resize: vertical;
}

.container-fluid {
    max-width: 1262px;
    min-width: 320px;
}

.container-block {
    display: block;
}

.position-relative {
    position: relative;
}

.jumbotron {
    position: absolute;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

.nav-pills .nav-pills {
    padding-left: 10px;
}

.navbar-nav > li {
    position: static;
}

.nav-justified > li {
    float: none;
}

    .navbar-nav > li > .dropdown-menu {
        border: 0;
        width: 100%;
        float: none;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        left: 0;
        top: auto;
    }

    .nav-justified > .dropdown .dropdown-menu {
        left: 0;
        top: auto;
    }

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.pagination {
    width: 100%;
    position: relative;
}

    .pagination > li {
        display: inline-block;
    }

.pager .previous > button {
    float: left;
}

.pager .next > button {
    float: right;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.label {
    display: inline-block;
}

label.req:after {
    content: '*';
}

.form-control-feedback, .oxValidateError, .oxValidateError > * {
    display: none;
}

.has-error .form-control-feedback, .has-error .oxValidateError, .has-error + .oxValidateError, .has-error .oxValidateError .js-oxError_postError, .has-error + .oxValidateError .js-oxError_postError {
    display: block;
}


#mainNavigationContainer.affix, #headerContainer.affix {
    top: 0;
    z-index: 10000;
    max-width: 1262px;
    min-width: 320px;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}





.compare.remove {
    display: none;
}

#compareListContainer {
    overflow-x: auto;
}

#infscr-loading {
    clear: both;
    text-align: center;
    padding-top: 63px;
    width: 100%;
}

    #infscr-loading img {
        display: inline-block;
        margin-right: 11px;
    }

    #infscr-loading div {
        display: inline-block;
        font-size: 14px;
        line-height: 27px;
    }

/* cloudzoom */
.cloud-zoom-big {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


/* interferer */
.flags {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: visible;
    z-index: 900;
    font-family: "MuseoSlab",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

    .flag {
        background-color: #ffc82e;
        border-radius: 50%;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        white-space: nowrap;
        -webkit-transform: rotateZ(-15deg);
        -ms-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    .flag + .flag {
        margin-top: 10px;
    }

    .flag.flag-sm + .flag.flag-sm {
        margin-top: 5px;
    }

    .flag.flag-sm {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

        .flag.flagFree {
            font-size: 17px;
        }

        .flag.flag-sm.flagFree {
            font-size: 13px;
        }

        .flag.flagNew {
            font-size: 27px;
        }

        .flag.flag-sm.flagNew {
            font-size: 21px;
        }

        .flag.flagTopSeller {
            font-size: 15px;
        }

        .flag.flag-sm.flagTopSeller {
            font-size: 12px;
        }

        .flag.flagLimited {
            font-size: 17px;
        }

        .flag.flag-sm.flagLimited {
            font-size: 13px;
        }

        .flag.flagDiscontinued {
            font-size: 17px;
        }

        .flag.flag-sm.flagDiscontinued {
            font-size: 13px;
        }

        .flag.flagSale {
            font-size: 27px;
        }

        .flag.flag-sm.flagSale {
            font-size: 21px;
        }

        .flag.flagPercent {
            font-size: 35px;
        }

        .flag.flag-sm.flagPercent {
            font-size: 27px;
        }

        .flag.flagSet {
            font-size: 27px;
        }

        .flag.flag-sm.flagSet {
            font-size: 21px;
        }

        .flag.flagSmu {
            font-size: 26px;
        }

        .flag.flag-sm.flagSmu {
            font-size: 20px;
        }

        .flag.flagFreePrint {
            font-size: 19px;
            white-space: normal;
            line-height: 24px;
            padding-top: 15px;
        }

        .flag.flag-sm.flagFreePrint {
            font-size: 15px;
            line-height: 18px;
            padding-top: 13px;
        }

        .flag.flagNewFreePrint {
            font-size: 16px;
            white-space: normal;
            line-height: 20px;
            padding-top: 6px;
        }

        .flag.flag-sm.flagNewFreePrint {
            font-size: 13px;
            line-height: 16px;
            padding-top: 4px;
        }

        .flag.flagPackagePrice {
            font-size: 19px;
            white-space: normal;
            line-height: 24px;
            padding-top: 15px;
        }

        .flag.flag-sm.flagPackagePrice {
            font-size: 15px;
            line-height: 18px;
            padding-top: 13px;
        }

/* rating stars */
.rating {
    position: relative;
    display: inline-block;
}

    .rating li a:hover {
        text-decoration: none;
    }

    .rating .fullStars {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        white-space: nowrap;
    }
        .rating .emptyStars li, .rating .fullStars li {
            display: inline;
            padding: 0 1px;
        }

            .empty-star:before, .full-star:before {
                font-family: 'iconfont-torwart' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;

                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;

                content: "\e900";
                font-size: 14px;
            }

            .empty-star:before {
                color: #d9d4cb;
            }

            .full-star:before {
                color: #ffc82e;
            }

    .rating-container .filled-stars {
        text-shadow: none;
    }

    .rating-container .star {
        margin: 0 2.5px;
    }

        .empty-circle, .full-circle {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .empty-circle {
            border: 1px solid #d9d4cb;
        }

        .full-circle {
            background-color: #ffc82e;
        }

    .rating-xs {
        font-size: 1em;
    }

/* tooltips */
.toolTipTrigger {
    font-family: "MuseoSlab",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #83817e;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.toolTipTrigger:hover {
    background-color: #292929;
    cursor: default;
    text-decoration: none;
    color: #fff;
}

    .tooltip-inner {
        padding: 7.5px 15px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        max-width: none;
        background-color: #292929;
    }

        .tooltip-inner > *:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .tooltip.top .tooltip-arrow {
        border-top-color: #292929;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #292929;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #292929;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #292929;
    }



/* custom form elements */
.selectBox-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: none;
}

form:not(.form-inline) .selectBox-dropdown {
    width: 100% !important;
}

    .selectBox-dropdown.selectBox-menuShowing {
        border-color: #2b50a8;
    }

    .selectBox-dropdown:hover,
    .selectBox-dropdown:focus {
        color: #232020;
        text-decoration: none;
    }

    .selectBox-dropdown > .hidden {
        display: block !important;
    }

    .selectBox-dropdown .selectBox-label {
        display: block;
        line-height: 36px;
        padding-right: 35px;
        width: auto !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .selectBox-dropdown .selectBox-arrow:before {
        position: absolute;
        right: 22px;
        top: 16px;
        content: '\e91f';
        color: #232020;
        transform: rotateZ(0);
        transition: transform 200ms linear;
        font-size: 15px;

        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'iconfont-torwart' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before {
            transform: rotateZ(180deg);
        }

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 500;
    max-height: 330px;
    min-height: 1em;
    background-color: #fff;
    overflow: auto;
    border-style: solid;
    border-color: #2b50a8;
    border-top-color: #b4b4b4;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1) inset, 0px -10px 7px rgba(0, 0, 0, 0.1) inset;*/
}

.selectBox-dropdown-menu.selectBox-options-top {
    border-bottom-color: #b4b4b4;
    border-top-color: #2b50a8;
}

.selectBox-dropdown-menu.selectBox-options-bottom {
    margin-top: -1px;
}

    .selectBox-dropdown-menu > li > a {
        display: block;
        color: #232020;
        line-height: 22px;
        padding: 3px 11px;
        cursor: pointer;
    }

        .selectBox-dropdown-menu > li > a:hover,
        .selectBox-dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #292929;
            text-decoration: none;
        }

.selectBox.selectBox-disabled {
    cursor: not-allowed;
    opacity: .65;
}

.selectBox.selectBox-disabled .selectBox-arrow {
    display: none;
}

.selectBox-options li.selectBox-disabled a {
    background-color: transparent;
    color: #232020;
    cursor: not-allowed;
    opacity: .35;
}


.radio-inline, .checkbox-inline {
    padding-left: 0;
}

.checkbox input, .checkbox-inline input,
.radio input, .radio-inline input {
    display: none;
}

    .checkbox label, .checkbox-inline label,
    .radio label, .radio-inline label {
        padding-left: 30px;
    }

        .radio input + label:before, .radio-inline input + label:before {
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid #b4b4b4;
            background-color: #fff;
            margin-right: 5px;
        }

        .radio input:checked + label:before, .radio-inline input:checked + label:before {
            border: 1px solid #b4b4b4;
            background-color: #fff;
        }

        .radio input:checked + label:after, .radio-inline input:checked + label:after {
            position: absolute;
            left: 5px;
            top: 10px;
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 5px solid #2b50a8;
            border-radius: 50%;
            z-index: 1;
        }

        .checkbox label:before, .checkbox-inline label:before {
            position: absolute;
            left: 0;
            top: 3px;
            display: inline-block;
            content: '';
            width: 20px;
            height: 20px;
            border: 1px solid #b4b4b4;
            background-color: #fff;

            font-size: 11px;
            line-height: 16px;
            text-align: center;
            overflow: hidden;
            color: #2b50a8;

            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .checkbox input:checked + label:before, .checkbox-inline input:checked + label:before {
                content: '\e013';
            }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    border: none;
    background-color: transparent;
    height: 25px;
    width: 14px;
    min-height: 0;
    font-size: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    bottom: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    opacity: 0.3;
}

    .bootstrap-touchspin .input-group-btn-vertical button:hover i, .bootstrap-touchspin .input-group-btn-vertical button:focus i, .bootstrap-touchspin .input-group-btn-vertical button:active i {
        color: #ffc82e;
        opacity: 1.0;
    }

.touchspinUpIcon  {
    font-family: 'iconfont-torwart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .touchspinUpIcon:hover, .touchspinUpIcon:focus, .touchspinUpIcon:active {
        text-decoration: none;
    }

    .touchspinUpIcon:before {
        content: "\e91e";
    }

.touchspinDownIcon  {
    font-family: 'iconfont-torwart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .touchspinDownIcon:hover, .touchspinDownIcon:focus, .touchspinDownIcon:active {
        text-decoration: none;
    }

    .touchspinDownIcon:before {
        content: "\e91f";
    }


/* icons */
.slick-custom-arrow, .caret, .rss-icon, .filterIcon, .gridIcon, .lineIcon, .compareRemoveIcon, .wishListAddIcon, .searchIcon, .zoomIcon, .recommendIcon, .mobileNavigationToggleIcon, .filterArrow, .filterBackArrow,
.closeIcon, .toTopIcon, .newsletterOptinIcon, .newsletterSubscriptionArrow, .basketIcon, .userIcon, .torwartfastdeliveryIcon, .torwarteasyexchangeIcon, .torwartpriceandcostIcon, .deliveryInfoIcon, .compareListIcon,
.torwartprintonserviceIcon, .torwartknowhowIcon, .torwartmanufacturercontactIcon, .serviceFlagConsultationIcon, .serviceFlagContactIcon, .recommendIcon, .videoIcon, .facebookIcon, .twitterIcon, .youtubeIcon, .googleplusIcon {
     /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont-torwart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-custom-arrow {
    display: inline-block;
    width: 47px;
    height: 35px;
    background-color: #83817e;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    z-index: 100;
    transform: translate3d(0,0,0);
}

#topfooter .slick-custom-arrow  {
    background-color: transparent;
    color: #83817e;
}

    .slick-custom-arrow:hover, .slick-custom-arrow:focus, .slick-custom-arrow:active {
        color: #fff;
        text-decoration: none;
        background-color: #292929;
    }

    #topfooter .slick-custom-arrow:hover, #topfooter .slick-custom-arrow:focus, #topfooter .slick-custom-arrow:active {
        background-color: transparent;
        color: #292929;
    }

.prev > .slick-custom-arrow {
    left: 0;
}

.next > .slick-custom-arrow {
    right: 0;
}

    .prev > .slick-custom-arrow:before {
        content: '\e91c';
    }

    .next > .slick-custom-arrow:before {
        content: '\e91d';
    }

.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
}

#promotionSlider .slick-dots {
    bottom: 12.5px;
    z-index: 5000;
}

    .slick-dots > li {
        display: inline-block;
        padding: 5px;
    }

        .slick-dots > li > a {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #aaa;
        }

            .slick-dots > li > a:hover, .slick-dots > li > a:focus, .slick-dots > li > a:active, .slick-dots > li.slick-active > a {
                background-color: #000;
            }

            #promotionSlider .slick-dots > li > a:hover, #promotionSlider .slick-dots > li > a:focus, #promotionSlider .slick-dots > li > a:active, #promotionSlider .slick-dots > li.slick-active > a {
                background-color: #fff;
            }

.caret {
    border: none;
    margin: 0;
    width: auto;
    height: auto;
    padding-left: 20px;
}

    .caret:hover, .caret:focus, .caret:active {
        text-decoration: none;
    }

    .caret:before {
        content: "\e91f";
        font-size: 14px;
        position: relative;
        top: -2px;
        transform: rotateZ(0);
        transition: transform 200ms linear;
        display: inline-block;
    }

    .dropdown.open .caret:before, .open > .caret:before, .btn-group.open .caret:before {
        transform: rotateZ(180deg);
    }

.flag-icon {
    margin-right: 6px;
    width: 18px;
    height: 14px;
    top: 2px;
}

.rss-icon {
}

    .rss-icon:hover, .rss-icon:focus, .rss-icon:active {
        text-decoration: none;
    }

    .rss-icon:before {
        content: "\e907";
    }

.filterArrow {
}

    .filterArrow:before {
        content: "\e921";
        font-size: 18px;
        margin-top: 19px;
        float: right;
        text-decoration: underline;
    }

    .filterArrow:before, .filterArrow:hover:before {
        text-decoration: none;
    }

.filterBackArrow {
}

    .filterBackArrow:before {
        content: "\e91c";
        font-size: 18px;
        text-decoration: underline;
        padding-right: 15px;
        position: relative;
        top: 2px;
    }

    .filterBackArrow:before, .filterBackArrow:hover:before {
        text-decoration: none;
    }

.filterIcon {
}

    .filterIcon:before {
        content: "\e913";
        font-size: 29px;
        position: relative;
        top: 6px;
        padding-right: 15px;
        text-decoration: underline;
    }

    .filterIcon:before, .filterIcon:hover:before {
        text-decoration: none;
    }

.gridIcon {
}

    .gridIcon:hover, .gridIcon:focus, .gridIcon:active {
        text-decoration: none;
    }

    .gridIcon:before {
        content: "\e912";
        font-size: 21px;
        position: relative;
        top: 8px;
    }

.lineIcon {
}

    .lineIcon:hover, .lineIcon:focus, .lineIcon:active {
        text-decoration: none;
    }

    .lineIcon:before {
        content: "\e90d";
        font-size: 18px;
        position: relative;
        top: 8px;
    }

.stockFlag .indicator {
}

    .stockFlag .indicator:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #00b219;
        position: relative;
        top: -1px;
        margin-right: 3px;
    }

    .stockFlag.lowStock .indicator:before {
        background-color: #e67c00;
    }

    .stockFlag.notOnStock .indicator:before {
        background-color: #232020;
    }

    .stockFlag.notOnStock.text-danger .indicator:before {
        background-color: #d60000;
    }

.compareAddIcon {
}

    .compareAddIcon:hover, .compareAddIcon:focus, .compareAddIcon:active {
        text-decoration: none;
    }

    .compareAddIcon:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        margin-right: 7px;
        position: relative;
        top: 2px;
    }

.compareRemoveIcon {
}

    .compareRemoveIcon:hover, .compareRemoveIcon:focus, .compareRemoveIcon:active {
        text-decoration: none;
    }

    .compareRemoveIcon:before {
        content: "\e918";
        margin-right: 8px;
    }

.compareListIcon {
}

    .compareListIcon:before {
        content: "\e926";
        margin-right: 8px;
        text-decoration: underline;
    }

    .compareListIcon:before, .compareListIcon:hover:before {
        text-decoration: none;
    }



.wishListAddIcon {
}

    .wishListAddIcon:before {
        content: "\e910";
        margin-right: 7px;
        display: inline-block;
        text-decoration: underline;
        font-size: 14px;
        color: #000;
    }

    .wishListAddIcon:before, .wishListAddIcon:hover:before {
        text-decoration: none;
    }

.searchIcon, .zoomIcon {
}

    .searchIcon:hover, .searchIcon:focus, .searchIcon:active {
        text-decoration: none;
    }

    .searchIcon:before, .zoomIcon:before {
        content: "\e906";
        font-size: 23px;
        position: relative;
        top: 2px;
        text-decoration: underline;
        display: inline-block;
    }

    .searchIcon:before, .zoomIcon:before,
    .searchIcon:hover:before, .zoomIcon:hover:before {
        text-decoration: none;
    }

    .zoomIcon:before {
        font-size: 18px;
        top: 4px;
    }

.recommendIcon {
}

    .recommendIcon:before {
        content: "\e905";
        font-size: 18px;
        padding-right: 6px;
        position: relative;
        top: 3px;
        display: inline-block;
        text-decoration: underline;
    }

    .recommendIcon:before, .recommendIcon:hover:before {
        text-decoration: none;
    }

.videoIcon {
}

    .videoIcon:before {
        content: "\e902";
        font-size: 18px;
        position: relative;
        top: 3px;
        display: inline-block;
        text-decoration: underline;
    }

    .videoIcon:before, .videoIcon:hover:before {
        text-decoration: none;
    }

.mobileNavigationToggleIcon {
}

    .mobileNavigationToggleIcon:hover, .mobileNavigationToggleIcon:focus, .mobileNavigationToggleIcon:active {
        text-decoration: none;
    }

    .mobileNavigationToggleIcon:before {
        content: "\e90b";
    }

    #pageContainer.active.menu .mobileNavigationToggleIcon:before {
        content: "\e918";
        font-size: 20px;
    }

.closeIcon {
}

    .closeIcon:hover, .closeIcon:focus, .closeIcon:active {
        text-decoration: none;
    }

    .closeIcon:before {
        content: "\e918";
    }

.toTopIcon {
}

    .toTopIcon:hover, .toTopIcon:focus, .toTopIcon:active {
        text-decoration: none;
    }

    .toTopIcon:before {
        content: "\e91a";
    }

.newsletterOptinIcon {
}

    .newsletterOptinIcon:hover, .newsletterOptinIcon:focus, .newsletterOptinIcon:active {
        text-decoration: none;
    }

    .newsletterOptinIcon:before {
        content: "\e90c";
        padding-right: 25px;
        position: relative;
        top: 3px;
    }

.newsletterSubscriptionArrow {
}

    .newsletterSubscriptionArrow:hover, .newsletterSubscriptionArrow:focus, .newsletterSubscriptionArrow:active {
        text-decoration: none;
    }

    .newsletterSubscriptionArrow:before {
        content: "\e921";
        position: relative;
        top: 3px;
    }

.basketIcon {
    font-size: 26px;
}

    .basketIcon:hover, .basketIcon:focus, .basketIcon:active {
        text-decoration: none;
    }

    .basketIcon:before {
        content: "\e919";
        padding-right: 9px;
    }

.userIcon {
}

    .userIcon:hover, .userIcon:focus, .userIcon:active {
        text-decoration: none;
    }

    .userIcon:before {
        content: "\e903";
        padding-right: 14px;
        font-size: 26px;
        position: relative;
        top: 4px;
    }

.deliveryInfoIcon {
}

    .deliveryInfoIcon:before {
        content: "\e924";
        font-size: 116px;
        color: #aaa;
    }

.torwartfastdeliveryIcon {
}

    .torwartfastdeliveryIcon:before {
        content: "\e917";
        font-size: 81px;
        color: #aaa;
    }

.torwarteasyexchangeIcon {
}

    .torwarteasyexchangeIcon:before {
        content: "\e916";
        font-size: 73px;
        color: #aaa;
        position: relative;
        top: 10px;
    }

.torwartpriceandcostIcon {
}

    .torwartpriceandcostIcon:before {
        content: "\e908";
        font-size: 89px;
        color: #aaa;
        position: relative;
        top: 2px;
    }

.torwartprintonserviceIcon {
}

    .torwartprintonserviceIcon:before {
        content: "\e909";
        font-size: 86px;
        color: #aaa;
        position: relative;
        top: 7px;
    }

.torwartknowhowIcon {
}

    .torwartknowhowIcon:before {
        content: "\e90f";
        font-size: 75px;
        color: #aaa;
        position: relative;
        top: 12px;
    }

.torwartmanufacturercontactIcon {
}

    .torwartmanufacturercontactIcon:before {
        content: "\e914";
        font-size: 73px;
        color: #aaa;
        position: relative;
        top: 11px;
    }

.serviceFlagConsultationIcon, .serviceFlagContactIcon {
    display: block;
}

    .serviceFlagConsultationIcon:before {
        content: "\e90a";
        font-size: 30px;
    }

    .serviceFlagContactIcon:before {
        content: "\e90e";
        font-size: 29px;
    }

.facebookIcon {

}

    .facebookIcon:before {
        content: "\e915";
        font-size: 21px;
        position: relative;
        /*top: 3px;*/
    }

.twitterIcon {

}

    .twitterIcon:before {
        content: "\e904";
        font-size: 19px;
        position: relative;
        /*top: 2px;*/
    }

.youtubeIcon {

}

    .youtubeIcon:before {
        content: "\e901";
        font-size: 23px;
    }

.googleplusIcon {

}

    .googleplusIcon:before {
        content: "\e911";
        font-size: 21px;
        position: relative;
        /*top: 4px;*/
    }

.icon-warning:before {
    position: relative;
    top: 17px;
}


/*
@media (min-width: 992px) {
    .footerNavContainer ul.collapse {
        display: block;
        visibility: visible;
        height: auto !important;
    }
}
*/

@media (max-width: 991px) {
    #mainNavigationContainer.affix {
        position: static;
    }

    #infscr-loading {
        padding-top: 13px;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }

    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width: 320px) {
    html, body {
        min-width: 320px;
        overflow-x: auto;
    }
}

@-ms-viewport { width: auto !important; }
