.actions .btn-action.link-wishlist {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: url(/content/css/sprite/sprite_new2.png) 5px -827px no-repeat
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #363434
}

[role="button"] {
    cursor: pointer
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group .form-control:first-child,.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.publisher a{color:white}
a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.clearfix,.container,.container-fluid,.row,.modal-header,.modal-footer {
    clear: both
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,.container:after,.container-fluid:after,.row:after,.modal-header:after,.modal-footer:after {
    clear: both
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

input.input-text,textarea {
    padding: 5px
}

select {
    width: 100%;
    height: 33px;
    padding: 0 5px
}

select option {
    padding-right: 10px;
    background: #fff
}

.col-main,.sidebar {
    padding-top: 10px
}

.grid-box-products .product-items-grid .product-item {
    float: left
}

input[type='text'],select {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.product-name {
    font-size: 100%
}
.product-name a{color:white}
.clearfix,.container,.container-fluid,.row,.modal-header,.modal-footer {
    clear: both
}

.price-box {
    margin: 5px 0
}

.price-box .price {
    color: #363636;
    white-space: nowrap!important
}

.price-box p {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0
}

.price-box .old-price .price-label,.price-box .special-price .price-label {
    display: none
}

.special-price {
    color: #1a93fb
}

.special-price .price .price {
    font-size: 115%;
    color: #1a93fb
}

.old-price {
    margin: 0
}

.old-price .price-label {
    white-space: nowrap;
    color: #8a96a2
}

.old-price .price {
    text-decoration: line-through;
    color: #999;
    font-size: 115%;
    position: relative;
    top: 0;
    margin-right: 5px
}

.regular-price .price {
    font-size: 115%;
    font-weight: 500;
    color: #000
}

.block-header {
    color: white;
    font-size: 155%;
    font-weight: 400
}

label,.label {
    font-weight: normal!important;
    color: inherit;
    font-size: 100%;
    margin-bottom: 0
}

a {
    text-decoration: none
}

a:focus,a:active {
    color: inherit;
    text-decoration: none
}

body {
    line-height: 1.66!important;
    overflow-x: hidden;
    overflow-y: scroll!important
}

body a:hover,body a:active {
    text-decoration: none
}

.des-cat {
    margin-bottom: 20px
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    margin: 0 0 5px;
    line-height: 1.35
}

p {
    margin: 0 0 10px
}

strong {
    font-weight: bold
}

ul,ol {
    list-style: none
}

.preloader {
    background:#000;
	opacity:.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: .8
}

.preloader.full-preloader {
    position: fixed;
    z-index: 2000
}

.preloader.full-preloader .preloader-animation {
    position: absolute;
    top: 10%;
    left: calc(50% - 3.25em)
}

.preloader-container {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%
}

.preloader-animation div {
    background-color: #21DEAB
}

.preloader-animation>div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s!important;
    animation-delay: -0.35s!important
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.preloader-animation>div {
    background-color: #1a93fb;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

.block-header1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding: 2px 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #e3e3e3
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.body-content-main {
    min-height: 400px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/select-arrow.png)!important;
    background-repeat: no-repeat;
    position: right 10px center;
    padding-right: 28px;
    padding-left: 18px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer
}

.author {
    padding: 4px 0
}

.author a {
    font-size: 105%;
    font-weight: 250;
    color: #1a93fb;
	font-weight:bold
}

.descsequence {
    padding: 15px 0
}

.pager .current {
    display: inline-block;
    padding: 5px 14px;
    background-color: #1a93fb;
    border: 1px solid #ddd;
    border-radius: 0
}

.pages a,.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0;
	margin-right:5px
}

.pages a:hover,.pager li>a:hover,.pager li>span {
    background-color: #1a93fb;
    color: white
}

.button {
    overflow: visible;
    width: auto;
    border: 0;
    margin: 0;
    background-color: #1a93fb;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 100%
}

.pager li {
    display: inline
}

.pager li {
    display: inline;
	margin-right:5px
}

#btnReviewReport.btn-warning,.ratingblock .btn-warning {
    background-color: #1a93fb;
    border-color: #1d8422
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.row-item {
    padding: 10px!important
}

.row-item .product-thumb {
    margin: 15px 0!important
}

.row-item .product-info .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0
}

.row-item .product-info .product-name a {
    white-space: nowrap;
    color: #1a93fb;
    font-size: 110%
}

@media(max-width: 767px) {
    .row-item .product-thumb {
        width:auto!important;
        max-height: 120px;
        min-height: 120px
    }
}

body input.input-text {
    height: 36px;
    padding: 0 5px;
    width: 100%
}

a {
    color: #262e31
}

a,a:active {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.main {
    margin: 0 auto;
    min-height: 400px;
    padding: 0;
    text-align: left
}

input,select,textarea,button {
    vertical-align: middle;
    color: #636363
}

input.input-text,select,textarea {
    background: #fff;
    border: 1px solid #363434
}

textarea {
    overflow: auto
}

input.input-text:focus,select:focus,textarea:focus {
    background-color: #fafafa
}

.header-container:after,.header-container .top-container:after,.header:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.block .block-content:after,.block .actions:after,.block li.product-item:after,.group-block .currently li:after,.page-title:after,.searchResult-list li.product-item:after,.pager:after,.sorter:after,.ratings:after,.add-to-cart:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

select::-ms-expand {
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 25px
}

.sfred.pt {
    font-size: 13px;
    font-weight: bold
}

.bookicon {
    font-weight: 500
}

.box-title {
    color: #1a93fb;
    font-size: 155%;
    font-weight: 400;
    padding: 10px 0 0 0
}
.slider .box-title {padding-left:10px}
@media(max-width: 480px) {
    .box-title {
        font-size:150%
    }
}

.box-title a {
    color: #aa4e9b
}

.maxi-block,.maxi-block-loop {
    clear: both;
    margin-bottom: 20px
}

.maxi-block .maxi-block-loop-product,.maxi-block-loop .maxi-block-loop-product {
    border-bottom: 1px solid #363434!important
}

.maxi-block .maxi-block-product,.maxi-block-loop .maxi-block-product,.maxi-block .maxi-block-loop-product,.maxi-block-loop .maxi-block-loop-product {
    border: 1px solid #363434
}

.maxi-block .maxi-block-product .product-item-inner,.maxi-block-loop .maxi-block-product .product-item-inner,.maxi-block .maxi-block-loop-product .product-item-inner,.maxi-block-loop .maxi-block-loop-product .product-item-inner {
    border: 0!important;
    padding: 20px 10px!important;
    float: left;
    width: 100%
}

.maxi-block .maxi-block-product .product-thumb,.maxi-block-loop .maxi-block-product .product-thumb,.maxi-block .maxi-block-loop-product .product-thumb,.maxi-block-loop .maxi-block-loop-product .product-thumb {
    float: left
}

@media(min-width: 1024px) {
    .maxi-block .maxi-block-product .product-thumb,.maxi-block-loop .maxi-block-product .product-thumb,.maxi-block .maxi-block-loop-product .product-thumb,.maxi-block-loop .maxi-block-loop-product .product-thumb {
        max-width:120px
    }
}

.maxi-block .product-info,.maxi-block-loop .product-info {
    margin-left: 140px;
    text-align: left!important;
    padding-top: 5px
}

@media(min-width: 992px) and (max-width:1024px) {
    .maxi-block .product-info,.maxi-block-loop .product-info {
        margin-left:148px
    }
}

@media(max-width: 991px) {
    .maxi-block .product-info,.maxi-block-loop .product-info {
        margin-left:0;
        float: left;
        width: 100%
    }
}

.maxi-block .product-name,.maxi-block-loop .product-name {
    padding: 4px 0!important
}

.maxi-block .product-action,.maxi-block-loop .product-action {
    margin-top: 15px
}

.product-tag {
    position: absolute;
    top: 10px;
    font-size: 100%;
    color: #fff;
    z-index: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.product-tag:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -1
}

.product-tag.sale-tag {
    left: 10px
}

.product-tag.sale-tag span {
    margin-left: 10px
}

.product-tag.sale-tag:before {
    left: 0;
    border-radius: 50%;
    background: #1a93fb;
    width: 40px;
    height: 40px
}

.grid-box-products {
    margin-bottom: 20px
}

.grid-box-products .product-items-grid-wrapper {
    overflow: hidden;
    background: #fff;
    border: 1px solid #363434
}

.grid-box-products .product-items-grid {
    margin: 0 -1px -1px 0;
    float: right;
    position: relative;
    width: 100%;
    overflow: hidden
}

.grid-box-products .product-items-grid .product-item-inner {
    border-right: 1px solid #363434;
    border-bottom: 1px solid #363434
}

.product-items-grid {
    position: relative;
    margin: 0
}

.product-items-grid .regular-price .price,.product-items-grid .special-price .price .price {
    font-size: 115%;
    font-weight: 400;
    color: #000
}

.product-items-grid .product-item .product-item-inner {
    padding: 10px;
    
}

.product-items-grid .product-item .product-item-inner:hover .product-thumb a.product-image:before {
    background-size: 35px 25px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.product-items-grid .product-item .product-item-inner:hover .product-thumb .product-over-out .btn-action {
    transform: scaleX(1)
}

.product-items-grid .product-item .product-item-inner:hover .product-info .product-name a {
    color: #1a93fb
}

.product-items-grid .product-item .product-item-inner .product-thumb {
    position: relative;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-image {
    overflow: hidden;
    display: block
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-image:before {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 55%;
    position: absolute;
    right: 55%;
    z-index: 1;
    top: 0;
    -webkit-transition: all .25s ease-in 0s;
    -o-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-image img {
    width: 100%
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out {
    height: 40px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 79%;
    width: 100%;
    z-index: 10
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .product-item-actions {
    position: relative;
    width: 100%;
    text-align: center
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .add-to-links {
    float: left;
    display: inline-block
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action {
    border: 0;
    display: inline-block!important;
    margin: 0 2px;
    line-height: 35px;
    text-align: center;
    color: white;
    width: 35px;
    height: 35px;
    vertical-align: top;
    border: 1px solid #1a93fb;
    border-radius: 100px;
    background-color: #1a93fb;
    transform: scaleX(0);
    transition: all .4s ease-in-out 0s
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action:hover {
    background-color: #1a93fb;
    border-color: #1a93fb;
    color: white
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb.out-of-stock {
    cursor: no-drop
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.link-wishlist {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action span {
    display: none
}

.product-items-grid .product-item .product-item-inner .product-info {
    padding: 15px 0 5px;
    text-align: center
}

.product-items-grid .product-item .product-item-inner .product-info .product-action .add-to-cart-mt {
    background: #fff;
    border: 0 none;
    bottom: 0;
    text-align: center;
    transition: all .5s ease-out 0s;
    padding: 0;
    padding-right: 5px;
    color: #333;
    border-radius: 4px;
    border: solid 1px #beda2d
}

.product-items-grid .product-item .product-item-inner .product-info .product-action .add-to-cart-mt:hover {
    cursor: pointer;
    background-color: #1a93fb;
    border-color: #1a93fb;
    color: white
}

i .product-items-grid .product-item .product-item-inner .product-info .product-action .add-to-cart-mt:hover:before {
    background-position: 0 -24px
}

.product-items-grid .product-item .product-item-inner .product-info .product-action i {
    position: relative;
    text-align: center;
    filter: alpha(opacity=0);
    color: #fff;
    display: inline-block;
    width: 29px;
    height: 24px;
    border-radius: 0;
    font-size: 14px
}

.product-items-grid .product-item .product-item-inner .product-info .product-action i:before {
    width: 29px;
    content: " ";
    background-image: url(/content/images/addtocart.png);
    position: absolute;
    left: 3px;
    top: 6px;
    height: 24px
}

.product-items-grid .product-item .product-item-inner .product-info .product-action span {
    margin-left: 5px
}

.product-items-grid .product-item .product-item-inner .product-info .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0
}

.product-items-grid .product-item .product-item-inner .product-info .product-name a {
    white-space: nowrap;
    color: #1a93fb;
    font-size: 110%
}

.product-items-grid .product-item .product-item-inner .product-info .product-name a:hover {
    color: #1a93fb
}

.product-items-grid .product-item .product-item-inner .product-info .price-box {
    height: 28px;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.product-items-grid .product-item .product-item-inner .product-info .price-box .old-price {
    margin-left: 5px
}

.middle-search {
    border: 1px solid #363434
}

.searchResult-list,.wishlist-block,.history-block {
    margin: 0
}

.searchResult-list .product-item:last-child .product-item-inner,.wishlist-block .product-item:last-child .product-item-inner,.history-block .product-item:last-child .product-item-inner {
    border: 0
}
.sResult-grid .product-item {
    border-bottom: 1px solid #5f5c60
}
.searchResult-list .product-item .product-item-inner,.wishlist-block .product-item .product-item-inner,.history-block .product-item .product-item-inner {
   
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #5f5c60
}

.searchResult-list .product-item .product-item-inner .product-thumb-list,.wishlist-block .product-item .product-item-inner .product-thumb-list,.history-block .product-item .product-item-inner .product-thumb-list {
    width: 120px;
    float: left;
    position: relative;
    
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .product-image,.wishlist-block .product-item .product-item-inner .product-thumb-list .product-image,.history-block .product-item .product-item-inner .product-thumb-list .product-image,.searchResult-list .product-item .product-item-inner .product-thumb-list .image-slider-product,.wishlist-block .product-item .product-item-inner .product-thumb-list .image-slider-product,.history-block .product-item .product-item-inner .product-thumb-list .image-slider-product {
    display: block;
    padding: 20px 0;
   
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .product-image:before,.wishlist-block .product-item .product-item-inner .product-thumb-list .product-image:before,.history-block .product-item .product-item-inner .product-thumb-list .product-image:before,.searchResult-list .product-item .product-item-inner .product-thumb-list .image-slider-product:before,.wishlist-block .product-item .product-item-inner .product-thumb-list .image-slider-product:before,.history-block .product-item .product-item-inner .product-thumb-list .image-slider-product:before {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 55%;
    position: absolute;
    right: 55%;
    z-index: 1;
    top: 0;
    -webkit-transition: all .25s ease-in 0s;
    -o-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag,.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag,.history-block .product-item .product-item-inner .product-thumb-list .product-tag {
    top: -5px
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag,.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag,.history-block .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag {
    left: -4px
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag.new-tag,.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag.new-tag,.history-block .product-item .product-item-inner .product-thumb-list .product-tag.new-tag {
    right: 8px
}

.searchResult-list .product-item .product-item-inner .product-thumb-list .alphabetisch,.wishlist-block .product-item .product-item-inner .product-thumb-list .alphabetisch,.history-block .product-item .product-item-inner .product-thumb-list .alphabetisch {
    position: absolute;
    left: 10px;
    bottom: 5px;
    display: inline-block;
    z-index: 9;
    text-align: center
}

.searchResult-list .product-item .product-item-inner .product-thumb-list:hover .product-image:before,.wishlist-block .product-item .product-item-inner .product-thumb-list:hover .product-image:before,.history-block .product-item .product-item-inner .product-thumb-list:hover .product-image:before {
    background-size: 35px 25px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.searchResult-list .product-item .product-item-inner .product-thumb-list:hover .lSAction,.wishlist-block .product-item .product-item-inner .product-thumb-list:hover .lSAction,.history-block .product-item .product-item-inner .product-thumb-list:hover .lSAction {
    opacity: 1
}

.searchResult-list .product-item .product-item-inner .product-info-list,.wishlist-block .product-item .product-item-inner .product-info-list,.history-block .product-item .product-item-inner .product-info-list {
    margin-left: 145px;
    padding-top: 20px
}

.searchResult-list .product-item .product-item-inner .product-info-list .product-name,.history-block .product-item .product-item-inner .product-info-list .product-name {
    font-size: 115%;
    text-transform: capitalize;
    font-weight: 400;
    margin: 2px 0 8px
}

.wishlist-block .product-item .product-item-inner .product-info-list {
	padding-top:0
}
.searchResult-list .product-item .product-item-inner .product-info-list .product-name a:hover,.wishlist-block .product-item .product-item-inner .product-info-list .product-name a:hover,.history-block .product-item .product-item-inner .product-info-list .product-name a:hover {
    color: #1a93fb
}

.searchResult-list .product-item .product-item-inner .product-info-list .price-box,.wishlist-block .product-item .product-item-inner .product-info-list .price-box,.history-block .product-item .product-item-inner .product-info-list .price-box {
    margin-top: 0;
    margin-bottom: 8px
}

.searchResult-list .product-item .product-item-inner .product-info-list .price-box .regular-price .price,.wishlist-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price,.history-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price {
    color: #000;
    font-weight: 400;
    font-size: 120%
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions,.wishlist-block .product-item .product-item-inner .product-info-list .actions,.history-block .product-item .product-item-inner .product-info-list .actions {
    margin-bottom: 5px;
    display: inline-block
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .add-to-links,.wishlist-block .product-item .product-item-inner .product-info-list .actions .add-to-links,.history-block .product-item .product-item-inner .product-info-list .actions .add-to-links {
    float: left;
    display: inline-block
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    display: inline-block!important;
    float: left;
    margin: 0;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #fff;
    width: 35px;
    height: 50px;
    vertical-align: top;
    color: #000
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action:hover,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action:hover,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action:hover {
    background-color: #1a93fb;
    color: #fff
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto!important;
    border-right: 0;
    padding: 0 12px 0
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash.out-of-stock,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash.out-of-stock,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash.out-of-stock {
    cursor: no-drop
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span {
    position: relative;
    display: block!important;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 38px
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i {
    font-size: 16px;
    padding-right: 33px
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i:before,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i:before,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i:before,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i:before,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i:before,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash span i:before {
    width: 46px;
    content: " ";
    position: absolute;
    left: -5px;
    top: 0;
    height: 38px;
    background: url(/content/css/sprite/sprite_new2.png) 0 -1220px no-repeat
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover,.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash:hover,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash:hover,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action .link-trash:hover {
    border-color: #1a93fb;
    background-color: #1a93fb;
    color: #fff
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action span,.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action span,.history-block .product-item .product-item-inner .product-info-list .actions .btn-action span {
    display: none
}

.searchResult-list .product-item .product-item-inner .product-info-list .ratings,.wishlist-block .product-item .product-item-inner .product-info-list .ratings,.history-block .product-item .product-item-inner .product-info-list .ratings {
    display: inline-block;
    height: 20px;
    margin: 0
}

.searchResult-list .product-item .product-item-inner .product-info-list .desc,.wishlist-block .product-item .product-item-inner .product-info-list .desc,.history-block .product-item .product-item-inner .product-info-list .desc {
    margin-bottom: 18px;
    font-size: 86%
}

.wishlist-block .btn-action span {
    display: block!important
}

.s-result-info-bar .s-result-info-bar-inner {
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    background: #2c2a2a;
    text-align: center;
	padding-top:10px;
	gap:10px
}
.s-result-info-bar .s-result-info-bar-inner > div{flex: 1 1 auto;
  
  text-align: center;

  margin: 5px;  /* and that, will result in a 10px gap */}
.s-result-info-bar .selector {
    margin: 9px 0
}

.s-result-info-bar .selector span {
    height: 20px;
    line-height: 20px
}

.s-result-info-bar .selector span:before {
    line-height: 20px
}

.s-result-info-bar label {
    font-size: 86%;
    color: #fff;
    line-height: 22px;
    padding-right: 3px
}

.sorter {
    float: left;
    height: 38px
}

.sorter>label {
    padding: 10px 15px 0 20px;
    float: left
}

.sorter .view-mode {
    margin: 0;
    display: inline-block;
    float: left
}

.sorter .view-mode strong,.sorter .view-mode a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 4px;
    position: relative
}

.sorter .view-mode strong:before,.sorter .view-mode a:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('/content/images/icons/sicon-list.png') no-repeat #1a93fb;
    position: absolute;
    top: -3px;
    left: -3px
}

.sorter .view-mode strong span,.sorter .view-mode a span {
    display: none
}

.sorter .view-mode a.grid:before {
    background-position: center 15px;
    background-color: transparent
}

.sorter .view-mode strong.grid:before,.sorter .view-mode a.grid:hover:before {
    background-position: center 15px;
    background-color: #1a93fb
}

.sorter .view-mode a.list:before {
    background-position: center -58px;
    background-color: transparent
}

.sorter .view-mode strong.list:before,.sorter .view-mode a.list:hover:before {
    background-position: center -58px;
    background-color: #1a93fb
}

.sort-by {
    display: inline-block;
    vertical-align: top
}

@media(max-width: 480px) {
    .sort-by {
        display:none
    }
}

.sort-by>label {
    padding-left: 12px;
    font-size: 86%;
    color: #fff
}

.sort-by>.selector {
    border: 1px solid #363434
}

.sort-by>label,.sort-by>.selector,.sort-by>a {
    display: inline-block;
    vertical-align: middle
}

.sort-by>a {
    padding: 0 11px;
    color: #999
}

.limiter {
    display: inline-block;
    vertical-align: top
}

.limiter lablel {
    font-size: 86%;
    color: #222;
    line-height: 38px
}

.limiter>.selector {
    border: 1px solid #363434
}

.limiter>label,.limiter>.selector,.limiter>a {
    display: inline-block;
    vertical-align: middle
}

.s-result-info-bar-bottom {
    margin-top: 30px
}

.s-result-info-bar-bottom .s-result-info-bar-inner {
    margin-bottom: 0
}

.group-block #refineSearch {
    margin-bottom: 0
}

.group-block .box-heading strong {
    display: block;
    border-width: 2px
}

.group-block .actions {
    background: #fff
}

.group-block .actions {
    border: 1px solid #363434;
    border-top: 0;
    padding: 5px 10px;
    margin-bottom: 30px
}

.group-block .actions a {
    float: right
}

.group-block .block-content .refine-wrap {
    
    padding: 10px 20px
}

.group-block dt {
    text-transform: uppercase;
    font-weight: 500;
    color: #1a93fb;
    margin-bottom: 2px;
    position: relative;
    padding-bottom: 6px
}

.group-block dt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #1a93fb;
    content: "";
    display: inline-block
}

.group-block dd ol {
    margin: 0
}

.group-block dd ol li {
    margin-bottom: 0;
	padding-left:6px
    /* border-bottom: 1px solid #706d6d */
}
.group-block dd ol li:empty {
  display:none;
}
.group-block dd ol li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    font-size: 86%;
	color:white
}

.group-block dd ol li a:hover {
    color: #1a93fb
}

.sResult-grid-products {
    margin-bottom: 20px
}

.sResult-grid-products .publisher,.sResult-grid-products .description,.sResult-grid-products .damcond,.sResult-grid-products .zum-merkzettel,.sResult-grid-products .used-s,.sResult-grid-products .dis-price,.sResult-grid-products .btn-warenkorb span small {
    display: none
}

.sResult-grid-products .sResult-grid-wrapper {
    overflow: hidden;
   
    border: 1px solid #363434
}

.sResult-grid-products .sResult-grid {
    margin: 0 -1px -1px 0;
    float: right;
    position: relative;
    width: 100%;
    overflow: hidden
}

.sResult-grid-products .product-item-inner {
    
}

.sResult-grid {
    position: relative;
    margin: 0
}

.sResult-grid .regular-price .price,.sResult-grid .special-price .price .price {
    font-size: 115%;
    color: #1a93fb
}

.sResult-grid .product-item {
    float: left;
	background:#000
}
.inklMwst{color:#1a93fb}
.sResult-grid .product-item-inner {
    padding: 10px;
    
}

.sResult-grid .product-thumb-list {
    position: relative;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto
}

.sResult-grid .product-image {
    overflow: hidden;
    display: block
}

.sResult-grid .product-image:before {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 55%;
    position: absolute;
    right: 55%;
    z-index: 1;
    top: 0;
    -webkit-transition: all .25s ease-in 0s;
    -o-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s
}

.sResult-grid .product-info-list {
    padding: 2px 0 5px;
    text-align: center
}

.sResult-grid .product-info-list .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0
}

.sResult-grid .product-info-list .product-name a {
    white-space: nowrap;
    color: #1a93fb;
    font-size: 100%
}

.sResult-grid .product-info-list .product-name a:hover {
    color: #1a93fb
}

@media(min-width: 1200px) {
    #mainWrap.col-lg-10 .grid-box-products .product-item {
        width:25%
    }

    #mainWrap.col-lg-12 .grid-box-products .product-item {
        width: 20%
    }

    #mainWrap.col-lg-8 .grid-box-products .product-item {
        width: 33.33333333%
    }

    #mainWrap.col-lg-10 .gallery-box-products .gallery-item,#mainWrap.col-lg-10 .sResult-grid .product-item {
        width: 25%
    }

    #mainWrap.col-lg-12 .gallery-box-products .gallery-item,#mainWrap.col-lg-12 .sResult-grid .product-item {
        width: 20%
    }

    #mainWrap.col-lg-9 .gallery-box-products .gallery-item,.sResult-grid .product-item {
        width: 25%
    }

    #mainWrap.col-lg-8 .gallery-box-products .gallery-item,.sResult-grid .product-item {
        width: 25%
    }

    #mainWrap.col-lg-nowrap .gallery-box-products .gallery-item,.sResult-grid .product-item {
        width: 16.66666667%
    }

    .product-items-grid .product-image img,.gallery-box-products .product-image img,.sResult-grid .product-image img {
        width: auto;
        max-height: 180px;
        min-height: 180px
    }

    #leftMenuWrap.col-lg-2,#rightMenuWrap.col-lg-2 {
        width: 20%
    }

    #mainWrap.col-lg-8 {
        width: 60%
    }

    #mainWrap.col-lg-10 {
        width: 80%
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    #mainWrap.col-lg-10 .grid-box-products .product-item {
        width:33.33333333%
    }

    #mainWrap.col-lg-12 .grid-box-products .product-item {
        width: 25%
    }

    #mainWrap.col-lg-8 .grid-box-products .product-item {
        width: 20%
    }

    #mainWrap.col-lg-10 .gallery-item,#mainWrap.col-lg-10 .sResult-grid .product-item {
        width: 33.33333333%
    }

    #mainWrap.col-lg-12 .gallery-item,#mainWrap.col-lg-12 .sResult-grid .product-item {
        width: 25%
    }

    #mainWrap.col-lg-9 .gallery-item,.sResult-grid .product-item {
        width: 50%
    }

    #mainWrap.col-lg-8 .gallery-item,.sResult-grid .product-item {
        width: 50%
    }

    #mainWrap.col-lg-nowrap .gallery-item,.sResult-grid .product-item {
        width: 25%
    }

    .product-items-grid .product-image img,.gallery-box-products .product-image img,.sResult-grid .product-image img {
        width: auto;
        max-height: 180px;
        min-height: 180px
    }

    #leftMenuWrap.col-lg-2,#rightMenuWrap.col-lg-2 {
        width: 20%
    }

    #mainWrap.col-lg-8 {
        width: 80%
    }

    #mainWrap.col-lg-10 {
        width: 100%
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #mainWrap.col-lg-10 .grid-box-products .product-item {
        width:33.33333333%
    }

    #mainWrap.col-lg-12 .grid-box-products .product-item {
        width: 25%
    }

    #mainWrap.col-lg-8 .grid-box-products .product-item {
        width: 20%
    }

    #mainWrap.col-lg-10 .gallery-item,#mainWrap.col-lg-10 .sResult-grid .product-item {
        width: 33.33333333%
    }

    #mainWrap.col-lg-12 .gallery-item,#mainWrap.col-lg-12 .sResult-grid .product-item {
        width: 25%
    }

    #mainWrap.col-lg-9 .gallery-item,.sResult-grid .product-item {
        width: 50%
    }

    #mainWrap.col-lg-8 .gallery-item,.sResult-grid .product-item {
        width: 50%
    }

    #mainWrap.col-lg-nowrap .gallery-item,.sResult-grid .product-item {
        width: 25%
    }

    .product-items-grid .product-image img,.gallery-box-products .product-image img,.sResult-grid .product-image img {
        width: auto;
        max-height: 180px;
        min-height: 180px
    }

    #mainWrap.col-lg-8 {
        width: 100%
    }

    #mainWrap.col-lg-10 {
        width: 100%
    }
}

