:root {
  --pos: -1000px;
  --vis: hidden;
  --dis: none;
}

/* user.css ----------------------------------------------------------------- */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; color: rgba(169, 169, 169, .7) !important; } /* Modern Browsers */


*:focus::-webkit-input-placeholder { opacity: 0; transition: opacity .5s; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; transition: opacity .5s; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; transition: opacity .5s; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; transition: opacity .5s; } /* IE 10+ */
*:focus::placeholder { opacity: 0; transition: opacity .5s; } /* Modern Browsers */
input:placeholder { color: rgba(226, 226, 226, 1); }

a, a.btn-link {
    color: rgba(136, 136, 136, 1); transition: color .6s ease-out; text-decoration: none; position: relative;
}
a:hover, a.btn-link:hover {
    color: rgba(73, 80, 87, 1); transition: color .6s ease-out; text-decoration: none;
}

body {
    counter-reset: section;
}


/*
.dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}
.dropdown .select {
        cursor: pointer;
        display: block;
        padding: 10px
}
.dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px
}
.dropdown:hover {
        box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
        background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
        box-shadow: 0 0 4px rgb(204, 204, 204);
        border-radius: 5px 5px 0 0;
        background-color: #f8f8f8
}
.dropdown.active .select > i {
        transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px rgb(204, 204, 204);
        border-radius: 0 1px 5px 5px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9
}
.dropdown .dropdown-menu li {
        padding: 10px;
        transition: all .2s ease-in-out;
        cursor: pointer
}
.dropdown .dropdown-menu {
        padding: 0;
        list-style: none
}
.dropdown .dropdown-menu li:hover {
        background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
        background-color: #e2e2e2
}
*/
.productHolder { transition: all .4s ease-out; }
.productHolder:hover { box-shadow: 0 0 4px 2px rgba(184, 184, 184, 0.5); transition: all .4s ease-out;border: 1px solid #eee; }
.card-header { font-weight: bold; color: rgba(71, 71, 71, 1); }
.text-white div.card-header { font-weight: bold; color: rgba(255, 255, 255, 1); }
.card-header a { color: rgba(71, 71, 71, 1); text-decoration: none; transition: color .4s ease-out }
.card-header a:hover { color: rgba(136, 136, 136, 1); transition: color .4s ease-out}

@media (min-width: 1440px) {
.col-sm-4 .g-g-i {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
}}
@media (max-width: 1440px) {
.col-sm-4 {
    -ms-flex: 1 1 fill;
    flex: 1 1 fill;
    min-width: 260px;

}}
.is-product img {
    width: 100%;
    height: auto;
}
.navbar-nav li {
}
.cm-footer-contact-us section, .cm-footer-information-links section, .cm-footer-text section, .cm-footer-account section {
    padding: 0 15px;
}
.bestseller { border: 1px dotted purple; }
.cm-header-logo { max-width: 250px; }
.cm-header-logo img {
    width: auto;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}
.pix_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align:center;
    height:350px;
    overflow: hidden;
}
.pix_holder img { height: auto; width: auto; max-height: 100%; align-self: center; }
/* list items */
.col-sm-12 .pix_holder { max-height:450px; width: auto; margin-right: 10px; }
.col-sm-12 .pix_holder img { height: auto; width: auto; max-width: 100%; }
.pos-right { float: right; }
a { transition: color .4s ease-out; }
a:hover { transition: color .4s ease-out; }
li.list-group-item { transition: background .4s ease-out; padding:0; }
li.list-group-item:hover {
    background: #F2F2F2;
    transition: background .4s ease-out;
}
/* Rectangle Out */
.infobox {
    display: inline-block;
}
.infobox li {
    position: relative;
    margin-bottom: 4px;
}

.list-group a {
    text-decoration: none;
    color: #495057;
    padding: 10px 20px;
    display: block;
}

@media only screen and (min-width: 576px) {
    .l-g-i .productHolder {
        display:flex;
        flex-wrap: nowrap;
    }
   .l-g-i .productHolder .flexbox {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
}
#columnLeft, #columnRight {
    min-width: 220px !important;
}
.card-deck .card {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    min-width: 240px;
}
@media only screen and (min-width: 1440px) {
.card-deck .card {
    max-width: 24%;
    flex: 0 0 24%;
}}

.prod_list_price_box {
    width: 100%;
    display:block;
    font-size: larger;
    text-align: center;
}
.buynow_btns {
    text-align: center;
}
.margtopten {
    margin-top:10px;
}
.productSpecialPrice,.price,.productSpecialPrice_list {
    font-weight: 600;
}
.card-deck {

}
.piGal {
    margin-bottom: 15px;
}
.btn-buy {
    margin-top: 15px;
}
.cm-header-search {
    margin-bottom: 10px;
}

