
.shop-gallery {
    transition-property: width, height, transform, opacity;
    position: fixed;
    z-index: 9001;
}

.shop-gallery-open {
    overflow: hidden;
}

.shop-gallery-open__scrollX {
    overflow-x: scroll;
}

.shop-gallery-open__scrollY {
    overflow-y: scroll;
}

.shop-gallery.inactive {
    opacity: 1;
}

.shop-gallery .shop-gallery-skin {
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
    background-color: #fff;
    position: relative;
    padding-bottom: 2em;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner {
    position: relative;
    margin: 0 2em;
    border-top: 2px solid;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-img-container {
    margin: 0 auto;
    padding: 0 3em;
    text-align: center;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-img-container .shop-gallery-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    max-height: 100%;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-img-container .shop-gallery-img.inactive {
    opacity: 0;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav:hover::after {
    color: #fc0165;
}


.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-prev::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 3px solid;
    border-top: 3px solid;
    content: "";
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    margin-top: -8px;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next {
    left: 50%;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner .shop-gallery-nav.shop-gallery-nav-next::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-left: 3px solid;
    border-top: 3px solid;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    margin-top: -8px;
}

.shop-gallery .shop-gallery-skin .shop-gallery-title {
    font-size: 1.7em;
    margin: 0 1.1em;
    padding: 1em 4em 1em 0em;
    min-width: 300px;
}

.shop-gallery .shop-gallery-close {
    position: absolute;
    right: -1em;
    top: -1em;
    background-color: #fc0165;
    padding: 0.4em 0.7em 0.5em 0.7em;
    color: #fff;
    cursor: pointer;
}

.shop-gallery .shop-gallery-close::after {
    content: "x";
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
    text-transform: lowercase;
}

.shop-gallery .shop-gallery-resize {
    padding: 0.45em 0.65em 0.45em 0.75em;
    top: -1em;
    position: absolute;
    cursor: pointer;
    background-color: #fc0165;
    color: #fff;
    left: -1em;
}

.shop-gallery .shop-gallery-resize::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-gallery .shop-gallery-resize.expand::before {
    content: "\f065";
}

.shop-gallery .shop-gallery-resize.collapse::before {
    content: "\f066";
}

.shop-gallery .shop-gallery-preview {
    overflow: hidden;
    min-width: 300px;
    max-width: 500px;
    margin: 1em auto 0;
    height: 83px;
    background-color: #fff;
    padding: 1.5em 3em;
    position: relative;
}

.shop-gallery .shop-gallery-preview .shop-gallery-container {
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    position: relative;
}

.shop-gallery .shop-gallery-preview .shop-gallery-container .shop-gallery-slider {
    -webkit-transition: left 0.4s linear;
    -moz-transition: left 0.4s linear;
    -o-transition: left 0.4s linear;
    transition: left 0.4s linear;
    position: relative;
    left: 0;
}

.shop-gallery .shop-gallery-preview .shop-gallery-item-preview {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    padding: 5px;
    margin-right: 7px;
    cursor: pointer;
}

.shop-gallery .shop-gallery-preview .shop-gallery-item-preview:hover,.shop-gallery .shop-gallery-preview .shop-gallery-item-preview.active {
    border-color: #fc0165;
}

.shop-gallery .shop-gallery-preview .shop-gallery-item-preview img {
    max-width: 100%;
    max-height: 100%;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 39px;
    cursor: pointer;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-prev:hover::after {
    color: #fc0165;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-prev::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    border-left: 1px solid;
    border-top: 1px solid;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 54px;
    left: 17px;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-next {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 39px;
    cursor: pointer;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-next:hover::after {
    color: #fc0165;
}

.shop-gallery .shop-gallery-preview .shop-gallery-mini-next::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '';
    border-left: 1px solid;
    border-top: 1px solid;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 54px;
    right: 17px;
}

.shop-gallery-loader {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 45px;
    height: 45px;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
}

.shop-gallery-loader::after {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    content: "\f013";
    position: absolute;
    left: 11px;
    top: 9px;
    z-index: 99999 !important;
    font-size: 2em;
    color: #fff;
}

.fullscreen .shop-gallery {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #fff;
}

.fullscreen .shop-gallery .shop-gallery-close {
    right: 0;
    top: 0;
}

.fullscreen .shop-gallery .shop-gallery-preview {
    margin: 0 auto;
}

.fullscreen .shop-gallery .shop-gallery-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 8em;
}

.fullscreen .shop-gallery .shop-gallery-inner {
    padding-top: 5em;
}

.smallgallery {
    position: relative;
}

.smallgallery ul.with-nav {
    margin-left: 12px;
    margin-right: 8px;
}

.smallgallery li {
    padding: 0;
    border: 1px solid #d8d8d8;
    margin-right: 0.3em;
    margin-bottom: 0.5em;
    width: auto;
}

.smallgallery li img{
    max-height: 80px;
}

.smallgallery .smallgallery-left,.smallgallery .smallgallery-right {
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
}

.smallgallery .smallgallery-left {
    left: 0px;
    border-right: 8px solid #000;
}

.smallgallery .smallgallery-right {
    right: 0px;
    border-left: 8px solid #000;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .smallgallery .innersmallgallery img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .shop-gallery {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .shop-gallery .shop-gallery-resize {
        top: 0;
        left: 0;
    }

    .shop-gallery .shop-gallery-close {
        right: 0;
        top: 0;
    }

    .shop-gallery .shop-gallery-skin {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .shop-gallery .shop-gallery-skin .shop-gallery-inner {
        width: 100%;
        border-top: none;
    }

    .smallgallery li {
        width: 55px;
    }
}


.shop-gallery .shop-gallery-skin {
    -webkit-border-top-right-radius: 20px 0 30px 30px;
    -webkit-border-bottom-right-radius: 20px 0 30px 30px;
    -webkit-border-bottom-left-radius: 20px 0 30px 30px;
    -webkit-border-top-left-radius: 20px 0 30px 30px;
    -moz-border-radius-topright: 20px 0 30px 30px;
    -moz-border-radius-bottomright: 20px 0 30px 30px;
    -moz-border-radius-bottomleft: 20px 0 30px 30px;
    -moz-border-radius-topleft: 20px 0 30px 30px;
    border-top-right-radius: 20px 0 30px 30px;
    border-bottom-right-radius: 20px 0 30px 30px;
    border-bottom-left-radius: 20px 0 30px 30px;
    border-top-left-radius: 20px 0 30px 30px;
    -webkit-border-radius: 20px 0 30px 30px;
    -moz-border-radius: 20px 0 30px 30px;
    border-radius: 20px 0 30px 30px;
}

.shop-gallery .shop-gallery-skin .shop-gallery-title {
    visibility: hidden;
    padding-top: 0;
}

.shop-gallery .shop-gallery-skin .shop-gallery-inner {
    border-top: 0;
}

.shop-gallery .shop-gallery-close {
    -webkit-border-top-right-radius: 17px 0 17px 17px;
    -webkit-border-bottom-right-radius: 17px 0 17px 17px;
    -webkit-border-bottom-left-radius: 17px 0 17px 17px;
    -webkit-border-top-left-radius: 17px 0 17px 17px;
    -moz-border-radius-topright: 17px 0 17px 17px;
    -moz-border-radius-bottomright: 17px 0 17px 17px;
    -moz-border-radius-bottomleft: 17px 0 17px 17px;
    -moz-border-radius-topleft: 17px 0 17px 17px;
    border-top-right-radius: 17px 0 17px 17px;
    border-bottom-right-radius: 17px 0 17px 17px;
    border-bottom-left-radius: 17px 0 17px 17px;
    border-top-left-radius: 17px 0 17px 17px;
    -webkit-border-radius: 17px 0 17px 17px;
    -moz-border-radius: 17px 0 17px 17px;
    border-radius: 17px 0 17px 17px;
    top: 4px;
    right: 4px;
}

.shop-gallery .shop-gallery-resize {
    -webkit-border-top-right-radius: 17px 0 17px 17px;
    -webkit-border-bottom-right-radius: 17px 0 17px 17px;
    -webkit-border-bottom-left-radius: 17px 0 17px 17px;
    -webkit-border-top-left-radius: 17px 0 17px 17px;
    -moz-border-radius-topright: 17px 0 17px 17px;
    -moz-border-radius-bottomright: 17px 0 17px 17px;
    -moz-border-radius-bottomleft: 17px 0 17px 17px;
    -moz-border-radius-topleft: 17px 0 17px 17px;
    border-top-right-radius: 17px 0 17px 17px;
    border-bottom-right-radius: 17px 0 17px 17px;
    border-bottom-left-radius: 17px 0 17px 17px;
    border-top-left-radius: 17px 0 17px 17px;
    -webkit-border-radius: 17px 0 17px 17px;
    -moz-border-radius: 17px 0 17px 17px;
    border-radius: 17px 0 17px 17px;
    left: 4px;
    top: 4px;
}


.rwd-gallery {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.rwd-gallery .rwd-gallery-header {
    background-color: #fc0165;
    height: 4em;
    margin-bottom: 1em;
}

.rwd-gallery .innersmallgallery {
    height: 80%;
}

.rwd-gallery .innersmallgallery ul {
    height: 80%;
}

.rwd-gallery .innersmallgallery ul li {
    height: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.rwd-gallery .innersmallgallery ul li a {
    height: 100%;
    display: inline-block;
}

.rwd-gallery .innersmallgallery ul li img {
    max-height: 100%;
    max-width: 100%;
}

.rwd-gallery .rwd-gallery-preview {
    position: fixed;
    bottom: 1em;
}

.rwd-gallery .rwd-gallery-preview ul {
    text-align: center;
}

.rwd-gallery .rwd-gallery-preview ul li {
    display: inline-block;
    border: 2px solid transparent;
}

.rwd-gallery .rwd-gallery-preview ul li.current {
    border-color: #fc0165;
}

.rwd-gallery .rwd-gallery-preview ul li img {
    max-width: 50px;
    margin: 0 0.5em;
}

.rwd-gallery .close-rwd-gallery {
    color: #fff;
    line-height: 2.9em;
    display: inline-block;
    float: right;
    padding: 0 1em;
    font-size: 1.4em;
    cursor: pointer;
}

.rwd-gallery .close-rwd-gallery::before {
    margin-right: 0.2em;
}

.rwd-gallery .fa-angle-left,.rwd-gallery .fa-angle-right {
    background-color: #6d6a6a;
    display: inline-block;
    padding: 0.1em 0.45em 0.15em 0.35em;
    position: fixed;
    top: 50%;
    font-size: 4em;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
}

.rwd-gallery .fa-angle-left {
    left: 0em;
}

.rwd-gallery .fa-angle-right {
    right: 0em;
    padding: 0.1em 0.35em 0.15em 0.45em;
}

.rwd-gallery {
    -webkit-border-top-right-radius: 30px 0 30px 30px;
    -webkit-border-bottom-right-radius: 30px 0 30px 30px;
    -webkit-border-bottom-left-radius: 30px 0 30px 30px;
    -webkit-border-top-left-radius: 30px 0 30px 30px;
    -moz-border-radius-topright: 30px 0 30px 30px;
    -moz-border-radius-bottomright: 30px 0 30px 30px;
    -moz-border-radius-bottomleft: 30px 0 30px 30px;
    -moz-border-radius-topleft: 30px 0 30px 30px;
    border-top-right-radius: 30px 0 30px 30px;
    border-bottom-right-radius: 30px 0 30px 30px;
    border-bottom-left-radius: 30px 0 30px 30px;
    border-top-left-radius: 30px 0 30px 30px;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
}

.rwd-gallery .rwd-gallery-preview ul li {
    -webkit-border-top-right-radius: 20px 20px 0 20px;
    -webkit-border-bottom-right-radius: 20px 20px 0 20px;
    -webkit-border-bottom-left-radius: 20px 20px 0 20px;
    -webkit-border-top-left-radius: 20px 20px 0 20px;
    -moz-border-radius-topright: 20px 20px 0 20px;
    -moz-border-radius-bottomright: 20px 20px 0 20px;
    -moz-border-radius-bottomleft: 20px 20px 0 20px;
    -moz-border-radius-topleft: 20px 20px 0 20px;
    border-top-right-radius: 20px 20px 0 20px;
    border-bottom-right-radius: 20px 20px 0 20px;
    border-bottom-left-radius: 20px 20px 0 20px;
    border-top-left-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
}

.rwd-gallery .rwd-gallery-preview ul li img {
    -webkit-border-top-right-radius: 20px 20px 0 20px;
    -webkit-border-bottom-right-radius: 20px 20px 0 20px;
    -webkit-border-bottom-left-radius: 20px 20px 0 20px;
    -webkit-border-top-left-radius: 20px 20px 0 20px;
    -moz-border-radius-topright: 20px 20px 0 20px;
    -moz-border-radius-bottomright: 20px 20px 0 20px;
    -moz-border-radius-bottomleft: 20px 20px 0 20px;
    -moz-border-radius-topleft: 20px 20px 0 20px;
    border-top-right-radius: 20px 20px 0 20px;
    border-bottom-right-radius: 20px 20px 0 20px;
    border-bottom-left-radius: 20px 20px 0 20px;
    border-top-left-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
}

.imagezoom_shade {
    position: absolute;
    background: #fff;
    cursor: move;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.imagezoom_transbox {
    position: absolute;
    background: #fff;
    cursor: move;
    border: 0px solid #e1e1e1;
}











#box_productfull.loading {
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    height: auto !important;
}

#box_productfull.loading::before,#box_productfull.loading::after {
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}

#box_productfull.loading .innerbox::after {
    content: attr(data-loading);
    position: absolute;
    z-index: 99999;
    left: 1.8em;
    right: 0;
    top: 57%;
    text-align: center;
    font-size: 1.3em;
}

#box_productfull .f-row {
    position: relative;
}

#box_productfull .imagezoom {
    border: 1px solid #d8d8d8;
    cursor: move;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    background-color: #fff;
    top: 0;
}

#box_productfull .imagezoom img {
    max-width: none;
}

#box_productfull .productimg {
    position: relative;
}

#box_productfull .productimg .tags {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

#box_productfull .productimg .new {
    background: #2f2f2f;
    color: #fff;
}