@media(max-width: 767px) {
    .product-items-grid .product-image img,.gallery-box-products .product-image img,.sResult-grid .product-image img {
        width:auto;
        max-height: 120px;
        min-height: 120px
    }

    .product-items-grid .price-box {
        height: auto
    }
}

@media(max-width: 480px) {
    #mainWrap.col-lg-10 .product-item,#mainWrap.col-lg-12 .product-item,#mainWrap.col-lg-8 .product-item,#mainWrap.col-lg-10 .gallery-item,#mainWrap.col-lg-12 .gallery-item,#mainWrap.col-lg-8 .gallery-item,#mainWrap .col-lg-10 .product-item,#mainWrap .col-lg-12 .product-item,#mainWrap .col-lg-8 .product-item,#mainWrap .col-lg-10 .gallery-item,#mainWrap .col-lg-12 .gallery-item,#mainWrap .col-lg-8 .gallery-item {
        width:100%
    }

    #mainWrap .col-lg-10 .gallery-item img,#mainWrap .col-lg-12 .gallery-item img,#mainWrap .col-lg-8 .gallery-item img {
        width: 100%
    }
}

.cate-dropdown {
    float: left;
    width: 140px;
    height: 45px;
    border: 0;
    display: inline-block
}

select.cate-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/cat-select-arrow.png);
    background-repeat: no-repeat;
    position: right 10px center;
    color: transparent;
    padding-right: 28px;
    padding-left: 18px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer;
    color: #333;
    background-color: inherit;
    border-right: 1px solid #d9d9d9
}

