/* user.css ----------------------------------------------------------------- */
/*@import url("headertags_seo_styles.css");*/
@import url("custom.css?v=1.2.9");

body {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
}

a, button {
    color: #666666;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.body-sans-header.clearfix {
    margin-top: 20px;
}

.inline {
    display: inline;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.nav.nav-pills.nav-stacked a:hover {
    color: #fff;
    background-color: #f4f4f4;
}

select.selectpicker, .selectpickerbox {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    height: 42px;
    max-width: 220px;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0) url("images/icons/caret.png") no-repeat scroll 0 0;
}

select.selectpicker::-ms-expand, .selectpickerbox::-ms-expand {
    display: none;
}

.transistion {
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}

.bootstrap-select button {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.btn-default:not(.btn-circle), .btn.btn-danger {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.btn-default:hover:not(.btn-circle), .btn.btn-danger:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.btn {
    font-family: Arial;
    font-weight: 700;
}

.btn.btn-success {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 0;
    background-color: #666666;
    color: #fff;
    border: 1px solid #666666;
}

.btn.btn-info {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.btn-info:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.btn.btn-success:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.btn.btn-buy {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #000;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

/*********************************************PANELE*/
.panel {
    border-radius: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0px;
    border: 0 none;
    box-shadow: none;
}

.panel .panel-heading {
    border-radius: 0;
    background-color: #f4f4f4;
    color: #666666;
    text-align: center;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2em;
    padding-left: 0.5em;
    border: 0;
    text-transform: uppercase;;
}

.panel-primary > .panel-heading, .contentText > .panel-default > .panel-heading, .panel-warning > .panel-heading, .panel-info > .panel-heading {
    line-height: 1.7em;
    padding: 5px;
    font-size: 1em;
}

.alert-warning, .alert-info, .alert-danger, .alert-success {
    border-color: transparent;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.alert-danger {
    background-color: #fe706f;
    border: 1px solid #8e0000;
    color: #8e0000;
    font-weight: 600;
    font-size: 1.1em;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*********************************************DROPDOWN*/
.dropdown-header {
    background-color: #f4f4f4;
    color: #666666;
    font-size: 1.2em;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
}

.dropdown-menu > li > a:hover {
    background-color: #f4f4f4;
    color: #000;
}

/*********************************************CAROUSEL*/
.carousel .item {
    max-height: 200px;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/*********************************************HEADER*/
.search-btn {
    height: 34px;
    background-color: #666666;
    border-color: #666666;
    border-radius: 0;
}

.search-btn:hover {
    background-color: #000;
    border-color: #000;
    z-index: auto !important;
}

.header_right {
    font-size: 1em;
}

.header_logo {
    height: 50px;
}

.header_menu {
    line-height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
    float: right;
}

.header_hotline {
    line-height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
}

.header_menu > div > a {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
    white-space: nowrap;
}

.header_settings {
    height: 54px;
    line-height: 54px;
}

.header_settings div {
    margin-right: 10px;
}

.header_top {
    margin: 0;
    padding: 0;
}

.nav.navbar-nav ul {
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.nav.navbar-nav a {
    font-family: Arial, sans-serif;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 700;
    color: #666666 !important;
}

.nav.navbar-nav a:hover, .nav.navbar-nav a:active {
    color: #000000 !important;
    text-decoration: underline;
}

.nopadding {
    padding: 0;
}

.navbar-layup {
    background-color: #f4f4f4;
    margin: 0 !important;
    width: 100%;
    border: none;
}

.navbar-toggle {
    border-color: #000;
    background-color: #000;
}

.navbar-no-border {
    border: 0;
}

/*********************************************FOOTER*/
.social {
    display: inline-block;
    height: 40px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    padding: 0;
    line-height: 20px;
}

.footer {
    background: #222 none repeat scroll 0 0;
    font-family: Arial, sans-serif;
}

.footer .footerbox {
    padding: 20px 20px 20px 50px;
    border: 0;
}

.footerbox > h2 {
    border: 0 none;
    color: #fff;
    margin-top: 20px;
    text-shadow: none;
    font-weight: bold;
}

.footerbox > p, .footerbox > address {
    color: #fff;
}

.footerbox a {
    display: inline-block;
    color: #fff;
}

.footerbox > .list-unstyled a {
    display: block;
    color: #fff;
    line-height: 35px;
    vertical-align: middle;
}

.footerbox a:hover, .footer-extra a:hover {
    color: #A3A3A3;
}

.footer-extra {
    background: #222 none repeat scroll 0 0;
    text-align: center;
}

.footer .img-responsive {
    display: inline;
}

/*********************************************ROTATOR INDEX*/
#slider1_container {
    margin-top: 20px;
}

.rotator_container {
    width: 100%;
    max-width: 100%;
}

.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url(img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(img/a12.png) no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}

.manu_img {
}

/*********************************************INDEX*/
.content_header, .page-header {
    background-color: #f4f4f4;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2em;
    margin: 0 0 14px 0;
    padding: 5px 15px 5px 1.5em;
    border: 0;
    text-transform: uppercase;
}

.content_header > h3 {
    margin-top: 8px;
    margin-bottom: 9px;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.content_header > h1, .page-header > h1,
.content_header > h2, .page-header > h2 {
    color: #666666;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    font-weight: inherit;
    margin-top: 8px;
    margin-bottom: 9px;
}

.subcategory_box {
    border: 1px solid #f4f4f4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px;
    padding: 20px 0 5px;
}

.subcategory_box:hover {
}

.productHolder:hover {
}

.content_box {
    border-color: #000;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content_box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    border: 1px solid #000;
}

.content_box > .caption > .text-center > a, .whats_new > a, .content_box > .caption > h2 > .text-center > a {
    color: #666666;
}

.content_box > .caption > .text-center > a:hover, .whats_new > a:hover, .content_box > .caption > h2 > .text-center > a:hover {
    color: #000;
}

.price {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
    height: auto !important;
    text-align: center;
}

.productSpecialPrice {
    color: red;
}

.content_box > a > .img-responsive {
    margin-top: 10px;
}

/*********************************************product listing */
.content_box:hover > .caption > h2 > .text-center > a {
    color: #000;
}

.grid-group-item > .content_box > .caption > h2 {
    min-height: 110px;
}

@media screen and (max-width: 767px) {
    .grid-group-item > .content_box > .caption > h2 {
        min-height: auto;
        max-height: initial;
    }
}

.list-group-item > .content_box > .caption > h2 {
    height: auto;
}

.list-group-item > .content_box > .caption > .clearfix {
    height: 0px;
}

.filters_grid {
    margin-bottom: 5px;
}

.attr_display {
    display: block;
    float: right;
    margin: 0;
}

.caption > .products-name {
    min-height: 40px;
}

@media screen and (max-width: 768px) {
    .equal-height {
        height: auto !important;
    }
}

.img-responsive.thumbnail.group.list-group-image {
    border: 0;
}

.caption > h2 {
    padding: 0;
}

.pagination > li > a {
    color: #666666;
}

.pagination > li.active > a {
    background-color: #f4f4f4;
    color: #000;
    border-color: #000;
}

.pagination > li.active > a:hover {
    background-color: #f4f4f4;
    color: #000;
    border-color: #000;
}

.pagination > li > a:hover {
    background-color: #f4f4f4;
    color: #000;
}

.piGal-alone img {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: 100%;
}

/*galeria*/
#slider3_container {
    margin: 0 auto;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(img/a11.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 02 css */
/*
.jssort02 .p            (normal)
.jssort02 .p:hover      (normal mouseover)
.jssort02 .p.pav        (active)
.jssort02 .p.pdn        (mousedown)
*/

.jssort02 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 100px;
    height: 480px;
    background-color: white;
}

.jssort02 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
}

.jssort02 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort02 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort02 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url(img/t01.png) -800px -800px no-repeat;
    _background: none;
}

.jssort02 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 62px;
    height: 62px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort02 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 64px;
    height: 64px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort02 .p.pdn .c {
    background-position: 50% 50%;
    width: 62px;
    height: 62px;
    border: #000 2px solid;
}

* html .jssort02 .c, * html .jssort02 .pdn .c, * html .jssort02 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 62px;
    height /**/: 66px;
}

/*********************************************PRODUCT INFO*/
#social {
    margin-top: 30px;
}

.desc {
    margin-top: 25px;
}

.table_can {
    width: auto;
    margin: 0 auto;
    font-size: 0.9em;
}

.table_can tr:not(.table_line):hover {
    background-color: #f4f4f4;
}

.table_can tbody tr {
}

.table_can tbody tr td {
    padding: 4px 10px;
}

.table_can tbody tr.caption {
}

.table_can tbody tr.caption > td {
    text-align: center;
    background-color: #f4f4f4;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;;
}

.table_line hr {
    border-color: black;
    margin: 0;
    padding: 0;
}

.quantity_col {
    text-align: center;
    width: 150px;
    vertical-align: middle;
}

.btn-change-value {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    padding: 3px 12px;
    text-transform: uppercase;
}

.btn-change-value:hover, .btn-change-value:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.cart_left {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    width: 200px;
}

.cart_right {
    display: inline-block;
}

.shoppingarea {
    position: relative;
}

.shoppingprice {
    position: absolute;
    right: 10px;
    top: 5px;
}

.input_can {
    border: 1px solid black;
    border-radius: 0;
    height: 30px;
    padding: 3px;
    text-align: right;
    width: 45px;
}

.input_can, .btn-change-value {
    vertical-align: top;
    height: 26px;
}

.contentContainer {
    margin-bottom: 25px;
}

/*********************************************RESPO*/
@media screen and (max-width: 992px) {
    .header_logo {
        height: 70px;
    }

}

@media screen and (max-width: 768px) {
    .jssorb05 {
        display: none;
    }

    .header_logo a img {
        margin: 0 auto;
    }

    .header_menu, .header_top {
        text-align: center;
        float: none;
    }

    .header_logo {
        height: auto;
    }

    .pagenav {
        margin-bottom: 20px;
        text-align: center;
        float: none !important;
    }

    .input_can, .btn-change-value {
        height: 32px;
    }

    .btn-change-value {
        padding: 5px 12px;
    }
}

@media screen and (max-width: 600px) {
    .cart_left {
        width: 100px;
    }

    .cart_right {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    #bodyContent .img-responsive, #columnLeft .img-responsive, #columnRight .img-responsive {
        display: block;
        float: none !important;
        margin: 0 auto 20px !important;
    }
}

@media screen and (min-width: 1500px) {

}

/* BO Back-to-Top-Button*/
#toTop {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #000;
}

/* SmartSuggest */
#smartsuggest {
    position: absolute;
    float: left;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
    border: 0px;
    z-index: 4;
    width: 100%;
}

#smartsuggest > div {
    border-bottom: 1px solid #bbc3d3;
    border-right: 1px solid #bbc3d3;
    border-left: 1px solid #bbc3d3;
    cursor: pointer;
}

#smartsuggest > div:hover {
    color: #f4f4f4;
}