#box_productfull .productimg .promo {
    background: #fc0165;
    color: #fff;
}

#box_productfull .productimg .mainimg {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 450px;
    margin-bottom: 1em;
    border: 0;
    text-align: center;
    cursor: pointer;
}

#box_productfull .productimg .mainimg img {
    max-height: 300px;
}

@media screen and (max-width: 500px){
    #box_productfull .productimg .mainimg img{
        max-width: 300px; 
    }
}

#box_productfull .availability .first,#box_productfull .tax-additional-info .first {
    font-size: 1em;
    min-width: 25%;
    float: left;
    margin-right: 0.5em;
}

#box_productfull .availability .second,#box_productfull .tax-additional-info .second {
    font-size: 1em;
}

#box_productfull .basket {
    margin-top: 20px;
}

#box_productfull .basket .price .price-name,#box_productfull .basket .price-netto .price-name,#box_productfull .basket .unit-price-container .price-name {
    font-size: 1em;
    min-width: 25%;
    float: left;
    margin-right: 0.5em;
}

#box_productfull .basket .price del,#box_productfull .basket .price-netto del,#box_productfull .basket .unit-price-container del {
    font-size: 1.4em;
    padding: 0 0.2em;
    color: #6d6a6a;
}

#box_productfull .basket .price del.original-bundle-price,#box_productfull .basket .price-netto del.original-bundle-price,#box_productfull .basket .unit-price-container del.original-bundle-price {
    font-size: 1em;
    text-decoration: none;
}