select.cate-dropdown option {
    padding: 6px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    position: right 10px center;
    padding-right: 28px;
    padding-left: 18px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer
}

.cate-dropdown:focus {
    border: 0;
    background-color: #eaeaea;
    padding-right: 28px;
    padding-left: 10px
}



.actions {
    margin-bottom: 5px;
    display: inline-block
}

.actions .add-to-links {
    float: left;
    display: inline-block
}

.actions .btn-action {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    display: inline-block!important;
    float: left;
    margin: 0;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #fff;
    width: 35px;
    height: 50px;
    vertical-align: top;
    color: #000
}

.actions .btn-action:hover {
    background-color: #1a93fb;
    color: #fff
}

.actions .btn-action.btn-warenkorb,.actions .btn-action .link-trash {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto!important;
    border-right: 0;
    padding: 0 12px 0
}

.actions .btn-action.btn-warenkorb.out-of-stock,.actions .btn-action .link-trash.out-of-stock {
    cursor: no-drop
}

.actions .btn-action.btn-warenkorb span,.actions .btn-action .link-trash span {
    position: relative;
    display: block!important;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 38px;
    cursor: pointer
}

.actions .btn-action.btn-warenkorb span i,.actions .btn-action .link-trash span i {
    font-size: 16px;
    padding-right: 40px
}

