/* Price Supplement START */
.price-supplements {
    float: right;
    margin: 14px 0 10px 15px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
.price-supplements.centered {
    float: none;
    margin: 0;
}
.attribute-title .price-supplements {
    margin: 5px 0 0 0;
}
.product-type-data .price-supplements {
    display: none !important;
    /* Dirty hack */
}
.packaging-unit {
    display: inline-block;
    background: #919191;
    border-radius: 3px;
    color: white;
    padding: 0 4px;
    font-size: 12px;
}
.category-products-grid .price-supplements {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.price-unit {
    font-size: inherit;
}
/* Price Supplement END */
/* Loading Spinner START */
.spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
}
.spinner > div {
    height: 100%;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/* Loading Spinner END */
body.catalog-product-view ul.options-list.radio li.grid-item {
    width: 200px;
}
.grid-item--width2 {
    width: 400px;
}
body.catalog-product-view ul.options-list.radio li {
    float: left;
    margin: 0;
    padding: 0;
}
.availability span {
    display: inline-block;
}
/*GiftCard*/
ul.options-list.radio:after {
    content: "";
    display: table;
    clear: both;
}
ul.options-list.radio li {
    width: 33.333333%;
    float: left;
    margin: 0;
    padding: 0;
}
ul.options-list.radio li input {
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
}
ul.options-list.radio li input[type="radio"]:checked + label {
    background-color: #eb8c00;
}
ul.options-list.radio li input[type="radio"]:checked + label .label .radio-text {
    background-color: #444444;
}
ul.options-list.radio li input[type="radio"]:checked + label .label .radio-text .price-notice {
    color: #fff;
    background-color: #eb8c00;
}
ul.options-list.radio li input[type="radio"]:checked + label .label .radio-text .price-notice .price {
    color: #fff;
}
ul.options-list.radio li label {
    padding: 10px;
    display: block;
}
ul.options-list.radio li label .label {
    margin: 0;
    position: relative;
}
ul.options-list.radio li label .label .radio-text {
    padding: 8px;
    background-color: #95979a;
}
ul.options-list.radio li label .label .radio-text .radio-title {
    color: #fff;
    text-align: center;
    display: block;
}
ul.options-list.radio li label .label .radio-text .price-notice {
    padding: 2px 6px;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 18px;
    background-color: #eeeeee;
}
.giftcard-header {
    line-height: 36px;
}
.product-view .price-full-container {
    float: left;
}
.product-view .add-to-box .price-box,
.product-options-bottom .price-box {
    margin: 0 15px 0 0;
}
.tax-details {
    display: block;
}
.specifications.product-view {
    clear: both;
}
.specifications.product-view table {
    margin: 5px 0;
    max-width: 40%;
    min-width: 15%;
}
.specifications.product-view .key {
    min-width: 25%;
    max-width: 50%;
}
.specifications.product-view .value {
    min-width: 50%;
    max-width: 50%;
}
.specifications.product-view .key,
.specifications.product-view .value {
    margin: 5px 0;
}
.specifications.product-view table td {
    padding: 2px 10px;
}

/* Marken Slider Styles - START */

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    text-align: center;
    line-height: 300px;
}

#slider ul li a{
    display:block;
    height: 125px;
    position: relative;
}

#slider ul li a img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 1% 1%;
    width: auto;
    height: auto;
    background: #888888;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

.bx-wrapper{
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    border: 1px solid #e8e8e8;
    padding: 20px 0;
    overflow: hidden;
}
/* Marken Slider Styles - ENDE */

/* CSS Checkmark START */
.checkmark {
    display: inline-block;
}

.checkmark:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* CSS Checkmark END */

p.delivery-time {
    line-height: 36px;
    float: left;
    margin: 0 10px 0 0;
}

.product-options ul.options-list input.checkbox {
    opacity: 0.5;
}