#box_productfull .basket .price em,#box_productfull .basket .price-netto em,#box_productfull .basket .unit-price-container em {
    font-size: 1.4em;
    color: #fc0165;
}

#box_productfull .basket .price em.no-color,#box_productfull .basket .price-netto em.no-color,#box_productfull .basket .unit-price-container em.no-color {
    color: #111;
    font-size: 1em;
}

#box_productfull .basket .price em.default-currency,#box_productfull .basket .price-netto em.default-currency,#box_productfull .basket .unit-price-container em.default-currency {
    color: #6d6a6a;
}

#box_productfull .basket .otherprice .otherprice-name {
    min-width: 25%;
    float: left;
    margin-right: 0.5em;
}

#box_productfull .basket .otherprice em {
    font-weight: normal;
}

#box_productfull .basket .nettoprice {
    padding-top: 0.5em;
}

#box_productfull .basket .nettoprice .nettoprice-name {
    font-size: 1em;
    min-width: 25%;
    float: left;
    margin-right: 0.5em;
}

#box_productfull .basket .nettoprice em {
    font-size: 1.4em;
}

#box_productfull .basket .form-basket {
    margin-top: 30px;
    margin-bottom: 0px;
}

#box_productfull .basket .form-basket .quantity_wrap {
    float: left;
    width: 25%;
}