.actions .btn-action.btn-warenkorb span i:before,.actions .btn-action .link-trash span i:before {
    width: 46px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    background: url(/content/css/sprite/sprite_new2.png) 0 -1220px no-repeat
}

.actions .btn-action.btn-warenkorb:hover,.actions .btn-action .link-trash:hover {
    border-color: #1a93fb;
    background-color: #1a93fb;
    color: #fff
}

.actions .btn-action.link-wishlist {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.actions .btn-action span {
    display: none
}

select option {
    color: black
}

.sResult-grid .product-item .product-info-list {
    min-height: 280px!important;
    text-align: left;
    padding: 0
}

.small-text .small-text li {
    font-size: small
}

.color-black {
    color: #000
}

.font-poppin {
    font-family: Poppins
}

.large-x {
    font-size: x-large
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.freetext {
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .products-list .product-item .product-item-inner .product-thumb-list .quickview_handler {
        display:none!important
    }

    .products-list .product-item .product-item-inner {
        padding: 10px
    }

    .product-items-grid .product-item .product-item-inner .product-thumb .product-item-actions .btn-action {
        float: none
    }
}

@media(min-width: 480px) and (max-width:767px) {
    .products-list .product-item .product-item-inner .product-thumb-list {
        width:180px
    }

    .products-list .product-item .product-item-inner .product-info-list {
        margin-left: 200px
    }

    .s-result-info-bar .s-result-info-bar-inner .sortby-limiter {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #363434
    }
}

@media(max-width: 479px) {
    .s-result-info-bar .s-result-info-bar-inner .pager {
        margin-left:0
    }

    .searchResult-list .product-item .product-item-inner .product-thumb-list {
       
    }

    .searchResult-list .product-item .product-item-inner .product-thumb-list a {
        display: block
    }

    .searchResult-list .product-item .product-item-inner .product-thumb-list a img {
        width: 100%
    }

    .searchResult-list .product-item .product-item-inner .product-info-list {
        margin: 0;
        padding: 10px 0;
        clear: both
    }

    .searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb {
        width: 145px
    }
}

.mobile-menu-wrapper {
    margin: 0
}

p {
    margin: 0 0 2px
}

ul li {
    list-style-type: none
}

.body-content-main,.sidebar {
    margin-top: 10px;
    margin-bottom: 20px
}

h5 {
    text-transform: none;
    color: #000
}

.page-link .fa {
    font-size: 10px
}

.failed.touched {
    color: Red
}

.failed.untouched {
    color: #000
}

.failed.touched .help-block,.failed.touched .help-inline {
    color: red
}

@media(min-width: 768px) {
    .modal-sm {
        width:400px
    }
}

@media screen and (max-width: 500px) {
    .mobile-center {
        margin:20px auto;
        text-align: center
    }
}

.preloader-percent,.preloader-text {
    position: absolute;
    text-align: center;
    color: #34495e;
    z-index: 1
}

.preloader-text {
    width: 50%;
    top: calc(50% - 6.5em);
    left: 25%
}

.preloader-percent {
    width: 3em;
    top: calc(50% - 0.75em);
    left: calc(50% - 1.5em)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.col-xs-12.col-sm-3.col-lg-3.col-md-3.product-details-area {
    padding-top: 100px
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
    .lblArticle span,.lblTotal span {
        color:#fff
    }
}

.Itoltip {
    background-color: #4a4a4a;
    padding: 0 8px;
    color: #fff;
    margin-left: 5px
}

.skinimage img {
    width: 100%!important
}

#btnReviewReport.btn-warning,.ratingblock .btn-warning {
    background-color: #1a93fb;
    border-color: #1d8422
}

#divReviewBlockData h2 {
    color: #1a93fb;
    font-size: 155%!important;
    font-weight: 400!important
}

.rating-container .filled-stars {
    color: #85c43f!important;
    -webkit-text-stroke: 1px #1a93fb!important;
    text-shadow: 1px 1px #999
}

.menuImage .price-box {
    font-weight: 600;
    font-size: 15px
}

.teaser {
    position: relative;
    float: right;
    border: 1px solid #363434
}

.teaser_text p {
    padding: 0 15px 15px 15px;
    color: #000
}

.teaser_text h3 {
    padding: 15px 15px 15px 15px;
    color: #1a93fb;
    font-weight: 400
}

.icon-search:before {
    font-size: 16px
}

.numbers-row {
    float: left
}

.a-zindex li {
    width: 45px;
    height: 25px;
    float: left;
    margin: 5px;
    border: 1px solid #706d6d;
    background: #706d6d;
    text-align: center
}

.group-block .block-content .refine-wrap {
    padding: 10px 0
}
#group-block-nav{background: #000;padding:10px}
#group-block-nav .block-heading {
   
    padding: 10px
}