/* BOF CATEGORIES BOX */
.navMain {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navMain > li {
    position: relative;
    display: block;
}

.navMain > li > a {
    position: relative;
    display: block;
    padding: 5px 0 5px 5px;
}

.navMain > li > a:hover,
.navMain > li > a:focus {
    background-color: #f4f4f4;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 100%;
}

.navMain > li.disabled > a {
    color: #000;
}

.navMain > li.disabled > a:hover,
.navMain > li.disabled > a:focus {
    color: #000;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.navMain .open > a,
.navMain .open > a:hover,
.navMain .open > a:focus {
    background-color: #f4f4f4;
    border-color: #428bca;
    display: block;
}

a.switch {
    float: right;
    padding: 0px !important;
    position: absolute;
    right: 0;
    top: 0;
}

a.switch > span {
    font-size: 16px;
    padding: 8px !important;
}

a.switch:active, a.switch:focus {
    outline: none;
}

.light {
    /*padding: 5px*/
    position: relative;
}

.light > a {
    display: block;
    padding: 5px 0 5px 5px;
}

.light:hover > a {
    color: #000 !important;
}

.light:hover {
    color: #000 !important;
    background-color: #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.nav-list.collapse {
    padding-left: 20px;
}

/* EOF CATEGORIES BOX */
.nav-list.collapse {
    padding-left: 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 5px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 220px;
    width: 100%;
}

/* BOX ICONS */
.sale_icons p {
    font-size: 10px;
    line-height: 11px;
}

.sale_icons a {
    color: #666666 !important;
}

.sale_icons a:hover {
    color: #000 !important;
}

.more {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
}

/*select*/
.selectpicker li.active a {
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

/*BLOG*/
#qtranslate-chooser li {
    float: right;
    list-style: outside none none;
    padding: 10px;
}

.qtrans_flag_de {
    background: rgba(0, 0, 0, 0) url("includes/languages/german/images/icon_header.png") no-repeat scroll 0 0;
}

.qtrans_flag_en {
    background: rgba(0, 0, 0, 0) url("includes/languages/english/images/icon_header.png") no-repeat scroll 0 0;
}

.qtrans_flag_and_text {
    padding-left: 40px;
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

/*
VISIBILITY
 */
.shipping-info {
    color: #009c43;
}

.productHolder,
.thumbnail {
    position: relative;
}

.product-indicator {
    position: absolute;
    top: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.product-indicator.special-indicator {
    color: white;
    right: 5px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#850B0B, red); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#850B0B, red); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#850B0B, red); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#850B0B, red); /* Standard syntax */
}

.product-indicator.color-indicator {
    color: black;
    left: 5px;
    background-image: url('images/icons/colors_indicator_s.png');
    background-size: contain;
}

.size-indicator {
    text-align: center;
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
}

.size-indicator span {
    margin-right: 6px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 3px;
    color: #757575;
    background-color: #d0d0d0;
    padding: 5px 10px;
}

.size-indicator span:last-child {
    margin-right: 0;
}

.size-list {
    display: block;
    margin-bottom: 20px;
}

.size-label {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin-bottom: 0;
}

.size-label:not(:first-child) {
    margin-left: 7px;
}

.size-label input {
    display: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.size-label input ~ .checkmark {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    color: #757575;
    background-color: #d0d0d0;
    padding: 7px 12px;
}

.size-label:hover input ~ .checkmark {
    background-color: #373536;
    color: #d0d0d0;
}

.size-label input:checked ~ .checkmark {
    background-color: #373536;
    color: white;
}

.content_manufacturer_info {
    margin-bottom: 15px;
    overflow: hidden;
}

.content_manufacturer_info img {
    float: left;
    margin: 0 5px 5px 0;
    max-width: 240px;
}

@media (max-width: 768px) {
    .content_manufacturer_info img {
        display: block;
        float: none;
        margin: 0 auto 5px;
    }

}

.global-information-top {
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.global-information-top > div {
    padding: 5px;
}

.global-information-top .default {
    background-color: #66B032;
    color: white;
}

.global-information-top .basic {
    background-color: black;
    color: white;
}

.global-information-top .information {
    background-color: #FABB01;
    color: black;
}

.global-information-top .warning {
    background-color: #FD5207;
    color: white;
}

.product-quantity {
    display: block;
    text-align: right;
}

.product-quantity .attr_size_quantity_update {
    height: 32px;
}

.product-quantity .attr_size_quantity {
    width: 60px;
    padding: 3px 5px;
    text-align: center;
    height: 32px;
}

.product-quantity .lang-de {
    width: 58px;
}

.product-quantity .lang-en {
    width: 62px;
}

.productPagesocialBookmarks a,
.productPagesocialBookmarks button{
    vertical-align: top;
}

blockquote, .wrap-long-words {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.grecaptcha-badge{
    display:none;
    visibility: hidden;
    opacity: 0;
}

.recaptcha-terms{
    color: #bfb2b2;
    font-size: 9px;
    line-height: 1;
    text-align: left;
    margin-bottom:5px;
}

.recaptcha-terms a{
    color: #bfb2b2;
}

.recaptcha-terms a:hover{
    text-decoration: underline;
    color: black;
}

.table-hover-pointer tr:hover {
    cursor: pointer;
}