#box_productfull .basket .form-basket .quantity_wrap .quantity_name {
    display: none;
}

#box_productfull .basket .form-basket .quantity_wrap .unit {
    color: #666;
}

#box_productfull .basket .form-basket .availability-notifier-container .button_wrap,#box_productfull .basket .form-basket .availability-notifier-unsubscribe-container .button_wrap {
    width: 100%;
}

#box_productfull .basket .form-basket .availability-notifier-container .button_wrap button,#box_productfull .basket .form-basket .availability-notifier-unsubscribe-container .button_wrap button {
    min-height: 40px;
    float: right;
}

#box_productfull .basket .form-basket .button_wrap {
    float: left;
    min-width: 75%;
}

#box_productfull .basket .form-basket .button_wrap .addtobasket,#box_productfull .basket .form-basket .button_wrap .availability-notifier-btn,#box_productfull .basket .form-basket .button_wrap .availability-notifier-unsubscribe-btn {
    margin-top: 0;
    width: 100%;
    min-height: 40px;
}

.addtobasket-container-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#box_productfull .basket .form-basket .button_wrap .loyalty_points {
    display: block;
    color: #a96842;
    font-size: 10px;
    text-align: left;
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
    .addtobasket-container-flex {
        justify-content: flex-start;
    }
    #box_productfull .basket .form-basket .button_wrap .loyalty_points {
        margin-top: 0;
    }
}
#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer {
    color: #fc0165;
    padding: 0 0.25em;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer:hover + #loyalty_msg {
    background-color: #fc0165;
    display: block;
    position: absolute;
    color: #fff;
    padding: 1em;
    margin-top: 0.5em;
    font-size: 0.9em;
    line-height: 1.3;
    z-index: 10;
}
#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer.opened ~ #loyalty_msg,
.summary-container #loyalty_msg,
#box_productfull .basket .form-basket .button_wrap .loyalty_points #loyalty_msg.opened {
    background-color: #fc0165;
    display: block;
    position: absolute;
    color: #fff;
    padding: 1em;
    margin-top: 0.5em;
    font-size: 0.9em;
    line-height: 1.3;
    z-index: 10;
}

#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer:hover + #loyalty_msg::before {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fc0165 transparent;
    position: absolute;
    top: -16px;
    left: 4px;
}

#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer.opened ~ #loyalty_msg::before,
#box_productfull .basket .form-basket .button_wrap .loyalty_points #loyalty_msg.opened::before {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fc0165 transparent;
    position: absolute;
    top: -16px;
    left: 4px;
}

#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer:hover + #loyalty_msg span.title {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}
#box_productfull .basket .form-basket .button_wrap .loyalty_points .tooltip_pointer.opened ~ #loyalty_msg span.title, 
#box_productfull .basket .form-basket .button_wrap .loyalty_points #loyalty_msg.opened span.title {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

#box_productfull .basket .form-basket .tooltip,
.summary-container .loyalty_points .tooltip {
    display: none;
    line-height: 14px;
    font-size: 11px;
    color: #666;
}

#box_productfull .basket .form-basket .stocks {
    margin-bottom: 1em;
}

#box_productfull .basket .form-basket .stocks .f-row {
    margin-bottom: 0.5em;
}

#box_productfull .basket .form-basket .stocks .f-row .option_checkbox {
    display: inline-block;
    height: 100%;
    line-height: 3;
}