.ac_input {
    width: 85%
}

select option {
    color: #000
}

.s-result-info-bar .s-result-info-bar-inner {
    background-color: #000
}

.sResult-grid .product-item .product-item-inner .product-thumb-list {
    min-height: 210px!important
}

.sResult-grid .product-item .product-item-inner .product-info-list {
    min-height: 165px!important
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    #mainWrap .col-lg-9 .gallery-box-products .gallery-items-grid .gallery-item,.sResult-grid .product-item {
        width:25%;
        float: left
    }

    .sResult-grid-products .sResult-grid .product-item .product-item-inner {
        min-height: 440px
    }

    .sResult-grid .product-item .product-item-inner .product-thumb-list {
        min-height: 225px!important
    }

    .sResult-grid .product-item .product-item-inner .product-thumb-list a img {
        max-height: 180px
    }

    .ac_input {
        width: 172px
    }

    .group-block .block-content .refine-wrap {
        padding: 0
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) {
    #mainWrap .col-lg-9 .gallery-box-products .gallery-items-grid .gallery-item,.sResult-grid .product-item {
        width:25%;
        float: left
    }

    .sResult-grid-products .sResult-grid .product-item .product-item-inner {
        min-height: 440px
    }

    .sResult-grid .product-item .product-item-inner .product-thumb-list {
        min-height: 225px!important
    }

    .sResult-grid .product-item .product-item-inner .product-thumb-list a img {
        height: 180px
    }

    #divMiniCart .lblArticle,#divMiniCart .lblTotal {
        color: #ff4a03!important
    }

    .group-block .block-content .refine-wrap {
        padding: 0
    }
}