li.categories {

}
li.categories a:hover {
    background: linear-gradient( #8e9eab, #eef2f3 );
    background: -webkit-linear-gradient( #8e9eab, #eef2f3 );
    background: linear-gradient(to right, crimson,pink,springgreen);
    background-size: 200% 200%;
    color:rgba(0,0,0,0);
    animation: effect .5s ease-in-out forwards;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@keyframe effect {
    0%{background-position:left}
    50%{background-position:right}
    100%{background-position:left}
}

/* new category list */
.nav-list { list-style: none; padding:0; margin:0; }
.nav-list .submenu li a { padding-left:10px; }
.nav-list li a:hover { background: #f2f2f2 !important; }
/* levelpadding */
.level_0 {

}
li.parent ul.submenu li a:not(.trigger):before {
    content: " - ";
}
.level_1 ul.level1 li a {
    padding-left: 15px;
}
.level_2 ul.level2 li a {
    padding-left: 20px;
}
.level_3 ul.level3 li a {
    padding-left: 20px;
}
.level_4 ul.level4 li a {
    padding-left: 25px;
}
.level_5 ul.level5 li a {
    padding-left: 30px;
}
.level_6 {
}
.level_7 {
}
/* levelpadding end */
.nav-list>li /* To prevent selection of text */
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.nav-list>li a {
    transition: background .5s ease-out;
    display: block;
    padding: 4px 10px 4px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.included_tax,.artno { display: block; font-size: small; color: #B5B5B5; font-style: oblique; font-weight: normal; }

.nav-list>li a:hover {transition: background .5s ease-out; background: rgba(248, 248, 248, 1);}
.img-maxheight { max-height: 400px; width: auto !important; }
.mx-img-height img { max-height: 200px; width: auto !important; }
.highlight_price {color: rgba(230, 0, 46, 1);}

.submenu { display:none; }
.submenu li:first-child { border-top: 1px solid rgba(0,0,0,.125); }
span.right-caret:before,.left-caret:before
 {  display: inline-block;
    transition: all .3s ease-out;
    position: absolute;
    right: 5px;
    bottom: 10px;
}
span.right-caret:before {
    transition: all .3s ease-out;
}
span.left-caret:before {
    transform: rotate(90deg);
    transition: all .3s ease-out;
}
.level_margin_1 li a {
    padding-left: 10px !important;
}
.level_margin_2 li a {
    padding-left: 13px !important;
}
.level_margin_3 li a {
   padding-left: 16px !important;
}
.level_margin_4 li a {
   padding-left: 19px !important;
}
.current span.bold {
    font-weight: bold;
}
.pagination-lg .page-link {
    padding: .5rem 1.05rem; }
.ContentBody { padding: 0; }

.focus_agb {
    box-shadow: 0 0 2px 1px #DB0012;
    padding: 2px 10px;
}
.focus_agb_true {
    box-shadow: 0 0 2px 1px #00CC11;
    padding: 2px 10px;
}
.cm-pi-also-purchased {
    margin-top:35px;
    padding:5px 25px;
}
.cm-pi-also-purchased .image { min-height: 85%; }
/* new category list end */

.cm-pi-price { white-space: nowrap; }
@media only screen and (min-width: 500px) and (max-width: 1240px)  {
    .cm-pi-price { display:block; white-space: normal; width: 100%; }
}
@media only screen and (min-width: 800px) and (max-width: 980px)  {
    .cm-pi-price { flex: 0 0 100%; min-width: 100%; white-space: normal; width: 100%; }
}
h2 del { font-size: 30px; }
.uvp { font-size: 20px; color: rgba(136, 136, 136, 1);}
.smalltext { font-size: small;}
.shipping {font-size: small; display: block; text-align: right;}
a.anim_underl { position: relative;}
a.anim_underl:before { content:" "; background: rgba(136, 136, 136, 0); display: block; position: absolute; left:0px; bottom:-5px; width: 100%; height: 1px; transition: all .4s ease-out; }
a.anim_underl:hover:before { transition: all .4s ease-out;background: rgba(136, 136, 136, 1); bottom:-2px; }
.delivertime {
    font-weight: bold;
    font-size: 0.9em;
    color: rgba(169, 169, 169, 1);
    padding: 4px 0;
}
.uvp_long {text-align:right; padding: 5px; width:100%;}
.small_text {font-size:small;}
.badge-primary { background: transparent; }
a.badge-primary:hover { background: transparent !important; }
.form-control-reqired { font-size: 8px; top:15px;padding: 0 5px; }
.streetinputs, .userinputs { display: flex; flex-wrap: nowrap; justify-content: flex-start; }
.streetinputs input:first-child { width: 70%; margin-right: 15px; }
.reverse input:first-child { width: calc(27% - 25px); }
.streetinputs input:nth-child(3) { width: calc(27% - 25px); }
.reverse input:nth-child(3) { width: 70%;}
.checkboxes {justify-content: flex-start; display: inline;}
.userinputs.short input { width: 98%; }
.userinputs input { transition: all .6s ease-out; }
.userinputs input:focus { box-shadow: 0 0 3px 2px rgba(128, 189, 255, .7);transition: box-shadow .6s ease-out;}
.hidden { visibility: hidden;}
.hide { display: none; }
.cookie_hint {
    position: fixed;
    width: 100%;
    padding: 20px;
    bottom: 0px;
    background: rgba(240, 184, 0, 1);
    color: rgba(76, 76, 76, 1);
    text-align: center;
    z-index: 1000;
}

.zip_hint {
    width: auto;
    width: 90%;
    max-width: 800px;
    height: 25%;
    padding: 2%;
    transition: all 1s ease-out;
    background: rgba(194, 194, 194, 0.9);
    border: 1px solid red;
    margin: auto;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 999;
    font-size: small;
    border-radius: 4px;
    box-shadow: 0 0 2px 3px rgba(44, 44, 44, 0.2);
    opacity: 0;
}
.zip_hint_show {
    transition: all 1s ease-out;
    opacity: 1;
}
.popup {
   max-width: 90% !important;
}

.closeme {cursor:pointer;position:absolute;top:10px;right:10px; width: 20px; height:20px; z-index: 1000}
.closeme::before, .closeme::after{
    position:absolute;
    top:9px;
    left:0px;
    content:'';
    display:block;
    width:20px;
    height:2px;
    background-color:#1B3D10; }
.closeme::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closeme::before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.failed_mail h3 { color: #4C4C4C; }
.failed_mail {
    font-weight: bold;
    font-size: 18px;
    color: #E6002E;
}
.email-repeat {
    position: absolute;
    left: var(--pos);
    z-index: -10;
}
#inputEmailRepeat, .email_rep {
    display: var(--dis);
    visibility: var(--vis)
}
.nosufficient {
    color: red;
    margin-top: 8px;
    font-size: larger;
}

.modal-title {
    width: 100%;
    text-align: center;
}
.modal-header button.close {
    position: absolute;
    right: 15px;
}
.inp_req { box-shadow: 0 0 1px 2px rgba(255, 12, 7, .7); }
.dropdown-menu div.cartitems { padding: 3px 5px;}
.dropdown-menu i.fa-cash-register { padding-right: 5px;}
.btn-light,.btn-buy {
    white-space: nowrap;
    margin:0;
}
.btn-group {  }
.list-group-item-heading {
    min-height: 10px;
}
.photoset-row {
    margin-bottom: 10px !important;
}
.cm-pi-buy-button {
    margin-top: 10px;
}
.buy_now {
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    margin: 10px auto;
}
.noleftradius {
    border-radius: 0 5px 5px 0;  ;
}

.accord {
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid rgba(169, 169, 169, 1);
    border-radius: 4px;
    font-size:smaller;
    cursor: pointer;
    background: rgb(210,210,210);
    background-image: linear-gradient(180deg, rgba(230,230,230,1), rgba(250,250,250,1), rgba(222,222,222,1) );
    background-size: 600% 600%;
    position: relative;
    z-index: 1;
}
.accord:hover {
    -webkit-animation: gradient_anim .7s forwards; /* Safari 4+ */
    -moz-animation:    gradient_anim .7s forwards; /* Fx 5+ */
    -o-animation:      gradient_anim .7s forwards; /* Opera 12+ */
    animation:         gradient_anim .7s forwards; /* IE 10+, Fx 29+ */
}
.accord i {
    margin-right:10px;
    display: inline-block;
}
.accord-text {
    border: 1px dotted rgba(226, 226, 226, 1);
    border-top: none;
    margin: -10px 0 10px 0;
    padding: 20px;
}
.oldprice {
    text-decoration: line-through;
}
.fw_btn .col {
    min-width: 100%;
    padding: 0;
}
.fw_btn .col:first-child { border-bottom: 1px dotted rgba(212, 212, 212, 1); padding-bottom: 5px; }
.fw_btn .col span { margin: 0 4px; }
.fw_btn .col .btn-view { transform: translateY(5px); }
.fw_btn .col h5 { font-size: 20px; display: inline; }
/* störer */
.burst-12 {
position: absolute;
right: -4px;
top: -5px;
background:red;
width: 30px;
height: 30px;
text-align: center;
}

.burst-12:before, .burst-12:after {
content: "";
position: absolute;
color: #fff;
top: 0;
left: 0;
height: 30px;
width: 30px;
background: red;

}

.burst-12:before {
 content: " % ";
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
}

.burst-12:after {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
}
.burst-12 span:after {
    content:" % ";
    position: absolute;
    left: 7px;
    top: -1px;
    color: #fff;
    z-index: 200;
    font-size: 20px;
    font-weight: bold;
}
/* störer end */
.button_wrapper {
    margin:15px 0;
}

.address_wrapper {
    display: none;
}
.non_visible {
    visibility: hidden;
    height: 0px;
}
.tab_list {border: 1px solid rgba(212, 212, 212, 1);}
.tab_list tr td{ padding: 4px 15px;}
.required_agb {margin: 10px auto;}
 @-webkit-keyframes gradient_anim {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes gradient_anim {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes gradient_anim {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
.category_img .img-fluid {
    max-height: 100px;
    width: auto !important;
}

.modal-xlg {
    min-width: 80% !important;
}
.modal-lg {
    min-width: 60% !important;
}
.ui-state-default i {
    transform:rotate(0deg);
    transition: transform .5s ease-out;
}

.ui-state-active i {
    transform:rotate(90deg);
    transition: transform .5s ease-out;
}
.h-wrapper {
    transition: all .9s;
    max-height: 1.3em;
    overflow: hidden;
}
.h-wrapper:hover{
    transition: all .9s;
    max-height: 200px;
}

.btn {
    transition: background .5s ease-out;
    cursor: pointer;
}
.btn:hover {transition: background .3s ease-out;  }
.btn-fullwidth {
    width:100%;
}
.to_half {
    display: flex;
    flex: 0 1 50%;
}
.to_half select {
    max-width: 50%;
}

.photoset-row img {
    padding: 0px 3px 0 0;
}

.txt_red {
    color: rgba(230, 0, 46, 1);
}
.pck_st_hint {
    text-align: center;
    width: 100%;
}

.loading {
    display: none;
}
.loader-wrapper {
    text-align: center;
}
.ajax_prods {
    display: none;
    opacity: 0;
}
.current {
    background-color: rgba(169, 169, 169, 1);
    color:#fff;
}
img {
    display: block;
    margin: 3px auto;
    border: 0;
}
img.hide_img {
    opacity: 0;
    transition: opacity .6s ease-out;
}
img.fading_img {
    opacity: 1;
    transition: opacity .6s ease-out;
}
/*loader*/
.preloader-2 .line {
    width: 1px;
    height: 12px;
    background: #000;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-2 1000ms infinite ease-in-out;
}
.preloader-2 {
    margin: 5px auto 0;
}
.preloader-2 .line-1 { animation-delay: 800ms; }
.preloader-2 .line-2 { animation-delay: 600ms; }
.preloader-2 .line-3 { animation-delay: 400ms; }
.preloader-2 .line-4 { animation-delay: 200ms; }
.preloader-2 .line-6 { animation-delay: 200ms; }
.preloader-2 .line-7 { animation-delay: 400ms; }
.preloader-2 .line-8 { animation-delay: 600ms; }
.preloader-2 .line-9 { animation-delay: 800ms; }
@keyframes opacity-1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity-2 {
    0% {
        opacity: 1;
        height: 15px;
    }
    50% {
        opacity: 0;
        height: 12px;
    }
    100% {
        opacity: 1;
        height: 15px;
    }
}
/*loader end*/
.dealer_hint {
    background: rgba(255, 122, 122, 1);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto 10px auto;
}
.show_more_main:hover {
    background: #fff;
    color: #6c757d;
    border: 1px solid #6c757d;
    transition: all .4s ease-out;
}
ul.list_countries li {
    list-style: none;
}
ul.list_countries li:before { content:'» '; }
.addr_flex {
    display: flex;
    flex: 1 0 50%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 15px;
}
.addr_flex_cont {
    padding: 5px 10px;
}
.footer .row div.col-md-4 {
    text-align:center;
}

/* ~~~~~~~ INIT. BTN ~~~~~~~ */
body {
    --def: #96B7C4;
    --inv: #fff;
}
.parent .level_1 a {
    padding-left: 15px !important;
}
.parent .level_2 a {
    padding-left: 20px !important;
}
.hvrbtn {
    position: relative;
    padding: 1.4rem 4.2rem;
    padding-right: 3.1rem;
    font-size: 1.4rem;
    color: var(--inv);
    letter-spacing: 1.1rem;
    text-transform: uppercase;
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.hvrbtn:before, .hvrbtn:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
}

.hvrbtn:hover {
    color: var(--def);
    transition-delay: .6s;
}

.hvrbtn:hover:before {
    transition-delay: 0s;
}

.hvrbtn:hover:after {
    background: var(--inv);
    transition-delay: .4s;
}

/* From Top */

.from-top:before,
.from-top:after {
    left: 0;
    height: 0;
    width: 100%;
}

.from-top:before {
    bottom: 0;
    border: 1px solid var(--inv);
    border-top: 0;
    border-bottom: 0;
}

.from-top:after {
    top: 0;
    height: 0;
}

.from-top:hover:before,
.from-top:hover:after {
    height: 100%;
}

/* From Left */

.from-left:before,
.from-left:after {
    top: 0;
    width: 0;
    height: 100%;
}

.from-left:before {
    right: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.from-left:after {
    left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
    width: 100%;
}

/* From Right */

.from-right:before,
.from-right:after {
    top: 0;
    width: 0;
    height: 100%;
}

.from-right:before {
    left: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.from-right:after {
    right: 0;
}

.from-right:hover:before,
.from-right:hover:after {
    width: 100%;
}

/* From Middle */

.from-middle:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.from-middle:after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--inv);
}

.from-middle:hover:before {
    left: 0;
    width: 100%;
}

.from-middle:hover:after {
    top: 0;
    height: 100%;
}

/* From Bottom */

.from-bottom:before,
.from-bottom:after {
    left: 0;
    height: 0;
    width: 100%;
}

.from-bottom:before {
    top: 0;
    border: 1px solid var(--inv);
    border-top: 0;
    border-bottom: 0;
}

.from-bottom:after {
    bottom: 0;
    height: 0;
}

.from-bottom:hover:before,
.from-bottom:hover:after {
    height: 100%;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.cm-pi-model li {
    padding: 5px 15px;
}

.navbar-nav li a {

}
ul.info-links {
    display:none;
    margin: 0;
    padding:0;
}
ul.info-links i { margin-right: 5px;}
ul.info-links li { padding: 5px 2px; list-style: none; margin: 0; }
ul.info-links li a:hover { color: rgba(255,255,255,.8); }
.navbar-collapse { transition: all 1s ease; }
.cat_thmb { display:none; }
.cat_wrapper {
    position: fixed;
    top: 55px;
    left:-290px;
    transition: all 1s ease;
    width: 290px;
    background: rgba(248, 248, 248, 1);
    border: 1px solid rgba(169, 169, 169, 1);
    z-index: 9999999;
    height:91%;
    padding-bottom: 20px;
}
.cat_wrapper .ContentBody {
    overflow-y: scroll;
    padding-bottom: 10px;
    max-height: 96%;
}

.cat_wrapper.show {
    left:0px;
    transition: all 1s ease;
}
a.pos-right {
    float: right;
}
.category_tree {display:block;}
#show_categories {
    display: none;
}
.normal_txt {
    font-weight: normal;
    font-size: smaller;
}
.bottom-space {
    margin-bottom: 3px;
}

.s_results {
    border: 1px dotted grey;
    border-top: none;
    position: absolute;
    z-index: 10;
    width: calc(100% - 70px);
    background: #fff;
    display: none;
    max-height: 400px;
    overflow-y: scroll;
}
.list_ajax_search { list-style: none; margin:0; padding:0; }
.list_ajax_search li {
    cursor: pointer;
    border-bottom: 1px dotted ;
    background: #D5E2E2;
    padding: 3px 8px;
    transition: background .6s ease;
}
.pers_data input:required,.pers_data select:required,.required {
   width: calc(100% - 40px);
}
 .fa-asterisk {
    font-size: 7pt !important;
    top: 10px; }

.links_colored a {
    color: #0E5DCC !important;
    font-weight: bold;
}

.list_ajax_search li:hover {background: #EDEDED; }
.navbar-header-wrapper {display:none;}
.navbar-header {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.sticky {
    position: sticky;
    top: 55px;
    z-index: 100;
}

.navbar-header section { align-items: center; padding:0;  }
.navbar-header section div { display: inline-block;  }
.navbar-header section div.title { position: relative; bottom:15px; color: #E2E2E2; padding: 0 10px; }
@media only screen and (max-width: 992px) {
    .navbar-header-wrapper { display: block; width: 100%;  }
}
/* hamburger button */

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    --def: #fff;
    --inv: #A9A9A9; }
.letterlist,.brandlist { display:flex; flex-wrap: wrap; justify-content: flex-start; }
.letterlist { padding: 0 20px; }
.letterlist div {
    flex: 0 1 auto;
    padding: 15px 15px;
    margin: 5px;
    border: 1px solid #CC0000;
    cursor: pointer;
    transition: all .4s ease;
    width: 60px;
    text-align: center;
    position: relative;
}
.brandlist { justify-content: center; transition: all .9s ease; max-height: auto; opacity: 1;  }
.brandlist .brand_header { width: 100%; padding: 10px 20px; background: #E2E2E2; margin-top:15px;}
.brandlist h2 { text-align: center; }
.brandlist div {
    flex: 0 1 auto;
    padding:0 5px;
    border: 1px solid #A9A9A9;
    margin: 5px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
    transition: transform .4s ease;
}
.brand_inactive {
    transition: all .9s ease;
    max-height: 0px;
    opacity: 0;
}

.brandlist div:hover {
    transition: transform .4s ease;
    transform: scale(1.05);
}
.letterlist div:first-child {
    letter-spacing: 3px;
}

.letterlist div:before {
    content:"";
    background: #CC0000;
    height: 0px;
    width:100%;
    display: inline-block;
    position: absolute;
    bottom:0;
    left:0;
    transition: height .4s ease;
}
.letterlist div:hover:before { height:5px; }
.letter.active  {
    background: #CC0000;
    color: #fff;
    transition: all .4s ease;
 }
.mybtn {
    position: relative;
    color: green;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    z-index: 100;
    display:block;
}
.mybtn a {
    display: block;
    padding: 0.4rem 1.2rem;
}
.mybtn:before, .mybtn:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
}

.mybtn:hover, .mybtn a:hover {
    color: var(--def);
    transition-delay: .5s;
}

.mybtn:hover:before {
    transition-delay: 0s;
}

.mybtn:hover:after {
    background: var(--inv);
    transition-delay: .35s;
}
.cm-ip-title div { }
.cm-ip-title {
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

/* From center */

.from-center:before, .hilite:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.from-center:after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--inv);
}

.from-center:hover:before {
    left: 0;
    width: 100%;
}

.from-center:hover:after {
    top: 0;
    height: 100%;
}
/* Icon 1 */

.nav-icon {
    width: 40px;
    min-width: 40px;
    height: 35px;
    position: relative;
    margin: 5px auto 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #888;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon:hover span { background: #A9A9A9; }
#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */

.nav-icon3 span:nth-child(1) {
    top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
    top: 10px;
}

.nav-icon3 span:nth-child(4) {
    top: 20px;
}

.nav-icon3.open span { background: #fff; }
.nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.nav-icon4 {
}

.nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span { background: #fff; }
.nav-icon4.open span:nth-child(1) {
    transform: translate3d(0, 11px, 0) rotate(-45deg) scale(0.7, 1);
}

.nav-icon4.open span:nth-child(3) {
    transform: translate3d(0, -11px, 0) rotate(45deg) scale(0.7, 1);
}
/* hamburger button end */

@media only screen and (max-width: 960px) {
    ul.info-links,#show_categories { display:block; }
    .category_tree { display:none; }
    .cm-header-logo { margin: auto; align-self: center; }
    .cat_thmb { right: -50px;  width: 50px; height: 50px; position: absolute; top:10px; border: 1px solid #A9A9A9; border-radius: 0 5px 5px 0; background: #E2E2E2; display: block; z-index: 1000000; }
    .cat_thmb em::before {
        font-size: 2em;
        padding-left: 7px;
        position: absolute;
        top: 7px;
    }
}
    .onoffswitch {
        position: relative; width: 90px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #999999; border-radius: 0px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
        font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
        border: 2px solid transparent;
        background-clip: padding-box;
    }
    .onoffswitch-inner:before {
        padding-left: 10px;
        background-color: #2D8F00; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        padding-right: 10px;
        background-color: #CCCCCC; color: #333333;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 25px; margin: 0px;
        background: #525151;
        position: absolute; top: 0; bottom: 0;
        right: 65px;
        transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
    }
    .user_details  { margin: 8px 0px 8px 10px; }
    .user_details  { margin: 4px 0px 5px 10px; }
    .user_details td { padding: 0px 9px; color: #888888; }

.btn-disabled {
    background-color: rgba(204, 204, 204, 1) !important;
    border-color:  rgba(133, 0, 27, 1) !important;
    color: rgba(108, 117, 125, 1) !important;
}
a.btn-disabled {
    background-color: rgba(204, 204, 204, 1) !important;
    border-color: transparent !important;
}
a.btn-disabled {
    pointer-events: none;
    cursor: default;
}
.not_available {
    color: rgba(214, 157, 0, 1);
    font-size:smaller;
    font-style: oblique;
}
.carousel-control span {
    background: rgba(71, 71, 71, 1);
    padding: 5px;
}
.carousel-inner {
    height: 290px;
}
.img_wrapper {
    height: 255px;
}

.carousel-caption {
    border: 1px dotted purple;
    height: 30px;
    text-overflow: ellipsis;
    color: rgba(51, 51, 51, 1);
    padding: 2px 5px;
    width: 220px;
    bottom: 0px;
    right: 1%;
    left: 1%;
    background: #fff;
}
.carousel-caption h5 {
    display: block;/* Change it as per your requirement. */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bs_img_wrap {
    height: 140px;
}
.bs_img_wrap img { height: 100%; width: auto; }
.carousel-control-prev { transform: translateX(-25px); }
.carousel-control-next { transform: translateX(+25px); }
.txtred {
    color: rgba(230, 0, 46, 1);
}
.margin-bottom-ten {
    margin-bottom: 10px;
}
[data-customTooltip]{
        cursor: help;
        position: relative;
}

[data-customTooltip]::after {
        background-color: #fff;
        color: #222;
        font-size:14px;
        padding: 8px 12px;
        height: fit-content;
        width: fit-content;
        min-width: 250px;
        border-radius: 6px;
        position: absolute;
        text-align: center;
        bottom: 45px;
        left: 250px;
        content: attr(data-customTooltip);
        transform: translate(-50%, 110%) scale(0);
        transform-origin: top;
        transition: 0.14s;
        box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.05);
        z-index: 100;
    }
    [data-customTooltip]:hover:after,[data-customTooltip]:focus:after {
        display: block;
        transform: translate(-50%, 110%) scale(1);
    }
    .txt-right {
        text-align: right;
    }
    .countries_only {
        display: block;
        width: 100%;
        margin-right: 50px;
    }



/*
    Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
    */
    @media
      only screen
        and (max-width: 760px), (min-device-width: 768px)
        and (max-device-width: 1024px)  {

        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr {
            display: block;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
            counter-reset: section;
        }

        tr {
            margin: 0 0 2rem 0;
            counter-increment: section;
        }

        td {
            /* Behave  like a "row" */
            position: relative;
            padding-left: 50%;
        }
        td:first-child {
            background-color: rgba(226, 226, 226, .2);
        }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 0;
            left: 6px;
            width: 45%;
            height: 100%;
            padding-right: 10px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        /*
        Label the data
        You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
        .article-row td:nth-of-type(1):before { content: "Artikel " counter(section); justify-content: flex-start; font-weight: bold; }
        .article-row td:nth-of-type(3):before { content: "Menge"; }
        .article-row td:nth-of-type(4):before { content: "Einzelpreis"; }
        .article-row td:nth-of-type(5):before { content: "Preis"; }
    }
    .qty-field {
        min-width: 50px;
        display:flex;
        justify-content: flex-end;
    }

.btt {
    border: 1px solid rgba(76, 76, 76, 1);
    padding: 10px 15px;
    border-radius: 5px;
    width: 47px;
    background: rgba(204, 204, 204, 1);
    opacity: 0.5;
    transition: all .6s ease;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: none;
}
.btt:hover {
    opacity: 1;
    transition: all .6s ease;
}
.content-slider {
    max-height: 120px !important;
}


/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.productSpecialPrice,.former-price, .oldprice,.highlight_price {
    position: relative;
}

.productSpecialPrice::before, .former-price::before, .cm-pi-price del::before, .oldprice::before, .highlight_price::before {
    content: '';
    position: absolute;
    top: -5px;
    color: rgba(34, 34, 34, 1);
    font-size: 12px;
    font-weight: normal;

}
.productSpecialPrice.slider,.former-price,.whatsnew,.ship_slider {
    display: block;
}
.make_visible {
display: block !important;
height: auto;
}
.oldprice {
    font-size: 16px;
}
.wordbreak {
    display: block;
    word-break: break-word;
    margin: 0;
    width: 240px;
}
.shipping_cost {
display: block;
font-size: small;
color: #B5B5B5;
font-style: oblique;
font-weight: bolder;
}
.ship_slider,.ship_whatsnew {
    text-align: center;
}
.display-4 {
    font-size: 2rem;
}
.display-4 .productSpecialPrice::before, .highlight_price::before  { left: 3px; }
.display-4 del::before { color: rgba(136, 136, 136, 1); top: -9px; right: 0px; }
.display-4 del { position: relative; }

.prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.
.prices span:nth-child(odd) { justify-content: end; padding-right: 5px; }
.prices span:first-child,.prices span:nth-child(2) { font-size: 12px; }
.prices span:first-child { color: rgba(136, 136, 136, 1); }
.prices span:nth-child(even) { text-align: left; padding-right: 5px; }
.prices span.price_center   { justify-content: center; }
.prices span {
    min-width: 47%;
    white-space: nowrap;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item .prices span { justify-content: flex-start; }
@media (max-width: 575.98px) {
  .display-4 .productSpecialPrice::before { top: -4px; }
}
.shipping_privacy,.email_not_allowed,.email_allowed {
    padding: 10px;
    border: 5px double #FF3333;
    margin-bottom: 10px;
    display: none;
}
.email_not_allowed { display: block; color: red; }
.email_allowed { display: block; color: #2D8F00; border-color: #2D8F00; }
.greenborder {
    border: 5px double #23da87;
    transition: all 0.5s ease;
}
.shipping_alert {
    display: block;
    font-weight: bold;
    color: #E6002E;
    transition: all 0.5s ease;
    opacity: 1;
    max-height: 65px;
}
.shipping_alert_hide {
    max-height: 0px;
    transition: all 0.5s ease;
    opacity: 0;
}
input[type="radio"] {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

/* styled checkbox */
.input_wrapper {
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
}

.switch_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.dominant {
    color: #333333;
    font-weight: bold;
}

/* Switch 4 Specific Style Start */

.box_4{
    background: #eee;
}

.input_wrapper{
  width: 80px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

.input_wrapper input[type="checkbox"]{
  width: 80px;
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FF3333;
  border-radius: 2px;
  position: relative;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.input_wrapper input[type="checkbox"]:after{
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: #dfeaec;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.input_wrapper svg{
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 1;
}

.input_wrapper .is_checked{
  width: 18px;
  left: 18%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
          transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked{
  width: 15px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
          transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type="checkbox"]:checked{
  background: #23da87;
}

.input_wrapper input[type="checkbox"]:checked:after{
  left: calc(100% - 37px);
}

.input_wrapper input[type="checkbox"]:checked + .is_checked{
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
          transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked{
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
          transform: translateX(-190%) translateY(-30%) scale(0);
}

/* Switch 4 Specific Style End */

.button_gr {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#kaeufersiegel {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    transition: all .7s cubic-bezier(0,1.82,0,1.01);
}

#kaeufersiegel.hideme {
    bottom: -130px;
    transition: all .7s  cubic-bezier(0,1.82,0,1.01);
}
#kaeufersiegel span.close {
    display: block;
    position: absolute;
    transform-origin: center center;
    transform: rotate(45deg);
    top: -10px;
    right: -15px;
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 20px;
    transition: transform .4s ease;
    padding: 0;
    margin: 0;
 }
 #kaeufersiegel span.close:before {
    content:"+";
    font-weight: 900;
    font-size: xx-large;
    transform-style: preserve-3d;
    display: inline-block;
    position: absolute;
    bottom: 0;
    }
 #kaeufersiegel .hide { bottom:-150px; transition: all .4s cubic-bezier(0,1.82,0,1.01);}
 #kaeufersiegel span.close:hover {
    color: #FF0000;
    transform: rotate(135deg);
    transition: transform .4s ease;
 }
 #ks_hidden {
     display: inline-block;
     padding: 3px 10px;
     border: 1px solid #495057;
     position: fixed;
     bottom: -40px;
     left: 50%;
     transform: translateX(-50%);
     transition: all .4s ease;
     cursor: pointer;
     background: rgba(51, 51, 51, 0.95);
     color: #fff;
 }

 #ks_hidden.showme {
    transition: all .4s ease;
    bottom: -1px;
 }
 .display-5 {
     font-weight: 700;
     font-size: 1.1em;
 }
 .grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
 }
 .grid > span {
    padding: 5px 4px;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    background: rgba(178, 255, 255, 1);
    line-height: normal;
    font-size: smaller;
 }
  .grid > span h5 {
    font-size: medium;
    font-weight: bolder;
 }
 .grid .header,.grid-address .header {
     font-weight: bold;
     background: transparent;

 }
 .grid .font12 {
     font-size: medium;
     font-weight: 600;
 }

 .grid-address {
     display: flex;
     flex-wrap: wrap;
     border-top: 1px solid rgba(108, 117, 125, .5);
     border-bottom: 1px solid rgba(108, 117, 125, .5);
     margin: 5px;
     padding: 4px;
 }
  .grid-address div {
      box-sizing: border-box;
      width: 25%;
      padding: 0 7px;
   }
   .basketprice-wrapper { display: flex; justify-content: flex-end; }
   .basketprice {
       display: flex;
       flex-wrap: wrap;
       width: 400px;
       max-width: 100%;
       margin-bottom: 5px;
   }
   .basketprice > span:nth-child(2n) { width: 30%; }
   .basketprice > span:last-child { border: 0; }
   .basketprice > span:nth-last-child(2) { border: 0; }
   .basketprice > span {
       border-bottom: 1px solid rgba(108, 117, 125, .5);
       text-align: right;
       padding: 2px 7px;
       width: 70%;
   }

  @media
    only screen
        and (max-width: 760px) {
  .grid-address div:nth-child(n+3) { border-top: 1px solid rgba(108, 117, 125, .5); margin-top: 3px; }
  .grid-address div {
      box-sizing: border-box;
      width: 50%;
   }
 }
 .grid-address > span { padding: 5px 4px; }
 .grid-address .header { display: block; }
 .prod_description p { margin: 0; }


 input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.minus,.plus {
    border: 1px solid grey;
    padding: 10px 17px;
    font-weight: 700;
    font-size: larger;
    cursor: pointer;
}
.minus {
    border-right: none;
    padding: 10px 19px;
}
.plus {
    border-left: none;
}
.minus:before {
    content: "-";
}
.plus:before {
    content: "+";
}
.quantity {
    text-align: center;
    width: 60px;
    font-weight: 700;
}
.fa-times::before {
  position: relative;
  top: 4px;
  display: block;
}
.btn-success:disabled {
  color: #fff;
  background-color: rgb(169, 169, 169);
  border-color: rgb(169, 169, 169);
}
.alignCenter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.alignCenter .row {
    width: 100%;
    justify-content: center;
}
[data-tooltip] {
  position: relative;
  pointer: cursor;
}
[data-tooltip]::before,
[data-tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  position: absolute;
  display: none;
  opacity: 1;
}
[data-tooltip]::before {
  content: '';
  border: 6px solid transparent;
  z-index: 101;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  text-align: center;
  width: 30em;
  white-space: nowrap;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  height: 60px;
  padding: 6px 8px;
  border-radius: 3px;
  background: #333333;
  color: #FFFFFF;
  z-index: 100;
  white-space: pre-wrap;
}
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block;
}
[data-tooltip='']::before,
[data-tooltip='']::after {
  display: none !important;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow^="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333333;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::before,
[data-tooltip][data-flow^="top"]::after {
  left: 50%;
  transform: translate(-50%, -.4em);
}
[data-tooltip][data-flow^="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333333;
}
[data-tooltip][data-flow^="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow^="bottom"]::before,
[data-tooltip][data-flow^="bottom"]::after {
  left: 50%;
  transform: translate(-50%, .4em);
}
[data-tooltip][data-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[data-tooltip][data-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.4em, -50%);
}
[data-tooltip][data-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333333;
  right: calc(0em - 7px);
  transform: translate(.4em, -50%);
}
[data-tooltip][data-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}
@keyframes tooltip-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltip-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
[data-tooltip]:not([data-flow]):hover::before,
[data-tooltip]:not([data-flow]):hover::after,
[data-tooltip][data-flow^="top"]:hover::before,
[data-tooltip][data-flow^="top"]:hover::after,
[data-tooltip][data-flow^="bottom"]:hover::before,
[data-tooltip][data-flow^="bottom"]:hover::after {
  animation: tooltip-vert .5s ease-out forwards;
}
[data-tooltip][data-flow^="left"]:hover::before,
[data-tooltip][data-flow^="left"]:hover::after,
[data-tooltip][data-flow^="right"]:hover::before,
[data-tooltip][data-flow^="right"]:hover::after {
  animation: tooltip-horz .5s ease-out forwards;
}