#box_productfull .basket .form-basket .stocks .f-row .option_checkbox .checkbox-wrap-yesno {
    vertical-align: middle;
}

#box_productfull .basket .form-basket .stocks .f-row .option_checkbox .checkbox-wrap-yesno label {
    line-height: 11px;
    font-size: 1.2em;
}

#box_productfull .basket .form-basket .stocks .option_color {
    margin-top: 0.75em;
}

#box_productfull .basket .form-basket .stocks label {
    font-size: 1em;
    line-height: 40px;
}

#box_productfull .basket .form-basket .stocks.loading {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
}

#box_productfull .basket .form-basket .stocks.loading::after {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    content: "\f013";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999 !important;
    font-size: 2em;
}

#box_productfull .basket .form-basket .stocks.loading::before {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 99999 !important;
}

#box_productfull .basket .addtofav {
    float: right;
}

#box_productfull .productdetails-more-details {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 1em 0 0em;
    margin-top: 3.5em;
    line-height: 2;
    clear: both;
}

#box_productfull .productdetails-more {
    float: left;
    width: 16em;
    margin-right: 1em;
}

#box_productfull .productdetails-more em {
    float: left;
    margin-right: 0.5em;
}

#box_productfull .productdetails-more .voted-message {
    width: 100%;
    display: block;
    float: none;
}

#box_productfull .links-q {
    float: none;
    clear: both;
    padding-bottom: 1em;
}

#box_productfull .links-q .zagiel a {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 3em;
    position: relative;
    background-image: url('../images/ico_calculate_instalment_364_70.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#box_productfull .links-q li {
    text-align: left;
    line-height: 2;
}

#box_productfull .links-q li a {
    color: #fc0165;
}

#box_productfull .links-q li a.question span::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f0e0";
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 0 0.5em;
    border: 0;
}

#box_productfull .links-q li a.mailfriend span::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f004";
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 0 0.5em;
    border: 0;
}

#box_productfull .links-q li a.comment span::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f086";
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 0 0.5em;
    border: 0;
}


#box_productfull .innerbox .basket .price del{
    display: block;
}


#box_productfull .productdetails-more-details{
    margin-top:25px;
    padding-top:7px;
}
#box_productfull .innerbox .productdetails-more-details .links-q li{
    line-height:32px;
}
#box_productfull .innerbox .productdetails-more-details .links-q li.comment a img {
    background: url('../images/user/addtofav.png') no-repeat 0 50%;
}
#box_productfull .innerbox li.comment{
    display: list-item !important;
}
#box_productfull .innerbox .evaluation2{
    margin: -3px 0 -7px;
}

#box_productcomments form,.tab-comments form {
    margin-top: 2em;
}

#box_productcomments .productcomment,.tab-comments .productcomment {
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 1em;
    padding-left: 1em;
}

#box_productcomments .productcomment:nth-child(even),.tab-comments .productcomment:nth-child(even) {
    background-color: #f7f7f7;
}

#box_productcomments .productcomment:last-child,.tab-comments .productcomment:last-child {
    margin-bottom: 2em;
}

.tab-container + #box_facebookchat {
    margin-top: 2em;
}

.tab-container nav {
    margin-bottom: 2em;
}

.tab-container nav ul {
    border-bottom: 1px solid #d8d8d8;
}

.tab-container nav ul li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}

.tab-container nav ul li .boxhead {
    padding: 1px 15px 0 11px;
    position: relative;
}

.tab-container nav ul li .boxhead.active {
    padding: 0 14px 0 10px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.tab-container nav ul li .boxhead.active::after {
    border-bottom: 1px solid #fff;
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.tab-container nav ul li .boxhead.active h3 {
    color: #111;
}

.tab-container nav ul li .boxhead h3 {
    font-size: 1.4em;
    margin: 0;
    color: #d8d8d8;
}



#box_productfull .boxhead {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    text-transform: none;
}

#box_productfull .boxhead > h1 {
    color: #a96842;
    font-size: 18px;
    margin-top: 0;
}

#box_productfull .productimg .smallgallery li {
    border: 0;
    width: auto;
    height: 90px;
    line-height: 90px;
}

#box_productfull .productimg .smallgallery .rwdgallery {
    border: 0;
}

#box_productfull .productimg .smallgallery .rwdgallery ul.rwd-nav li {
    background: url('../images/user/dot.png') no-repeat 50% 100%;
}

#box_productfull .productimg .smallgallery .rwdgallery ul.rwd-nav li.active {
    background: url('../images/user/dot-pink.png') no-repeat 50% 100%;
}

#box_productfull .innerbox .imagezoom {
    border: 0 !important;
}

@media screen and (min-width: 767px){
    #box_productfull .innerbox .productimg .mainimg {
        max-height: 450px;
        height: 450px;
    }
}

#box_productfull .innerbox .productimg .tags {
    width: 90%;
    right: 0;
    margin: 0 auto;
}