a.versandlink {
    color: #1a93fb;
    white-space: nowrap;
    font-weight: 500
}

.searchResult-list .product-item .product-item-inner .product-info-list .product-name a {
    color: #1a93fb;
    font-weight: 500
}

#products-list{margin-bottom:15px}
.pager{margin-left: 20%;
    margin-bottom: 15px;}
.auto a {
    color: #ff9700;
    padding: 6px 0
}

.auto a .fa-angle-up {
    color: #747474;
    font-size: 20px
}

.product-thumb-list .discount-percent {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ea6566;
    padding: 4px;
    z-index: 999;
    font-size: 12px;
    color: #fff
}

.keywords h3,.used-details h2 {
    text-transform: normal;
    position: relative;
    color: #fff;
    font-size: 115%;
    font-weight: 300;
    padding-right: 30px;
    padding-left: 5px;
    background: #000;
    border: 0;
    background: -moz-linear-gradient(125deg,#000 92%,transparent 91%);
    background: -o-linear-gradient(125deg,#000 92%,transparent 91%);
    background: -webkit-linear-gradient(125deg,#000 92%,transparent 91%);
    background: linear-gradient(125deg,#000 92%,transparent 91%);
    display: inline-block;
    line-height: 30px
}

.searchResult-list .product-info-list .product-details-area.product-cart-right .price-box .regular-price .price {
    font-weight: 600
}

.searchResult-list .product-item .product-item-inner .product-info-list .description,.searchResult-list .product-item .product-item-inner .product-info-list .product-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%
}

.searchResult-list .product-info-list .product-info-list-inner {
    float: left;
    width: 64%
}

.searchResult-list .product-info-list .author {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 63%
}

.sResult-grid .product-item {
    width: 33.3%
}

.sResult-grid-products .sResult-grid-wrapper {
    border: 0;
    border-bottom: 1px solid #363434
}

.sResult-grid-products .sResult-grid .product-item .product-item-inner {
    display: block;
    min-height: 430px;
    padding-left: 20px
}

.sResult-grid .product-item .product-item-inner .product-thumb-list {
    min-height: 225px!important;
    text-align: left
}

.sResult-grid .product-item .product-item-inner .product-info-list {
    min-height: 165px!important;
    text-align: left;
    padding: 0
}

.sResult-grid .product-info-list {
    min-height: 165px!important
}

.sResult-grid .product-info-list .product-info-list-inner {
    float: none;
    width: 100%
}

.sResult-grid .product-info-list .author a {
    text-decoration: none
}

.sResult-grid .product-info-list p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.sResult-grid .product-item .product-item-inner .product-cart-right .Jetzt,.sResult-grid .product-item .product-item-inner .product-cart-right .inklMwst,.sResult-grid .product-item .product-item-inner .product-cart-right .old-price,.sResult-grid .product-item .product-item-inner .product-info-list-inner .Available,.sResult-grid .product-item .product-item-inner .product-info-list-inner .damcat,.sResult-grid .product-item .product-item-inner .product-info-list-inner .description,.sResult-grid .product-item .product-item-inner .product-info-list-inner p {
    display: none
}

.sResult-grid .product-item .product-item-inner .product-cart-right .actions {
    margin-top: 8px
}

.sResult-grid .product-item .product-item-inner .product-cart-right .actions .btn-action span {
    line-height: 34px
}

.sResult-grid .product-item .product-item-inner .product-cart-right .actions .zum-merkzettel {
    display: inline-block
}

.sResult-grid .product-item .product-item-inner .product-cart-right .regular-price {
    margin-right: 5px;
    margin-top: 15px
}

.sResult-grid .product-item .product-item-inner .author {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sResult-grid .product-item .product-item-inner .product-cart-right .regular-price .currvalue.spPrice.price {
    color: white;
    font-size: 145%;
    font-weight: 600
}

.sResult-grid .product-item .product-item-inner .product-info-list .product-name a {
    font-size: 125%
}

.sResult-grid .product-item .product-item-inner .product-info-list .product-name {
    opacity: 1
}

.sResult-grid .product-item .product-item-inner .product-thumb-list .discount-percent {
    right: 100px
}

aside#leftMenuWrap .group-block .block-content .refine-wrap dt {
    font-weight: 600;
    padding-top: 22px
}

.desc-title {
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px
}

.desc-text {
    font-weight: 400
}

a.versandlink {
    white-space: normal!important
}

.product-items-grid .regular-price .price,.product-items-grid .special-price .price .price {
    color: white
}

.menuImage .price-box {
    color: white
}

.history-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price,.searchResult-list .product-item .product-item-inner .product-info-list .price-box .regular-price .price,.wishlist-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price {
    color: white
}

@media(max-width: 1199px) {
    #idSearchResponse #mainWrap section.col-md-9 {
        width:100%
    }
}

.sidebar-products-list #bestSellerResults .owl-controls .owl-nav>div:before {
    color: #1a93fb
}

.sidebar-products-list #bestSellerResults .owl-controls .owl-nav {
    top: 0
}