#box_productfull .innerbox .productimg .tags .promo {
    float: right;
    padding: 0;
    color: #fc0165;
    font-size: 11px;
    box-shadow: rgba(0,0,0,0.10) 0px 2px 4px 0px;
    background: none;
    line-height: 25px;
    padding: 0 8px;
    text-transform: lowercase;
    border: 1px solid #fc0165;
}

#box_productfull .innerbox .productimg .tags .new {
    float: left;
    box-shadow: rgba(0,0,0,0.10) 0px 2px 4px 0px;
    padding: 0;
    color: #fc0165;
    font-size: 11px;
    background: none;
    line-height: 25px;
    padding: 0 8px;
    text-transform: lowercase;
}

#box_productfull .innerbox .productimg .tags .promo-percent {
    padding: 3px 3px 2px;
    color: #fff;
    background-color: #fc0165;
    box-shadow: rgba(0,0,0,0.10) 0px 2px 4px 0px;
    border-color: #fc0165;
    margin-right: 3px;
}

#box_productfull .innerbox .availability {
    font-size: 11px;
    line-height: 25px;
}

#box_productfull .innerbox .availability .first {
    min-width: 0;
}

#box_productfull .innerbox .availability .second {
    font-weight: normal;
}

#box_productfull .innerbox .basket .price .price-name {
    display: none;
}

#box_productfull .innerbox .basket .price em {
    font-size: 24px;
    font-weight: bold;
    color: #fc2773;
}

#box_productfull .innerbox .basket .price del {
    font-size: 19px;
    color: #a96842;
}

#box_productfull .innerbox .basket .form-basket .quantity_wrap input {
    border: 2px solid #d3b896;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 45px;
    min-height: 45px;
    width: 54px !important;
    text-align: center;
    font-size: 15px;
}

#box_productfull .innerbox .basket .form-basket .button_wrap .addtobasket {
    text-transform: uppercase;
    color: #d2b795;
    font-size: 16px;
    border: 2px solid #d3b896;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    min-height: 45px;
    line-height: 41px;
    padding: 0 23px 0 19px;
    width: auto;
}

#box_productfull .innerbox .basket .form-basket .button_wrap .addtobasket img {
    width: 24px;
    height: 30px;
    background: no-repeat 50% 50%;
}

#box_productfull .innerbox .basket .form-basket .button_wrap .addtobasket:hover {
    background: #d3b896;
    color: #fff;
}
/*
#box_productfull .innerbox .basket .form-basket .button_wrap .addtobasket:focus {
    background: #d3b896;
    color: #fff;
}
*/

#box_productfull .innerbox .basket .form-basket .unit {
    color: #a96842;
    font-size: 10px;
    position: relative;
    top: 16px;
    margin-left: 2px;
}

#box_productfull .innerbox .productdetails-more-details {
    border: 0;
}

#box_productfull .innerbox .productdetails-more-details .productdetails-more .row {
    font-size: 11px;
    line-height: 59px;
}

#box_productfull .innerbox .productdetails-more-details .productdetails-more .row img {
    max-width: 125px;
}

#box_productfull .innerbox .productdetails-more-details .productdetails-more .row.manufacturer {
    line-height: 13px;
    padding: 16px 0;
}

#box_productfull .innerbox .productdetails-more-details .links-q li {
    font-size: 11px;
}

#box_productfull .innerbox .productdetails-more-details .links-q li a {
    color: #a96842;
}

#box_productfull .innerbox .productdetails-more-details .links-q li a img {
    display: inline-block;
    transition: all 0.7s;
    height: 28px;
    width: 35px;
}

#box_productfull .innerbox .productdetails-more-details .links-q li a span:before {
    display: none;
}

#box_productfull .innerbox .productdetails-more-details .links-q li a:hover {
    color: #fc0165;
}

#box_productfull .innerbox .productdetails-more-details .links-q li .addtofav img {
    background: url('../images/user/addtoFav.png') no-repeat 0 50%;
}

#box_productfull .innerbox .productdetails-more-details .links-q li .addtofav img:hover{
    background: url('../images/user/addtoFav_hov.png') no-repeat 0 50%;
}

#box_productfull .innerbox .productdetails-more-details .links-q li.question a img {
    background: url('../images/user/question2.png') no-repeat 0 50%;
}

#box_productfull .innerbox .productdetails-more-details .links-q li.mailfriend a img {
    background: url('../images/user/icon3.png') no-repeat 0 50%;
}

#box_productfull .innerbox .productdetails-more-details .links-q li.comment a img {
    background: url('../images/user/icon4.png') no-repeat 0 50%;
}

#box_productfull .innerbox .availability .first{
    margin-right:3px;
}


@media (max-width: 979px) and (min-width:767px) {
    .rwd #box_productfull .innerbox .basket .form-basket .button_wrap {
        min-width: 67%;
        float: right;
    }

    .rwd #box_productfull .innerbox .basket .form-basket .button_wrap .addtobasket {
        font-size: 15px;
        padding: 0 10px;
    }

    .rwd #box_productfull .innerbox .basket .form-basket .quantity_wrap {
        width: 32%;
    }

    .rwd #box_productfull .innerbox .basket .form-basket .quantity_wrap input {
        width: 45px !important;
    }

    .rwd #box_productfull .innerbox .basket .form-basket .unit {
        /*top: 0;*/
        margin-left: 0;
    }
}


@media screen and (max-width: 767px) {
    .rwd #box_productfull h1 {
        margin-top: 0;
        line-height: 25px;
        padding-top: 0.5em;
    }

    .rwd #box_productfull .availability, .rwd #box_productfull .delivery, .rwd #box_productfull .bottomborder {
        text-align: left;
    }

    .rwd #box_productfull .availability span, .rwd #box_productfull .delivery span, .rwd #box_productfull .bottomborder span {
        text-align: left;
    }

    .rwd #box_productfull .availability span.first, .rwd #box_productfull .delivery span.first, .rwd #box_productfull .bottomborder span.first {
        float: none;
    }

    .rwd #box_productfull .availability .basket .price, .rwd #box_productfull .availability .basket .nettoprice, .rwd #box_productfull .availability .basket .price-netto, .rwd #box_productfull .delivery .basket .price, .rwd #box_productfull .delivery .basket .nettoprice, .rwd #box_productfull .delivery .basket .price-netto, .rwd #box_productfull .bottomborder .basket .price, .rwd #box_productfull .bottomborder .basket .nettoprice, .rwd #box_productfull .bottomborder .basket .price-netto {
        text-align: left;
    }

    .rwd #box_productfull .availability .basket .price .price-name, .rwd #box_productfull .availability .basket .price .nettoprice-name, .rwd #box_productfull .availability .basket .nettoprice .price-name, .rwd #box_productfull .availability .basket .nettoprice .nettoprice-name, .rwd #box_productfull .availability .basket .price-netto .price-name, .rwd #box_productfull .availability .basket .price-netto .nettoprice-name, .rwd #box_productfull .delivery .basket .price .price-name, .rwd #box_productfull .delivery .basket .price .nettoprice-name, .rwd #box_productfull .delivery .basket .nettoprice .price-name, .rwd #box_productfull .delivery .basket .nettoprice .nettoprice-name, .rwd #box_productfull .delivery .basket .price-netto .price-name, .rwd #box_productfull .delivery .basket .price-netto .nettoprice-name, .rwd #box_productfull .bottomborder .basket .price .price-name, .rwd #box_productfull .bottomborder .basket .price .nettoprice-name, .rwd #box_productfull .bottomborder .basket .nettoprice .price-name, .rwd #box_productfull .bottomborder .basket .nettoprice .nettoprice-name, .rwd #box_productfull .bottomborder .basket .price-netto .price-name, .rwd #box_productfull .bottomborder .basket .price-netto .nettoprice-name {
        float: none;
    }

    .rwd #box_productfull .stocks .f-grid-6 {
        width: auto;
        margin-right: 0.5em;
    }

    .rwd #box_productfull .stocks .option_color {
        margin-top: 0.6em;
    }

    .rwd #box_productfull .stocks label {
        line-height: 37px;
    }

    .rwd #box_productfull .stocks select {
        min-width: 7em;
    }

    .rwd #box_productfull .basket .form-basket .quantity_wrap {
        width: 15%;
        margin-right: 2%;
        text-align: left;
    }

    .rwd #box_productfull .basket .form-basket .button_wrap {
        width: 83%;
    }



    .rwd #box_productfull .stocks {
        margin-bottom: 2em;
    }

    .rwd #box_productfull .productdetails-more .row {
        text-align: left;
    }

    .rwd #box_productfull .productdetails-more em {
        float: none;
        min-width: auto;
        text-align: left;
    }

    .rwd #box_productfull .f-grid-6 {
        width: 100%;
        margin-left: 0;
    }



    .rwd #box_productfull .innerbox .availability {
        text-align: center;
    }

    .rwd #box_productfull .innerbox .delivery {
        text-align: center;
    }

    .rwd #box_productfull .bottomborder {
        text-align: center;
    }

    .rwd #box_productfull .bottomborder .basket .nettoprice,.rwd #box_productfull .bottomborder .basket .price,.rwd #box_productfull .bottomborder .basket .price-netto {
        text-align: center;
    }

    .rwd #box_productfull .basket .form-basket .addtobasket-container {
        text-align: center;
    }

    .rwd #box_productfull .basket .form-basket .quantity_wrap {
        display: inline-block;
        float: none;
        width: auto;
    }

    .rwd #box_productfull .basket .form-basket .button_wrap {
        width: auto;
        display: inline-block;
        float: none;
        min-width: 0;
    }

    .rwd #box_productfull .productdetails-more em {
        float: left;
    }
    #box_productfull .basket .otherprice .otherprice-name {
        float:none;
    }
    #box_productfull .boxhead > h1{
        text-align: center;
    }
    #box_productfull .innerbox .availability .first{
        margin-right:1px;
    }
}




@media screen and (max-width: 480px) {
    .rwd #box_productfull .stocks label {
        width: 100%;
        display: block;
    }

    .rwd #box_productfull .stocks .radio-wrap + label {
        width: auto;
        display: inline-block;
    }

    .rwd #box_productfull .stocks .f-grid-6 {
        display: block;
        clear: both;
    }

    .rwd #box_productfull .stocks .option_color {
        margin-top: 0;
        margin-left: 1px;
    }

    .rwd #box_productfull .innerbox .basket .form-basket .unit {
        /*top: 0;*/
    }
}