.sidebar-products-list #bestSellerResults .owl-item {
    padding-top: 10px
}

.price-box .price {
    color: #7b7474
}

.sResult-grid .product-item .product-item-inner .product-info-list {
    min-height: 295px!important;
    text-align: left;
    padding: 0
}

.ranking-wrp {
    margin-bottom: 30px
}

.ranking-wrp .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e4e4e4
}

.ranking-wrp .spe-tit {
    text-align: center;
    background-color: #fff
}

.ranking-wrp {
    background-color: #f1f1f1
}

.ranking-wrp .art-add-link {
    margin-top: 10px;
    cursor: pointer
}

.ranking-wrp .price {
    color: white;
    font-weight: 600
}

.ranking-wrp .buch-td,.ranking-wrp .rank-td {
    text-align: center!important
}

.ranking-wrp .cart-td {
    text-align: center!important;
    vertical-align: bottom;
    padding-bottom: 10px
}

.ranking-wrp .rank h2 {
    background-color: #d1d1d1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
    margin-left: 5px
}

.ranking-wrp .buchType {
    margin-top: 10px;
    margin-bottom: 10px
}

.ranking-wrp .buchType span {
    font-size: 18px;
    text-align-last: center;
    text-align: justify;
    color: #fff
}

.ranking-wrp .titleAutor {
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px
}

.ranking-wrp .buchdetails {
    min-height: 170px
}

.ranking-wrp .rankCart {
    background: url(../images/rankCart.png) no-repeat top 17px center;
    padding-top: 85px
}

.ranking-wrp .rankCart span {
    font-size: 18px;
    margin-right: 15px
}

.ranking-wrp .PresentRanknumber {
    text-align: center
}

.ranking-wrp .PresentRanknumber i {
    margin-right: 13px
}

.ranking-wrp .PresentRanknumber div {
    background-color: #d1d1d1;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.ranking-wrp .title {
    color: #1a93fb;
    font-size: 100%
}

.ranking-wrp .author {
    color: #1a93fb
}

.rankTD {
    width: 48px;
    vertical-align: bottom;
    padding-bottom: 10px
}

#divMyDownloadsContent .form-group p input.left {
    margin-right: 5px
}

.s-result-info-bar .s-result-info-bar-inner .sorter {
    padding-top: 6px
}

.s-result-info-bar .s-result-info-bar-inner .sorter .view-mode a.grid.on:before {
    
    background-color: #1a93fb;
	border-radius:4px
}

.s-result-info-bar .s-result-info-bar-inner .sorter .view-mode a.list.on:before {
    
    background-color: #1a93fb;
	border-radius:4px
}

.box-title {
    padding-bottom: 0
}

#schoolBookSearch .sorter {
    display: none
}

#schoolBookSearch {
    margin-bottom: 40px
}

.freelist li {
    list-style-type: disc;
    display: list-item
}

.freelist ul {
    padding-left: 14px
}

@media(max-width: 768px) {
    .history-block .product-item .product-item-inner .product-thumb-list,.wishlist-block .product-item .product-item-inner .product-thumb-list {
        width:auto;
        float: none
    }

    .history-block .product-item .product-item-inner .product-info-list,.wishlist-block .product-item .product-item-inner .product-info-list {
        margin-left: 0;
        padding-top: 20px
    }
}

.middle-search .actions .btn-action .link-trash,.middle-search .actions .btn-action.btn-warenkorb {
    padding: 0 2px 0 12px
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url(../img/loading.gif) top left no-repeat;
    border: 0
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: 0;
    background: 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input,.rating-disabled .rating-stars {
    /* cursor: not-allowed */
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}
#rateit{color:white; }

.rating{margin-top:20px}
.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -o-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-xl {
    font-size: 4.89em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 1.6em
}

.rating-xsm {
    font-size: 1.2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer!important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.small-text,.small-text li {
    font-size: small
}

.color-black {
    color: #000
}

.font-poppin {
    font-family: Poppins
}

.large-x {
    font-size: 24px;
    font-weight: 400
}

h1.large-text {
    font-size: 30px;
    font-weight: 500
}

h2.large-text {
    font-size: 25px;
    font-weight: 400
}

h3.large-text {
    font-size: 22px;
    font-weight: 400
}

.prc {
    font-size: 115%;
    font-weight: 400;
    color: white;
    white-space: nowrap!important
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    background-color: white
}

Actual modal .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 10px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.bootbox-body {
    min-height: 100px
}

.refine-wrap .mini-search {
    margin-top: 10px
}

.refine-wrap .mini-search input.ac_input {
    border-width: 1px;
    height: 24px;
    width: 85%
}

.searchResult-list .sfred.pt .dsgreen:before,.searchResult-list .sfred.pt span.dsorgange:before,.searchResult-list .sfred.pt span.dsvor:before,.searchResult-list .sfred.pt span.dsred:before {
    left: 0px;
    margin: 5px 5px 0 0
}

.sResult-grid .sfred.pt .dsgreen,.sResult-grid .sfred.pt span.dsorgange,.sResult-grid .sfred.pt span.dsvor,.sResult-grid .sfred.pt span.dsred {
    padding-left: 15px;
    position: relative
}

.sResult-grid .sfred.pt .dsgreen:before,.sResult-grid .sfred.pt span.dsorgange:before,.sResult-grid .sfred.pt span.dsvor:before,.sResult-grid .sfred.pt span.dsred:before {
    left: 2px;
    margin: 5px 5px 0 0
}

.sfred.pt {
    display: inline-flex;
	
}
.sWrapper .sfred.pt {
    position:relative
	
}
.sfred.pt .dsgreen,.sfred.pt span.dsorgange,.sfred.pt span.dsvor,.sfred.pt span.dsred {
    padding-left: 12px
}

.sfred.pt span.dsgreen:before {
    background-color: #4caf50;
    height: 10px;
    width: 10px;
    display: revert;
    margin: 5px 5px 0 0;
    content: " ";
    position: absolute;
    left: 15px
}

.sfred.pt span.dsorgange:before {
    background-color: #ff3d00;
    height: 10px;
    width: 10px;
    display: revert;
    margin: 5px 5px 0 0;
    content: " ";
    position: absolute;
    left: 15px
}

.sfred.pt span.dsvor:before {
    background-color: #b02750;
    height: 10px;
    width: 10px;
    display: revert;
    margin: 5px 5px 0 0;
    content: " ";
    position: absolute;
    left: 15px
}

.sfred.pt span.dsred:before {
    background-color: #f00;
    height: 10px;
    width: 10px;
    display: revert;
    margin: 5px 5px 0 0;
    content: " ";
    position: absolute;
    left: 15px
}

@-moz-document url-prefix() {
    .sfred.pt .dsgreen:before,.sfred.pt span.dsorgange:before,.sfred.pt span.dsvor:before,.sfred.pt span.dsred:before {
        margin: 6px 5px 0 0
    }
}

@media(max-width: 767px) {
    .searchResult-list .sfred.pt .dsgreen:before,.searchResult-list .sfred.pt span.dsorgange:before,.searchResult-list .sfred.pt span.dsvor:before,.searchResult-list .sfred.pt span.dsred:before {
        left:0
    }
}

.bootbox-body {
    margin: 20px 0 0;
    max-height: 1200px!important;
    overflow: auto
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.clearfix,.dl-horizontal dd,.container,.container-fluid,.row,.form-horizontal .form-group,.modal-header,.modal-footer {
    clear: both
}

#divShippingCost .form-group {
    margin-bottom: 15px;
    display: flex
}

#divShippingCost .form-horizontal .control-label {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 2px;
    color: #676767;
    font-weight: 600
}

#divShippingCost .form-control {
    border-radius: 1px;
    box-shadow: none;
    background-color: #f9f9f9
}

#divShippingCost .panel-body .btn.btn-info {
    background-color: #20a423;
    border-color: #20a423;
    margin: 10px;
    color: #fff;
    padding: 5px 5px
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}

.thd2Bg {
    background-color: #f3f3f3
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-weight: 600;
    text-align: left
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-weight: 600;
    text-align: left
}

#divShippingCost .table-striped td {
    padding: 8px
}

@media(min-width: 992px) {
    .modal-lg {
        width:720px!important
    }
}

@media(max-width: 768px) {
    #products-list.searchResult-list .product-item {
        width:100%!important
    }

    #products-list.searchResult-list .product-item .product-thumb-list img {
        width: auto!important
    }

    #products-list.sResult-grid .product-item {
        width: 49.9%!important
    }

    #products-list.sResult-grid .product-item button.btn-warenkorb small {
        display: none!important
    }
}


@media (max-width:767px) {
	 .s-result-info-bar-inner .sorter {
		display: none 
	}
.shop-logo{width:55%}
	
}
.btn-gpsrParInfo {
    background-color: #00ff0b;
}

.btn-gpsrSupplierInfo {
    background-color: #ffd700;
}

.btn-gpsrImageInfo {
    background-color: #00ffd7;
}