#box_description {
    text-align: center;
}

#box_description .boxhead {
    text-align: center;
}

#box_description .innerbox .resetcss {
    font-size: 14px;
}

#box_description table {
    border: 1px solid #a96842;
    border-spacing: 1px;
    border-collapse: separate;
}

#box_description td {
    border-top: 1px solid #a96842;
    border-bottom: 1px solid #a96842;
    border-left: 1px solid #a96842;
    border-right: 1px solid #a96842;
}









@media screen and (max-width: 767px) {

    .rwd #box_description div {
        text-align: left;
    }
}







.tab-container {
    margin-bottom: 30px;
}

.tab-container nav ul {
    border-bottom: 0;
}

.tab-container nav ul li {
    background: no-repeat 0 0;
    padding: 0 20px;
}

.tab-container nav ul li .boxhead {
    padding: 0 15px;
}

.tab-container nav ul li .boxhead h3 {
    text-transform: uppercase;
    font-size: 12px;
    color: #a96842;
    line-height: 40px;
}

.tab-container nav ul li .boxhead:hover h3 {
    text-decoration: underline;
}

.tab-container nav ul li .boxhead.active {
    padding: 0 15px;
    border: 0;
}

.tab-container nav ul li .boxhead.active h3 {
    color: #a96842;
    font-weight: bold;
}

.tab-container nav ul li.box_productcomments .boxhead h3 .color {
    color: #fc0165;
}

.tab-container div[itemprop="description"] {
    text-align: center;
}

.tab-container .resetcss {
    font-size: 11pt;
    line-height: 24px;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.tab-container .resetcss font {
    font-family: 'Open Sans', 'Helvetica', sans-serif !important;
}

.tab-container .resetcss table tr td {
    border: 1px solid #d3b896;
    padding: 6px;
}

.tab-container .resetcss table.table tr td {
    border: 1px solid #d3b896;
    padding: 6px;
}

#box_productcomments .productcomment,.tab-comments .productcomment {
    border-bottom: 0;
}

#box_productcomments .productcomment .reviewer,.tab-comments .productcomment .reviewer {
    font-size: 15px;
    font-weight: bold;
}

#box_productcomments .productcomment .date,.tab-comments .productcomment .date {
    font-size: 12px;
}

#box_productcomments .productcomment .description,.tab-comments .productcomment .description {
    font-size: 14px;
    margin-top: 5px;
}

#box_productcomments .evaluation > em,.tab-comments .evaluation > em {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
}

#box_productcomments .evaluation .votestars,.tab-comments .evaluation .votestars {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

#box_productcomments .btn,.tab-comments .btn {
    text-transform: uppercase;
    -webkit-border-top-right-radius: 20px 0 20px 20px;
    -webkit-border-bottom-right-radius: 20px 0 20px 20px;
    -webkit-border-bottom-left-radius: 20px 0 20px 20px;
    -webkit-border-top-left-radius: 20px 0 20px 20px;
    -moz-border-radius-topright: 20px 0 20px 20px;
    -moz-border-radius-bottomright: 20px 0 20px 20px;
    -moz-border-radius-bottomleft: 20px 0 20px 20px;
    -moz-border-radius-topleft: 20px 0 20px 20px;
    border-top-right-radius: 20px 0 20px 20px;
    border-bottom-right-radius: 20px 0 20px 20px;
    border-bottom-left-radius: 20px 0 20px 20px;
    border-top-left-radius: 20px 0 20px 20px;
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    float: right;
    padding: 7px 50px;
}

#box_productcomments .alert,.tab-comments .alert {
    margin-bottom: 30px;
}

#box_productdata .innerbox table.table tbody {
    border-bottom: 0;
}

#productdata {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

#productdata .boxhead-fake {
    margin-bottom: 10px;
    padding-left: 8px;
    display: none;
}

#productdata .boxhead-fake > h3 {
    text-transform: uppercase;
    font-weight: bold;
}

#productdata table.table {
    width: auto;
    text-align: left;
    margin: 0 auto;
    border-color: #d3b896;
}

#productdata table.table tr td {
    border-color: #d3b896;
    border-left: 1px solid #d3b896;
    padding: 6px;
}

#productdata table.table tr td:last-child {
    border-right: 1px solid #d3b896;
}


@media screen and (max-width: 767px) {
    .rwd .tab-container nav ul li {
        display: inline-block;
        padding: 0;
    }

    .rwd .tab-container nav ul li .boxhead.active {
        border: 0;
    }

    .rwd .tab-container nav ul li .boxhead.active::after {
        display: none;
    }

    .rwd .tab-container nav ul li:last-child .boxhead.active {
        border-bottom: none;
    }

    .rwd #box_productcomments fieldset {
        text-align: left;
    }

    .rwd #box_productcomments .productcomment {
        margin-bottom: 2em;
    }

    .rwd #box_productcomments .productcomment h5,.rwd #box_productcomments .productcomment .date {
        text-align: left;
    }

    .rwd #box_productcomments .btn {
        float: right;
    }
}